[Gpg4win-commits] r1169 - in trunk: . packages src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jun 9 20:29:24 CEST 2009


Author: werner
Date: 2009-06-09 20:29:22 +0200 (Tue, 09 Jun 2009)
New Revision: 1169

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/packages/packages.current
   trunk/src/inst-gnupg2.nsi
   trunk/src/uninst-gnupg2.nsi
Log:
Updated GnuPG, GPA and GPGME.
Install gpgconf into PATH.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-06-08 08:48:11 UTC (rev 1168)
+++ trunk/ChangeLog	2009-06-09 18:29:22 UTC (rev 1169)
@@ -1,3 +1,10 @@
+2009-06-09  Werner Koch  <wk at g10code.com>
+
+	* src/inst-gnupg2.nsi: Install gpgconf into pub/.
+	* src/uninst-gnupg2.nsi: Uninsteall wrapped gpgconf.
+
+	* packages/packages.current: Update GPGME, GPA and GnuPG.
+
 2009-06-08  Werner Koch  <wk at g10code.com>
 
 	* packages/packages.current: Update GnuPG and GPA.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2009-06-08 08:48:11 UTC (rev 1168)
+++ trunk/NEWS	2009-06-09 18:29:22 UTC (rev 1169)
@@ -3,7 +3,7 @@
 # The version number given below are for the standard installers as
 # distributed by www.gpg4win.org.
 
-Noteworthy changes in version 1.9.16 
+Noteworthy changes in version 1.9.17
 ---------------------------------------------------
 
 (en) This is a BETA version of the new Gpg4win/2 architecture.
@@ -16,7 +16,7 @@
 GnuPG:        2.0.12-svn5008
 DirMngr:      1.0.3-svn310
 Kleopatra:    20090514
-GPA:          0.9.0-svn994
+GPA:          0.9.0-svn1001
 GpgOL:        0.10.19
 GpgEX:        0.9.2
 Claws-Mail:   3.7.1

Modified: trunk/packages/packages.current
===================================================================
--- trunk/packages/packages.current	2009-06-08 08:48:11 UTC (rev 1168)
+++ trunk/packages/packages.current	2009-06-09 18:29:22 UTC (rev 1169)
@@ -367,16 +367,16 @@
 # (Snapshots)
 server ftp://ftp.g10code.com/g10code/scratch
 
-name gnupg2-2.0.12-svn5040.tar.bz2
-file gnupg-2.0.12-svn5040.tar.bz2
-chk  05f05f36226e1c93fd5a94ed5235e68918641379
+name gnupg2-2.0.12-svn5041.tar.bz2
+file gnupg-2.0.12-svn5041.tar.bz2
+chk  36f350a1c79e46893e4d06a7acfd641501ce25a4
 
 
 file dirmngr-1.0.3-svn310.tar.bz2
 chk  e3f6df819419f1bff8f707cff41220a556c0b272
 
-file gpgme-1.1.9-svn1362.tar.bz2
-chk  0236ef406d3373b0d98ff913c943c248f6aa5550
+file gpgme-1.1.9-svn1373.tar.bz2
+chk  7e4406731ee4a2f9804d8a36f28ac38693edc3c1
 
 file pinentry-0.7.6-svn202.tar.gz
 chk  859df18ce7fb32dcc27b9e1e900a6205b03f0ffe
@@ -406,8 +406,8 @@
 #chk    c519af3ccd3c7e518458e143b2001a8cc6d90467
 
 server ftp://ftp.g10code.com/g10code/scratch
-file gpa-0.9.0-svn1000.tar.bz2
-chk  e109aaee029b07927ce7e40559766d6078f7e808  
+file gpa-0.9.0-svn1002.tar.bz2
+chk  d369d555f07d67383612181284fd9612e554f2df
 
 #
 # Qt

Modified: trunk/src/inst-gnupg2.nsi
===================================================================
--- trunk/src/inst-gnupg2.nsi	2009-06-08 08:48:11 UTC (rev 1168)
+++ trunk/src/inst-gnupg2.nsi	2009-06-09 18:29:22 UTC (rev 1169)
@@ -72,7 +72,7 @@
 
   # Install the wrappers into the PATH included directory.  These are
   # our poor hacker's symlinks.  We always install wrappers
-  # gpg[v]->gpg[v]2.  If old applications are not able to to work with
+  # gpg[v]->gpg[v]2.  If old applications are not able to work with
   # gpg2, they may still install a gpg1 version and use the installed
   # version directly without the wrapper.
   SetOutPath "$INSTDIR\pub"
@@ -81,6 +81,7 @@
   File /oname=gpg2.exe      "${BUILD_DIR}/gpgwrap.exe"
   File /oname=gpgsm.exe     "${BUILD_DIR}/gpgwrap.exe"
   File /oname=gpg-connect-agent.exe  "${BUILD_DIR}/gpgwrap.exe"
+  File /oname=gpgconf.exe   "${BUILD_DIR}/gpgwrap.exe"
   # fixme: gpgsplit is missing; see above
 
   SetOutPath "$INSTDIR\share\gnupg"

Modified: trunk/src/uninst-gnupg2.nsi
===================================================================
--- trunk/src/uninst-gnupg2.nsi	2009-06-08 08:48:11 UTC (rev 1168)
+++ trunk/src/uninst-gnupg2.nsi	2009-06-09 18:29:22 UTC (rev 1169)
@@ -53,6 +53,7 @@
   Delete "$INSTDIR\pub\gpgv.exe"
   Delete "$INSTDIR\pub\gpgsm.exe"
   Delete "$INSTDIR\pub\gpg-connect-agent.exe"
+  Delete "$INSTDIR\pub\gpgconf.exe"
   RMDir "$INSTDIR\pub"
 
   Delete "$INSTDIR\gpg2keys_finger.exe"



More information about the Gpg4win-commits mailing list