Bugfixes and several changes. e.g. - Stronger TLS defaults - HTTP/2 Support now as optional module
see: https://www.lighttpd.net/releases/ Signed-off-by: Andreas Helmcke <[email protected]> --- rules/lighttpd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/lighttpd.make b/rules/lighttpd.make index 3aa54a1fb..7b7abf7d2 100644 --- a/rules/lighttpd.make +++ b/rules/lighttpd.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd # # Paths and names # -LIGHTTPD_VERSION := 1.4.67 -LIGHTTPD_MD5 := 64822c5061001673162cf9775d91a80b +LIGHTTPD_VERSION := 1.4.72 +LIGHTTPD_MD5 := 466f9fe131cd7d38d0fe47d2e6a2939d LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION) LIGHTTPD_SUFFIX := tar.xz LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX) -- 2.39.2
