pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libtasn1



Module Name:    pkgsrc
Committed By:   spz
Date:           Fri Oct 25 06:03:12 UTC 2019

Modified Files:
        pkgsrc/security/libtasn1: Makefile distinfo

Log Message:
update libtasn1 to version 4.14:
* Noteworthy changes in release 4.14 (released 2019-07-21) [stable]
- New #defines for version checking: ASN1_VERSION_MAJOR, ASN1_VERSION_MINOR,
  ASN1_VERSION_PATCH, ASN1_VERSION_NUMBER. The next release will switch
  to semantic version semantics.
- Simplify ordering of SET OF elements by using qsort().
- Marked explicitly const uses of asn1_node with the introduction
  of the (compatible) asn1_node_const type.
- Limit recursion in _asn1_expand_object_id() to detect infinite
  recursion in incorrect .asn files (#4).
- asn1_array2tree(): fixed thread safety issues.
- Several fixes in gtk-doc generation.

fixes CVE-2018-1000654


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/security/libtasn1/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/security/libtasn1/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/libtasn1/Makefile
diff -u pkgsrc/security/libtasn1/Makefile:1.73 pkgsrc/security/libtasn1/Makefile:1.74
--- pkgsrc/security/libtasn1/Makefile:1.73      Sat Oct 13 23:23:20 2018
+++ pkgsrc/security/libtasn1/Makefile   Fri Oct 25 06:03:12 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2018/10/13 23:23:20 leot Exp $
+# $NetBSD: Makefile,v 1.74 2019/10/25 06:03:12 spz Exp $
 
-DISTNAME=      libtasn1-4.13
+DISTNAME=      libtasn1-4.14
 CATEGORIES=    security devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=libtasn1/}
 

Index: pkgsrc/security/libtasn1/distinfo
diff -u pkgsrc/security/libtasn1/distinfo:1.51 pkgsrc/security/libtasn1/distinfo:1.52
--- pkgsrc/security/libtasn1/distinfo:1.51      Sat Oct 13 23:23:20 2018
+++ pkgsrc/security/libtasn1/distinfo   Fri Oct 25 06:03:12 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.51 2018/10/13 23:23:20 leot Exp $
+$NetBSD: distinfo,v 1.52 2019/10/25 06:03:12 spz Exp $
 
-SHA1 (libtasn1-4.13.tar.gz) = a84afb4cd8187c1fa5901c6bc1cf1486eea66635
-RMD160 (libtasn1-4.13.tar.gz) = 49f398fa48847d725ade77b06c3e06713d18b3ed
-SHA512 (libtasn1-4.13.tar.gz) = bf5b60a296795e0a8a4a658c0106492393aa7ce698e785256b3427c17215c2a5b6178a61a2043c93ea4334f754eabece20221ac8fef0fd5644086a3891d98a9f
-Size (libtasn1-4.13.tar.gz) = 1891703 bytes
+SHA1 (libtasn1-4.14.tar.gz) = 4ce6a70a40f50a2c29a62bbf1c0c5b6e306ca4e3
+RMD160 (libtasn1-4.14.tar.gz) = bb9ed36d7d07b08fd1f7cb6d42e7a63f949b0721
+SHA512 (libtasn1-4.14.tar.gz) = efdcf3729e9e057cafbfdc9929f08531de03cf3b64e7db62cb53c26bf34c8db4d73786fd853620ab1a10dbafe55e119ad17bfeb40e191071945c7b4db9c9e223
+Size (libtasn1-4.14.tar.gz) = 1771184 bytes
 SHA1 (patch-lib_ASN1.y) = 5d8cf15002d29feba370e7e44397df663ee24bb0



Home | Main Index | Thread Index | Old Index