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 | |
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')
-rw-r--r-- | security/gnutls/Makefile | 5 | ||||
-rw-r--r-- | security/gnutls/distinfo | 10 | ||||
-rw-r--r-- | security/gnutls/patches/patch-tests_Makefile.in | 10 |
3 files changed, 12 insertions, 13 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 9159468cf26..ac5adf436b1 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.155 2015/06/12 10:51:01 wiz Exp $ +# $NetBSD: Makefile,v 1.156 2015/08/14 11:48:55 wiz Exp $ -DISTNAME= gnutls-3.3.15 -PKGREVISION= 1 +DISTNAME= gnutls-3.3.17.1 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/ EXTRACT_SUFX= .tar.xz diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 5e9940b9620..ffa57dd7715 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.115 2015/06/08 13:44:56 joerg Exp $ +$NetBSD: distinfo,v 1.116 2015/08/14 11:48:55 wiz Exp $ -SHA1 (gnutls-3.3.15.tar.xz) = d7f66b0aeaf48ff8621cc1913230635ef672f0a4 -RMD160 (gnutls-3.3.15.tar.xz) = 0c812034b3b8356c31d69074ec92382545eb808b -Size (gnutls-3.3.15.tar.xz) = 6286288 bytes +SHA1 (gnutls-3.3.17.1.tar.xz) = da876bee8a6ae65b8f4884a397cd91004706f692 +RMD160 (gnutls-3.3.17.1.tar.xz) = 923cf31bae49816e4357dfeb99d30c75f3100ce7 +Size (gnutls-3.3.17.1.tar.xz) = 6339588 bytes SHA1 (patch-ae) = 5e020483ac14ef6ccc45a53e351242ab16c860f1 SHA1 (patch-gl_stdio.in.h) = 298cc0e27087f086e9d47c67f81c8d10f6a7a8f1 SHA1 (patch-lib_Makefile.in) = d0e292e632a91a9f19e39bd2c2d205a086ba5588 @@ -13,5 +13,5 @@ SHA1 (patch-src_libopts_compat_compat.h) = 240fbfc0ba20af35e0634ba873fe9e34bfbcc SHA1 (patch-src_libopts_libopts.c) = ce5e7681def882e95ed5ab770564d1f999b97039 SHA1 (patch-src_libopts_makeshell.c) = e5b7d66caaec45e12ae5490d515fc9fc75de3d92 SHA1 (patch-src_libopts_proto.h) = 78f845bdcbac8de74953a3cee0b77fa9c5b05386 -SHA1 (patch-tests_Makefile.in) = b76dfb38f057b9094a5f46eef33b27492a79301e +SHA1 (patch-tests_Makefile.in) = a6505d834ac660ef6343c0ecdbff9f4aca324954 SHA1 (patch-tests_openpgp-certs_Makefile.in) = 2e7074312e67d747bd0ecfa839187f8bf33f4f09 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 \ |