pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-asn1



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Sep 17 10:18:41 UTC 2017

Modified Files:
        pkgsrc/security/py-asn1: Makefile distinfo

Log Message:
py-asn1: update to 0.3.5

Revision 0.3.5:
Codecs signatures unified and pass the options kwargs through the call chain
Explicit tag encoding optimized to avoid unnecessary copying
End-of-octets sentinel encoding optimized
Refactored ASN.1 codecs properties to silently enforce proper length and chunk size encoding modes
Fixed DER encoder to always produce primitive encoding
Fixed crash at SequenceOf native decoder
Fixed Real.prettyPrint() to fail gracefully on overflow
Fixed a couple of crashes when debug mode is enabled


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-asn1/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-asn1/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/py-asn1/Makefile
diff -u pkgsrc/security/py-asn1/Makefile:1.14 pkgsrc/security/py-asn1/Makefile:1.15
--- pkgsrc/security/py-asn1/Makefile:1.14       Fri Sep  8 07:28:31 2017
+++ pkgsrc/security/py-asn1/Makefile    Sun Sep 17 10:18:41 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/09/08 07:28:31 adam Exp $
+# $NetBSD: Makefile,v 1.15 2017/09/17 10:18:41 adam Exp $
 
-DISTNAME=      pyasn1-0.3.4
+DISTNAME=      pyasn1-0.3.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyasn1/}

Index: pkgsrc/security/py-asn1/distinfo
diff -u pkgsrc/security/py-asn1/distinfo:1.11 pkgsrc/security/py-asn1/distinfo:1.12
--- pkgsrc/security/py-asn1/distinfo:1.11       Fri Sep  8 07:28:31 2017
+++ pkgsrc/security/py-asn1/distinfo    Sun Sep 17 10:18:41 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/09/08 07:28:31 adam Exp $
+$NetBSD: distinfo,v 1.12 2017/09/17 10:18:41 adam Exp $
 
-SHA1 (pyasn1-0.3.4.tar.gz) = 6c800c48dd1ff3983afcf09d966769cef8965eff
-RMD160 (pyasn1-0.3.4.tar.gz) = bc360563c5048e3d49d2ce594e11cb97aaf07e46
-SHA512 (pyasn1-0.3.4.tar.gz) = 6c4ee69d90e04351320d755c16e5f0a93f895cd08ab5429374e38c8b1fe99456d19ce4b3d32e3e11a55e812d96d7f8372638f98e0feda0b13ab4453e423965ad
-Size (pyasn1-0.3.4.tar.gz) = 114387 bytes
+SHA1 (pyasn1-0.3.5.tar.gz) = 5be90ecceffac330c2f94888a5f1cdfc5bbb0caf
+RMD160 (pyasn1-0.3.5.tar.gz) = 654101f050545a90a8a4436e9af7f42c208e2eec
+SHA512 (pyasn1-0.3.5.tar.gz) = 741be92f13451cfb232ccd23392b7cfd22f7ca56fead04c41940b1b3d094da1aef612baf3d2cd8fe63db391b04732745a945e15714e6e8bf488e735c808c99ba
+Size (pyasn1-0.3.5.tar.gz) = 114647 bytes



Home | Main Index | Thread Index | Old Index