mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] lighttpd: Version bump, 1.4.72 -> 1.4.74
@ 2024-02-25 15:12 Andreas Helmcke
  2024-03-08  8:47 ` Michael Olbrich
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Helmcke @ 2024-02-25 15:12 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Helmcke

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 <ahelmcke@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 \
-	--$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_LOCKS)-uuid \
 	--without-xxhash \
 	--without-maxminddb \
 	--$(call ptx/wwo, PTXCONF_LIGHTTPD_LUA)-lua
-- 
2.40.1




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ptxdist] [PATCH] lighttpd: Version bump, 1.4.72 -> 1.4.74
  2024-02-25 15:12 [ptxdist] [PATCH] lighttpd: Version bump, 1.4.72 -> 1.4.74 Andreas Helmcke
@ 2024-03-08  8:47 ` Michael Olbrich
  2024-03-08 12:09   ` [ptxdist] [PATCH v2] " Andreas Helmcke
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Olbrich @ 2024-03-08  8:47 UTC (permalink / raw)
  To: Andreas Helmcke; +Cc: ptxdist

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 <ahelmcke@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 |



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ptxdist] [PATCH v2] lighttpd: Version bump, 1.4.72 -> 1.4.74
  2024-03-08  8:47 ` Michael Olbrich
@ 2024-03-08 12:09   ` Andreas Helmcke
  2024-03-12  8:43     ` Alexander Dahl
  2024-03-12 10:54     ` [ptxdist] [PATCH v3] " Andreas Helmcke
  0 siblings, 2 replies; 6+ messages in thread
From: Andreas Helmcke @ 2024-03-08 12:09 UTC (permalink / raw)
  To: ptxdist

Mainly Bugfixes

Link: https://www.lighttpd.net/2024/2/19/1.4.74/
Link: https://www.lighttpd.net/2023/10/30/1.4.73/

Removed no longer needed option LIGHTTPD_WEDAV_LOCKS

Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
---
  v2: removed LIGHTTPD_WEDAV_LOCKS

  rules/lighttpd.in   | 7 -------
  rules/lighttpd.make | 7 +++----
  2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/rules/lighttpd.in b/rules/lighttpd.in
index 18dd8ab4e..b782307f4 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
@@ -159,12 +158,6 @@ config LIGHTTPD_WEBDAV_PROPS
         help
           properties in mod_webdav
  
-config LIGHTTPD_WEBDAV_LOCKS
-       bool
-       select LIGHTTPD_WEBDAV_PROPS
-       prompt "locks in mod_webdav"
-       help
-         locks in mod_webdav
  endif
  
  config LIGHTTPD_MOD_EXTRA
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 40d59c346..96382b86a 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)
@@ -72,8 +72,7 @@ LIGHTTPD_CONF_OPT     := \
         --$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_PROPS)-webdav-props \
         --$(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 \
-       --$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_LOCKS)-uuid \
+       --without-webdav-locks \
         --without-xxhash \
         --without-maxminddb \
         --$(call ptx/wwo, PTXCONF_LIGHTTPD_LUA)-lua
-- 
2.40.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ptxdist] [PATCH v2] lighttpd: Version bump, 1.4.72 -> 1.4.74
  2024-03-08 12:09   ` [ptxdist] [PATCH v2] " Andreas Helmcke
@ 2024-03-12  8:43     ` Alexander Dahl
  2024-03-12 10:54     ` [ptxdist] [PATCH v3] " Andreas Helmcke
  1 sibling, 0 replies; 6+ messages in thread
From: Alexander Dahl @ 2024-03-12  8:43 UTC (permalink / raw)
  To: Andreas Helmcke; +Cc: ptxdist

Hello Andreas,

Am Fri, Mar 08, 2024 at 01:09:33PM +0100 schrieb Andreas Helmcke:
> Mainly Bugfixes
> 
> Link: https://www.lighttpd.net/2024/2/19/1.4.74/
> Link: https://www.lighttpd.net/2023/10/30/1.4.73/
> 
> Removed no longer needed option LIGHTTPD_WEDAV_LOCKS
> 
> Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
> ---
>  v2: removed LIGHTTPD_WEDAV_LOCKS
> 
>  rules/lighttpd.in   | 7 -------
>  rules/lighttpd.make | 7 +++----
>  2 files changed, 3 insertions(+), 11 deletions(-)
> 
> diff --git a/rules/lighttpd.in b/rules/lighttpd.in
> index 18dd8ab4e..b782307f4 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
> @@ -159,12 +158,6 @@ config LIGHTTPD_WEBDAV_PROPS
>         help
>           properties in mod_webdav
> -config LIGHTTPD_WEBDAV_LOCKS
> -       bool
> -       select LIGHTTPD_WEBDAV_PROPS
> -       prompt "locks in mod_webdav"
> -       help
> -         locks in mod_webdav
>  endif
>  config LIGHTTPD_MOD_EXTRA

Patch does not apply on master here, it looks like there are some
empty lines missing here?  At least there are empty lines around those
blocks in rules/lighttpd.in but not in your diff.  Strange.

