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
This commit is contained in:
parent
2885eb43a6
commit
1b7485e2f6
3 changed files with 9 additions and 8 deletions
|
@ -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 @@ INFO_FILES= yes
|
|||
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
|
||||
|
|
|
@ -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_set_token_function.3
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue