Files
rpi-buildroot/package/libfcgi/libfcgi.mk
Thomas Devoogdt 9e030165a7 package/libfcgi: security bump to 2.4.7
This is a security bump to fix CVE-2025-23016.

See:
https://github.com/FastCGI-Archives/fcgi2/releases/tag/2.4.7

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 626bc1f199411df91108565432c496e1fcf0b897)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
2025-12-27 10:32:01 +01:00

18 lines
513 B
Makefile

################################################################################
#
# libfcgi
#
################################################################################
LIBFCGI_VERSION = 2.4.7
LIBFCGI_SITE = $(call github,FastCGI-Archives,fcgi2,$(LIBFCGI_VERSION))
LIBFCGI_LICENSE = OML
LIBFCGI_LICENSE_FILES = LICENSE
LIBFCGI_CPE_ID_VENDOR = fastcgi
LIBFCGI_CPE_ID_PRODUCT = fcgi
LIBFCGI_INSTALL_STAGING = YES
LIBFCGI_AUTORECONF = YES
LIBFCGI_CONF_OPTS = --disable-examples
$(eval $(autotools-package))