|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-GD_VERSION = 2.3.2
|
|
|
|
|
|
+GD_VERSION = 2.3.3
|
|
GD_SOURCE = libgd-$(GD_VERSION).tar.xz
|
|
GD_SOURCE = libgd-$(GD_VERSION).tar.xz
|
|
GD_SITE = https://github.com/libgd/libgd/releases/download/gd-$(GD_VERSION)
|
|
GD_SITE = https://github.com/libgd/libgd/releases/download/gd-$(GD_VERSION)
|
|
GD_INSTALL_STAGING = YES
|
|
GD_INSTALL_STAGING = YES
|
|
@@ -15,9 +15,6 @@ GD_CPE_ID_PRODUCT = libgd
|
|
GD_CONF_OPTS = --without-x --disable-rpath --disable-werror
|
|
GD_CONF_OPTS = --without-x --disable-rpath --disable-werror
|
|
GD_DEPENDENCIES = host-pkgconf
|
|
GD_DEPENDENCIES = host-pkgconf
|
|
|
|
|
|
-# 0001-fix-read-out-of-bands-in-reading-tga-header-file.patch
|
|
|
|
-GD_IGNORE_CVES += CVE-2021-38115
|
|
|
|
-
|
|
|
|
# gd forgets to link utilities with -pthread even though it uses
|
|
# gd forgets to link utilities with -pthread even though it uses
|
|
# pthreads, causing linking errors with static linking
|
|
# pthreads, causing linking errors with static linking
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|