Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a54eaff403643ba08b00f294f2cc6a5e527f7591)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a54eaff403643ba08b00f294f2cc6a5e527f7591)
  • Date: Sat, 27 Oct 2018 13:43:47 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

crypto/gpa/DETAILS | 2 +-
crypto/gpa/HISTORY | 3 +++
crypto/gpgme/CONFIGURE | 2 +-
crypto/gpgme/DEPENDS | 2 +-
crypto/gpgme/DETAILS | 4 ++++
crypto/gpgme/HISTORY | 4 ++++
crypto/gpgme/PREPARE | 2 +-
crypto/libgcrypt/DETAILS | 2 +-
crypto/libgcrypt/HISTORY | 3 +++
9 files changed, 19 insertions(+), 5 deletions(-)

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 &&

config_query_list GPGME_BRANCH "Which branch of GPGME do you want to build?"
\
- DEFAULT 0.3 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 &&
+ DEFAULT 0.3 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 &&

if [[ -z "$GPGME_BRANCH" ]] || [[ $GPGME_BRANCH == DEFAULT ]]; then
GPGME_BRANCH="1.3"
diff --git a/crypto/libgcrypt/DETAILS b/crypto/libgcrypt/DETAILS
index a875016..e86cecf 100755
--- a/crypto/libgcrypt/DETAILS
+++ b/crypto/libgcrypt/DETAILS
@@ -1,5 +1,5 @@
SPELL=libgcrypt
- VERSION=1.8.3
+ VERSION=1.8.4
SECURITY_PATCH=11

SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/crypto/libgcrypt/HISTORY b/crypto/libgcrypt/HISTORY
index ac8fe72..f0daf05 100644
--- a/crypto/libgcrypt/HISTORY
+++ b/crypto/libgcrypt/HISTORY
@@ -1,3 +1,6 @@
+2018-10-27 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.8.4
+
2018-06-17 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.8.3, SECURITY_PATCH++, (CVE-2018-0495)




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a54eaff403643ba08b00f294f2cc6a5e527f7591), Pavel Vinogradov, 10/27/2018

Archive powered by MHonArc 2.6.24.

Top of Page