summaryrefslogtreecommitdiffstats
path: root/rules/lighttpd.make
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2014-03-13 10:08:35 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-13 11:58:03 +0100
commit10a38160c9f8f12c1ec6eb85f9153825ccba4bb2 (patch)
tree5f47d5cfe82d334cf004af64b7beaba166cb352f /rules/lighttpd.make
parent40c659a92804952ec4aa99dd9a780f2d92a3b64a (diff)
downloadptxdist-10a38160c9f8f12c1ec6eb85f9153825ccba4bb2.tar.gz
ptxdist-10a38160c9f8f12c1ec6eb85f9153825ccba4bb2.tar.xz
lighttpd: upgrade to 1.4.35
Version 1.4.35 was released 2014-03-12 containing a security fix and several other bug fixes. See http://www.lighttpd.net/2014/3/12/1.4.35/ for details. Tarball format was changed from .tar.bz2 to .tar.xz in the package rule. 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.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 9d5060321..2a1f19200 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
#
# Paths and names
#
-LIGHTTPD_VERSION := 1.4.34
-LIGHTTPD_MD5 := 1071c172ccdd3ba31b56292661236d4b
+LIGHTTPD_VERSION := 1.4.35
+LIGHTTPD_MD5 := c7ae774eab4cb7ac85e41b712f4ee9ba
LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION)
-LIGHTTPD_SUFFIX := tar.bz2
+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)