Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ba20f903519180418663a9a300b7806eff0ca633)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ba20f903519180418663a9a300b7806eff0ca633)
  • Date: Thu, 20 Oct 2016 13:48:48 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
crypto/GnuPG.gpg |binary
crypto/gpgme/DETAILS | 13 ++++---------
crypto/gpgme/HISTORY | 1 +
4 files changed, 8 insertions(+), 9 deletions(-)

New commits:
commit ba20f903519180418663a9a300b7806eff0ca633
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gpgme - add gpg checking

commit cb96b67ac12ec1e963469de350cf472f8c93d5f0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

GnuPG.gpg - add 4F25E3B6: "Werner Koch (dist sig)"

diff --git a/ChangeLog b/ChangeLog
index 7cc3ca0..ed5d44e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-10-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * GnuPG.gpg: add 4F25E3B6: "Werner Koch (dist sig)"
+
2016-10-19 Vlad Glagolev <stealth AT sourcemage.org>
* net/i2pd: new spell, full C++ implementation of I2P client

diff --git a/crypto/GnuPG.gpg b/crypto/GnuPG.gpg
index 7a5baa1..4508194 100644
Binary files a/crypto/GnuPG.gpg and b/crypto/GnuPG.gpg differ
diff --git a/crypto/gpgme/DETAILS b/crypto/gpgme/DETAILS
index babc4fa..340620b 100755
--- a/crypto/gpgme/DETAILS
+++ b/crypto/gpgme/DETAILS
@@ -4,53 +4,48 @@
case $GPGME_BRANCH in
0.3)
VERSION=0.3.16
-
SOURCE_HASH=sha512:ba0d6701034066e7d796350040f1701964ee60b336e00bfc28b71329ded7256c85769f740507651f4d9e03a294a98085f0b3ebb71425bceb8f88753569643552
SOURCE=$SPELL-$VERSION.tar.gz
;;
1.0)
VERSION=1.0.3
-
SOURCE_HASH=sha512:1239388cd5d1286aca7c1d1ebe1508263571b40988c4138e9eabe8b23e6310983cedbfde209e2968330671dc687610114115b5a5d6e44d04c9617ab3207504fa
SOURCE=$SPELL-$VERSION.tar.gz
;;
1.1)
VERSION=1.1.8
-
SOURCE_HASH=sha512:855d835d8e48e89767eabe9c244d0583519ed7434d383ba9cde6baa08f23154f0fc5326d6c80e08654820ef034cf5c04952f1c53fd27bf2db3a302d4f7efdc97
SOURCE=$SPELL-$VERSION.tar.gz
;;
1.2)
VERSION=1.2.0
-
SOURCE_HASH=sha512:ef91a8c19b93ed126f3347c09b7de22b472d9d5aa795755be014803130f4bbbfab991ecbd784eee5196f8d4853aa85addc3d5af19fe9ee0b7ae3037f42d91192
SOURCE=$SPELL-$VERSION.tar.gz
;;
1.3)
VERSION=1.3.2
-
SOURCE_HASH=sha512:5452aa663a85f7853f8194746ee3f7a70f46af719490df240401b0b9d97b0e2d3656d73dd469f136dc4ba0f878f5ef445f43e682a049a3a99c3ac22de29d79c5
SOURCE=$SPELL-$VERSION.tar.bz2
;;
1.4)
VERSION=1.4.3
-
SOURCE_HASH=sha512:59a91f7d7f16dfcd6b53da3ea627691b23cb98a932b2ebc6af1d40c7450b283150a99eae820046c355c757cd3daf53e72c0123ff6e130cf602691cadbdc7136b
SOURCE=$SPELL-$VERSION.tar.bz2
;;
1.5)
VERSION=1.5.5
-
SOURCE_HASH=sha512:a01b84c1ae2a7c647b2de793fc05d39c4bf4a2d1b7378934e437857823f11ca9e9c1f3b32302d69a3a84d0be1fee1e1c86874355031b8fa6b40f4ad56ecc72ad
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.bz2
;;
1.6)
VERSION=1.6.0
-
SOURCE_HASH=sha512:b7ccccc2bac246b0759c8752cadd3e77f03da39711badfc66d0f21cefab3f3b07fe1038611ad9ca1c16a8a48d7e831dcca68d83d052456a4cf794a73e287d41b
SOURCE=$SPELL-$VERSION.tar.bz2
;;
1.7)
VERSION=1.7.1
-
SOURCE_HASH=sha512:b8c2e2aa1f413748dc8b0f9f63ef5d1ddbb00dfd82f63a28b7162cf5d8af2a33f7ba29a309da5244ad6e23a561b99716d47d02956d03ece16d06af6ff77f200c
SOURCE=$SPELL-$VERSION.tar.bz2
;;
esac

SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/$SPELL/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=GnuPG.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
LICENSE[0]=GPL
WEB_SITE=http://www.gnupg.org/gpgme.html
diff --git a/crypto/gpgme/HISTORY b/crypto/gpgme/HISTORY
index b772658..175a04d 100644
--- a/crypto/gpgme/HISTORY
+++ b/crypto/gpgme/HISTORY
@@ -1,5 +1,6 @@
2016-10-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.7.1
+ * DETAILS: add gpg checking

2016-09-27 Pavel Vinogradov <public AT sourcemage.org>
* BUILD: added missing space



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ba20f903519180418663a9a300b7806eff0ca633), Treeve Jelbert, 10/20/2016

Archive powered by MHonArc 2.6.24.

Top of Page