mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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 <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
54e813217a
commit
2bb3817f26
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user