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:           Mon Dec 31 11:22:15 UTC 2018

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

Log Message:
py-asn1: updated to 0.4.5

Revision 0.4.5:
- Debug logging refactored for more efficiency when disabled and
  for more functionality when in use. Specifically, the global
  LOG object can easily be used from any function/method, not just
  from codec main loop as it used to be.
- More debug logging added to BER family of codecs to ease encoding
  problems troubleshooting.
- Copyright notice extended to the year 2019
- Fixed defaulted constructed SEQUENCE component initialization.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/py-asn1/Makefile
cvs rdiff -u -r1.17 -r1.18 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.20 pkgsrc/security/py-asn1/Makefile:1.21
--- pkgsrc/security/py-asn1/Makefile:1.20       Mon Aug  6 19:21:51 2018
+++ pkgsrc/security/py-asn1/Makefile    Mon Dec 31 11:22:15 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2018/08/06 19:21:51 adam Exp $
+# $NetBSD: Makefile,v 1.21 2018/12/31 11:22:15 adam Exp $
 
-DISTNAME=      pyasn1-0.4.4
+DISTNAME=      pyasn1-0.4.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyasn1/}

Index: pkgsrc/security/py-asn1/distinfo
diff -u pkgsrc/security/py-asn1/distinfo:1.17 pkgsrc/security/py-asn1/distinfo:1.18
--- pkgsrc/security/py-asn1/distinfo:1.17       Mon Aug  6 19:21:51 2018
+++ pkgsrc/security/py-asn1/distinfo    Mon Dec 31 11:22:15 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/08/06 19:21:51 adam Exp $
+$NetBSD: distinfo,v 1.18 2018/12/31 11:22:15 adam Exp $
 
-SHA1 (pyasn1-0.4.4.tar.gz) = 10f67e61e30c064301c826c6e5e461ff7bf5827d
-RMD160 (pyasn1-0.4.4.tar.gz) = 65310b5aa88c94e086c59cc817d9c57d16e0e470
-SHA512 (pyasn1-0.4.4.tar.gz) = ea2b73586a356aa9ea8cc9694328c2658da0f04cafceb0d13e278facf0870258391d595181932d294b6242cfedf2e82aea225580c4055ea3b1f47b930ba921d4
-Size (pyasn1-0.4.4.tar.gz) = 118725 bytes
+SHA1 (pyasn1-0.4.5.tar.gz) = 5615b3f0e1d2c0d4aa87e318e93665542434dc41
+RMD160 (pyasn1-0.4.5.tar.gz) = adad25c0e86390a7ba60a4a4e15e9179af1d0fe0
+SHA512 (pyasn1-0.4.5.tar.gz) = 8bacd1245a732b005f3a937f486920a348a9bd7d9af7828eb41d69712769f93fd09799e9cea1ad563f4b45c793246b8aecb96855d9deb223a8f2fb631f89dd8e
+Size (pyasn1-0.4.5.tar.gz) = 119741 bytes



Home | Main Index | Thread Index | Old Index