> diff --git a/rules/lighttpd.make b/rules/lighttpd.make
> index 40d59c346..96382b86a 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)
> @@ -72,8 +72,7 @@ LIGHTTPD_CONF_OPT     := \
>         --$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_PROPS)-webdav-props \
>         --$(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 \
> -       --$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_LOCKS)-uuid \
> +       --without-webdav-locks \
>         --without-xxhash \
>         --without-maxminddb \
>         --$(call ptx/wwo, PTXCONF_LIGHTTPD_LUA)-lua

When applying those changes manually, build and run on armv5te target
works fine on first sight, so you might add my

Tested-by: Alexander Dahl <ada@thorsis.com>

Greets
Alex




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ptxdist] [PATCH v3] lighttpd: Version bump, 1.4.72 -> 1.4.74
  2024-03-08 12:09   ` [ptxdist] [PATCH v2] " Andreas Helmcke
  2024-03-12  8:43     ` Alexander Dahl
@ 2024-03-12 10:54     ` Andreas Helmcke
  2024-03-19  6:44       ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 1 reply; 6+ messages in thread
From: Andreas Helmcke @ 2024-03-12 10:54 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl, Andreas Helmcke

Mainly Bugfixes

Link: https://www.lighttpd.net/2024/2/19/1.4.74/
Link: https://www.lighttpd.net/2023/10/30/1.4.73/

Removed no longer needed option LIGHTTPD_WEDAV_LOCKS

Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
Tested-by: Alexander Dahl <ada@thorsis.com>
---
 v3: 
   resend with git-mail since thunderbird removed some empty lines
   added tested by

 v2: removed LIGHTTPD_WEDAV_LOCKS


 rules/lighttpd.in   | 7 -------
 rules/lighttpd.make | 7 +++----
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/rules/lighttpd.in b/rules/lighttpd.in
index 18dd8ab4e..b782307f4 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
@@ -159,12 +158,6 @@ config LIGHTTPD_WEBDAV_PROPS
 	help
 	  properties in mod_webdav
 
-config LIGHTTPD_WEBDAV_LOCKS
-	bool
-	select LIGHTTPD_WEBDAV_PROPS
-	prompt "locks in mod_webdav"
-	help
-	  locks in mod_webdav
 endif
 
 config LIGHTTPD_MOD_EXTRA
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 40d59c346..96382b86a 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)
@@ -72,8 +72,7 @@ LIGHTTPD_CONF_OPT	:= \
 	--$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_PROPS)-webdav-props \
 	--$(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 \
-	--$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_LOCKS)-uuid \
+	--without-webdav-locks \
 	--without-xxhash \
 	--without-maxminddb \
 	--$(call ptx/wwo, PTXCONF_LIGHTTPD_LUA)-lua
-- 
2.40.1




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ptxdist] [APPLIED] lighttpd: Version bump, 1.4.72 -> 1.4.74
  2024-03-12 10:54     ` [ptxdist] [PATCH v3] " Andreas Helmcke
@ 2024-03-19  6:44       ` Michael Olbrich
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2024-03-19  6:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Helmcke

Thanks, applied as 9b17a224c7591ba41c8274c94d481d8b4112a2b3.

Michael

[sent from post-receive hook]

On Tue, 19 Mar 2024 07:44:45 +0100, Andreas Helmcke <ahelmcke@ela-soft.com> 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/
> 
> Removed no longer needed option LIGHTTPD_WEDAV_LOCKS
> 
> Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
> Tested-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20240312105407.23541-1-ahelmcke@ela-soft.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/lighttpd.in b/rules/lighttpd.in
> index 18dd8ab4efde..b782307f45ff 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
> @@ -159,12 +158,6 @@ config LIGHTTPD_WEBDAV_PROPS
>  	help
>  	  properties in mod_webdav
>  
> -config LIGHTTPD_WEBDAV_LOCKS
> -	bool
> -	select LIGHTTPD_WEBDAV_PROPS
> -	prompt "locks in mod_webdav"
> -	help
> -	  locks in mod_webdav
>  endif
>  
>  config LIGHTTPD_MOD_EXTRA
> diff --git a/rules/lighttpd.make b/rules/lighttpd.make
> index 40d59c346f75..96382b86af5b 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)
> @@ -72,8 +72,7 @@ LIGHTTPD_CONF_OPT	:= \
>  	--$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_PROPS)-webdav-props \
>  	--$(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 \
> -	--$(call ptx/wwo, PTXCONF_LIGHTTPD_WEBDAV_LOCKS)-uuid \
> +	--without-webdav-locks \
>  	--without-xxhash \
>  	--without-maxminddb \
>  	--$(call ptx/wwo, PTXCONF_LIGHTTPD_LUA)-lua



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-03-19  6:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-25 15:12 [ptxdist] [PATCH] lighttpd: Version bump, 1.4.72 -> 1.4.74 Andreas Helmcke
2024-03-08  8:47 ` Michael Olbrich
2024-03-08 12:09   ` [ptxdist] [PATCH v2] " Andreas Helmcke
2024-03-12  8:43     ` Alexander Dahl
2024-03-12 10:54     ` [ptxdist] [PATCH v3] " Andreas Helmcke
2024-03-19  6:44       ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox