[Lunar-commits] <moonbase> gnupg: version bumped to 1.4.10.
Florin Braescu
florin at lunar-linux.org
Thu Sep 3 17:45:59 CEST 2009
commit ea1743e8b796b9e2d865fed485149b2bcc84034b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Sep 3 18:45:59 2009 +0300
gnupg: version bumped to 1.4.10.
2048 bit RSA keys are now generated by default.
The default hash algorithm preferences have changed to prefer SHA-256 over SHA-1.
2048 bit DSA keys are now generated to use a 256 bit hash algorithm.
Support for v2 OpenPGP cards was added.
Support for the Camellia cipher (RFC-5581) was implemented.
Support for HKP keyservers over SSL ("HKPS") was added.
The algorithm for computing the SIG_ID status was changed to match the one used in version 2.0.10.
File locking was improved.
A memory leak which made imports of many keys very slow was fixed.
Many smaller bugs were fixed.
---
crypto/gnupg/BUILD | 6 ------
crypto/gnupg/DETAILS | 9 +++------
2 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/crypto/gnupg/BUILD b/crypto/gnupg/BUILD
deleted file mode 100644
index a8b4ab4..0000000
--- a/crypto/gnupg/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- patch_it $SOURCE2 0 &&
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/crypto/gnupg/DETAILS b/crypto/gnupg/DETAILS
index 936ea3b..282cae9 100644
--- a/crypto/gnupg/DETAILS
+++ b/crypto/gnupg/DETAILS
@@ -1,15 +1,12 @@
MODULE=gnupg
- VERSION=1.4.9
+ VERSION=1.4.10
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=$MODULE-$VERSION-curl_fix.patch.bz2
SOURCE_URL[0]=http://mirrors.rootmode.com/ftp.gnupg.org/$MODULE
SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:826f4bef1effce61c3799c8f7d3cc8313b340b55
- SOURCE2_VFY=sha1:a7d47c034a2e619cbcd34237c862c0e861de7635
+ SOURCE_VFY=sha1:fd1b6a5f3b2dd836b598a1123ac257b8f105615d
WEB_SITE=http://www.gnupg.org
ENTERED=20010922
- UPDATED=20090405
+ UPDATED=20090903
SHORT="A tool for secure secure communication and data storage"
cat << EOF
More information about the Lunar-commits
mailing list