Skip to content

Commit f326549

Browse files
committed
python-pyasn1: bump to 0.6.2
Changelog since 0.5.1: - v0.6.0: Drop Python 2.7 and Python 3.6/3.7 support; add support for RELATIVE-OID construct - v0.6.1: Add Python 3.13 compatibility; remove legacy Python 2 code - v0.6.2: Fix continuation octet limits in OID/RELATIVE-OID decoder (CVE-2026-23490); add Python 3.14 support; switch to pyproject.toml Full changelog: https://github.com/pyasn1/pyasn1/releases Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
1 parent a01d2a9 commit f326549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/python/python-pyasn1/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-pyasn1
11-
PKG_VERSION:=0.5.1
11+
PKG_VERSION:=0.6.2
1212
PKG_RELEASE:=1
1313

1414
PYPI_NAME:=pyasn1
15-
PKG_HASH:=6d391a96e59b23130a5cfa74d6fd7f388dbbe26cc8f1edf39fdddf08d9d6676c
15+
PKG_HASH:=9b59a2b25ba7e4f8197db7686c09fb33e658b98339fadb826e9512629017833b
1616

1717
PKG_LICENSE:=BSD-2-Clause
1818
PKG_LICENSE_FILES:=LICENSE.rst

0 commit comments

Comments
 (0)