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:   adam
Date:           Fri Aug 18 21:53:47 UTC 2017

Modified Files:
        pkgsrc/security/libtasn1: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/security/libtasn1/Makefile
cvs rdiff -u -r1.48 -r1.49 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.69 pkgsrc/security/libtasn1/Makefile:1.70
--- pkgsrc/security/libtasn1/Makefile:1.69      Sun Feb 26 08:45:44 2017
+++ pkgsrc/security/libtasn1/Makefile   Fri Aug 18 21:53:47 2017
@@ -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/}
 

Index: pkgsrc/security/libtasn1/distinfo
diff -u pkgsrc/security/libtasn1/distinfo:1.48 pkgsrc/security/libtasn1/distinfo:1.49
--- pkgsrc/security/libtasn1/distinfo:1.48      Sun Feb 26 08:45:44 2017
+++ pkgsrc/security/libtasn1/distinfo   Fri Aug 18 21:53:47 2017
@@ -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