pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnutls Updated gnutls to 3.5.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ebaa51ea663
branches:  trunk
changeset: 364583:5ebaa51ea663
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 30 06:15:44 2017 +0000

description:
Updated gnutls to 3.5.13.

While here, remove empty line from PLIST.

* Version 3.5.13 (released 2017-06-07)

** libgnutls: fixed issue with AES-GCM in-place encryption and decryption in
   aarch64. Resolves gitlab issue #204.

** libgnutls: no longer parse the ResponseID field of the status response
   TLS extension. The field is not used by GnuTLS nor is made available to
   calling applications. That addresses a null pointer dereference on server
   side caused by packets containing the ResponseID field. Reported
   by Hubert Kario. [GNUTLS-SA-2017-4]

** libgnutls: tolerate certificates which do not have strict DER time encoding.
   It is possible using 3rd party tools to generate certificates with time fields
   that do not conform to DER requirements. Since 3.4.x these certificates were rejected
   and cannot be used with GnuTLS, however that caused problems with existing private
   certificate infrastructures, which were relying on such certificates (see gitlab
   issue #196). Tolerate reading and using these certificates.

** minitasn1: updated to libtasn1 4.11.

** certtool: allow multiple certificates to be used in --p7-sign with
   the --load-certificate option. Patch by Karl Tarbe.

diffstat:

 security/gnutls/Makefile |   4 ++--
 security/gnutls/PLIST    |   3 +--
 security/gnutls/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 239aec19f1d7 -r 5ebaa51ea663 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Fri Jun 30 00:52:44 2017 +0000
+++ b/security/gnutls/Makefile  Fri Jun 30 06:15:44 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.171 2017/05/18 07:54:26 he Exp $
+# $NetBSD: Makefile,v 1.172 2017/06/30 06:15:44 wiz Exp $
 
-DISTNAME=      gnutls-3.5.12
+DISTNAME=      gnutls-3.5.13
 CATEGORIES=    security devel
 MASTER_SITES=  ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/
 EXTRACT_SUFX=  .tar.xz
diff -r 239aec19f1d7 -r 5ebaa51ea663 security/gnutls/PLIST
--- a/security/gnutls/PLIST     Fri Jun 30 00:52:44 2017 +0000
+++ b/security/gnutls/PLIST     Fri Jun 30 06:15:44 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.56 2017/05/18 07:54:26 he Exp $
+@comment $NetBSD: PLIST,v 1.57 2017/06/30 06:15:44 wiz Exp $
 bin/certtool
 bin/gnutls-cli
 bin/gnutls-cli-debug
@@ -1130,4 +1130,3 @@
 share/locale/uk/LC_MESSAGES/gnutls.mo
 share/locale/vi/LC_MESSAGES/gnutls.mo
 share/locale/zh_CN/LC_MESSAGES/gnutls.mo
-
diff -r 239aec19f1d7 -r 5ebaa51ea663 security/gnutls/distinfo
--- a/security/gnutls/distinfo  Fri Jun 30 00:52:44 2017 +0000
+++ b/security/gnutls/distinfo  Fri Jun 30 06:15:44 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.125 2017/05/18 07:54:26 he Exp $
+$NetBSD: distinfo,v 1.126 2017/06/30 06:15:44 wiz Exp $
 
-SHA1 (gnutls-3.5.12.tar.xz) = 9f453686bc6b1e6ebc04197158a2bc123c0272df
-RMD160 (gnutls-3.5.12.tar.xz) = ffdd1b7af9376cee94e81fefd929ee6a41cd8fcb
-SHA512 (gnutls-3.5.12.tar.xz) = 8fec23e7e494a2e15e0f938115cae1ba3fee952d634db387f983b01096f68ca4313b23bc4c439d3c7fdd07c861eac4913a7c2343c8704961588ae195886ec90c
-Size (gnutls-3.5.12.tar.xz) = 7212652 bytes
+SHA1 (gnutls-3.5.13.tar.xz) = 0cf738a968faf0461e9709b3ee0f64157ce040b3
+RMD160 (gnutls-3.5.13.tar.xz) = 8d425288302672ae9617e6e827f7d2721a361b95
+SHA512 (gnutls-3.5.13.tar.xz) = e98f23a589042f879936c3f8b474535e695fb7dd68a9e81323668c013241f765c2d3af6c6a072ecf867acc1e551ec46e15bb842144d3a06bdd5d2f4fc3d828a7
+Size (gnutls-3.5.13.tar.xz) = 7226468 bytes
 SHA1 (patch-ae) = 5e020483ac14ef6ccc45a53e351242ab16c860f1
 SHA1 (patch-lib_Makefile.in) = d0e292e632a91a9f19e39bd2c2d205a086ba5588
 SHA1 (patch-lib_accelerated_x86_x86-common.c) = 7a46ef6892b3a06ff4c949a965073c720a2491a4



Home | Main Index | Thread Index | Old Index