New commits:
commit 937c45bfba69b930780643896957cbc091fd311d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
crypto/gpgme: added 1.10 branch, version 1.10.0
commit bdc656fcd7067d92113774b8305968b34202209d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
crypto/libgcrypt: version 1.8.2
diff --git a/crypto/gpgme/CONFIGURE b/crypto/gpgme/CONFIGURE
index 7bedd0c..5feec9c 100755
--- a/crypto/gpgme/CONFIGURE
+++ b/crypto/gpgme/CONFIGURE
@@ -1,6 +1,6 @@
source $GRIMOIRE/config_query_multi.function
case $GPGME_BRANCH in
- 1.[7-9])
+ 1.[7-10])
config_query_multi GPG_LANG "which languages bindings to support" \
qt c++ python
;;
diff --git a/crypto/gpgme/DETAILS b/crypto/gpgme/DETAILS
index 4073a5f..1664a27 100755
--- a/crypto/gpgme/DETAILS
+++ b/crypto/gpgme/DETAILS
@@ -48,6 +48,10 @@ case $GPGME_BRANCH in
VERSION=1.9.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
;;
+ 1.10)
+ VERSION=1.10.0
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ ;;
esac
SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/$SPELL/$SOURCE
diff --git a/crypto/gpgme/HISTORY b/crypto/gpgme/HISTORY
index 724cf02..87a260a 100644
--- a/crypto/gpgme/HISTORY
+++ b/crypto/gpgme/HISTORY
@@ -1,3 +1,6 @@
+2017-12-13 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DETAILS, PREPARE: added 1.10 branch, version 1.10.0
+
2017-04-04 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: fix
diff --git a/crypto/gpgme/PREPARE b/crypto/gpgme/PREPARE
index 1e2d4b8..44eaee7 100755
--- a/crypto/gpgme/PREPARE
+++ b/crypto/gpgme/PREPARE
@@ -8,7 +8,7 @@ if [[ ! -z "${GPGME_OLD}" ]]; then
fi &&