mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] lighttpd: version bump 1.4.84 -> 1.4.85
@ 2026-07-09  6:36 Alexander Dahl via ptxdist
  2026-07-15 10:01 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-07-09  6:36 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Bug fixes, including a fix for large file uploads to fastcgi.

Link: https://www.lighttpd.net/2026/07/08/1.4.85/
Link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_85
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/lighttpd.make | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 60290cb78..010e329fa 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
 #
 # Paths and names
 #
-LIGHTTPD_VERSION	:= 1.4.84
-LIGHTTPD_SHA256		:= 076dd43bec8f2ba9ce6db7e7ca7e8ad72271cd529805ead2400b56efaa026f70
+LIGHTTPD_VERSION	:= 1.4.85
+LIGHTTPD_SHA256		:= 18de51b393bac4a6827879e1a7ff377c169e414bae92cd245091d80fc2601d13
 LIGHTTPD		:= lighttpd-$(LIGHTTPD_VERSION)
 LIGHTTPD_SUFFIX		:= tar.xz
 LIGHTTPD_URL		:= http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
@@ -42,11 +42,11 @@ LIGHTTPD_CONF_OPT	:= \
 	-Dwith_brotli=disabled \
 	-Dwith_bzip=$(call ptx/endis,PTXCONF_LIGHTTPD_BZ2LIB)d \
 	-Dwith_dbi=disabled \
-	-Dwith_libdeflate=disabled \
 	-Dwith_fam=disabled \
 	-Dwith_gnutls=false \
 	-Dwith_krb5=disabled \
 	-Dwith_ldap=disabled \
+	-Dwith_libdeflate=disabled \
 	-Dwith_libunwind=disabled \
 	-Dwith_lua=$(call ptx/truefalse,PTXCONF_LIGHTTPD_LUA) \
 	-Dwith_maxminddb=disabled \
@@ -56,8 +56,8 @@ LIGHTTPD_CONF_OPT	:= \
 	-Dwith_nss=false \
 	-Dwith_openssl=$(call ptx/truefalse,PTXCONF_LIGHTTPD_OPENSSL) \
 	-Dwith_pam=disabled \
-	-Dwith_pcre2=$(call ptx/truefalse,PTXCONF_LIGHTTPD_PCRE2) \
 	-Dwith_pcre=$(call ptx/ifdef,PTXCONF_LIGHTTPD_PCRE2, pcre2, disabled) \
+	-Dwith_pcre2=$(call ptx/truefalse,PTXCONF_LIGHTTPD_PCRE2) \
 	-Dwith_pgsql=disabled \
 	-Dwith_sasl=disabled \
 	-Dwith_webdav_locks=disabled \

base-commit: ad8c2c3283df6fc624b7dfeb83a0449e2f4b92ed
-- 
2.47.3




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

* Re: [ptxdist] [APPLIED] lighttpd: version bump 1.4.84 -> 1.4.85
  2026-07-09  6:36 [ptxdist] [PATCH] lighttpd: version bump 1.4.84 -> 1.4.85 Alexander Dahl via ptxdist
@ 2026-07-15 10:01 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-07-15 10:01 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Thanks, applied as c7c5275ca6fe5c2c536c69c9b7374ec9a387beee.

Michael

[sent from post-receive hook]

On Wed, 15 Jul 2026 12:01:57 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Bug fixes, including a fix for large file uploads to fastcgi.
> 
> Link: https://www.lighttpd.net/2026/07/08/1.4.85/
> Link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_85
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20260709063643.2420362-1-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/lighttpd.make b/rules/lighttpd.make
> index 60290cb78b76..010e329faa69 100644
> --- a/rules/lighttpd.make
> +++ b/rules/lighttpd.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
>  #
>  # Paths and names
>  #
> -LIGHTTPD_VERSION	:= 1.4.84
> -LIGHTTPD_SHA256		:= 076dd43bec8f2ba9ce6db7e7ca7e8ad72271cd529805ead2400b56efaa026f70
> +LIGHTTPD_VERSION	:= 1.4.85
> +LIGHTTPD_SHA256		:= 18de51b393bac4a6827879e1a7ff377c169e414bae92cd245091d80fc2601d13
>  LIGHTTPD		:= lighttpd-$(LIGHTTPD_VERSION)
>  LIGHTTPD_SUFFIX		:= tar.xz
>  LIGHTTPD_URL		:= http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
> @@ -42,11 +42,11 @@ LIGHTTPD_CONF_OPT	:= \
>  	-Dwith_brotli=disabled \
>  	-Dwith_bzip=$(call ptx/endis,PTXCONF_LIGHTTPD_BZ2LIB)d \
>  	-Dwith_dbi=disabled \
> -	-Dwith_libdeflate=disabled \
>  	-Dwith_fam=disabled \
>  	-Dwith_gnutls=false \
>  	-Dwith_krb5=disabled \
>  	-Dwith_ldap=disabled \
> +	-Dwith_libdeflate=disabled \
>  	-Dwith_libunwind=disabled \
>  	-Dwith_lua=$(call ptx/truefalse,PTXCONF_LIGHTTPD_LUA) \
>  	-Dwith_maxminddb=disabled \
> @@ -56,8 +56,8 @@ LIGHTTPD_CONF_OPT	:= \
>  	-Dwith_nss=false \
>  	-Dwith_openssl=$(call ptx/truefalse,PTXCONF_LIGHTTPD_OPENSSL) \
>  	-Dwith_pam=disabled \
> -	-Dwith_pcre2=$(call ptx/truefalse,PTXCONF_LIGHTTPD_PCRE2) \
>  	-Dwith_pcre=$(call ptx/ifdef,PTXCONF_LIGHTTPD_PCRE2, pcre2, disabled) \
> +	-Dwith_pcre2=$(call ptx/truefalse,PTXCONF_LIGHTTPD_PCRE2) \
>  	-Dwith_pgsql=disabled \
>  	-Dwith_sasl=disabled \
>  	-Dwith_webdav_locks=disabled \



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

end of thread, other threads:[~2026-07-15 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09  6:36 [ptxdist] [PATCH] lighttpd: version bump 1.4.84 -> 1.4.85 Alexander Dahl via ptxdist
2026-07-15 10:01 ` [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