[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.2.1-16-g2752c06

by Andre Heinecke cvs at cvs.gnupg.org
Wed Jul 30 17:09:50 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, master has been updated
       via  2752c0630ffea239eb898ae6ed440aaf0d740eb2 (commit)
      from  2468d2c57829479b8972bba615ca3bcd4f545dcd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2752c0630ffea239eb898ae6ed440aaf0d740eb2
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Wed Jul 30 17:09:05 2014 +0200

    Update gpgex to 1.0.1
    
        Fixes a crash when GNUPGHOME was set
    
        * packages/packages.current (gpgex) update to 1.0.1
        * NEWS: Mention the update
        * patches/gpgex-0.9.5: Remove obsolete patch.

diff --git a/NEWS b/NEWS
index eef2546..8cbd585 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ Noteworthy changes in version 2.2.2 (unreleased)
 (de) GnuPG wurde auf Version 2.0.25 aktualisiert. Details zu dieser
     Version finden sich unter www.gnupg.org
 
-(en) A library load problem has been fixed that could keep kleopatra
+(en) A library load problem has been fixed that could keep Kleopatra
     from starting on some systems.
 
 (de) Ein Problem wurde behoben welches dazu führen konnte das Kleopatra
@@ -22,12 +22,17 @@ Noteworthy changes in version 2.2.2 (unreleased)
 
 (de) Verwendete Bibliotheken wurden aktualisiert.
 
+(en) GpgEX no longer crashes if the environment variable GNUPGHOME is set.
+
+(de) GpgEX stürzt nicht mehr ab wenn die Umgebungsvariable GNUPGHOME gesetzt
+     ist.
+
 ~~~~~~~~~~~~~~~
 GnuPG:          2.0.25
 Kleopatra:      2.2.0-gitd95c52d
 GPA:            0.9.4
 GpgOL:          1.2.0
-GpgEX:          1.0.0
+GpgEX:          1.0.1
 Claws-Mail:     3.9.1
 Kompendium DE:  3.0.0
 Kompendium EN:  3.0.0
diff --git a/packages/packages.current b/packages/packages.current
index fa9ecdd..ad45f79 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -366,9 +366,9 @@ chk  a263bb7d363c24b521cd6120492c5b8e0ebe10b9
 #
 server ftp://ftp.g10code.com/g10code/gpgex
 
-# checked: 2014-07-16 ah
-file gpgex-1.0.0.tar.bz2
-chk  32217457b0c9a3eeb544833be85dc9a9702a45d3
+# checked: 2014-07-30 ah
+file gpgex-1.0.1.tar.bz2
+chk  eb54767fd8e3728e8d14c7c158e0841b67c714a6
 
 
 #
diff --git a/patches/gpgex-0.9.5/01-default-no-suffix.patch b/patches/gpgex-0.9.5/01-default-no-suffix.patch
deleted file mode 100755
index e13a054..0000000
--- a/patches/gpgex-0.9.5/01-default-no-suffix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh
-patch -p0 -f $* < $0
-exit $?
-
-Correct default if there is no suffix.
-
---- src/gpgex.cc	2009-07-17 18:19:12.000000000 +0200
-+++ src/gpgex.cc	2010-02-10 11:29:17.000000000 +0100
-@@ -213,6 +213,8 @@
- 			  if (gpg == false)
- 			    this->all_files_gpg = FALSE;
- 			}
-+		      else
-+			this->all_files_gpg = FALSE;
- 
- 		      this->filenames.push_back (filename);
- 		    }

-----------------------------------------------------------------------

Summary of changes:
 NEWS                                           |    9 +++++++--
 packages/packages.current                      |    6 +++---
 patches/gpgex-0.9.5/01-default-no-suffix.patch |   17 -----------------
 3 files changed, 10 insertions(+), 22 deletions(-)
 delete mode 100755 patches/gpgex-0.9.5/01-default-no-suffix.patch


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list