summaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authoradam <adam>2014-10-10 11:40:15 +0000
committeradam <adam>2014-10-10 11:40:15 +0000
commit59b3ba3f08c36b3c77909da77bc3f0696603a077 (patch)
tree23ced77be534187eec04126c2a314dbb98396a7f /security/gnutls
parent68b461f486b2160a51ff325792b159e1fd9670dc (diff)
downloadpkgsrc-59b3ba3f08c36b3c77909da77bc3f0696603a077.tar.gz
Changes 3.2.18:
** libgnutls: Fixes in gnutls_x509_crt_set_dn() and friends to properly handle strings with embedded spaces and escaped commas. ** libgnutls: Corrected gnutls_x509_crl_verify() which would always report a CRL signature as invalid. ** libgnutls: Fixed issue with certificates being sanitized by gnutls prior to signature verification. That resulted to certain non-DER compliant modifications of valid certificates, being corrected by libtasn1's parser and restructured as the original.
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile4
-rw-r--r--security/gnutls/distinfo9
-rw-r--r--security/gnutls/patches/patch-src_libopts_autoopts.h14
3 files changed, 6 insertions, 21 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 4f98ad6632b..8bdc0a43860 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.148 2014/10/09 14:06:52 wiz Exp $
+# $NetBSD: Makefile,v 1.149 2014/10/10 11:40:15 adam Exp $
-DISTNAME= gnutls-3.2.17
+DISTNAME= gnutls-3.2.18
CATEGORIES= security devel
MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/
EXTRACT_SUFX= .tar.xz
diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo
index ac1ab435ba1..110fd80be14 100644
--- a/security/gnutls/distinfo
+++ b/security/gnutls/distinfo
@@ -1,13 +1,12 @@
-$NetBSD: distinfo,v 1.107 2014/08/30 12:45:11 adam Exp $
+$NetBSD: distinfo,v 1.108 2014/10/10 11:40:15 adam Exp $
-SHA1 (gnutls-3.2.17.tar.xz) = c48b02912c5dc77b627f1f17dcc05c2be1d59b0f
-RMD160 (gnutls-3.2.17.tar.xz) = d783071d9a1c23d76dce854e8e732c04b144483f
-Size (gnutls-3.2.17.tar.xz) = 5151932 bytes
+SHA1 (gnutls-3.2.18.tar.xz) = 3351c72658c974ad5e61ffde98caef0ae7e184e3
+RMD160 (gnutls-3.2.18.tar.xz) = 6d005a71443261b39cd862f3cf0e54afb80ce6ed
+Size (gnutls-3.2.18.tar.xz) = 5154476 bytes
SHA1 (patch-ae) = b6402cc4a03f1b32792191518ed0c5596eb91c07
SHA1 (patch-gl_stdio.in.h) = b5802da2cccddd6fab73bd39c49f7d62bef58464
SHA1 (patch-lib_Makefile.in) = d395121b1b640aed76aff8033106c978e7ec4ce7
SHA1 (patch-lib_nettle_rnd.c) = e3a35d2b492cbb719c178c90fa87861dfa828ce7
-SHA1 (patch-src_libopts_autoopts.h) = bddca27fd49c8ea0c62f339bd2754ec7a278fb5b
SHA1 (patch-src_libopts_autoopts_options.h) = 60be5b43f23ba5978759c1e245781da7f9125071
SHA1 (patch-src_libopts_compat_compat.h) = 2e0a1be460917b2d7a8f6bdac698dad405143013
SHA1 (patch-src_libopts_makeshell.c) = c94e717027d078a081acd10eaec51a44dc4d42e1
diff --git a/security/gnutls/patches/patch-src_libopts_autoopts.h b/security/gnutls/patches/patch-src_libopts_autoopts.h
deleted file mode 100644
index 5e9a48b8409..00000000000
--- a/security/gnutls/patches/patch-src_libopts_autoopts.h
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_libopts_autoopts.h,v 1.1 2014/08/30 12:45:11 adam Exp $
-
-Avoid stdnoreturn.h.
-
---- src/libopts/autoopts.h.orig 2014-08-30 11:25:32.000000000 +0000
-+++ src/libopts/autoopts.h
-@@ -32,7 +32,6 @@
-
- #ifndef AUTOGEN_AUTOOPTS_H
- #define AUTOGEN_AUTOOPTS_H
--#include <stdnoreturn.h>
-
- #define AO_NAME_LIMIT 127
- #define AO_NAME_SIZE ((size_t)(AO_NAME_LIMIT + 1))