Subject: CVS commit: pkgsrc/security/gnutls
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/11/2007 19:28:27
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sun Nov 11 19:28:27 UTC 2007

Modified Files:
	pkgsrc/security/gnutls: Makefile PLIST distinfo

Log Message:
Update to 2.0.3:

* Version 2.0.3 (released 2007-11-10)

** This version backports several fixes from the 2.1.x branch.

** Fixed PKCS #3 parameter export.

** Added gnutls_record_disable_padding() to allow servers talking to
buggy clients that complain if the TLS 1.0 record protocol padding is
used.

** Introduced gnutls_session_enable_compatibility_mode() to allow enabling
all supported compatibility options (like disabling padding).

** Corrected bug which did not allow a server to run without supporting
certificates.

** API and ABI modifications:
gnutls_session_enable_compatibility_mode: ADDED
gnutls_record_disable_padding: ADDED

Add LICENSE, commented out; it contains both LGPL-2.1 and GPL2 code.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 pkgsrc/security/gnutls/Makefile
cvs rdiff -r1.29 -r1.30 pkgsrc/security/gnutls/PLIST
cvs rdiff -r1.40 -r1.41 pkgsrc/security/gnutls/distinfo

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