Just a small pkg-config file fix. Link: https://github.com/FastCGI-Archives/fcgi2/releases/tag/2.4.6 Signed-off-by: Alexander Dahl <[email protected]> --- patches/{fcgi-2.4.5 => fcgi-2.4.6}/autogen.sh | 0 rules/fcgi.make | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename patches/{fcgi-2.4.5 => fcgi-2.4.6}/autogen.sh (100%)
diff --git a/patches/fcgi-2.4.5/autogen.sh b/patches/fcgi-2.4.6/autogen.sh similarity index 100% rename from patches/fcgi-2.4.5/autogen.sh rename to patches/fcgi-2.4.6/autogen.sh diff --git a/rules/fcgi.make b/rules/fcgi.make index 249eb2e27..eec38630b 100644 --- a/rules/fcgi.make +++ b/rules/fcgi.make @@ -12,8 +12,8 @@ PACKAGES-$(PTXCONF_FCGI) += fcgi # # Paths and names # -FCGI_VERSION := 2.4.5 -FCGI_MD5 := 2d87ab3f5b1321cd39e1b6a9bd9e3088 +FCGI_VERSION := 2.4.6 +FCGI_MD5 := 4a5ef95d55d0a372967f86f56b3ad7c0 FCGI := fcgi-$(FCGI_VERSION) FCGI_SUFFIX := tar.gz FCGI_URL := https://github.com/FastCGI-Archives/fcgi2/archive/$(FCGI_VERSION).$(FCGI_SUFFIX) base-commit: 07e73af2896186728df06a101cfafa1ab3f58e52 -- 2.39.5
