On Sun, Feb 25, 2024 at 04:12:02PM +0100, Andreas Helmcke wrote:
> Mainly Bugfixes
> 
> Link: https://www.lighttpd.net/2024/2/19/1.4.74/
> Link: https://www.lighttpd.net/2023/10/30/1.4.73/
> Signed-off-by: Andreas Helmcke <ahelm...@ela-soft.com>
> ---
>  rules/lighttpd.in   | 1 -
>  rules/lighttpd.make | 5 ++---
>  2 files changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/rules/lighttpd.in b/rules/lighttpd.in
> index 18dd8ab4e..1356bf9ec 100644
> --- a/rules/lighttpd.in
> +++ b/rules/lighttpd.in
> @@ -13,7 +13,6 @@ menuconfig LIGHTTPD
>       select LIBPCRE                  if LIGHTTPD_PCRE
>       select LIBXML2                  if LIGHTTPD_WEBDAV_PROPS
>       select SQLITE                   if LIGHTTPD_WEBDAV_PROPS
> -     select LIBUUID                  if LIGHTTPD_WEBDAV_LOCKS
>       select OPENSSL                  if LIGHTTPD_OPENSSL
>       select LUA                      if LIGHTTPD_LUA
>       select LUA_INSTALL_LIBLUA       if LIGHTTPD_LUA
> diff --git a/rules/lighttpd.make b/rules/lighttpd.make
> index 40d59c346..1cb3bab74 100644
> --- a/rules/lighttpd.make
> +++ b/rules/lighttpd.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
>  #
>  # Paths and names
>  #
> -LIGHTTPD_VERSION     := 1.4.72
> -LIGHTTPD_MD5         := 466f9fe131cd7d38d0fe47d2e6a2939d
> +LIGHTTPD_VERSION     := 1.4.74
> +LIGHTTPD_MD5         := f38c400232151c69cc608fca35e593a9
>  LIGHTTPD             := lighttpd-$(LIGHTTPD_VERSION)
>  LIGHTTPD_SUFFIX              := tar.xz
>  LIGHTTPD_URL         := 
> http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
> @@ -73,7 +73,6 @@ LIGHTTPD_CONF_OPT   := \
>       --$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_PROPS)-libxml \
>       --$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_PROPS)-sqlite \
>       --$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_LOCKS)-webdav-locks \

Locks in mod_webdav are now always enabled. This option is a noop. Please
remove the kconfig option and just set the option to enabled here.

Michael

> -     --$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_LOCKS)-uuid \
>       --without-xxhash \
>       --without-maxminddb \
>       --$(call ptx/wwo, PTXCONF_LIGHTTPD_LUA)-lua
> -- 
> 2.40.1
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

Reply via email to