package/libgpgme: bump version to 1.9.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Fri, 21 Apr 2017 13:25:44 +0000 (15:25 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 26 Apr 2017 07:20:07 +0000 (09:20 +0200)
Removed configure option --with-gpg, it was removed upstream in 2013:
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commitdiff;h=02ba35c1b6a2cbb3361b2f2ad507c53564b2be0b#patch3

[Peter: drop comment referring to --with-gpg option]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libgpgme/libgpgme.hash
package/libgpgme/libgpgme.mk

index 5ef7b0e5cec3261f4255d6b9105e4f29d1b56376..cf7c5050fe4a78d7a84ed2e30d910163f4dd2205 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256 d0abe1449395315eac37e4e45076bbb82732cedf94210937b37776e10cdc2bb6        gpgme-1.7.1.tar.bz2
+sha256 1b29fedb8bfad775e70eafac5b0590621683b2d9869db994568e6401f4034ceb  gpgme-1.9.0.tar.bz2
index 09b6fbe446b9439552e65b656e50ba3c11882365..5af2b5ed91a6632bd4c7cdc4c8768167dbc890ce 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBGPGME_VERSION = 1.7.1
+LIBGPGME_VERSION = 1.9.0
 LIBGPGME_SITE = ftp://ftp.gnupg.org/gcrypt/gpgme
 LIBGPGME_SOURCE = gpgme-$(LIBGPGME_VERSION).tar.bz2
 LIBGPGME_LICENSE = LGPL-2.1+
@@ -13,8 +13,7 @@ LIBGPGME_INSTALL_STAGING = YES
 LIBGPGME_DEPENDENCIES = libassuan libgpg-error
 LIBGPGME_LANGUAGE_BINDINGS = cl
 
-# libgpgme, needs to know the gpg binary path on the target.
-LIBGPGME_CONF_OPTS = --with-gpg=/usr/bin/gpg \
+LIBGPGME_CONF_OPTS = \
        --with-gpg-error-prefix=$(STAGING_DIR)/usr \
        --with-libassuan-prefix=$(STAGING_DIR)/usr \
        --disable-gpgsm-test \