mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
package/python-pyasn1: security bump version to 0.6.3
https://github.com/pyasn1/pyasn1/blob/v0.6.3/CHANGES.rst Fixes CVE-2026-30922. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
1b9f5d6ed0
commit
123136b246
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pyasn1/json
|
||||
md5 93dbc09023fbd1b724fd8233ffe2a343 pyasn1-0.6.2.tar.gz
|
||||
sha256 9b59a2b25ba7e4f8197db7686c09fb33e658b98339fadb826e9512629017833b pyasn1-0.6.2.tar.gz
|
||||
md5 b7a8127ed5fc251943e47dbef51ea6c8 pyasn1-0.6.3.tar.gz
|
||||
sha256 697a8ecd6d98891189184ca1fa05d1bb00e2f84b5977c481452050549c8a72cf pyasn1-0.6.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2aad5fc00f705c4a1addb83eed10a6a75d286a3779f0cf8519d87e62bc4735fd LICENSE.rst
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYASN1_VERSION = 0.6.2
|
||||
PYTHON_PYASN1_VERSION = 0.6.3
|
||||
PYTHON_PYASN1_SOURCE = pyasn1-$(PYTHON_PYASN1_VERSION).tar.gz
|
||||
PYTHON_PYASN1_SITE = https://files.pythonhosted.org/packages/fe/b6/6e630dff89739fcd427e3f72b3d905ce0acb85a45d4ec3e2678718a3487f
|
||||
PYTHON_PYASN1_SITE = https://files.pythonhosted.org/packages/5c/5f/6583902b6f79b399c9c40674ac384fd9cd77805f9e6205075f828ef11fb2
|
||||
PYTHON_PYASN1_SETUP_TYPE = setuptools
|
||||
PYTHON_PYASN1_LICENSE = BSD-2-Clause
|
||||
PYTHON_PYASN1_LICENSE_FILES = LICENSE.rst
|
||||
|
||||
Reference in New Issue
Block a user