From 4014ce984086ee27f1c3f38a6396db58b08982d5 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 22 Feb 2019 14:11:07 +0100 Subject: [PATCH 094/100] Version bump 1.4.53 Version bump 1.4.53 --- rules/lighttpd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/lighttpd.make b/rules/lighttpd.make index 02e74b3f7..69fa69a22 100644 --- a/rules/lighttpd.make +++ b/rules/lighttpd.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd # # Paths and names # -LIGHTTPD_VERSION := 1.4.51 -LIGHTTPD_MD5 := 6e68c19601af332fa3c5f174245f59bf +LIGHTTPD_VERSION := 1.4.53 +LIGHTTPD_MD5 := f93436d8d400b2b0e26ee4bcc60b9ac7 LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION) LIGHTTPD_SUFFIX := tar.xz LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX) -- 2.14.1.windows.1