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: wiz
Date: Sat Mar 21 12:04:11 UTC 2026
Modified Files:
pkgsrc/security/py-asn1: Makefile distinfo
Log Message:
py-asn1: update to 0.6.3.
Security fix release.
Revision 0.6.3, released 16-03-2026
---------------------------------------
- CVE-2026-30922 (GHSA-jr27-m4p2-rc6r): Added nesting depth
limit to ASN.1 decoder to prevent stack overflow from deeply
nested structures (thanks for reporting, romanticpragmatism)
- Fixed OverflowError from oversized BER length field
[issue #54](https://github.com/pyasn1/pyasn1/issues/54)
[pr #100](https://github.com/pyasn1/pyasn1/pull/100)
- Fixed DeprecationWarning stacklevel for deprecated attributes
[issue #86](https://github.com/pyasn1/pyasn1/issues/86)
[pr #101](https://github.com/pyasn1/pyasn1/pull/101)
- Fixed asDateTime incorrect fractional seconds parsing
[issue #81](https://github.com/pyasn1/pyasn1/issues/81)
[pr #102](https://github.com/pyasn1/pyasn1/pull/102)
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/py-asn1/Makefile
cvs rdiff -u -r1.28 -r1.29 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.32 pkgsrc/security/py-asn1/Makefile:1.33
--- pkgsrc/security/py-asn1/Makefile:1.32 Sun Jan 18 06:45:36 2026
+++ pkgsrc/security/py-asn1/Makefile Sat Mar 21 12:04:11 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2026/01/18 06:45:36 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2026/03/21 12:04:11 wiz Exp $
-DISTNAME= pyasn1-0.6.2
+DISTNAME= pyasn1-0.6.3
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.28 pkgsrc/security/py-asn1/distinfo:1.29
--- pkgsrc/security/py-asn1/distinfo:1.28 Sun Jan 18 06:45:36 2026
+++ pkgsrc/security/py-asn1/distinfo Sat Mar 21 12:04:11 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2026/01/18 06:45:36 wiz Exp $
+$NetBSD: distinfo,v 1.29 2026/03/21 12:04:11 wiz Exp $
-BLAKE2s (pyasn1-0.6.2.tar.gz) = 705ad061e1c839eeea1db7aa1fb109999b1f857d0bb9f24325933eece2f3bf1b
-SHA512 (pyasn1-0.6.2.tar.gz) = 126e8f346686e7e111231c53e1e7027935779b5b1640b6d75e235071cfb63277aa3b32b1824d385a8473249cd1e4ea4355ffdffcc3587c784af639dc89753c4f
-Size (pyasn1-0.6.2.tar.gz) = 146586 bytes
+BLAKE2s (pyasn1-0.6.3.tar.gz) = 46618ab4e5e0e0cd7fd2c3922364786f5f870be7dcc6d0228d89970f697319cf
+SHA512 (pyasn1-0.6.3.tar.gz) = c58962b3f11f486da3e73c09dbe2aff7500879b29c4a7be4295878e4edbcaaa2680d608720ad5af86a2457de7da50471ab7a9e925f717db5c467553fc552e6d6
+Size (pyasn1-0.6.3.tar.gz) = 148685 bytes
Home |
Main Index |
Thread Index |
Old Index