Hello Robert, thanks for upgrading lighttpd, this is on my ToDo-List for weeks now, but I did not manage to look into it, yet. See below for my review.
Am Fri, Apr 16, 2021 at 05:18:56PM +0200 schrieb Robert Schwebel: > 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 This looks fine and it builds successful with both OSELAS.Toolchain 2014.12.2 and 2020.08.0 for arm-v5te. I can do runtime tests tomorrow, maybe I have to tweak my lighttpd.conf? However, when running `…/scripts/configure_helper.py -p lighttpd` some new, yet unhandled options appear, e.g. --with-zstd … Greets Alex _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
