Subject: CVS commit: pkgsrc/security/gpgme
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 08/21/2004 10:54:47
Module Name:	pkgsrc
Committed By:	markd
Date:		Sat Aug 21 10:54:47 UTC 2004

Modified Files:
	pkgsrc/security/gpgme: Makefile PLIST distinfo
	pkgsrc/security/gpgme/patches: patch-aa

Log Message:
Update to 0.4.7.

Noteworthy changes in version 0.4.7 (2004-04-29)
------------------------------------------------

 * Correctly initialize the fields expired, revoked, invalid, and
   disabled in the gpgme_key_t structures.

 * A bug fix: The flag wrong_key_usage of gpgme_signature_t was
   accidently of type int instead unsigned int.

Noteworthy changes in version 0.4.6 (2004-04-06)
------------------------------------------------

 * Bug fixes

Noteworthy changes in version 0.4.5 (2004-03-07)
------------------------------------------------

 * GPGME is now compiled with LFS (large file support) by default.

 * New key listing mode GPGME_KEYLIST_MODE_VALIDATE for validation of
   the listed keys.

 * New interface gpgme_cancel() that can be used to cancel
   asynchronous operations.

Noteworthy changes in version 0.4.4 (2004-01-12)
------------------------------------------------

 * The member "class" in gpgme_key_sig_t and gpgme_new_signature_t has
   been renamed to "sig_class", to avoid clash with C++ compilers.  In
   the C API, the old name "class" has been preserved for backwards
   compatibility, but is deprecated.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/security/gpgme/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/security/gpgme/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/security/gpgme/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/security/gpgme/patches/patch-aa

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