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: nia
Date: Tue Mar 24 17:30:34 UTC 2020
Modified Files:
pkgsrc/security/libtasn1: Makefile PLIST distinfo
Removed Files:
pkgsrc/security/libtasn1/patches: patch-lib_ASN1.y
patch-src_Makefile.in
Log Message:
libtasn1: Update to 4.16.0
* Noteworthy changes in release 4.16.0 (released 2020-02-01) [stable]
- asn1_decode_simple_ber: added support for constructed definite
octet strings. This allows this function decode the whole set of
BER encodings for OCTET STRINGs.
- asn1_get_object_id_der: enhance the range of decoded OIDs (#25).
This also makes OID encoding and decoding more strict on invalid
input. This may break gnutls' test suite before 3.6.12 as it was
relying on decoding some invalid OIDs.
- asn1_object_id_der: New function
* Noteworthy changes in release 4.15.0 (released 2019-11-21) [stable]
- The generated tree no longer contains ASN.1 built-in types even
if they are explicitly defined in the description. Previously
a warning was printed when these types were seen, now they are
ignored.
- Several fixes in ASN.1 definition parser, preventing several
crashes and leaks in the tools due to improper ASN.1.
- Switched to semantic versioning.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/security/libtasn1/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/libtasn1/PLIST
cvs rdiff -u -r1.53 -r1.54 pkgsrc/security/libtasn1/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/security/libtasn1/patches/patch-lib_ASN1.y \
pkgsrc/security/libtasn1/patches/patch-src_Makefile.in
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.77 pkgsrc/security/libtasn1/Makefile:1.78
--- pkgsrc/security/libtasn1/Makefile:1.77 Sat Feb 8 23:57:51 2020
+++ pkgsrc/security/libtasn1/Makefile Tue Mar 24 17:30:34 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2020/02/08 23:57:51 rillig Exp $
+# $NetBSD: Makefile,v 1.78 2020/03/24 17:30:34 nia Exp $
-DISTNAME= libtasn1-4.14
-PKGREVISION= 1
+DISTNAME= libtasn1-4.16.0
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
Index: pkgsrc/security/libtasn1/PLIST
diff -u pkgsrc/security/libtasn1/PLIST:1.18 pkgsrc/security/libtasn1/PLIST:1.19
--- pkgsrc/security/libtasn1/PLIST:1.18 Wed Jun 22 10:36:00 2016
+++ pkgsrc/security/libtasn1/PLIST Tue Mar 24 17:30:34 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2016/06/22 10:36:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2020/03/24 17:30:34 nia Exp $
bin/asn1Coding
bin/asn1Decoding
bin/asn1Parser
@@ -38,6 +38,7 @@ man/man3/asn1_get_octet_der.3
man/man3/asn1_get_tag_der.3
man/man3/asn1_length_der.3
man/man3/asn1_number_of_elements.3
+man/man3/asn1_object_id_der.3
man/man3/asn1_octet_der.3
man/man3/asn1_parser2array.3
man/man3/asn1_parser2tree.3
Index: pkgsrc/security/libtasn1/distinfo
diff -u pkgsrc/security/libtasn1/distinfo:1.53 pkgsrc/security/libtasn1/distinfo:1.54
--- pkgsrc/security/libtasn1/distinfo:1.53 Mon Nov 4 08:13:50 2019
+++ pkgsrc/security/libtasn1/distinfo Tue Mar 24 17:30:34 2020
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.53 2019/11/04 08:13:50 wiz Exp $
+$NetBSD: distinfo,v 1.54 2020/03/24 17:30:34 nia Exp $
-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
-SHA1 (patch-src_Makefile.in) = b1385b2cdc56bfdc9ef3c9ce451f18eae20a2a91
+SHA1 (libtasn1-4.16.0.tar.gz) = f4f1fc301c0835389d9db7754815e48f4f57937a
+RMD160 (libtasn1-4.16.0.tar.gz) = f35e54581ac47cb4569edb72fabbe6387c9e1104
+SHA512 (libtasn1-4.16.0.tar.gz) = b356249535d5d592f9b59de39d21e26dd0f3f00ea47c9cef292cdd878042ea41ecbb7c8d2f02ac5839f5210092fe92a25acd343260ddf644887b031b167c2e71
+Size (libtasn1-4.16.0.tar.gz) = 1812442 bytes
Home |
Main Index |
Thread Index |
Old Index