Subject: CVS commit: pkgsrc/security/gnupg-devel
To: None <pkgsrc-changes@NetBSD.org>
From: John R. Shannon <shannonjr@netbsd.org>
List: pkgsrc-changes
Date: 10/11/2006 11:59:21
Module Name:	pkgsrc
Committed By:	shannonjr
Date:		Wed Oct 11 11:59:21 UTC 2006

Modified Files:
	pkgsrc/security/gnupg-devel: Makefile distinfo

Log Message:
Update to 1.9.92. Changes:
* New "relax" flag for trustlist.txt to allow root CA certificates
   without BasicContraints.
 * [gpg2] Removed the -k PGP 2 compatibility hack.  -k is now an
   alias for --list-keys.
 * [gpg2] Print a warning if "-sat" is used instead of "--clearsign".
 * Regular man pages for most tools are now build directly from the
   Texinfo source.
 * Included translations from gnupg 1.4.5.
 * The gpg code from 1.4.5 has been fully merged into this release.
   The configure option --enable-gpg is still required to build this
   gpg part.  For production use of OpenPGP the gpg version 1.4.5 is
   still recommended.  Note, that gpg will be installed under the name
   gpg2 to allow coexisting with an 1.4.x gpg.
 * API change in gpg-agent's pkdecrypt command.  Thus an older gpgsm
   may not be used with the current gpg-agent.
 * The scdaemon will now call a script on reader status changes.
 * gpgsm now allows file descriptor passing for "INPUT", "OUTPUT" and
   "MESSAGE".
 * The gpgsm server may now output a key listing to the output file
   handle. This needs to be enabled using "OPTION list-to-output=1".
 * The --output option of gpgsm has now an effect on list-keys.
 * New gpgsm commands --dump-chain and list-chain.
 * gpg-connect-agent has new options to utilize descriptor passing.
 * A global trustlist may now be used.  See doc/examples/trustlist.txt.
 * When creating a new pubring.kbx keybox common certificates are
   imported.
 * Enhanced pkcs#12 support to allow import from simple keyBags.
 * Exporting to pkcs#12 now create bag attributes so that Mozilla is
   able to import the files.
 * Pkcs#12 files are now created with a MAC.  This is for better
   interoperability.
 * Fixed uploading of certain keys to the smart card.
 * New command APDU for scdaemon to allow using it for general card
   access.  Might be used through gpg-connect-agent by using the SCD
   prefix command.
 * Support for the CardMan 4040 PCMCIA reader (Linux 2.6.15 required).
 * Scdaemon does not anymore reset cards at the end of a connection.
 * Kludge to allow use of Bundesnetzagentur issued X.509 certificates.
 * Added --hash=xxx option to scdaemon's PKSIGN command.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/security/gnupg-devel/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/security/gnupg-devel/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.