diff options
author | wiz <wiz@pkgsrc.org> | 2010-10-16 16:43:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-10-16 16:43:42 +0000 |
commit | 14f82d5677a4c6e31eed51decbd5b4b143878552 (patch) | |
tree | 1e91bfbd913bba30b54ae6989a51500c9fd8eb6a /security/gnutls/Makefile | |
parent | 6c43d43b2b2f5ffd6e8d895f1f74c4ae6bfb945d (diff) | |
download | pkgsrc-14f82d5677a4c6e31eed51decbd5b4b143878552.tar.gz |
Update to 2.10.2:
* Version 2.10.2 (released 2010-09-30)
** Use Libtool 2.2.10 to ease MinGW64 builds.
** libgnutls: Add new extended key usage ipsecIKE.
** libgnutls: Is now more liberal in the PEM decoding.
That is spaces and tabs are being skipped.
** libgnutls: Renamed NULL MAC to MAC-NULL to prevent clash with NULL cipher.
This prevented the usage of the TLS ciphersuites with NULL cipher.
See <http://thread.gmane.org/gmane.network.gnutls.general/2093>.
** libgnutls: The %COMPAT flag now allows larger records that violate the
TLS spec.
** libgnutls: Fix asynchronous API handling.
The code was clearing session hash data on EAGAIN. Problem reported
by Sjoerd Simons <sjoerd.simons@collabora.co.uk> and Vivek
Dasmohapatra <vivek@collabora.co.uk>. See
<http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/4531>.
** gnutls-cli: Flush stdout/stderr before removing buffering.
Reported by Knut Anders Hatlen see
<http://savannah.gnu.org/support/?107481>.
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r-- | security/gnutls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 776fb67e3ad..faf9373e012 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.92 2010/09/01 16:32:17 drochner Exp $ +# $NetBSD: Makefile,v 1.93 2010/10/16 16:43:42 wiz Exp $ -DISTNAME= gnutls-2.10.1 +DISTNAME= gnutls-2.10.2 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \ ftp://ftp.gnupg.org/gcrypt/gnutls/ \ |