pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnutls Update to 3.2.6:
details: https://anonhg.NetBSD.org/pkgsrc/rev/846eada500f2
branches: trunk
changeset: 626078:846eada500f2
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Oct 31 14:41:48 2013 +0000
description:
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:
security/gnutls/Makefile | 6 +++---
security/gnutls/PLIST | 3 ++-
security/gnutls/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (54 lines):
diff -r fbe0bcd2e27b -r 846eada500f2 security/gnutls/Makefile
--- a/security/gnutls/Makefile Thu Oct 31 13:08:37 2013 +0000
+++ b/security/gnutls/Makefile Thu Oct 31 14:41:48 2013 +0000
@@ -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 @@
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
diff -r fbe0bcd2e27b -r 846eada500f2 security/gnutls/PLIST
--- a/security/gnutls/PLIST Thu Oct 31 13:08:37 2013 +0000
+++ b/security/gnutls/PLIST Thu Oct 31 14:41:48 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.47 2013/10/27 23:13:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.48 2013/10/31 14:41:48 wiz Exp $
bin/certtool
bin/danetool
bin/gnutls-cli
@@ -403,6 +403,7 @@
man/man3/gnutls_pkcs11_token_get_flags.3
man/man3/gnutls_pkcs11_token_get_info.3
man/man3/gnutls_pkcs11_token_get_mechanism.3
+man/man3/gnutls_pkcs11_token_get_random.3
man/man3/gnutls_pkcs11_token_get_url.3
man/man3/gnutls_pkcs11_token_init.3
man/man3/gnutls_pkcs11_token_set_pin.3
diff -r fbe0bcd2e27b -r 846eada500f2 security/gnutls/distinfo
--- a/security/gnutls/distinfo Thu Oct 31 13:08:37 2013 +0000
+++ b/security/gnutls/distinfo Thu Oct 31 14:41:48 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.98 2013/10/27 23:13:09 wiz Exp $
+$NetBSD: distinfo,v 1.99 2013/10/31 14:41:48 wiz Exp $
-SHA1 (gnutls-3.2.5.tar.xz) = 088eee3297d036754414f40ae49ef9ea9e83c679
-RMD160 (gnutls-3.2.5.tar.xz) = aeb4e709bbe2987d7363266bb86e9bfc98d7fb1c
-Size (gnutls-3.2.5.tar.xz) = 4987156 bytes
+SHA1 (gnutls-3.2.6.tar.xz) = eb5a404d297e8ee2f344bcd9cdeea86fe8977287
+RMD160 (gnutls-3.2.6.tar.xz) = df4105b28241eac7ac18206e24ea3dc9723dc697
+Size (gnutls-3.2.6.tar.xz) = 4992204 bytes
SHA1 (patch-ae) = 71fbbeb43ac1689fca6fec7f8348d8534c1dc38a
SHA1 (patch-gl_stdio.in.h) = b5802da2cccddd6fab73bd39c49f7d62bef58464
SHA1 (patch-lib_Makefile.in) = 949df8644a1f6085d8ad63984188cee0518a837a
Home |
Main Index |
Thread Index |
Old Index