mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
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 <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
bdccb251a2
commit
488d15b2ae
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user