[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.3.0-28-g2200d79

by Andre Heinecke cvs at cvs.gnupg.org
Wed Dec 9 12:05:52 CET 2015


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  2200d79efac22aa96642736a6bc79f5aca716cb1 (commit)
      from  ca3adc942a2527e4a7cf690d17a58538bd61598e (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 2200d79efac22aa96642736a6bc79f5aca716cb1
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Wed Dec 9 12:05:06 2015 +0100

    Update gpgol and enable mime send
    
    * packages/packages.current (gpgol): Update to latest dev. version.
    * src/Makefile.am: Configure gpgol to use mime-send and new reg keys.

diff --git a/packages/packages.current b/packages/packages.current
index bb1c2b8..468d380 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -233,8 +233,8 @@ server http://files.gpg4win.org/Beta/gpgol
 
 # last-changed: 2015-11-30
 # by: ah
-file 1.3.1-beta7/gpgol-1.3.1-beta7.tar.bz2
-chk  d50af4273def6c212b2872e094cb258f27f2dfc1
+file 1.3.1-beta25/gpgol-1.3.1-beta25.tar.bz2
+chk  38c025cb2ae11bdd39c6cc35e41d828bfeab977c
 
 #
 # GpgEX
diff --git a/src/Makefile.am b/src/Makefile.am
index d8ef66e..80c8e60 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -221,11 +221,13 @@ gpg4win_pkg_gpa_configure = --silent \
 
 gpg4win_pkg_gpgol_configure = --silent \
   --with-gpgme-prefix=$(idir) --with-gpg-error-prefix=$(idir) \
-  --with-libassuan-prefix=$(idir)
+  --with-libassuan-prefix=$(idir) --enable-mime-send \
+  --enable-gpg4win-3-reg-keys
 
 gpg4win_pkg_gpgol_ex_configure = --silent \
   --with-gpgme-prefix=$(ex_idir) --with-gpg-error-prefix=$(ex_idir) \
-  --with-libassuan-prefix=$(ex_idir)
+  --with-libassuan-prefix=$(ex_idir) --enable-mime-send \
+  --enable-gpg4win-3-reg-keys
 
 gpg4win_pkg_gpgex_configure = --silent \
   --with-gpg-error-prefix=$(idir) \

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

Summary of changes:
 packages/packages.current | 4 ++--
 src/Makefile.am           | 6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)


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



More information about the Gpg4win-commits mailing list