From 488d15b2ae0f059d1634cef0ccfe5500108ad920 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 7 Dec 2025 15:42:21 +0100 Subject: [PATCH] package/pinentry: bump version to 1.3.2 Release notes: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=blob;f=NEWS;h=8bf192539fed9104a1ff431c6dcc3add7fb6771c;hb=d7660807593067d5cd7150b7d4d987d60957b5cb Updated qt5 configure options due to upstream commit: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=commitdiff;h=9fbecc223cf1755ac12f1a8a0cbbff54aa22a325;hp=da3144a702acab04cc5cc6812dcdfbfc78e1383c Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/pinentry/pinentry.hash | 4 ++-- package/pinentry/pinentry.mk | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/pinentry/pinentry.hash b/package/pinentry/pinentry.hash index 3f02eec737..4a24631ae8 100644 --- a/package/pinentry/pinentry.hash +++ b/package/pinentry/pinentry.hash @@ -1,5 +1,5 @@ # From https://www.gnupg.org/download/integrity_check.html -sha1 fb0bbb88211558c8f7e652b4b6a675b1972fba04 pinentry-1.3.1.tar.bz2 -sha256 bc72ee27c7239007ab1896c3c2fae53b076e2c9bd2483dc2769a16902bce8c04 pinentry-1.3.1.tar.bz2 +sha1 ca7c502f347f248377842f7e68df5e971059e4db pinentry-1.3.1.tar.bz2 +sha256 8e986ed88561b4da6e9efe0c54fa4ca8923035c99264df0b0464497c5fb94e9e pinentry-1.3.2.tar.bz2 # Locally computed sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/pinentry/pinentry.mk b/package/pinentry/pinentry.mk index ef17df7657..88a20ec3de 100644 --- a/package/pinentry/pinentry.mk +++ b/package/pinentry/pinentry.mk @@ -4,7 +4,7 @@ # ################################################################################ -PINENTRY_VERSION = 1.3.1 +PINENTRY_VERSION = 1.3.2 PINENTRY_SOURCE = pinentry-$(PINENTRY_VERSION).tar.bz2 PINENTRY_SITE = https://www.gnupg.org/ftp/gcrypt/pinentry PINENTRY_LICENSE = GPL-2.0+ @@ -62,10 +62,10 @@ endif # pinentry-qt5 backend ifeq ($(BR2_PACKAGE_PINENTRY_QT5),y) -PINENTRY_CONF_OPTS += --enable-pinentry-qt +PINENTRY_CONF_OPTS += --enable-pinentry-qt5 PINENTRY_DEPENDENCIES += qt5base else -PINENTRY_CONF_OPTS += --disable-pinentry-qt +PINENTRY_CONF_OPTS += --disable-pinentry-qt5 endif $(eval $(autotools-package))