Bugfixes. Link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_62/ Link: https://www.lighttpd.net/2021/12/1/1.4.62/ Signed-off-by: Alexander Dahl <[email protected]> --- rules/lighttpd.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/rules/lighttpd.make b/rules/lighttpd.make index 45eb067a5..693cc955b 100644 --- a/rules/lighttpd.make +++ b/rules/lighttpd.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd # # Paths and names # -LIGHTTPD_VERSION := 1.4.61 -LIGHTTPD_MD5 := 4814a4e9762bd55d0ac5b4d66ecbfd02 +LIGHTTPD_VERSION := 1.4.62 +LIGHTTPD_MD5 := cb6437af760ef8251f6c12e0bb261094 LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION) LIGHTTPD_SUFFIX := tar.xz LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX) @@ -57,6 +57,7 @@ LIGHTTPD_CONF_OPT := \ --without-krb5 \ --$(call ptx/wwo, PTXCONF_LIGHTTPD_OPENSSL)-openssl \ --without-wolfssl \ + --without-pcre2 \ --$(call ptx/wwo, PTXCONF_LIGHTTPD_PCRE)-pcre \ --$(call ptx/wwo, PTXCONF_LIGHTTPD_ZLIB)-zlib \ --$(call ptx/wwo, PTXCONF_LIGHTTPD_ZSTD)-zstd \ base-commit: 70205d7cc77ff2bd36860291bf767f91bb4bc989 -- 2.30.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
