pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libtasn1 release 4.12:
details: https://anonhg.NetBSD.org/pkgsrc/rev/2ab55be38619
branches: trunk
changeset: 366861:2ab55be38619
user: adam <adam%pkgsrc.org@localhost>
date: Fri Aug 18 21:53:47 2017 +0000
description:
release 4.12:
- Corrected so-name version
release 4.11:
- Introduced the ASN1_TIME_ENCODING_ERROR error code to indicate
an invalid encoding in the DER time fields.
- Introduced flag ASN1_DECODE_FLAG_ALLOW_INCORRECT_TIME. This flag
allows decoding errors in time fields even when in strict DER mode.
That is introduced in order to allow toleration of invalid times in
X.509 certificates (which are common) even though strict DER adherence
is enforced in other fields.
- Added safety check in asn1_find_node(). That prevents a crash
when a very long variable name is provided by the developer.
Note that this to be exploited requires controlling the ASN.1
definitions used by the developer, i.e., the 'name' parameter of
asn1_write_value() or asn1_read_value(). The library is
not designed to protect against malicious manipulation of the
developer assigned variable names.
diffstat:
security/libtasn1/Makefile | 4 ++--
security/libtasn1/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r f362f935db06 -r 2ab55be38619 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile Fri Aug 18 21:51:40 2017 +0000
+++ b/security/libtasn1/Makefile Fri Aug 18 21:53:47 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2017/02/26 08:45:44 adam Exp $
+# $NetBSD: Makefile,v 1.70 2017/08/18 21:53:47 adam Exp $
-DISTNAME= libtasn1-4.10
+DISTNAME= libtasn1-4.12
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
diff -r f362f935db06 -r 2ab55be38619 security/libtasn1/distinfo
--- a/security/libtasn1/distinfo Fri Aug 18 21:51:40 2017 +0000
+++ b/security/libtasn1/distinfo Fri Aug 18 21:53:47 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2017/02/26 08:45:44 adam Exp $
+$NetBSD: distinfo,v 1.49 2017/08/18 21:53:47 adam Exp $
-SHA1 (libtasn1-4.10.tar.gz) = c7b36fa50866bbc889f7503c7fd1e9f9d7c52a64
-RMD160 (libtasn1-4.10.tar.gz) = 4edd35f557be676e5482273a4b1469bf6ce3ab49
-SHA512 (libtasn1-4.10.tar.gz) = 614e93128e6be8f46a2ad46e2a515e2edfb1f5a2e90c9e5da02d3afc0a882dc956632dd2b1eddd6b0e258e7b58a82d5d745d8ccd23120d94bb0af48132ed1a18
-Size (libtasn1-4.10.tar.gz) = 1887057 bytes
+SHA1 (libtasn1-4.12.tar.gz) = f9a05b3b8acf319d89f07267407c03b184c4e3b0
+RMD160 (libtasn1-4.12.tar.gz) = a3062789a73655c83f99a12af8aab3c92c8acdf8
+SHA512 (libtasn1-4.12.tar.gz) = 6c551670949881193e39122f72948e4999ff1ba377f9ee5963d0a4ad1b84256e4fe42e9f6d6a2aa9f7d4ef7acc0e5174fb5cc3df5298524cdeda92f4b8c104f7
+Size (libtasn1-4.12.tar.gz) = 1888450 bytes
Home |
Main Index |
Thread Index |
Old Index