* https://www.lighttpd.net/2019/5/27/1.4.54/ * behavior change: strict URL parsing and normalization (configurable) * performance enhancements, bug fixes * https://www.lighttpd.net/2020/1/31/1.4.55/ * bugfixes
Signed-off-by: Alexander Dahl <[email protected]> --- rules/lighttpd.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/lighttpd.make b/rules/lighttpd.make index 08a27f73d..7161c49b7 100644 --- a/rules/lighttpd.make +++ b/rules/lighttpd.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd # # Paths and names # -LIGHTTPD_VERSION := 1.4.53 -LIGHTTPD_MD5 := f93436d8d400b2b0e26ee4bcc60b9ac7 +LIGHTTPD_VERSION := 1.4.55 +LIGHTTPD_MD5 := be4bda2c28bcbdac6eb941528f6edf03 LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION) LIGHTTPD_SUFFIX := tar.xz LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX) @@ -67,6 +67,7 @@ LIGHTTPD_CONF_OPT := \ --$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_LOCKS)-uuid \ --without-gdbm \ --without-geoip \ + --without-maxminddb \ --$(call ptx/wwo, PTXCONF_LIGHTTPD_MEMCACHED)-memcached \ --$(call ptx/wwo, PTXCONF_LIGHTTPD_LUA)-lua -- 2.20.1 _______________________________________________ ptxdist mailing list [email protected]
