cae6c8b57f
On master, commit544007dcc4
itroduced patches to fix CVE-2020-11888. On next, commit604fe08806
itroduced the exact same patches for the exact same reason. But on next, commit81b3fd8654
bumped the version and dropped the patches. When next was merged into master in commita6569f2b3d
, the patches introduced by544007dcc4
(on master) were retained. Fixes: - http://autobuild.buildroot.org/results/bf305c78dddd035b97e88943a1d19a8ceb6b41f7 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [yann.morin.1998@free.fr: rewrite commit log with detailed explanations] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
565 B
Makefile
15 lines
565 B
Makefile
################################################################################
|
|
#
|
|
# python-markdown2
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MARKDOWN2_VERSION = 2.3.9
|
|
PYTHON_MARKDOWN2_SOURCE = markdown2-$(PYTHON_MARKDOWN2_VERSION).tar.gz
|
|
PYTHON_MARKDOWN2_SITE = https://files.pythonhosted.org/packages/14/69/c542025f80916457ff4fe962404a27ab6417d43822fe54bf88ee2dd1b36f
|
|
PYTHON_MARKDOWN2_SETUP_TYPE = setuptools
|
|
PYTHON_MARKDOWN2_LICENSE = MIT
|
|
PYTHON_MARKDOWN2_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|