mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/libfcgi: update to 2.4.4
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]214a7bc4da[2]aa74aa7dce[3]65571daaa5Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com> [Julien: remove .checkpackageignore entries to fix check-package errors] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
81b049f829
commit
76b4fd159b
@@ -630,8 +630,6 @@ package/libdvbcsa/0001-altivec-powerpc64.patch lib_patch.Upstream
|
||||
package/libeXosip2/0001-src-eXtl_dtls.c-fix-build-with-libressl-3.4.1.patch lib_patch.Upstream
|
||||
package/libedit/0001-check-bsd-functions-in-libbsd.patch lib_patch.Upstream
|
||||
package/libevent/0001-Don-t-define-BIO_get_init-for-LibreSSL-3-5.patch lib_patch.Upstream
|
||||
package/libfcgi/0001-link-against-math.patch lib_patch.Upstream
|
||||
package/libfcgi/0002-disable-examples.patch lib_patch.Upstream
|
||||
package/libffi/0001-Fix-use-of-compact-eh-frames-on-MIPS.patch lib_patch.Upstream
|
||||
package/libfm/0001-modules-fix-cross-compilation.patch lib_patch.Upstream
|
||||
package/libfreeimage/0001-no-root-install.patch lib_patch.Upstream
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
Link libfcgi against the math library.
|
||||
|
||||
Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr>
|
||||
[Louis: rebase on top of 2.4.2]
|
||||
Signed-off-by: Louis Rannou <louis.rannou@smile.fr>
|
||||
[Dario: make the patch to be applied with fuzz factor 0]
|
||||
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
|
||||
|
||||
Index: b/libfcgi/Makefile.am
|
||||
===================================================================
|
||||
--- a/libfcgi/Makefile.am
|
||||
+++ b/libfcgi/Makefile.am
|
||||
@@ -19,6 +19,7 @@
|
||||
os_@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) \
|
||||
@@ -1,23 +0,0 @@
|
||||
[Dario: make the patch to be applied with fuzz factor 0]
|
||||
Signed-off-by: Dario Binacchi <dario.binacchi@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
|
||||
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user