Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7d4d3d068869910dc2438ed5ba50f562fa54bcdf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (7d4d3d068869910dc2438ed5ba50f562fa54bcdf)
  • Date: Sun, 20 Dec 2015 17:29:24 +0000

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

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

New commits:
commit 7d4d3d068869910dc2438ed5ba50f562fa54bcdf
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

gnupg 1.4.20

diff --git a/crypto/gnupg/DETAILS b/crypto/gnupg/DETAILS
index 6edf3ca..d53d284 100755
--- a/crypto/gnupg/DETAILS
+++ b/crypto/gnupg/DETAILS
@@ -1,7 +1,7 @@
SPELL=gnupg
- VERSION=1.4.19
+ VERSION=1.4.20
SECURITY_PATCH=12
- PATCHLEVEL=1
+ 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..2dbf65c 100644
--- a/crypto/gnupg/HISTORY
+++ b/crypto/gnupg/HISTORY
@@ -1,3 +1,7 @@
+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 master grimoire by Ladislav Hagara (7d4d3d068869910dc2438ed5ba50f562fa54bcdf), Ladislav Hagara, 12/20/2015

Archive powered by MHonArc 2.6.24.

Top of Page