pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libtasn1 update libtasn1 to version 4.14:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bcf2d4a0543
branches:  trunk
changeset: 403285:1bcf2d4a0543
user:      spz <spz%pkgsrc.org@localhost>
date:      Fri Oct 25 06:03:12 2019 +0000

description:
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

diffstat:

 security/libtasn1/Makefile |   4 ++--
 security/libtasn1/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r d1fd8a423c75 -r 1bcf2d4a0543 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Fri Oct 25 04:39:18 2019 +0000
+++ b/security/libtasn1/Makefile        Fri Oct 25 06:03:12 2019 +0000
@@ -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/}
 
diff -r d1fd8a423c75 -r 1bcf2d4a0543 security/libtasn1/distinfo
--- a/security/libtasn1/distinfo        Fri Oct 25 04:39:18 2019 +0000
+++ b/security/libtasn1/distinfo        Fri Oct 25 06:03:12 2019 +0000
@@ -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