diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-14 11:48:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-14 11:48:55 +0000 |
commit | aad4e9bd500eb0c252792ead986b9b67535e5382 (patch) | |
tree | 8b58ba5ae129be18214b8f233c3778706b76e04d /security/gnutls/patches | |
parent | b17408bf467de78657802848c159e225cf7fa3de (diff) | |
download | pkgsrc-aad4e9bd500eb0c252792ead986b9b67535e5382.tar.gz |
Update to 3.17.1:
* Version 3.3.17 (released 2015-08-10)
** libgnutls: Fix issue with server side sending the status request
extension even when not requested. Reported by Jeremy Harris.
** libgnutls: gnutls_pkcs11_privkey_generate2() will store the generated
public key, unless the GNUTLS_PKCS11_OBJ_FLAG_NO_STORE_PUBKEY flag is
specified.
** libgnutls: fixed double free in DN decoding [GNUTLS-SA-2015-3].
** API and ABI modifications:
No changes since last version.
* Version 3.3.16 (released 2015-07-12)
** libgnutls: Allow compilation with nettle 3.0 or later
** libgnutls: corrected failure when importing plain files
with gnutls_x509_privkey_import2(), and a password was provided.
** libgnutls: Don't reject certificates if a CA has the URI or IP address
name constraints, and the end certificate doesn't have an IP address
name or a URI set.
** libgnutls: set and read the hint in DHE-PSK and ECDHE-PSK ciphersuites.
** API and ABI modifications:
No changes since last version.
Diffstat (limited to 'security/gnutls/patches')
-rw-r--r-- | security/gnutls/patches/patch-tests_Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/gnutls/patches/patch-tests_Makefile.in b/security/gnutls/patches/patch-tests_Makefile.in index 328e6ddb157..a54630f14b9 100644 --- a/security/gnutls/patches/patch-tests_Makefile.in +++ b/security/gnutls/patches/patch-tests_Makefile.in @@ -1,16 +1,16 @@ -$NetBSD: patch-tests_Makefile.in,v 1.4 2015/06/04 09:43:53 jperkin Exp $ +$NetBSD: patch-tests_Makefile.in,v 1.5 2015/08/14 11:48:55 wiz Exp $ Disable dsa test. Hangs on NetBSD-6.99.28/amd64 in gnutls-3.8.2.1. Please retest during updates. ---- tests/Makefile.in.orig 2015-05-03 17:30:57.000000000 +0000 +--- tests/Makefile.in.orig 2015-08-09 19:26:53.000000000 +0000 +++ tests/Makefile.in -@@ -1151,7 +1151,7 @@ TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) +@@ -1160,7 +1160,7 @@ TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(TEST_LOG_FLAGS) DIST_SUBDIRS = . rsa-md5-collision pkcs1-padding pkcs8-decode \ pkcs12-decode userid cert-tests key-tests sha2 \ - safe-renegotiation dsa scripts ecdsa slow dtls srp \ + safe-renegotiation scripts ecdsa slow dtls srp \ openpgp-certs suite - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - am__relativize = \ + am__DIST_COMMON = $(srcdir)/Makefile.in \ + $(top_srcdir)/build-aux/depcomp \ |