Received: from cvs.netbsd.org (cvs.netbsd.org [204.152.190.10]) by mail.netbsd.org (Postfix) with ESMTP id CE70C63B197 for ; Sun, 13 Jan 2008 16:23:55 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A6A9921507; Sun, 13 Jan 2008 16:23:55 +0000 (UTC) From: Thomas Klausner Subject: CVS commit: pkgsrc/security/gnupg To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org Message-Id: <20080113162355.A6A9921507@cvs.netbsd.org> Date: Sun, 13 Jan 2008 16:23:55 +0000 (UTC) Content-Length: 1821 Lines: 56 Module Name: pkgsrc Committed By: wiz Date: Sun Jan 13 16:23:55 UTC 2008 Modified Files: pkgsrc/security/gnupg: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -r1.94 -r1.95 pkgsrc/security/gnupg/Makefile cvs rdiff -r1.46 -r1.47 pkgsrc/security/gnupg/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.