New commits:
commit a54eaff403643ba08b00f294f2cc6a5e527f7591
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
crypto/gpa: version 0.10.0
commit a9481b5ba39c6e77191316a2b133053e4ac11a45
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
crypto/gpgme: added 1.12 branch, version 1.12.0
commit 451568ea8d9233ac86087e12fa8097ab745c2c44
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
crypto/libgcrypt: version 1.8.4
diff --git a/crypto/gpa/DETAILS b/crypto/gpa/DETAILS
index 759b528..94ca260 100755
--- a/crypto/gpa/DETAILS
+++ b/crypto/gpa/DETAILS
@@ -8,7 +8,7 @@ if [ "$GPA_BRANCH" == "scm" ]; then
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-scm
else
- VERSION=0.9.10
+ VERSION=0.10.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/$SPELL/$SOURCE
diff --git a/crypto/gpa/HISTORY b/crypto/gpa/HISTORY
index 2ac7fe9..4a5359b5 100644
--- a/crypto/gpa/HISTORY
+++ b/crypto/gpa/HISTORY
@@ -1,3 +1,6 @@
+2018-10-27 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.10.0
+
2017-01-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated stable branch to 0.9.10
diff --git a/crypto/gpgme/CONFIGURE b/crypto/gpgme/CONFIGURE
index c06af3f..a157f10 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-11])
+ 1.[7-12])
config_query_multi GPG_LANG "which languages bindings to support" \
qt c++ python
;;
diff --git a/crypto/gpgme/DEPENDS b/crypto/gpgme/DEPENDS
index 8749836..71f13d3 100755
--- a/crypto/gpgme/DEPENDS
+++ b/crypto/gpgme/DEPENDS
@@ -14,7 +14,7 @@ case $GPGME_BRANCH in
;;
esac &&
case $GPGME_BRANCH in
- 1.7 | 1.8 | 1.9 | 1.10 | 1.11)
+ 1.[7-12])
if list_find "$GPG_LANG" qt; then
depends qtbase &&
depends -sub CXX gcc
diff --git a/crypto/gpgme/DETAILS b/crypto/gpgme/DETAILS
index d28eeb3..1c6664f 100755
--- a/crypto/gpgme/DETAILS
+++ b/crypto/gpgme/DETAILS
@@ -56,6 +56,10 @@ case $GPGME_BRANCH in
VERSION=1.11.1
SOURCE=${SPELL}-${VERSION}.tar.bz2
;;
+ 1.12)
+ VERSION=1.12.0
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ ;;
esac
SOURCE_URL[0]=https://gnupg.org/ftp/gcrypt/$SPELL/$SOURCE
diff --git a/crypto/gpgme/HISTORY b/crypto/gpgme/HISTORY
index 93ad405..ce88d53 100644
--- a/crypto/gpgme/HISTORY
+++ b/crypto/gpgme/HISTORY
@@ -1,3 +1,7 @@
+2018-10-27 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS, PREPARE: added 1.12 branch, version
+ 1.12.0
+
2018-05-04 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: fix for qt5
diff --git a/crypto/gpgme/PREPARE b/crypto/gpgme/PREPARE
index 0d2e198..dfd3fc5 100755
--- a/crypto/gpgme/PREPARE
+++ b/crypto/gpgme/PREPARE
@@ -8,7 +8,7 @@ if [[ ! -z "${GPGME_OLD}" ]]; then
fi &&