summaryrefslogtreecommitdiff
path: root/security/gnupg/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2006-07-03 21:15:14 +0000
committerwiz <wiz>2006-07-03 21:15:14 +0000
commit56fd82169e9745a9bcc3d2ec5037c65197db6fdd (patch)
tree49d9093a0ef15f92cdb9e4631e811351577dfe33 /security/gnupg/Makefile
parent06363779ba62b9b30f9062b758ed77ccdd1039a6 (diff)
downloadpkgsrc-56fd82169e9745a9bcc3d2ec5037c65197db6fdd.tar.gz
Update to 1.4.4:
Noteworthy changes in version 1.4.4 (2006-06-25) ------------------------------------------------ * User IDs are now capped at 2048 byte. This avoids a memory allocation attack (see CVE-2006-3082). [was already fixed in pkgsrc] * Added support for the SHA-224 hash. Like the SHA-384 hash, it is mainly useful when DSS (the US Digital Signature Standard) compatibility is desired. * Added support for the latest update to DSA keys and signatures. This allows for larger keys than 1024 bits and hashes other than SHA-1 and RIPEMD/160. Note that not all OpenPGP implementations can handle these new keys and signatures yet. See "--enable-dsa2" in the manual for more information.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r--security/gnupg/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index af067ab267a..4008490f7fd 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2006/06/24 14:20:29 salo Exp $
+# $NetBSD: Makefile,v 1.87 2006/07/03 21:15:14 wiz Exp $
-DISTNAME= gnupg-1.4.3
-PKGREVISION= 1
+DISTNAME= gnupg-1.4.4
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \
ftp://ftp.planetmirror.com/pub/gnupg/ \