From: Alexandru Ardelean Date: Mon, 23 Mar 2026 07:50:36 +0000 (+0000) Subject: python-pyasn1: bump to 0.6.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2bb3817f2686d3cdf8c9f26f5baf5ac1631bec99;p=openwrt-packages.git python-pyasn1: bump to 0.6.3 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 --- diff --git a/lang/python/python-pyasn1/Makefile b/lang/python/python-pyasn1/Makefile index 0beb5227c..409fe54be 100644 --- a/lang/python/python-pyasn1/Makefile +++ b/lang/python/python-pyasn1/Makefile @@ -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