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 <[email protected]> --- rules/lighttpd.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/lighttpd.make b/rules/lighttpd.make index 9d50603..2a1f192 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) -- 1.7.10.4 -- ptxdist mailing list [email protected]
