Subject: CVS commit: pkgsrc/security/gnutls
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 04/20/2007 06:07:16
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Apr 20 06:07:16 UTC 2007

Modified Files:
	pkgsrc/security/gnutls: Makefile PLIST distinfo
	pkgsrc/security/gnutls/patches: patch-ab

Log Message:
Update to 1.6.2:

* Version 1.6.2 (released 2007-04-18)

** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields.
Before, we remove the parameters field, which resulted in a slightly
different DER encoding which in turn caused signature verification
failures of GnuTLS-generated RSA certificates in some other
implementations (e.g., GnuPG 2.x's gpgsm).  Depending on which RFCs
you read, this may or may not be correct, but our new behaviour appear
to be consistent with other widely used implementations.

** Regenerate the PKIX ASN.1 syntax tree.
For some reason, after changing the ASN.1 type of ldap-UID in the last
release, the generated C file built from the ASN.1 schema was not
refreshed.  This can cause problems when reading/writing UID
components inside X.500 Distinguished Names.  Reported by devel
<dev001@pas-world.com>.

** Updated translations.

** API and ABI modifications:
No changes since last version.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 pkgsrc/security/gnutls/Makefile
cvs rdiff -r1.25 -r1.26 pkgsrc/security/gnutls/PLIST
cvs rdiff -r1.34 -r1.35 pkgsrc/security/gnutls/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/security/gnutls/patches/patch-ab

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