[Gpg4win-commits] [git] Gpg4win - branch, gpg4win-2, updated. gpg4win-2.2.6-23-g33d7976

by Andre Heinecke cvs at cvs.gnupg.org
Tue Nov 24 10:17:04 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, gpg4win-2 has been updated
       via  33d79762fba0dfeb83263cb21f5f45b078b60e6a (commit)
       via  13972cc77b58d050b5aed27cdec332d97c517938 (commit)
      from  25deb394451ad00e97eeac34245dd2a44f9dc632 (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 33d79762fba0dfeb83263cb21f5f45b078b60e6a
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Nov 24 10:16:21 2015 +0100

    Update gpgol to 1.3.0
    
    * NEWS: Update versions. Also for gpgex.
    * packages/packages.current (gpgol): Update to 1.3.0

diff --git a/NEWS b/NEWS
index 1a0bf70..d575241 100644
--- a/NEWS
+++ b/NEWS
@@ -58,8 +58,8 @@ Noteworthy changes in version 2.3.0 (unreleased)
 GnuPG:          2.0.29
 Kleopatra:      2.2.0-gitcf609810
 GPA:            0.9.9
-GpgOL:          1.3.0-beta116
-GpgEX:          1.0.2
+GpgOL:          1.3.0
+GpgEX:          1.0.3
 Kompendium DE:  3.0.0
 Kompendium EN:  3.0.0
 ~~~~~~~~~~~~~~~
diff --git a/packages/packages.current b/packages/packages.current
index 6825902..d25ae9a 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -261,13 +261,13 @@ chk  f5230890dc0be42fb5c58fbf793da253155de106
 #
 # GpgOL
 #
-server http://files.gpg4win.org/Beta/gpgol/
+server ftp://ftp.g10code.com/g10code/gpgol
 
-# last-changed: 2015-11-23
+# last-changed: 2015-11-24
 # by: ah
-# verified: Sig 61AC 3F5E E4BE 593C 13D6  8B1E 7CBD 620B EC70 B1B8
-file 1.3.0-beta116/gpgol-1.3.0-beta116.tar.bz2
-chk  52e306fec7ea86289d68b79754ea54d62df3ba67
+# verified: Sig D869 2123 C406 5DEA 5E0F  3AB5 249B 39D2 4F25 E3B6
+file gpgol-1.3.0.tar.bz2
+chk  c569e7b223f7b5efcce38cc4a4445127744c0454
 
 #
 # GpgEX

commit 13972cc77b58d050b5aed27cdec332d97c517938
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Nov 24 10:15:00 2015 +0100

    Add branding text to show version and variant
    
    * src/installer.nsi: Add branding text.
    --
    This is useful information to show down there and avoids
    the problem that ugly NSIS version strings are rendered into
    the branding text.

diff --git a/src/installer.nsi b/src/installer.nsi
index b56acd6..c7bcaf1 100644
--- a/src/installer.nsi
+++ b/src/installer.nsi
@@ -60,11 +60,14 @@ Name "${PRETTY_PACKAGE}"
 # Set the output filename.
 !ifdef GPG4WIN_VANILLA
 OutFile "${PACKAGE}-vanilla-${VERSION}.exe"
+BrandingText "${PRETTY_PACKAGE}-vanilla-${VERSION}"
 !else
 !ifdef GPG4WIN_LIGHT
 OutFile "${PACKAGE}-light-${VERSION}.exe"
+BrandingText "${PRETTY_PACKAGE}-light-${VERSION}"
 !else
 OutFile "${PACKAGE}-${VERSION}.exe"
+BrandingText "${PRETTY_PACKAGE}-${VERSION}"
 !endif
 !endif
 

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

Summary of changes:
 NEWS                      |  4 ++--
 packages/packages.current | 10 +++++-----
 src/installer.nsi         |  3 +++
 3 files changed, 10 insertions(+), 7 deletions(-)


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



More information about the Gpg4win-commits mailing list