* [Buildroot] [PATCH] package/x11r7/xapp_xdm: bump to 1.1.17
@ 2025-09-18 6:38 Waldemar Brodkorb
2025-09-18 20:26 ` Julien Olivain via buildroot
2025-09-25 20:16 ` Thomas Perale via buildroot
0 siblings, 2 replies; 4+ messages in thread
From: Waldemar Brodkorb @ 2025-09-18 6:38 UTC (permalink / raw)
To: buildroot
See here for Changes:
https://lists.x.org/archives/xorg/2025-March/061902.html
Fixes a compile error with gcc 14.x.
COPYRIGHT was updated:
-Copyright (c) 2002, 2006, 2009, 2010, Oracle and/or its affiliates.
-All rights reserved.
+Copyright (c) 2002, 2006, 2009, 2010, 2025, Oracle and/or its affiliates.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
package/x11r7/xapp_xdm/xapp_xdm.hash | 6 +++---
package/x11r7/xapp_xdm/xapp_xdm.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/x11r7/xapp_xdm/xapp_xdm.hash b/package/x11r7/xapp_xdm/xapp_xdm.hash
index daf1b0852f..13c9f3dc9b 100644
--- a/package/x11r7/xapp_xdm/xapp_xdm.hash
+++ b/package/x11r7/xapp_xdm/xapp_xdm.hash
@@ -1,5 +1,5 @@
-# From https://lists.x.org/archives/xorg-announce/2022-December/003265.html
-sha256 3e9bf25636797ec9e595286dd6820ecc33901439f07705eaf608ecda012c3d5f xdm-1.1.14.tar.xz
-sha512 8ed1d2c946916c24cb4b2de9326f65629c97e53b145312c9cb9c6e4308d8b47d67d3981319fbd4feac9b3ed436b9dfb24a1c905d37d7bcf07b49c18a68c7a6e4 xdm-1.1.14.tar.xz
+# From https://lists.x.org/archives/xorg/2025-March/061902.html
+sha256 9494aef0911a031c53670725b5c8c9bb9d3f7c5ea7318b1f72ddd9dcbbeceb6a xdm-1.1.17.tar.xz
+sha512 68499cdf73c9b6b48b974a724e5d045bb8333cfd17f1d7e36132e7aec51922c22260b361517c4f0d9fb7d28ce4909e0638e00180e93544bc7200d9bef55e822b xdm-1.1.17.tar.xz
# Locally computed
sha256 b33b4bebbd6511b3e15315e8e29d67f25334ee45da8b7da6e6e97c53a70c6923 COPYING
diff --git a/package/x11r7/xapp_xdm/xapp_xdm.mk b/package/x11r7/xapp_xdm/xapp_xdm.mk
index 2a343b55e2..03b9ad58e9 100644
--- a/package/x11r7/xapp_xdm/xapp_xdm.mk
+++ b/package/x11r7/xapp_xdm/xapp_xdm.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XAPP_XDM_VERSION = 1.1.14
+XAPP_XDM_VERSION = 1.1.17
XAPP_XDM_SOURCE = xdm-$(XAPP_XDM_VERSION).tar.xz
XAPP_XDM_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XDM_LICENSE = MIT
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/x11r7/xapp_xdm: bump to 1.1.17
2025-09-18 6:38 [Buildroot] [PATCH] package/x11r7/xapp_xdm: bump to 1.1.17 Waldemar Brodkorb
@ 2025-09-18 20:26 ` Julien Olivain via buildroot
2025-09-18 22:53 ` Waldemar Brodkorb
2025-09-25 20:16 ` Thomas Perale via buildroot
1 sibling, 1 reply; 4+ messages in thread
From: Julien Olivain via buildroot @ 2025-09-18 20:26 UTC (permalink / raw)
To: Waldemar Brodkorb; +Cc: buildroot
On 18/09/2025 08:38, Waldemar Brodkorb wrote:
> See here for Changes:
> https://lists.x.org/archives/xorg/2025-March/061902.html
>
> Fixes a compile error with gcc 14.x.
>
> COPYRIGHT was updated:
> -Copyright (c) 2002, 2006, 2009, 2010, Oracle and/or its affiliates.
> -All rights reserved.
> +Copyright (c) 2002, 2006, 2009, 2010, 2025, Oracle and/or its
> affiliates.
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Applied to master, thanks.
For info, I fixed the COPYING license hash. See:
https://gitlab.com/buildroot.org/buildroot/-/commit/c878e088391a180429bb374020db36d097df9070
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/x11r7/xapp_xdm: bump to 1.1.17
2025-09-18 20:26 ` Julien Olivain via buildroot
@ 2025-09-18 22:53 ` Waldemar Brodkorb
0 siblings, 0 replies; 4+ messages in thread
From: Waldemar Brodkorb @ 2025-09-18 22:53 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot
Hi,
Julien Olivain wrote,
> On 18/09/2025 08:38, Waldemar Brodkorb wrote:
> > See here for Changes:
> > https://lists.x.org/archives/xorg/2025-March/061902.html
> >
> > Fixes a compile error with gcc 14.x.
> >
> > COPYRIGHT was updated:
> > -Copyright (c) 2002, 2006, 2009, 2010, Oracle and/or its affiliates.
> > -All rights reserved.
> > +Copyright (c) 2002, 2006, 2009, 2010, 2025, Oracle and/or its
> > affiliates.
> >
> > Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
>
> Applied to master, thanks.
> For info, I fixed the COPYING license hash. See:
> https://gitlab.com/buildroot.org/buildroot/-/commit/c878e088391a180429bb374020db36d097df9070
Damn it. I forgot to commit and rebase after doing make legal-info.
Thanks for fixing it.
best regards
Waldemar
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/x11r7/xapp_xdm: bump to 1.1.17
2025-09-18 6:38 [Buildroot] [PATCH] package/x11r7/xapp_xdm: bump to 1.1.17 Waldemar Brodkorb
2025-09-18 20:26 ` Julien Olivain via buildroot
@ 2025-09-25 20:16 ` Thomas Perale via buildroot
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Perale via buildroot @ 2025-09-25 20:16 UTC (permalink / raw)
To: Waldemar Brodkorb; +Cc: Thomas Perale, buildroot
In reply of:
> See here for Changes:
> https://lists.x.org/archives/xorg/2025-March/061902.html
>
> Fixes a compile error with gcc 14.x.
>
> COPYRIGHT was updated:
> -Copyright (c) 2002, 2006, 2009, 2010, Oracle and/or its affiliates.
> -All rights reserved.
> +Copyright (c) 2002, 2006, 2009, 2010, 2025, Oracle and/or its affiliates.
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Applied to 2025.02.x, 2025.05.x & 2025.08.x. Thanks
> ---
> package/x11r7/xapp_xdm/xapp_xdm.hash | 6 +++---
> package/x11r7/xapp_xdm/xapp_xdm.mk | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/x11r7/xapp_xdm/xapp_xdm.hash b/package/x11r7/xapp_xdm/xapp_xdm.hash
> index daf1b0852f..13c9f3dc9b 100644
> --- a/package/x11r7/xapp_xdm/xapp_xdm.hash
> +++ b/package/x11r7/xapp_xdm/xapp_xdm.hash
> @@ -1,5 +1,5 @@
> -# From https://lists.x.org/archives/xorg-announce/2022-December/003265.html
> -sha256 3e9bf25636797ec9e595286dd6820ecc33901439f07705eaf608ecda012c3d5f xdm-1.1.14.tar.xz
> -sha512 8ed1d2c946916c24cb4b2de9326f65629c97e53b145312c9cb9c6e4308d8b47d67d3981319fbd4feac9b3ed436b9dfb24a1c905d37d7bcf07b49c18a68c7a6e4 xdm-1.1.14.tar.xz
> +# From https://lists.x.org/archives/xorg/2025-March/061902.html
> +sha256 9494aef0911a031c53670725b5c8c9bb9d3f7c5ea7318b1f72ddd9dcbbeceb6a xdm-1.1.17.tar.xz
> +sha512 68499cdf73c9b6b48b974a724e5d045bb8333cfd17f1d7e36132e7aec51922c22260b361517c4f0d9fb7d28ce4909e0638e00180e93544bc7200d9bef55e822b xdm-1.1.17.tar.xz
> # Locally computed
> sha256 b33b4bebbd6511b3e15315e8e29d67f25334ee45da8b7da6e6e97c53a70c6923 COPYING
> diff --git a/package/x11r7/xapp_xdm/xapp_xdm.mk b/package/x11r7/xapp_xdm/xapp_xdm.mk
> index 2a343b55e2..03b9ad58e9 100644
> --- a/package/x11r7/xapp_xdm/xapp_xdm.mk
> +++ b/package/x11r7/xapp_xdm/xapp_xdm.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -XAPP_XDM_VERSION = 1.1.14
> +XAPP_XDM_VERSION = 1.1.17
> XAPP_XDM_SOURCE = xdm-$(XAPP_XDM_VERSION).tar.xz
> XAPP_XDM_SITE = https://xorg.freedesktop.org/archive/individual/app
> XAPP_XDM_LICENSE = MIT
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-09-25 20:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-18 6:38 [Buildroot] [PATCH] package/x11r7/xapp_xdm: bump to 1.1.17 Waldemar Brodkorb
2025-09-18 20:26 ` Julien Olivain via buildroot
2025-09-18 22:53 ` Waldemar Brodkorb
2025-09-25 20:16 ` Thomas Perale via buildroot
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.