[Lunar-commits] r25109 - moonbase/trunk/crypto/gnupg2

Florin Braescu florin at lunar-linux.org
Fri Jul 6 20:39:36 CEST 2007


Author: florin
Date: 2007-07-06 20:39:36 +0200 (Fri, 06 Jul 2007)
New Revision: 25109

Modified:
   moonbase/trunk/crypto/gnupg2/DEPENDS
   moonbase/trunk/crypto/gnupg2/DETAILS
Log:
bump the version from 2.0.4 to 2.0.5. Changes:
* Switched license to GPLv3.
 * Basic support for Windows.  Run "./autogen.sh --build-w32" to build
   it.  As usual the mingw cross compiling toolchain is required.
 * Fixed bug when using the --p12-charset without --armor.
 * The command --gen-key may now be used instead of the
   gpgsm-gencert.sh script.
 * Changed key generation to reveal less information about the
   machine.  Bug fixes for gpg2's card key generation.

Modified: moonbase/trunk/crypto/gnupg2/DEPENDS
===================================================================
--- moonbase/trunk/crypto/gnupg2/DEPENDS	2007-07-06 18:34:12 UTC (rev 25108)
+++ moonbase/trunk/crypto/gnupg2/DEPENDS	2007-07-06 18:39:36 UTC (rev 25109)
@@ -1,5 +1,5 @@
-depends  libassuan   &&
-depends  libksba     &&
+depends  libassuan
+depends  libksba  
 
-optional_depends pinentry "" "" "for PIN entry dialogs support"  &&
+optional_depends pinentry "" "" "for PIN entry dialogs support" 
 optional_depends dirmngr  "" "" "for X.509 certificates support"

Modified: moonbase/trunk/crypto/gnupg2/DETAILS
===================================================================
--- moonbase/trunk/crypto/gnupg2/DETAILS	2007-07-06 18:34:12 UTC (rev 25108)
+++ moonbase/trunk/crypto/gnupg2/DETAILS	2007-07-06 18:39:36 UTC (rev 25109)
@@ -1,13 +1,13 @@
           MODULE=gnupg2
-         VERSION=2.0.4
+         VERSION=2.0.5
           SOURCE=gnupg-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/gnupg-$VERSION
       SOURCE_URL=ftp://ftp.gnupg.org/gcrypt/gnupg/
-      SOURCE_VFY=sha1:cc230636bb4226f6d7ac2db9b259d8e7f5529f84
+      SOURCE_VFY=sha1:9435e7fabe525ce943a5818008d412ecad244018
         WEB_SITE=http://www.gnupg.org/
       MAINTAINER=zbiggy at o2.pl
          ENTERED=20050516
-         UPDATED=20070510
+         UPDATED=20070706
            SHORT="GnuPG 2.0 provides additional features not present in former gnupg"
 
 cat << EOF



More information about the Lunar-commits mailing list