mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-24 08:11:09 -09:00
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>
15 lines
547 B
Makefile
15 lines
547 B
Makefile
################################################################################
|
|
#
|
|
# python-pyasn1
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYASN1_VERSION = 0.6.2
|
|
PYTHON_PYASN1_SOURCE = pyasn1-$(PYTHON_PYASN1_VERSION).tar.gz
|
|
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
|
|
|
|
$(eval $(python-package))
|