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:           Sat Sep 30 15:12:30 UTC 2017

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

Log Message:
py-asn1: update to 0.3.6

Revision 0.3.6:
* End-of-octets encoding optimized at ASN.1 encoders
* The __getitem__/__setitem__ behavior of Set/Sequence and SetOf/SequenceOf objects aligned with the canonical Mapping and Sequence protocols in part
* Fixed crash in ASN.1 encoder when encoding an explicitly tagged component of a Sequence


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-asn1/Makefile
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/security/py-asn1/Makefile:1.16
--- pkgsrc/security/py-asn1/Makefile:1.15       Sun Sep 17 10:18:41 2017
+++ pkgsrc/security/py-asn1/Makefile    Sat Sep 30 15:12:30 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2017/09/17 10:18:41 adam Exp $
+# $NetBSD: Makefile,v 1.16 2017/09/30 15:12:30 adam Exp $
 
-DISTNAME=      pyasn1-0.3.5
+DISTNAME=      pyasn1-0.3.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
-CATEGORIES=    security
+CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyasn1/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/security/py-asn1/distinfo
diff -u pkgsrc/security/py-asn1/distinfo:1.12 pkgsrc/security/py-asn1/distinfo:1.13
--- pkgsrc/security/py-asn1/distinfo:1.12       Sun Sep 17 10:18:41 2017
+++ pkgsrc/security/py-asn1/distinfo    Sat Sep 30 15:12:30 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/09/17 10:18:41 adam Exp $
+$NetBSD: distinfo,v 1.13 2017/09/30 15:12:30 adam Exp $
 
-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
+SHA1 (pyasn1-0.3.6.tar.gz) = ac8d688b3e1972a9aad71f1c7b931cbeba55ddac
+RMD160 (pyasn1-0.3.6.tar.gz) = 82b4f4fa1c43534f93d696fa9252cfb285accfb5
+SHA512 (pyasn1-0.3.6.tar.gz) = aa0bc0d9f0890403220d4fb2e9e7aef3376310d9a254101d0f810aa27e20577c0c3cdc32640eddfd25e62916b1f6dd836dc7105a94b5d7ecb710bb9e330434b5
+Size (pyasn1-0.3.6.tar.gz) = 115129 bytes



Home | Main Index | Thread Index | Old Index