All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/x11r7/xapp_beforelight: bump version to 1.0.6
@ 2023-02-11 18:37 Bernd Kuhls
  2023-02-12 20:55 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2023-02-11 18:37 UTC (permalink / raw)
  To: buildroot

Release notes:
https://lists.x.org/archives/xorg-announce/2023-January/003317.html

Updated license hash due to upstream commit:
https://gitlab.freedesktop.org/xorg/app/beforelight/-/commit/fa1e473dd64673a36a73a01a84a8db61eaa425dc

Switched tarball to xz, updated _SITE.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_beforelight/xapp_beforelight.hash | 7 ++++---
 package/x11r7/xapp_beforelight/xapp_beforelight.mk   | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/package/x11r7/xapp_beforelight/xapp_beforelight.hash b/package/x11r7/xapp_beforelight/xapp_beforelight.hash
index 00aff75779..f5b0cb21a4 100644
--- a/package/x11r7/xapp_beforelight/xapp_beforelight.hash
+++ b/package/x11r7/xapp_beforelight/xapp_beforelight.hash
@@ -1,4 +1,5 @@
-# From http://lists.x.org/archives/xorg-announce/2013-January/002131.html
-sha256  8fcab6f15148ca680c0d3da8de7dcb41f8e6a076f442cf8bdcf272be9e348166  beforelight-1.0.5.tar.bz2
+# From https://lists.x.org/archives/xorg-announce/2023-January/003317.html
+sha256  53f0bf085b7272ebbf626d1b9b0ad320d1a07bc1fe7f3ae260c86a71a857ad28  beforelight-1.0.6.tar.xz
+sha512  48a165d151676f6d213883bee98b34007403a77e025253c8649f9a0f5ea258b09381ab523a5e906030ac9fc8245fce2c6beaf9ad0f81116e302d51ad4a0fad5a  beforelight-1.0.6.tar.xz
 # Locally computed
-sha256  27d8cbdcde7a0bd062ce49cdf8c672201452a64e3e6823f09b1beffe2c4b8eff  COPYING
+sha256  3909739fae1ee37c3c7167a91f53d29317965aaf932813e16ef733f033619a7b  COPYING
diff --git a/package/x11r7/xapp_beforelight/xapp_beforelight.mk b/package/x11r7/xapp_beforelight/xapp_beforelight.mk
index 7dcb715ef3..6b753833f7 100644
--- a/package/x11r7/xapp_beforelight/xapp_beforelight.mk
+++ b/package/x11r7/xapp_beforelight/xapp_beforelight.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-XAPP_BEFORELIGHT_VERSION = 1.0.5
-XAPP_BEFORELIGHT_SOURCE = beforelight-$(XAPP_BEFORELIGHT_VERSION).tar.bz2
-XAPP_BEFORELIGHT_SITE = http://xorg.freedesktop.org/releases/individual/app
+XAPP_BEFORELIGHT_VERSION = 1.0.6
+XAPP_BEFORELIGHT_SOURCE = beforelight-$(XAPP_BEFORELIGHT_VERSION).tar.xz
+XAPP_BEFORELIGHT_SITE = https://xorg.freedesktop.org/archive/individual/app
 XAPP_BEFORELIGHT_LICENSE = MIT
 XAPP_BEFORELIGHT_LICENSE_FILES = COPYING
 XAPP_BEFORELIGHT_DEPENDENCIES = xlib_libX11 xlib_libXScrnSaver xlib_libXaw xlib_libXt
-- 
2.39.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/x11r7/xapp_beforelight: bump version to 1.0.6
  2023-02-11 18:37 [Buildroot] [PATCH 1/1] package/x11r7/xapp_beforelight: bump version to 1.0.6 Bernd Kuhls
@ 2023-02-12 20:55 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2023-02-12 20:55 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

Bernd, All,

