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