summaryrefslogtreecommitdiffstats
path: root/rules/lighttpd.make
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2015-12-07 10:05:04 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-09 20:36:59 +0100
commitae33756d3909fdc1a17d950289c269f55c3b5b94 (patch)
tree99eb5064d04c2acf3907e67ba897a7da8376ec15 /rules/lighttpd.make
parent3005fbcdc69dcf1960f93e3a33eccb037c55bd54 (diff)
downloadptxdist-ae33756d3909fdc1a17d950289c269f55c3b5b94.tar.gz
ptxdist-ae33756d3909fdc1a17d950289c269f55c3b5b94.tar.xz
lighttpd: update from 1.4.37 to 1.4.38
Important changes according to the release notes [1]: * mod_secdownload now requires an algorithm option to be set * fix a header parse bug (#2670) * sendfile support for darwin (just select “sendfile” as backend) For other changes see release notes. [1] http://www.lighttpd.net/2015/12/5/1.4.38/ Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lighttpd.make')
-rw-r--r--rules/lighttpd.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 235588bcc..8d5dfc671 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
#
# Paths and names
#
-LIGHTTPD_VERSION := 1.4.37
-LIGHTTPD_MD5 := ca40168f54b46ee29475868ced8507d6
+LIGHTTPD_VERSION := 1.4.38
+LIGHTTPD_MD5 := 7adc12323f37ed24ecf026c7547b577d
LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION)
LIGHTTPD_SUFFIX := tar.xz
LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)