pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnutls



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun 30 06:15:44 UTC 2017

Modified Files:
        pkgsrc/security/gnutls: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 pkgsrc/security/gnutls/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/security/gnutls/PLIST
cvs rdiff -u -r1.125 -r1.126 pkgsrc/security/gnutls/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gnutls/Makefile
diff -u pkgsrc/security/gnutls/Makefile:1.171 pkgsrc/security/gnutls/Makefile:1.172
--- pkgsrc/security/gnutls/Makefile:1.171       Thu May 18 07:54:26 2017
+++ pkgsrc/security/gnutls/Makefile     Fri Jun 30 06:15:44 2017
@@ -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

Index: pkgsrc/security/gnutls/PLIST
diff -u pkgsrc/security/gnutls/PLIST:1.56 pkgsrc/security/gnutls/PLIST:1.57
--- pkgsrc/security/gnutls/PLIST:1.56   Thu May 18 07:54:26 2017
+++ pkgsrc/security/gnutls/PLIST        Fri Jun 30 06:15:44 2017
@@ -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/sv/LC_MESSAGES/gnutls.mo
 share/locale/uk/LC_MESSAGES/gnutls.mo
 share/locale/vi/LC_MESSAGES/gnutls.mo
 share/locale/zh_CN/LC_MESSAGES/gnutls.mo
-

Index: pkgsrc/security/gnutls/distinfo
diff -u pkgsrc/security/gnutls/distinfo:1.125 pkgsrc/security/gnutls/distinfo:1.126
--- pkgsrc/security/gnutls/distinfo:1.125       Thu May 18 07:54:26 2017
+++ pkgsrc/security/gnutls/distinfo     Fri Jun 30 06:15:44 2017
@@ -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