diff options
author | wiz <wiz@pkgsrc.org> | 2008-01-13 16:23:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-01-13 16:23:55 +0000 |
commit | e11174603f7dcaa3c568739da838c3661b003f03 (patch) | |
tree | fb18da6b5735d0a2edc55b6af0ce40711100e53c /security/gnupg/Makefile | |
parent | 180f5fb73076b24ee8b40b302a2cb81af60c0e1f (diff) | |
download | pkgsrc-e11174603f7dcaa3c568739da838c3661b003f03.tar.gz |
Update to 1.4.8:
Noteworthy changes in version 1.4.8 (2007-12-20)
------------------------------------------------
*******************************************
* A decade of GnuPG: g10-0.0.0.tar.gz was *
* released exactly 10 years ago. *
*******************************************
* Changed the license to GPLv3.
* Improved detection of keyrings specified multiple times.
* Changes to better cope with broken keyservers.
* Minor bug fixes.
* The new OpenPGP standard is now complete, and has been published
as RFC-4880. The GnuPG --openpgp mode (note this is not the
default) has been updated to match the new standard. The
--rfc2440 option can be used to return to the older RFC-2440
behavior. The main differences between the two are
"--enable-dsa2 --no-rfc2440-text --escape-from-lines
--require-cross-certification".
* By default (i.e. --gnupg mode), --require-cross-certification is
now on. --rfc2440-text and --force-v3-sigs are now off.
* Allow encryption using legacy Elgamal sign+encrypt keys if
option --rfc2440 is used.
* Fixed the auto creation of the key stub for smartcards.
* Fixed a rare bug in decryption using the OpenPGP card.
* Fix RFC-4880 typo in the SHA-224 hash prefix. Old SHA-224
signatures will continue to work.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 67977fd37eb..b4eefbbc849 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.94 2007/03/07 11:31:24 drochner Exp $ +# $NetBSD: Makefile,v 1.95 2008/01/13 16:23:55 wiz Exp $ -DISTNAME= gnupg-1.4.7 +DISTNAME= gnupg-1.4.8 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ ftp://ftp.planetmirror.com/pub/gnupg/ \ @@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --with-static-rnd=auto CONFIGURE_ARGS+= --with-mailprog=/usr/sbin/sendmail TEST_TARGET= check INFO_FILES= # PLIST +#LICENSE= gnu-gplv3 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |