The fastcgi file has moved, md5.c has disappeared. Signed-off-by: Robert Schwebel <[email protected]> --- rules/lighttpd.make | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/rules/lighttpd.make b/rules/lighttpd.make index 6bb442d0b..9e3025b89 100644 --- a/rules/lighttpd.make +++ b/rules/lighttpd.make @@ -15,18 +15,17 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd # # Paths and names # -LIGHTTPD_VERSION := 1.4.55 -LIGHTTPD_MD5 := be4bda2c28bcbdac6eb941528f6edf03 +LIGHTTPD_VERSION := 1.4.59 +LIGHTTPD_MD5 := a8838dac90fcddbcc05c0d1877bd8cdf LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION) LIGHTTPD_SUFFIX := tar.xz LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX) LIGHTTPD_SOURCE := $(SRCDIR)/$(LIGHTTPD).$(LIGHTTPD_SUFFIX) LIGHTTPD_DIR := $(BUILDDIR)/$(LIGHTTPD) -LIGHTTPD_LICENSE := BSD-3-Clause AND OML AND RSA-MD +LIGHTTPD_LICENSE := BSD-3-Clause AND OML LIGHTTPD_LICENSE_FILES := \ file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579 \ - file://src/fastcgi.h;startline=7;endline=15;md5=fe9ffe753772839aace9c90e814bc356 \ - file://src/md5.c;startline=6;endline=26;md5=b5be3b6afd4afa7bb89b16361244f9b6 + file://src/compat/fastcgi.h;startline=7;endline=15;md5=fe9ffe753772839aace9c90e814bc356 # ---------------------------------------------------------------------------- # Prepare -- 2.27.0 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
