[Buildroot] [PATCH v3] package/libfcgi: update to 2.4.4
Thomas Devoogdt
thomas at devoogdt.com
Mon Apr 14 09:22:13 UTC 2025
From: Thomas Devoogdt <thomas.devoogdt at barco.com>
Announcement:
- https://github.com/FastCGI-Archives/fcgi2/releases/tag/2.4.3
- https://github.com/FastCGI-Archives/fcgi2/releases/tag/2.4.4
Notes:
- drop 0001-link-against-math.patch as it is upstream [1] (by @ffontaine)
- drop 0002-disable-examples.patch as it is upstream [2] (by @ffontaine), add --disable-examples now
- update LICENSE as the name has been changed [3]
[1] https://github.com/FastCGI-Archives/fcgi2/commit/214a7bc4da57ccbb0e8840a2f595cd99701b19f6
[2] https://github.com/FastCGI-Archives/fcgi2/commit/aa74aa7dcec5905de3bdee7f8f5a0a6d62c86cad
[3] https://github.com/FastCGI-Archives/fcgi2/commit/65571daaa538e9193fab5935e3ae69ff123da19d
Signed-off-by: Thomas Devoogdt <thomas.devoogdt at barco.com>
---
v2: fix patch format
v3: add forgotten --disable-examples
---
package/libfcgi/0001-link-against-math.patch | 20 -----------------
package/libfcgi/0002-disable-examples.patch | 23 --------------------
package/libfcgi/libfcgi.hash | 4 ++--
package/libfcgi/libfcgi.mk | 5 +++--
4 files changed, 5 insertions(+), 47 deletions(-)
delete mode 100644 package/libfcgi/0001-link-against-math.patch
delete mode 100644 package/libfcgi/0002-disable-examples.patch
diff --git a/package/libfcgi/0001-link-against-math.patch b/package/libfcgi/0001-link-against-math.patch
deleted file mode 100644
index 909a295bd6..0000000000
--- a/package/libfcgi/0001-link-against-math.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Link libfcgi against the math library.
-
-Signed-off-by: Thomas Claveirole <thomas.claveirole at green-communications.fr>
-[Louis: rebase on top of 2.4.2]
-Signed-off-by: Louis Rannou <louis.rannou at smile.fr>
-[Dario: make the patch to be applied with fuzz factor 0]
-Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
-
-Index: b/libfcgi/Makefile.am
-===================================================================
---- a/libfcgi/Makefile.am
-+++ b/libfcgi/Makefile.am
-@@ -19,6 +19,7 @@
- os_ at SYSTEM@.c
- libfcgi_la_CC = @PTHREAD_CC@
- libfcgi_la_CFLAGS = @PTHREAD_CFLAGS@
-+libfcgi_la_LIBADD = -lm
- libfcgi_la_LDFLAGS = @EXTRA_LIBS@ -no-undefined
-
- libfcgi___la_SOURCES = $(INCLUDE_FILES) \
diff --git a/package/libfcgi/0002-disable-examples.patch b/package/libfcgi/0002-disable-examples.patch
deleted file mode 100644
index ccd01c0ce0..0000000000
--- a/package/libfcgi/0002-disable-examples.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-[Dario: make the patch to be applied with fuzz factor 0]
-Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
-Common subdirectories: libfcgi-2.4.0.orig/cgi-fcgi and libfcgi-2.4.0/cgi-fcgi
-Common subdirectories: libfcgi-2.4.0.orig/doc and libfcgi-2.4.0/doc
-Common subdirectories: libfcgi-2.4.0.orig/examples and libfcgi-2.4.0/examples
-Common subdirectories: libfcgi-2.4.0.orig/images and libfcgi-2.4.0/images
-Common subdirectories: libfcgi-2.4.0.orig/include and libfcgi-2.4.0/include
-Common subdirectories: libfcgi-2.4.0.orig/java and libfcgi-2.4.0/java
-Common subdirectories: libfcgi-2.4.0.orig/libfcgi and libfcgi-2.4.0/libfcgi
-diff -du libfcgi-2.4.0.orig/Makefile.am libfcgi-2.4.0/Makefile.am
---- libfcgi-2.4.0.orig/Makefile.am 2001-12-22 14:05:39.000000000 +0100
-+++ libfcgi-2.4.0/Makefile.am 2014-07-19 16:56:21.935216540 +0200
-@@ -10,7 +10,7 @@
- aclocal.m4 m4/libtool.m4 m4/lt*.m4 Makefile.in install-sh missing ltmain.sh \
- COPYING INSTALL
-
--SUBDIRS = libfcgi cgi-fcgi examples include
-+SUBDIRS = libfcgi cgi-fcgi include
-
- include_HEADERS = fcgi_config.h
-
-Common subdirectories: libfcgi-2.4.0.orig/perl and libfcgi-2.4.0/perl
-Common subdirectories: libfcgi-2.4.0.orig/Win32 and libfcgi-2.4.0/Win32
diff --git a/package/libfcgi/libfcgi.hash b/package/libfcgi/libfcgi.hash
index 83860a4f3d..ca660c6ebd 100644
--- a/package/libfcgi/libfcgi.hash
+++ b/package/libfcgi/libfcgi.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc libfcgi-2.4.2.tar.gz
-sha256 f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81 LICENSE.TERMS
+sha256 c0e0d9cc7d1e456d7278c974e2826f593ef5ca555783eba81e7e9c1a07ae0ecc libfcgi-2.4.4.tar.gz
+sha256 f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81 LICENSE
diff --git a/package/libfcgi/libfcgi.mk b/package/libfcgi/libfcgi.mk
index ee61c22c45..3c90b30e39 100644
--- a/package/libfcgi/libfcgi.mk
+++ b/package/libfcgi/libfcgi.mk
@@ -4,13 +4,14 @@
#
################################################################################
-LIBFCGI_VERSION = 2.4.2
+LIBFCGI_VERSION = 2.4.4
LIBFCGI_SITE = $(call github,FastCGI-Archives,fcgi2,$(LIBFCGI_VERSION))
LIBFCGI_LICENSE = OML
-LIBFCGI_LICENSE_FILES = LICENSE.TERMS
+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))
--
2.43.0
More information about the buildroot
mailing list