https://github.com/fonttools/fonttools/releases/tag/4.61.0
Fixes CVE-2025-66034:
https://github.com/fonttools/fonttools/security/advisories/GHSA-768j-98cg-p3fv
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit b0aa7e5a23)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
17 lines
660 B
Makefile
17 lines
660 B
Makefile
################################################################################
|
|
#
|
|
# python-fonttools
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FONTTOOLS_VERSION = 4.61.0
|
|
PYTHON_FONTTOOLS_SOURCE = fonttools-$(PYTHON_FONTTOOLS_VERSION).tar.gz
|
|
PYTHON_FONTTOOLS_SITE = https://files.pythonhosted.org/packages/33/f9/0e84d593c0e12244150280a630999835a64f2852276161b62a0f98318de0
|
|
PYTHON_FONTTOOLS_SETUP_TYPE = setuptools
|
|
PYTHON_FONTTOOLS_LICENSE = MIT
|
|
PYTHON_FONTTOOLS_LICENSE_FILES = LICENSE
|
|
PYTHON_FONTTOOLS_DEPENDENCIES = host-python-cython
|
|
PYTHON_FONTTOOLS_ENV = FONTTOOLS_WITH_CYTHON=1
|
|
|
|
$(eval $(python-package))
|