* [Buildroot] [PATCH 1/4] package/gnupg2: bump version to 2.4.2
@ 2023-06-08 18:52 Bernd Kuhls
2023-06-08 18:52 ` [Buildroot] [PATCH 2/4] package/libgcrypt: bump to version 1.10.2 Bernd Kuhls
` (3 more replies)
0 siblings, 4 replies; 12+ messages in thread
From: Bernd Kuhls @ 2023-06-08 18:52 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
Added sha256 hash provided by upstream.
Release notes:
https://lists.gnupg.org/pipermail/gnupg-announce/2023q2/000479.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/gnupg2/gnupg2.hash | 10 ++++------
package/gnupg2/gnupg2.mk | 2 +-
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/package/gnupg2/gnupg2.hash b/package/gnupg2/gnupg2.hash
index baee824104..aa71881f41 100644
--- a/package/gnupg2/gnupg2.hash
+++ b/package/gnupg2/gnupg2.hash
@@ -1,7 +1,5 @@
-# From https://lists.gnupg.org/pipermail/gnupg-announce/2023q2/000478.html
-sha1 d7d021101361a5e1166a6c0cc1731276e7134547 gnupg-2.4.1.tar.bz2
-# Calculated based on the hash above and signature
-# https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.4.1.tar.bz2.sig
-# using key 6DAA6E64A76D2840571B4902528897B826403ADA
-sha256 76b71e5aeb443bfd910ce9cbc8281b617c8341687afb67bae455877972b59de8 gnupg-2.4.1.tar.bz2
+# From https://www.gnupg.org/download/integrity_check.html
+sha1 3efd495a94dc81fd0ea8788bef6c69d1f13cedd7 gnupg-2.4.2.tar.bz2
+sha256 97eb47df8ae5a3ff744f868005a090da5ab45cb48ee9836dbf5ee739a4e5cf49 gnupg-2.4.2.tar.bz2
+# Locally calculated
sha256 bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357 COPYING
diff --git a/package/gnupg2/gnupg2.mk b/package/gnupg2/gnupg2.mk
index f7c7ae847c..760af3b05e 100644
--- a/package/gnupg2/gnupg2.mk
+++ b/package/gnupg2/gnupg2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GNUPG2_VERSION = 2.4.1
+GNUPG2_VERSION = 2.4.2
GNUPG2_SOURCE = gnupg-$(GNUPG2_VERSION).tar.bz2
GNUPG2_SITE = https://gnupg.org/ftp/gcrypt/gnupg
GNUPG2_LICENSE = GPL-3.0+
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [Buildroot] [PATCH 2/4] package/libgcrypt: bump to version 1.10.2
2023-06-08 18:52 [Buildroot] [PATCH 1/4] package/gnupg2: bump version to 2.4.2 Bernd Kuhls
@ 2023-06-08 18:52 ` Bernd Kuhls
2023-06-18 11:19 ` Peter Korsgaard
2023-06-08 18:52 ` [Buildroot] [PATCH 3/4] package/libgpg-error: bump version to 1.47 Bernd Kuhls
` (2 subsequent siblings)
3 siblings, 1 reply; 12+ messages in thread
From: Bernd Kuhls @ 2023-06-08 18:52 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
Release notes:
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=blob;f=NEWS;h=c9a239615f8070427a96688b1be40a81e59e9b8a;hb=1c5cbacf3d88dded5063e959ee68678ff7d0fa56
Added upstream sha1 & sha256 hashes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libgcrypt/libgcrypt.hash | 8 ++++----
package/libgcrypt/libgcrypt.mk | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/libgcrypt/libgcrypt.hash b/package/libgcrypt/libgcrypt.hash
index 96f5e6b76c..cfbf9eaf17 100644
--- a/package/libgcrypt/libgcrypt.hash
+++ b/package/libgcrypt/libgcrypt.hash
@@ -1,5 +1,5 @@
-# Locally calculated after checking signature
-# https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.10.1.tar.bz2.sig
-# using key 6DAA6E64A76D2840571B4902528897B826403ADA
-sha256 ef14ae546b0084cd84259f61a55e07a38c3b53afc0f546bffcef2f01baffe9de libgcrypt-1.10.1.tar.bz2
+# From https://www.gnupg.org/download/integrity_check.html
+sha1 0b9555960d84a09ea14e52360808f2e02e9c12d2 libgcrypt-1.10.2.tar.bz2
+sha256 3b9c02a004b68c256add99701de00b383accccf37177e0d6c58289664cce0c03 libgcrypt-1.10.2.tar.bz2
+# Locally calculated
sha256 ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532 COPYING.LIB
diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk
index 9232debb3a..4fffe5360e 100644
--- a/package/libgcrypt/libgcrypt.mk
+++ b/package/libgcrypt/libgcrypt.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBGCRYPT_VERSION = 1.10.1
+LIBGCRYPT_VERSION = 1.10.2
LIBGCRYPT_SOURCE = libgcrypt-$(LIBGCRYPT_VERSION).tar.bz2
LIBGCRYPT_LICENSE = LGPL-2.1+
LIBGCRYPT_LICENSE_FILES = COPYING.LIB
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [Buildroot] [PATCH 3/4] package/libgpg-error: bump version to 1.47
2023-06-08 18:52 [Buildroot] [PATCH 1/4] package/gnupg2: bump version to 2.4.2 Bernd Kuhls
2023-06-08 18:52 ` [Buildroot] [PATCH 2/4] package/libgcrypt: bump to version 1.10.2 Bernd Kuhls
@ 2023-06-08 18:52 ` Bernd Kuhls
2023-06-18 11:19 ` Peter Korsgaard
2023-06-08 18:52 ` [Buildroot] [PATCH 4/4] package/libgpgme: bump to version 1.20.0 Bernd Kuhls
2023-06-18 11:19 ` [Buildroot] [PATCH 1/4] package/gnupg2: bump version to 2.4.2 Peter Korsgaard
3 siblings, 1 reply; 12+ messages in thread
From: Bernd Kuhls @ 2023-06-08 18:52 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
Release notes:
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=blob;f=NEWS;h=9be1b714e05dbd7de7b822d9dbbd998f6bc26025;hb=a25cea92798a5ece3f49924911507f5335915ecc
Added upstream sha1 & sha256 hashes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libgpg-error/libgpg-error.hash | 8 ++------
package/libgpg-error/libgpg-error.mk | 2 +-
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/package/libgpg-error/libgpg-error.hash b/package/libgpg-error/libgpg-error.hash
index ffe27e9d99..5c445ba0b2 100644
--- a/package/libgpg-error/libgpg-error.hash
+++ b/package/libgpg-error/libgpg-error.hash
@@ -1,10 +1,6 @@
# From https://www.gnupg.org/download/integrity_check.html
-sha1 a6e5efdd72e848aab4064e5ef4c6835ba344bcf1 libgpg-error-1.46.tar.bz2
-
-# Locally calculated after checking pgp signature
-# https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.46.tar.bz2.sig
-# using key 6DAA6E64A76D2840571B4902528897B826403ADA
-sha256 b7e11a64246bbe5ef37748de43b245abd72cfcd53c9ae5e7fc5ca59f1c81268d libgpg-error-1.46.tar.bz2
+sha1 94668233fd7bd8e7c0ec5e363134cd53c575da60 libgpg-error-1.47.tar.bz2
+sha256 9e3c670966b96ecc746c28c2c419541e3bcb787d1a73930f5e5f5e1bcbbb9bdb libgpg-error-1.47.tar.bz2
# Locally calculated
sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING
sha256 a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861 COPYING.LIB
diff --git a/package/libgpg-error/libgpg-error.mk b/package/libgpg-error/libgpg-error.mk
index 3ab8535a9c..60e3da9de1 100644
--- a/package/libgpg-error/libgpg-error.mk
+++ b/package/libgpg-error/libgpg-error.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBGPG_ERROR_VERSION = 1.46
+LIBGPG_ERROR_VERSION = 1.47
LIBGPG_ERROR_SITE = https://www.gnupg.org/ftp/gcrypt/libgpg-error
LIBGPG_ERROR_SOURCE = libgpg-error-$(LIBGPG_ERROR_VERSION).tar.bz2
LIBGPG_ERROR_LICENSE = GPL-2.0+, LGPL-2.1+
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [Buildroot] [PATCH 4/4] package/libgpgme: bump to version 1.20.0
2023-06-08 18:52 [Buildroot] [PATCH 1/4] package/gnupg2: bump version to 2.4.2 Bernd Kuhls
2023-06-08 18:52 ` [Buildroot] [PATCH 2/4] package/libgcrypt: bump to version 1.10.2 Bernd Kuhls
2023-06-08 18:52 ` [Buildroot] [PATCH 3/4] package/libgpg-error: bump version to 1.47 Bernd Kuhls
@ 2023-06-08 18:52 ` Bernd Kuhls
2023-06-18 11:19 ` Peter Korsgaard
2023-06-18 11:19 ` [Buildroot] [PATCH 1/4] package/gnupg2: bump version to 2.4.2 Peter Korsgaard
3 siblings, 1 reply; 12+ messages in thread
From: Bernd Kuhls @ 2023-06-08 18:52 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
Added upstream sha1 & sha256 hashes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libgpgme/libgpgme.hash | 7 +++----
package/libgpgme/libgpgme.mk | 2 +-
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/package/libgpgme/libgpgme.hash b/package/libgpgme/libgpgme.hash
index 7d02b9e139..a71cec1e38 100644
--- a/package/libgpgme/libgpgme.hash
+++ b/package/libgpgme/libgpgme.hash
@@ -1,6 +1,5 @@
-# Locally calculated after checking pgp signature
-# https://gnupg.org/ftp/gcrypt/gpgme/gpgme-1.17.1.tar.bz2.sig
-# using key 6DAA6E64A76D2840571B4902528897B826403ADA
-sha256 711eabf5dd661b9b04be9edc9ace2a7bc031f6bd9d37a768d02d0efdef108f5f gpgme-1.17.1.tar.bz2
+# From https://www.gnupg.org/download/integrity_check.html
+sha1 369deeec95f1bb77fafc0b6c8fa65995ba82fd1e gpgme-1.20.0.tar.bz2
+sha256 25a5785a5da356689001440926b94e967d02e13c49eb7743e35ef0cf22e42750 gpgme-1.20.0.tar.bz2
# Locally calculated
sha256 ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532 COPYING.LESSER
diff --git a/package/libgpgme/libgpgme.mk b/package/libgpgme/libgpgme.mk
index 2120ee8e3c..21a0b30d3b 100644
--- a/package/libgpgme/libgpgme.mk
+++ b/package/libgpgme/libgpgme.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBGPGME_VERSION = 1.17.1
+LIBGPGME_VERSION = 1.20.0
LIBGPGME_SITE = https://gnupg.org/ftp/gcrypt/gpgme
LIBGPGME_SOURCE = gpgme-$(LIBGPGME_VERSION).tar.bz2
LIBGPGME_LICENSE = LGPL-2.1+
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [Buildroot] [PATCH 1/4] package/gnupg2: bump version to 2.4.2
2023-06-08 18:52 [Buildroot] [PATCH 1/4] package/gnupg2: bump version to 2.4.2 Bernd Kuhls
` (2 preceding siblings ...)
2023-06-08 18:52 ` [Buildroot] [PATCH 4/4] package/libgpgme: bump to version 1.20.0 Bernd Kuhls
@ 2023-06-18 11:19 ` Peter Korsgaard
2023-07-06 8:43 ` Peter Korsgaard
3 siblings, 1 reply; 12+ messages in thread
From: Peter Korsgaard @ 2023-06-18 11:19 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Julien Olivain, buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Added sha256 hash provided by upstream.
> Release notes:
> https://lists.gnupg.org/pipermail/gnupg-announce/2023q2/000479.html
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Buildroot] [PATCH 3/4] package/libgpg-error: bump version to 1.47
2023-06-08 18:52 ` [Buildroot] [PATCH 3/4] package/libgpg-error: bump version to 1.47 Bernd Kuhls
@ 2023-06-18 11:19 ` Peter Korsgaard
2023-07-06 8:44 ` Peter Korsgaard
0 siblings, 1 reply; 12+ messages in thread
From: Peter Korsgaard @ 2023-06-18 11:19 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Julien Olivain, buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Release notes:
> https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=blob;f=NEWS;h=9be1b714e05dbd7de7b822d9dbbd998f6bc26025;hb=a25cea92798a5ece3f49924911507f5335915ecc
> Added upstream sha1 & sha256 hashes.
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Buildroot] [PATCH 2/4] package/libgcrypt: bump to version 1.10.2
2023-06-08 18:52 ` [Buildroot] [PATCH 2/4] package/libgcrypt: bump to version 1.10.2 Bernd Kuhls
@ 2023-06-18 11:19 ` Peter Korsgaard
2023-07-06 8:43 ` Peter Korsgaard
0 siblings, 1 reply; 12+ messages in thread
From: Peter Korsgaard @ 2023-06-18 11:19 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Julien Olivain, buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Release notes:
> https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=blob;f=NEWS;h=c9a239615f8070427a96688b1be40a81e59e9b8a;hb=1c5cbacf3d88dded5063e959ee68678ff7d0fa56
> Added upstream sha1 & sha256 hashes.
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Buildroot] [PATCH 4/4] package/libgpgme: bump to version 1.20.0
2023-06-08 18:52 ` [Buildroot] [PATCH 4/4] package/libgpgme: bump to version 1.20.0 Bernd Kuhls
@ 2023-06-18 11:19 ` Peter Korsgaard
2023-06-18 11:20 ` Peter Korsgaard
0 siblings, 1 reply; 12+ messages in thread
From: Peter Korsgaard @ 2023-06-18 11:19 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Julien Olivain, buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Added upstream sha1 & sha256 hashes.
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to 2023.02.x, thanks.
> ---
> package/libgpgme/libgpgme.hash | 7 +++----
> package/libgpgme/libgpgme.mk | 2 +-
> 2 files changed, 4 insertions(+), 5 deletions(-)
> diff --git a/package/libgpgme/libgpgme.hash b/package/libgpgme/libgpgme.hash
> index 7d02b9e139..a71cec1e38 100644
> --- a/package/libgpgme/libgpgme.hash
> +++ b/package/libgpgme/libgpgme.hash
> @@ -1,6 +1,5 @@
> -# Locally calculated after checking pgp signature
> -# https://gnupg.org/ftp/gcrypt/gpgme/gpgme-1.17.1.tar.bz2.sig
> -# using key 6DAA6E64A76D2840571B4902528897B826403ADA
> -sha256 711eabf5dd661b9b04be9edc9ace2a7bc031f6bd9d37a768d02d0efdef108f5f gpgme-1.17.1.tar.bz2
> +# From https://www.gnupg.org/download/integrity_check.html
> +sha1 369deeec95f1bb77fafc0b6c8fa65995ba82fd1e gpgme-1.20.0.tar.bz2
> +sha256 25a5785a5da356689001440926b94e967d02e13c49eb7743e35ef0cf22e42750 gpgme-1.20.0.tar.bz2
> # Locally calculated
> sha256 ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532 COPYING.LESSER
> diff --git a/package/libgpgme/libgpgme.mk b/package/libgpgme/libgpgme.mk
> index 2120ee8e3c..21a0b30d3b 100644
> --- a/package/libgpgme/libgpgme.mk
> +++ b/package/libgpgme/libgpgme.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
> -LIBGPGME_VERSION = 1.17.1
> +LIBGPGME_VERSION = 1.20.0
> LIBGPGME_SITE = https://gnupg.org/ftp/gcrypt/gpgme
> LIBGPGME_SOURCE = gpgme-$(LIBGPGME_VERSION).tar.bz2
> LIBGPGME_LICENSE = LGPL-2.1+
> --
> 2.39.2
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Buildroot] [PATCH 4/4] package/libgpgme: bump to version 1.20.0
2023-06-18 11:19 ` Peter Korsgaard
@ 2023-06-18 11:20 ` Peter Korsgaard
0 siblings, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2023-06-18 11:20 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Julien Olivain, buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
>> Added upstream sha1 & sha256 hashes.
>> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> Committed to 2023.02.x, thanks.
Sorry, to master naturally.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Buildroot] [PATCH 1/4] package/gnupg2: bump version to 2.4.2
2023-06-18 11:19 ` [Buildroot] [PATCH 1/4] package/gnupg2: bump version to 2.4.2 Peter Korsgaard
@ 2023-07-06 8:43 ` Peter Korsgaard
0 siblings, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2023-07-06 8:43 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Julien Olivain, buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
>> Added sha256 hash provided by upstream.
>> Release notes:
>> https://lists.gnupg.org/pipermail/gnupg-announce/2023q2/000479.html
>> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> Committed, thanks.
Committed to 2023.02.x and 2023.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Buildroot] [PATCH 2/4] package/libgcrypt: bump to version 1.10.2
2023-06-18 11:19 ` Peter Korsgaard
@ 2023-07-06 8:43 ` Peter Korsgaard
0 siblings, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2023-07-06 8:43 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Julien Olivain, buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
>> Release notes:
>> https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=blob;f=NEWS;h=c9a239615f8070427a96688b1be40a81e59e9b8a;hb=1c5cbacf3d88dded5063e959ee68678ff7d0fa56
>> Added upstream sha1 & sha256 hashes.
>> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> Committed, thanks.
Committed to 2023.02.x and 2023.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Buildroot] [PATCH 3/4] package/libgpg-error: bump version to 1.47
2023-06-18 11:19 ` Peter Korsgaard
@ 2023-07-06 8:44 ` Peter Korsgaard
0 siblings, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2023-07-06 8:44 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Julien Olivain, buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
>> Release notes:
>> https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=blob;f=NEWS;h=9be1b714e05dbd7de7b822d9dbbd998f6bc26025;hb=a25cea92798a5ece3f49924911507f5335915ecc
>> Added upstream sha1 & sha256 hashes.
>> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> Committed, thanks.
Committed to 2023.02.x and 2023.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2023-07-06 8:44 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-08 18:52 [Buildroot] [PATCH 1/4] package/gnupg2: bump version to 2.4.2 Bernd Kuhls
2023-06-08 18:52 ` [Buildroot] [PATCH 2/4] package/libgcrypt: bump to version 1.10.2 Bernd Kuhls
2023-06-18 11:19 ` Peter Korsgaard
2023-07-06 8:43 ` Peter Korsgaard
2023-06-08 18:52 ` [Buildroot] [PATCH 3/4] package/libgpg-error: bump version to 1.47 Bernd Kuhls
2023-06-18 11:19 ` Peter Korsgaard
2023-07-06 8:44 ` Peter Korsgaard
2023-06-08 18:52 ` [Buildroot] [PATCH 4/4] package/libgpgme: bump to version 1.20.0 Bernd Kuhls
2023-06-18 11:19 ` Peter Korsgaard
2023-06-18 11:20 ` Peter Korsgaard
2023-06-18 11:19 ` [Buildroot] [PATCH 1/4] package/gnupg2: bump version to 2.4.2 Peter Korsgaard
2023-07-06 8:43 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox