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: wiz
Date: Wed Jun 22 10:36:00 UTC 2016
Modified Files:
pkgsrc/security/libtasn1: Makefile PLIST distinfo
Log Message:
Updated libtasn1 to 4.8. Security update.
* Noteworthy changes in release 4.8 (released 2016-04-11) [stable]
- Fixes to avoid reliance on C undefined behavior.
- Fixes to avoid an infinite recursion when decoding without
the ASN1_DECODE_FLAG_STRICT_DER flag. Reported by Pascal Cuoq.
- Combined all the BER octet string decoding functions to a single
one based on asn1_decode_simple_ber().
* Noteworthy changes in release 4.7 (released 2015-09-14) [stable]
- Fixed regression introduced in the decoding of multi-byte tags
fix.
* Noteworthy changes in release 4.6 (released 2015-09-05) [stable]
- Allow decoding OCTET STRINGs with multi-byte tags.
- API and ABI changes since last version:
asn1_get_object_id_der: New function
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/security/libtasn1/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/libtasn1/PLIST
cvs rdiff -u -r1.45 -r1.46 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.65 pkgsrc/security/libtasn1/Makefile:1.66
--- pkgsrc/security/libtasn1/Makefile:1.65 Fri Feb 26 09:41:05 2016
+++ pkgsrc/security/libtasn1/Makefile Wed Jun 22 10:36:00 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2016/02/26 09:41:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.66 2016/06/22 10:36:00 wiz Exp $
-DISTNAME= libtasn1-4.5
+DISTNAME= libtasn1-4.8
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
Index: pkgsrc/security/libtasn1/PLIST
diff -u pkgsrc/security/libtasn1/PLIST:1.17 pkgsrc/security/libtasn1/PLIST:1.18
--- pkgsrc/security/libtasn1/PLIST:1.17 Sun Mar 29 13:10:49 2015
+++ pkgsrc/security/libtasn1/PLIST Wed Jun 22 10:36:00 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2015/03/29 13:10:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2016/06/22 10:36:00 wiz Exp $
bin/asn1Coding
bin/asn1Decoding
bin/asn1Parser
@@ -33,6 +33,7 @@ man/man3/asn1_find_structure_from_oid.3
man/man3/asn1_get_bit_der.3
man/man3/asn1_get_length_ber.3
man/man3/asn1_get_length_der.3
+man/man3/asn1_get_object_id_der.3
man/man3/asn1_get_octet_der.3
man/man3/asn1_get_tag_der.3
man/man3/asn1_length_der.3
Index: pkgsrc/security/libtasn1/distinfo
diff -u pkgsrc/security/libtasn1/distinfo:1.45 pkgsrc/security/libtasn1/distinfo:1.46
--- pkgsrc/security/libtasn1/distinfo:1.45 Wed Nov 4 01:17:49 2015
+++ pkgsrc/security/libtasn1/distinfo Wed Jun 22 10:36:00 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2015/11/04 01:17:49 agc Exp $
+$NetBSD: distinfo,v 1.46 2016/06/22 10:36:00 wiz Exp $
-SHA1 (libtasn1-4.5.tar.gz) = 7d648928729ffd38de84fac8b94d3ae0558de472
-RMD160 (libtasn1-4.5.tar.gz) = 1060f96cab7f4580f76cbb5b632b7a6376576544
-SHA512 (libtasn1-4.5.tar.gz) = 9319c7109b006f6f1f52c5cc0ff4b076db0037fb977535e04980dc3a9b3195ef20a451f04771d0eff1d1a104557cc14ccd5147f82e4229230d6539046e7f5108
-Size (libtasn1-4.5.tar.gz) = 1850279 bytes
+SHA1 (libtasn1-4.8.tar.gz) = a59c9f5db50909bd21ae143da40d74397fd51320
+RMD160 (libtasn1-4.8.tar.gz) = c0959f5f5ed12e2963e2edb10a28a17c387d735a
+SHA512 (libtasn1-4.8.tar.gz) = 22a0d1b2fc57efd18aa23ea720f915ec0c31bd2f60653181b0537d3d7c3c3262cef3a76e3be03fdb7d7cd5a6b4156a1033b156e56717bfa37a32f176692319f3
+Size (libtasn1-4.8.tar.gz) = 1859924 bytes
Home |
Main Index |
Thread Index |
Old Index