summaryrefslogtreecommitdiff
path: root/security/gnutls/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-25 10:59:22 +0000
committerwiz <wiz@pkgsrc.org>2014-01-25 10:59:22 +0000
commit346a9324b77b71aa507daacd3174cd3126867b9c (patch)
tree9459877d20bf630d2393b06d13566fa6663234f2 /security/gnutls/Makefile
parent079f6d1c135a8b67ee58382f5bd7c040b8a2607b (diff)
downloadpkgsrc-346a9324b77b71aa507daacd3174cd3126867b9c.tar.gz
Update to 3.2.9 based on patch from Richard Palo.
Assembler issues still seem to be there at least on SunOS. * Version 3.2.9 (released 2014-01-24) ** libgnutls: The %DUMBFW option in priority string only appends data to client hello if the expected size is in the "black hole" range. ** libgnutls: %COMPAT implies %DUMBFW. ** libgnutls: gnutls_session_get_desc() returns a more compact ciphersuite description. * libgnutls: In PKCS #11 allow deleting multiple non-certificate data. ** libgnutls: When a PKCS #11 trust store is specified (e.g. using the configure option --with-default-trust-store-pkcs11), then the PKCS #11 token is used on demand to obtain the trusted anchors, rather than preloading all trusted certificates. That delegates CA certificate management and blacklist checking to the PKCS #11 module. ** libgnutls: When a PKCS #11 trust store is specified in configure option or in gnutls_x509_trust_list_add_trust_file(), then the module is used to obtain the verification anchors and any required blacklists as in http://p11-glue.freedesktop.org/doc/storing-trust-policy/storing-trust-pkcs11.html ** libgnutls: Fix in OCSP certificate status extension handling in non-blocking servers. Patch by Nils Maier. ** p11tool: Added --so-login option to force login as security officer (admin). ** API and ABI modifications: No changes since last version.
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r--security/gnutls/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 97e6b1e19b4..fe9767bf595 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.139 2014/01/21 12:13:16 jperkin Exp $
+# $NetBSD: Makefile,v 1.140 2014/01/25 10:59:22 wiz Exp $
-DISTNAME= gnutls-3.2.8.1
+DISTNAME= gnutls-3.2.9
CATEGORIES= security devel
MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/
EXTRACT_SUFX= .tar.xz
@@ -21,12 +21,10 @@ CONFIGURE_ARGS+= --without-p11-kit
# this library duplicates (and conflicts with) openssl
CONFIGURE_ARGS+= --disable-openssl-compatibility
CONFIGURE_ARGS+= --disable-guile
+CONFIGURE_ARGS+= --disable-libdane
CONFIGURE_ARGS+= --without-tpm
CONFIGURE_ARGS+= AUTOGEN=/bin/true
-# 3.2.8.1 didn't get a new directory name
-WRKSRC= ${WRKDIR}/gnutls-3.2.8
-
TEST_TARGET= check
INFO_FILES= yes