python-pyasn1: bump to 0.6.3
authorAlexandru Ardelean <redacted>
Mon, 23 Mar 2026 07:50:36 +0000 (07:50 +0000)
committerAlexandru Ardelean <redacted>
Mon, 23 Mar 2026 09:41:09 +0000 (11:41 +0200)
Changelog since 0.6.2:
- Fix CVE-2026-30922: nesting depth limit in ASN.1 decoder to prevent
  stack overflow from deeply nested structures
- Fix OverflowError from oversized BER length fields (#54)
- Fix incorrect stacklevel in deprecation warnings (#86)
- Fix fractional seconds parsing in asDateTime function (#81)

Full changelog: https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-pyasn1/Makefile

index 0beb5227c3bb5f85aaabbf1fcb1fab8ad8b6b7b5..409fe54be1bb1cf314eae2b1e4988096e77cbc46 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-pyasn1
-PKG_VERSION:=0.6.2
+PKG_VERSION:=0.6.3
 PKG_RELEASE:=1
 
 PYPI_NAME:=pyasn1
-PKG_HASH:=9b59a2b25ba7e4f8197db7686c09fb33e658b98339fadb826e9512629017833b
+PKG_HASH:=697a8ecd6d98891189184ca1fa05d1bb00e2f84b5977c481452050549c8a72cf
 
 PKG_LICENSE:=BSD-2-Clause
 PKG_LICENSE_FILES:=LICENSE.rst
git clone https://git.99rst.org/PROJECT