diff mbox series

[next,2/2] package/libgpgme: bump to version 1.22.0

Message ID 20230903122831.7800-2-ju.o@free.fr
State Accepted
Headers show
Series [next,1/2] package/libgpgme: bump to version 1.21.0 | expand

Commit Message

Julien Olivain Sept. 3, 2023, 12:28 p.m. UTC
For change log, see [1] and [2].

[1] https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=log;h=gpgme-1.22.0
[2] https://dev.gnupg.org/T6668

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Series tested on branch next at commit 3fa1ae0 with commands,
in Docker image:

    make check-package
    ...
    0 warnings generated

    utils/test-pkg -p libgpgme
    ...
    6 builds, 1 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed

Note: this package in branch next is subject to issues described in
[1]. The issue will be resolved when the branch next will be merged
into master.

[1] https://git.buildroot.org/buildroot/commit/?id=bf7926230c7d47dd809e59646a6ff4f7fe35b833
---
 package/libgpgme/libgpgme.hash | 4 ++--
 package/libgpgme/libgpgme.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni Sept. 10, 2023, 7:07 p.m. UTC | #1
On Sun,  3 Sep 2023 14:28:31 +0200
Julien Olivain <ju.o@free.fr> wrote:

> For change log, see [1] and [2].
> 
> [1] https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=log;h=gpgme-1.22.0
> [2] https://dev.gnupg.org/T6668
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> Series tested on branch next at commit 3fa1ae0 with commands,
> in Docker image:

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/libgpgme/libgpgme.hash b/package/libgpgme/libgpgme.hash
index 556f1d3b42..5c47db76d5 100644
--- a/package/libgpgme/libgpgme.hash
+++ b/package/libgpgme/libgpgme.hash
@@ -1,5 +1,5 @@ 
 # From https://www.gnupg.org/download/integrity_check.html
-sha1  abe7db72760c0bb3e9c429b72dcc3c60bed023de  gpgme-1.21.0.tar.bz2
-sha256  416e174e165734d84806253f8c96bda2993fd07f258c3aad5f053a6efd463e88  gpgme-1.21.0.tar.bz2
+sha1  12f4c98ffa75bdbfc4934d38757f57ba718b5aa0  gpgme-1.22.0.tar.bz2
+sha256  9551e37081ad3bde81018a0d24f245c3f8206990549598fb31a97a68380a7b71  gpgme-1.22.0.tar.bz2
 # Locally calculated
 sha256  ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532  COPYING.LESSER
diff --git a/package/libgpgme/libgpgme.mk b/package/libgpgme/libgpgme.mk
index be4e8ff23b..2a567a17a7 100644
--- a/package/libgpgme/libgpgme.mk
+++ b/package/libgpgme/libgpgme.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBGPGME_VERSION = 1.21.0
+LIBGPGME_VERSION = 1.22.0
 LIBGPGME_SITE = https://gnupg.org/ftp/gcrypt/gpgme
 LIBGPGME_SOURCE = gpgme-$(LIBGPGME_VERSION).tar.bz2
 LIBGPGME_LICENSE = LGPL-2.1+