On 2023-02-11 19:37 +0100, Bernd Kuhls spake thusly:
> Release notes:
> https://lists.x.org/archives/xorg-announce/2023-January/003317.html
> 
> Updated license hash due to upstream commit:
> https://gitlab.freedesktop.org/xorg/app/beforelight/-/commit/fa1e473dd64673a36a73a01a84a8db61eaa425dc

This is not enough to assess the change. We need to know what cahnged,
so I expanded ojn that:

    The license file was previously a stub, but it now contains the proper
    license text since upstream commit:

Applied to master, thanks.

Regards,
Yann E. MORIN.

> Switched tarball to xz, updated _SITE.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/x11r7/xapp_beforelight/xapp_beforelight.hash | 7 ++++---
>  package/x11r7/xapp_beforelight/xapp_beforelight.mk   | 6 +++---
>  2 files changed, 7 insertions(+), 6 deletions(-)
> 
> diff --git a/package/x11r7/xapp_beforelight/xapp_beforelight.hash b/package/x11r7/xapp_beforelight/xapp_beforelight.hash
> index 00aff75779..f5b0cb21a4 100644
> --- a/package/x11r7/xapp_beforelight/xapp_beforelight.hash
> +++ b/package/x11r7/xapp_beforelight/xapp_beforelight.hash
> @@ -1,4 +1,5 @@
> -# From http://lists.x.org/archives/xorg-announce/2013-January/002131.html
> -sha256  8fcab6f15148ca680c0d3da8de7dcb41f8e6a076f442cf8bdcf272be9e348166  beforelight-1.0.5.tar.bz2
> +# From https://lists.x.org/archives/xorg-announce/2023-January/003317.html
> +sha256  53f0bf085b7272ebbf626d1b9b0ad320d1a07bc1fe7f3ae260c86a71a857ad28  beforelight-1.0.6.tar.xz
> +sha512  48a165d151676f6d213883bee98b34007403a77e025253c8649f9a0f5ea258b09381ab523a5e906030ac9fc8245fce2c6beaf9ad0f81116e302d51ad4a0fad5a  beforelight-1.0.6.tar.xz
>  # Locally computed
> -sha256  27d8cbdcde7a0bd062ce49cdf8c672201452a64e3e6823f09b1beffe2c4b8eff  COPYING
> +sha256  3909739fae1ee37c3c7167a91f53d29317965aaf932813e16ef733f033619a7b  COPYING
> diff --git a/package/x11r7/xapp_beforelight/xapp_beforelight.mk b/package/x11r7/xapp_beforelight/xapp_beforelight.mk
> index 7dcb715ef3..6b753833f7 100644
> --- a/package/x11r7/xapp_beforelight/xapp_beforelight.mk
> +++ b/package/x11r7/xapp_beforelight/xapp_beforelight.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>  
> -XAPP_BEFORELIGHT_VERSION = 1.0.5
> -XAPP_BEFORELIGHT_SOURCE = beforelight-$(XAPP_BEFORELIGHT_VERSION).tar.bz2
> -XAPP_BEFORELIGHT_SITE = http://xorg.freedesktop.org/releases/individual/app
> +XAPP_BEFORELIGHT_VERSION = 1.0.6
> +XAPP_BEFORELIGHT_SOURCE = beforelight-$(XAPP_BEFORELIGHT_VERSION).tar.xz
> +XAPP_BEFORELIGHT_SITE = https://xorg.freedesktop.org/archive/individual/app
>  XAPP_BEFORELIGHT_LICENSE = MIT
>  XAPP_BEFORELIGHT_LICENSE_FILES = COPYING
>  XAPP_BEFORELIGHT_DEPENDENCIES = xlib_libX11 xlib_libXScrnSaver xlib_libXaw xlib_libXt
> -- 
> 2.39.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-12 20:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-11 18:37 [Buildroot] [PATCH 1/1] package/x11r7/xapp_beforelight: bump version to 1.0.6 Bernd Kuhls
2023-02-12 20:55 ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.