Subject: CVS commit: pkgsrc/security/gnutls
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 10/23/2007 11:43:57
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Oct 23 11:43:57 UTC 2007

Modified Files:
	pkgsrc/security/gnutls: Makefile PLIST distinfo
	pkgsrc/security/gnutls/patches: patch-ab patch-ad patch-ae
Removed Files:
	pkgsrc/security/gnutls/patches: patch-ac

Log Message:
Update to 2.0.2:

* Version 2.0.2 (released 2007-10-17)

** TLS authorization support removed.
This technique may be patented in the future, and it is not of crucial
importance for the Internet community.  After deliberation we have
concluded that the best thing we can do in this situation is to
encourage society not to adopt this technique.  We have decided to
lead the way with our own actions.

** certtool: Fixed data corruption when using --outder.

** Fix configure-time Guile detection.

** API and ABI modifications:
GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA: ADDED.  To avoid that the
    gnutls_supplemental_data_format_type_t enum type becomes empty.

* Version 2.0.1 (released 2007-09-20)

** New directory doc/credentials/ with test credentials.
This collects the test credentials from the web page and from src/.
The script gnutls-http-serv has also been moved to that directory.

** Update SRP extension type and cipher suite with official IANA values.
This breaks backwards compatibility with SRP in older versions of
GnuTLS, but this is intentional to speed up the adoption of the
official values.  The old values we used were incorrect.

** Guile: Fix `x509-certificate-dn-oid'

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


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 pkgsrc/security/gnutls/Makefile
cvs rdiff -r1.28 -r1.29 pkgsrc/security/gnutls/PLIST
cvs rdiff -r1.38 -r1.39 pkgsrc/security/gnutls/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/security/gnutls/patches/patch-ab
cvs rdiff -r1.5 -r0 pkgsrc/security/gnutls/patches/patch-ac
cvs rdiff -r1.1 -r1.2 pkgsrc/security/gnutls/patches/patch-ad \
    pkgsrc/security/gnutls/patches/patch-ae

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