Subject: CVS commit: pkgsrc/security/gnupg
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 12/25/2003 14:05:02
Module Name: pkgsrc
Committed By: wiz
Date: Thu Dec 25 14:05:02 UTC 2003
Modified Files:
pkgsrc/security/gnupg: Makefile PLIST distinfo
pkgsrc/security/gnupg/patches: patch-ac patch-ad patch-ae patch-af
Removed Files:
pkgsrc/security/gnupg/patches: patch-ai patch-aj
Log Message:
Update to 1.2.4:
* Added read-only support for BZIP2 compression. This should be
considered experimental, and is only available if the libbzip2
library <http://sources.redhat.com/bzip2/> is installed.
* Added the ability to handle messages that can be decrypted with
either a passphrase or a secret key.
* Most support for Elgamal sign+encrypt keys has been removed.
Old signatures may still be verified, and existing encrypted
messages may still be decrypted, but no new signatures may be
issued by, and no new messages will be encrypted to, these keys.
Elgamal sign+encrypt keys are not part of the web of trust. The
only new message that can be generated by an Elgamal
sign+encrypt key is a key revocation. Note that in a future
version of GnuPG (currently planned for 1.4), all support for
Elgamal sign+encrypt keys will be removed, so take this
opportunity to revoke old keys now.
* A Russian translation is included again as well as a new
Belarusian translation.
To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 pkgsrc/security/gnupg/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/security/gnupg/PLIST
cvs rdiff -r1.24 -r1.25 pkgsrc/security/gnupg/distinfo
cvs rdiff -r1.13 -r1.14 pkgsrc/security/gnupg/patches/patch-ac
cvs rdiff -r1.4 -r1.5 pkgsrc/security/gnupg/patches/patch-ad
cvs rdiff -r1.5 -r1.6 pkgsrc/security/gnupg/patches/patch-ae
cvs rdiff -r1.3 -r1.4 pkgsrc/security/gnupg/patches/patch-af
cvs rdiff -r1.1 -r0 pkgsrc/security/gnupg/patches/patch-ai \
pkgsrc/security/gnupg/patches/patch-aj
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.