Subject: CVS commit: pkgsrc/security/gnutls
To: None <pkgsrc-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: pkgsrc-changes
Date: 03/09/2006 17:25:54
Module Name:	pkgsrc
Committed By:	cube
Date:		Thu Mar  9 17:25:54 UTC 2006

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

Log Message:
Update to version 1.3.5.  Fixes build failures related to libtasn1.

- Error messages are now translated using GNU Gettext.

- The function gnutls_x509_crt_to_xml now return an internal error.
This means that the code to convert X.509 certificates to XML format
does not work any more.  The reason is that the function called
libtasn1 internal functions.  It seems unclean for libtasn1 to export
the APIs needed here.  Instead it would be better to implement XML
support inside libtasn1 properly.  If you need this functionality
strongly, please consider looking into implementing this suggested
approach instead.  As a workaround, you may also modify lib/x509/xml.c
(change '#if 1' to '#if 0') and build using --with-included-libtasn1.

- Doc fixes to explain that gnutls_record_send can block.

- gnutls-cli can now recognize services and port numbers with the -p option.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 pkgsrc/security/gnutls/Makefile
cvs rdiff -r1.17 -r1.18 pkgsrc/security/gnutls/PLIST
cvs rdiff -r1.26 -r1.27 pkgsrc/security/gnutls/distinfo
cvs rdiff -r1.7 -r0 pkgsrc/security/gnutls/patches/patch-aa

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