summaryrefslogtreecommitdiffstats
path: root/rules/lighttpd.make
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2020-03-18 15:48:58 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-03-20 13:37:30 +0100
commite33a3a3094f55da52d1eacbfcd1bfb0cb476882d (patch)
treedb238c6684ad6eb3af460b35444b8bb51493e868 /rules/lighttpd.make
parent7eee65f5a0d24b8f1542c79563cf85f2b1d41692 (diff)
downloadptxdist-e33a3a3094f55da52d1eacbfcd1bfb0cb476882d.tar.gz
ptxdist-e33a3a3094f55da52d1eacbfcd1bfb0cb476882d.tar.xz
lighttpd: version bump 1.4.53 -> 1.4.55
* 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 <ada@thorsis.com> Message-Id: <20200318144858.20724-1-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lighttpd.make')
-rw-r--r--rules/lighttpd.make5
1 files 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