summaryrefslogtreecommitdiff
path: root/security/gnutls/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-10-31 14:41:48 +0000
committerwiz <wiz@pkgsrc.org>2013-10-31 14:41:48 +0000
commit1b7485e2f66c8d7256b52a4e4ec3fcb47e9966b5 (patch)
tree1befff029c85697dbba96fb88abcbc03bce2878d /security/gnutls/Makefile
parent2885eb43a6eba62298fccd5fa8472345afcfcfc6 (diff)
downloadpkgsrc-1b7485e2f66c8d7256b52a4e4ec3fcb47e9966b5.tar.gz
Update to 3.2.6:
* Version 3.2.6 (released 2013-10-31) ** libgnutls: Support for TPM via trousers is now enabled by default. ** libgnutls: Camellia in GCM mode has been added in default priorities, and GCM mode is prioritized over CBC in all of the default priority strings. ** libgnutls: Added ciphersuite GNUTLS_ECDHE_RSA_AES_256_CBC_SHA384. ** libgnutls: Fixed ciphersuites GNUTLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384, GNUTLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384 and GNUTLS_PSK_CAMELLIA_128_GCM_SHA256. Reported by Stefan Buehler. ** libgnutls: Added support for ISO OID for RSA-SHA1 signatures. ** libgnutls: Minimum acceptable DH group parameters were increased to 767 bits from 727. ** libgnutls: Added function to obtain random data from PKCS #11 tokens. Contributed by Wolfgang Meyer zu Bergsten. ** gnulib: updated. ** libdane: Fixed a one-off bug in dane_query_tlsa() introduced by the previous fix. Reported by Tomas Mraz. ** p11tool: Added option generate-random. ** API and ABI modifications: gnutls_pkcs11_token_get_random: Added
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r--security/gnutls/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 47f214777aa..7c7aaff2f21 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.132 2013/10/27 23:13:09 wiz Exp $
+# $NetBSD: Makefile,v 1.133 2013/10/31 14:41:48 wiz Exp $
-DISTNAME= gnutls-3.2.5
+DISTNAME= gnutls-3.2.6
CATEGORIES= security devel
MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/
EXTRACT_SUFX= .tar.xz
@@ -28,7 +28,7 @@ INFO_FILES= yes
REPLACE_PERL+= doc/scripts/gdoc doc/scripts/sort2.pl
PKGCONFIG_OVERRIDE= lib/gnutls.pc.in
-PKGCONFIG_OVERRIDE+= libextra/gnutls-extra.pc.in
+PKGCONFIG_OVERRIDE+= libdane/gnutls-dane.pc.in
MAKE_ENV+= RM=${RM:Q}
MAKE_ENV+= TZ=UTC