From 626bc1f199411df91108565432c496e1fcf0b897 Mon Sep 17 00:00:00 2001 From: Thomas Devoogdt Date: Wed, 17 Dec 2025 12:02:19 +0100 Subject: [PATCH] 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 Signed-off-by: Julien Olivain --- package/libfcgi/libfcgi.hash | 2 +- package/libfcgi/libfcgi.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libfcgi/libfcgi.hash b/package/libfcgi/libfcgi.hash index 348b0b6867..be9e3e8db9 100644 --- a/package/libfcgi/libfcgi.hash +++ b/package/libfcgi/libfcgi.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 39af4fb21a6d695a5f0b1c4fa95776d2725f6bc6c77680943a2ab314acd505c1 libfcgi-2.4.6.tar.gz +sha256 e41ddc3a473b555bdc0cbd80703dcb1f4610c1a7700d3b9d3d0c14a416e1074b libfcgi-2.4.7.tar.gz sha256 f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81 LICENSE diff --git a/package/libfcgi/libfcgi.mk b/package/libfcgi/libfcgi.mk index e0ef6da55c..da84ba6297 100644 --- a/package/libfcgi/libfcgi.mk +++ b/package/libfcgi/libfcgi.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBFCGI_VERSION = 2.4.6 +LIBFCGI_VERSION = 2.4.7 LIBFCGI_SITE = $(call github,FastCGI-Archives,fcgi2,$(LIBFCGI_VERSION)) LIBFCGI_LICENSE = OML LIBFCGI_LICENSE_FILES = LICENSE