All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/gnupg2: bump to version 2.5.16
@ 2026-01-05 20:35 Julien Olivain via buildroot
  2026-01-13 19:47 ` Arnout Vandecappelle via buildroot
  2026-01-16 20:38 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-01-05 20:35 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain

For release announce, see:
https://lists.gnupg.org/pipermail/gnupg-announce/2025q4/000500.html

Quoting the announce:
"""
Note that the 2.5 series is now declared the stable version of GnuPG.
The oldstable 2.4 series will reach end-of-life in just 6 months.
"""

Also, an important feature in the 2.5 series is the introduction of
Kyber (aka ML-KEM or FIPS-203) as PQC (Post-Quantum Cryptography)
encryption algorithm.

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Patch tested in:
https://gitlab.com/jolivain/buildroot/-/jobs/12610896917
https://gitlab.com/jolivain/buildroot/-/pipelines/2246006250
---
 package/gnupg2/gnupg2.hash | 4 ++--
 package/gnupg2/gnupg2.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gnupg2/gnupg2.hash b/package/gnupg2/gnupg2.hash
index ee37e6a3af..feafbb328b 100644
--- a/package/gnupg2/gnupg2.hash
+++ b/package/gnupg2/gnupg2.hash
@@ -1,5 +1,5 @@
 # From https://www.gnupg.org/download/integrity_check.html
-sha1  d4b76a8de78631b64b8c6f3725ed28dede40bdb4  gnupg-2.4.9.tar.bz2
-sha256  dd17ab2e9a04fd79d39d853f599cbc852062ddb9ab52a4ddeb4176fd8b302964  gnupg-2.4.9.tar.bz2
+sha1  3acefeef08c82a4d4a8ba36f95c2986fb925d359  gnupg-2.5.16.tar.bz2
+sha256  05144040fedb828ced2a6bafa2c4a0479ee4cceacf3b6d68ccc75b175ac13b7e  gnupg-2.5.16.tar.bz2
 # Locally calculated
 sha256  bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357  COPYING
diff --git a/package/gnupg2/gnupg2.mk b/package/gnupg2/gnupg2.mk
index d083ea850a..fafc383ec8 100644
--- a/package/gnupg2/gnupg2.mk
+++ b/package/gnupg2/gnupg2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GNUPG2_VERSION = 2.4.9
+GNUPG2_VERSION = 2.5.16
 GNUPG2_SOURCE = gnupg-$(GNUPG2_VERSION).tar.bz2
 GNUPG2_SITE = https://gnupg.org/ftp/gcrypt/gnupg
 GNUPG2_LICENSE = GPL-3.0+
-- 
2.52.0

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

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

* Re: [Buildroot] [PATCH 1/1] package/gnupg2: bump to version 2.5.16
  2026-01-05 20:35 [Buildroot] [PATCH 1/1] package/gnupg2: bump to version 2.5.16 Julien Olivain via buildroot
@ 2026-01-13 19:47 ` Arnout Vandecappelle via buildroot
  2026-01-16 20:38 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-13 19:47 UTC (permalink / raw)
  To: Julien Olivain; +Cc: Arnout Vandecappelle, buildroot

In reply of:
> For release announce, see:
> https://lists.gnupg.org/pipermail/gnupg-announce/2025q4/000500.html
> 
> Quoting the announce:
> """
> Note that the 2.5 series is now declared the stable version of GnuPG.
> The oldstable 2.4 series will reach end-of-life in just 6 months.
> """
> 
> Also, an important feature in the 2.5 series is the introduction of
> Kyber (aka ML-KEM or FIPS-203) as PQC (Post-Quantum Cryptography)
> encryption algorithm.
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>

Applied to 2025.02.x and 2025.11.x. Thanks

> ---
> Patch tested in:
> https://gitlab.com/jolivain/buildroot/-/jobs/12610896917
> https://gitlab.com/jolivain/buildroot/-/pipelines/2246006250
> ---
>  package/gnupg2/gnupg2.hash | 4 ++--
>  package/gnupg2/gnupg2.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/gnupg2/gnupg2.hash b/package/gnupg2/gnupg2.hash
> index ee37e6a3af..feafbb328b 100644
> --- a/package/gnupg2/gnupg2.hash
> +++ b/package/gnupg2/gnupg2.hash
> @@ -1,5 +1,5 @@
>  # From https://www.gnupg.org/download/integrity_check.html
> -sha1  d4b76a8de78631b64b8c6f3725ed28dede40bdb4  gnupg-2.4.9.tar.bz2
> -sha256  dd17ab2e9a04fd79d39d853f599cbc852062ddb9ab52a4ddeb4176fd8b302964  gnupg-2.4.9.tar.bz2
> +sha1  3acefeef08c82a4d4a8ba36f95c2986fb925d359  gnupg-2.5.16.tar.bz2
> +sha256  05144040fedb828ced2a6bafa2c4a0479ee4cceacf3b6d68ccc75b175ac13b7e  gnupg-2.5.16.tar.bz2
>  # Locally calculated
>  sha256  bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357  COPYING
> diff --git a/package/gnupg2/gnupg2.mk b/package/gnupg2/gnupg2.mk
> index d083ea850a..fafc383ec8 100644
> --- a/package/gnupg2/gnupg2.mk
> +++ b/package/gnupg2/gnupg2.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -GNUPG2_VERSION = 2.4.9
> +GNUPG2_VERSION = 2.5.16
>  GNUPG2_SOURCE = gnupg-$(GNUPG2_VERSION).tar.bz2
>  GNUPG2_SITE = https://gnupg.org/ftp/gcrypt/gnupg
>  GNUPG2_LICENSE = GPL-3.0+
> -- 
> 2.52.0
> 
> _______________________________________________
> 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] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/gnupg2: bump to version 2.5.16
  2026-01-05 20:35 [Buildroot] [PATCH 1/1] package/gnupg2: bump to version 2.5.16 Julien Olivain via buildroot
  2026-01-13 19:47 ` Arnout Vandecappelle via buildroot
@ 2026-01-16 20:38 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-01-16 20:38 UTC (permalink / raw)
  To: Julien Olivain; +Cc: buildroot

Hello,

On Mon, Jan 05, 2026 at 09:35:06PM +0100, Julien Olivain via buildroot wrote:
> For release announce, see:
> https://lists.gnupg.org/pipermail/gnupg-announce/2025q4/000500.html
> 
> Quoting the announce:
> """
> Note that the 2.5 series is now declared the stable version of GnuPG.
> The oldstable 2.4 series will reach end-of-life in just 6 months.
> """
> 
> Also, an important feature in the 2.5 series is the introduction of
> Kyber (aka ML-KEM or FIPS-203) as PQC (Post-Quantum Cryptography)
> encryption algorithm.
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>

Applied to master, thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2026-01-16 20:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-05 20:35 [Buildroot] [PATCH 1/1] package/gnupg2: bump to version 2.5.16 Julien Olivain via buildroot
2026-01-13 19:47 ` Arnout Vandecappelle via buildroot
2026-01-16 20:38 ` Thomas Petazzoni 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.