mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-pyasn1: security bump version to 0.6.2
https://github.com/pyasn1/pyasn1/blob/v0.6.2/CHANGES.rst
Fixes CVE-2026-23490: https://nvd.nist.gov/vuln/detail/CVE-2026-23490
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 517cdc8e13)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
aae6fb35a0
commit
548a063cbb
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pyasn1/json
|
||||
md5 75cdc260597f112fdfefec85379e710d pyasn1-0.6.1.tar.gz
|
||||
sha256 6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034 pyasn1-0.6.1.tar.gz
|
||||
md5 93dbc09023fbd1b724fd8233ffe2a343 pyasn1-0.6.2.tar.gz
|
||||
sha256 9b59a2b25ba7e4f8197db7686c09fb33e658b98339fadb826e9512629017833b pyasn1-0.6.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2aad5fc00f705c4a1addb83eed10a6a75d286a3779f0cf8519d87e62bc4735fd LICENSE.rst
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYASN1_VERSION = 0.6.1
|
||||
PYTHON_PYASN1_VERSION = 0.6.2
|
||||
PYTHON_PYASN1_SOURCE = pyasn1-$(PYTHON_PYASN1_VERSION).tar.gz
|
||||
PYTHON_PYASN1_SITE = https://files.pythonhosted.org/packages/ba/e9/01f1a64245b89f039897cb0130016d79f77d52669aae6ee7b159a6c4c018
|
||||
PYTHON_PYASN1_SITE = https://files.pythonhosted.org/packages/fe/b6/6e630dff89739fcd427e3f72b3d905ce0acb85a45d4ec3e2678718a3487f
|
||||
PYTHON_PYASN1_SETUP_TYPE = setuptools
|
||||
PYTHON_PYASN1_LICENSE = BSD-2-Clause
|
||||
PYTHON_PYASN1_LICENSE_FILES = LICENSE.rst
|
||||
|
||||
Reference in New Issue
Block a user