Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (0feec62213401394d96c3663de08e798e4192a41)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (0feec62213401394d96c3663de08e798e4192a41)
  • Date: Sun, 21 Aug 2016 14:01:33 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/gnupg/DETAILS | 6 +++---
crypto/gnupg/HISTORY | 7 +++++++
crypto/gnupg/PRE_BUILD | 2 --
crypto/gnupg/debug.patch | 24 ------------------------
4 files changed, 10 insertions(+), 29 deletions(-)

New commits:
commit 0feec62213401394d96c3663de08e798e4192a41
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gnupg 1.4.21, SECURITY_PATCH=13

(cherry picked from commit 0ef231e2cb214a9973d6cad4accd7d9b313f66ca)

commit 5f02847ec4025cf6931450f257d3469ff61f4352
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gnupg 1.4.20

(cherry picked from commit 7d4d3d068869910dc2438ed5ba50f562fa54bcdf)

diff --git a/crypto/gnupg/DETAILS b/crypto/gnupg/DETAILS
index 6edf3ca..b85d86f 100755
--- a/crypto/gnupg/DETAILS
+++ b/crypto/gnupg/DETAILS
@@ -1,7 +1,7 @@
SPELL=gnupg
- VERSION=1.4.19
- SECURITY_PATCH=12
- PATCHLEVEL=1
+ VERSION=1.4.21
+ SECURITY_PATCH=13
+ PATCHLEVEL=0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/$SPELL/$SOURCE

SOURCE_URL[1]=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$SPELL/$SOURCE
diff --git a/crypto/gnupg/HISTORY b/crypto/gnupg/HISTORY
index 0ee1571..ade9bb7 100644
--- a/crypto/gnupg/HISTORY
+++ b/crypto/gnupg/HISTORY
@@ -1,3 +1,10 @@
+2016-08-17 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.4.21, SECURITY_PATCH=13
+
+2015-12-20 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.4.20
+ * PRE_BUILD, debug.patch: patch removed
+
2015-05-17 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD: apply patch
diff --git a/crypto/gnupg/PRE_BUILD b/crypto/gnupg/PRE_BUILD
index ac6d55a..8d04715 100755
--- a/crypto/gnupg/PRE_BUILD
+++ b/crypto/gnupg/PRE_BUILD
@@ -1,6 +1,4 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

-patch -p1 < "$SPELL_DIRECTORY/debug.patch" &&
-
sed -i "s:sparc9:sparcv9:;s:sparc8:sparcv8:" mpi/config.links
diff --git a/crypto/gnupg/debug.patch b/crypto/gnupg/debug.patch
deleted file mode 100644
index 5317d77..0000000
--- a/crypto/gnupg/debug.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From f34d88364a984947bcd7c344f9532f683b856353 Mon Sep 17 00:00:00 2001
-From: Werner Koch <wk AT gnupg.org>
-Date: Thu, 26 Feb 2015 09:38:58 +0100
-Subject: [PATCH] gpg: Remove left-over debug message.
-
-* g10/armor.c (check_input): Remove log_debug.
----
- g10/armor.c | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/g10/armor.c b/g10/armor.c
-index 4332d70..be03692 100644
---- a/g10/armor.c
-+++ b/g10/armor.c
-@@ -538,9 +538,6 @@ check_input( armor_filter_context_t *afx, IOBUF a )
- /* This is probably input from a keyserver helper and we
- have not yet seen an error line. */
- afx->key_failed_code = parse_key_failed_line (line+4, len-4);
-- log_debug ("armor-keys-failed (%.*s) ->%d\n",
-- (int)len, line,
-- afx->key_failed_code);
- }
- if( i >= 0 && !(afx->only_keyblocks && i != 1 && i != 5 && i != 6 )) {
- hdr_line = i;



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (0feec62213401394d96c3663de08e798e4192a41), Vlad Glagolev, 08/21/2016

Archive powered by MHonArc 2.6.24.

Top of Page