mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] lighttpd: version bump 1.4.76 -> 1.4.82
@ 2026-04-18 18:23 Andreas Helmcke
  2026-04-20  6:41 ` Alexander Dahl via ptxdist
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Helmcke @ 2026-04-18 18:23 UTC (permalink / raw)
  To: ptxdist

- incrementally stronger TLS cipher defaults
-detect and issue error trace for HTTP/2 MadeYouReset VU#767506 CVE-2025-8671
- bugfixes

link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_82
link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_81
link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_80
link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_79
link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_78
link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_77
Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
---
 rules/lighttpd.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index bd399d9e3..886c5ab04 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
 #
 # Paths and names
 #
-LIGHTTPD_VERSION	:= 1.4.76
-LIGHTTPD_MD5		:= f9018cda389b1aa6dae4c5f962c20825
+LIGHTTPD_VERSION	:= 1.4.82
+LIGHTTPD_MD5		:= 49855a1259ad2066cbf06641dd67ef2d
 LIGHTTPD		:= lighttpd-$(LIGHTTPD_VERSION)
 LIGHTTPD_SUFFIX		:= tar.xz
 LIGHTTPD_URL		:= http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
@@ -38,6 +38,7 @@ LIGHTTPD_LICENSE_FILES	:= \
 LIGHTTPD_CONF_TOOL	:= meson
 LIGHTTPD_CONF_OPT	:= \
 	$(CROSS_MESON_USR) \
+	-Dwith_boringssl=false \
 	-Dwith_brotli=disabled \
 	-Dwith_bzip=$(call ptx/endis,PTXCONF_LIGHTTPD_BZ2LIB)d \
 	-Dwith_dbi=disabled \
@@ -46,7 +47,6 @@ LIGHTTPD_CONF_OPT	:= \
 	-Dwith_gnutls=false \
 	-Dwith_krb5=disabled \
 	-Dwith_ldap=disabled \
-	-Dwith_libev=disabled \
 	-Dwith_libunwind=disabled \
 	-Dwith_lua=$(call ptx/truefalse,PTXCONF_LIGHTTPD_LUA) \
 	-Dwith_maxminddb=disabled \
-- 
2.51.0




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

* Re: [ptxdist] [PATCH] lighttpd: version bump 1.4.76 -> 1.4.82
  2026-04-18 18:23 [ptxdist] [PATCH] lighttpd: version bump 1.4.76 -> 1.4.82 Andreas Helmcke
@ 2026-04-20  6:41 ` Alexander Dahl via ptxdist
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-04-20  6:41 UTC (permalink / raw)
  To: Andreas Helmcke; +Cc: Alexander Dahl, ptxdist

Hello Andreas,

Am Sat, Apr 18, 2026 at 08:23:01PM +0200 schrieb Andreas Helmcke:
> - incrementally stronger TLS cipher defaults
> -detect and issue error trace for HTTP/2 MadeYouReset VU#767506 CVE-2025-8671
> - bugfixes
> 
> link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_82
> link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_81
> link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_80
> link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_79
> link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_78
> link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_77
> Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
> ---
>  rules/lighttpd.make | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/lighttpd.make b/rules/lighttpd.make
> index bd399d9e3..886c5ab04 100644
> --- a/rules/lighttpd.make
> +++ b/rules/lighttpd.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
>  #
>  # Paths and names
>  #
> -LIGHTTPD_VERSION	:= 1.4.76
> -LIGHTTPD_MD5		:= f9018cda389b1aa6dae4c5f962c20825
> +LIGHTTPD_VERSION	:= 1.4.82
> +LIGHTTPD_MD5		:= 49855a1259ad2066cbf06641dd67ef2d
>  LIGHTTPD		:= lighttpd-$(LIGHTTPD_VERSION)
>  LIGHTTPD_SUFFIX		:= tar.xz
>  LIGHTTPD_URL		:= http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
> @@ -38,6 +38,7 @@ LIGHTTPD_LICENSE_FILES	:= \
>  LIGHTTPD_CONF_TOOL	:= meson
>  LIGHTTPD_CONF_OPT	:= \
>  	$(CROSS_MESON_USR) \
> +	-Dwith_boringssl=false \
>  	-Dwith_brotli=disabled \
>  	-Dwith_bzip=$(call ptx/endis,PTXCONF_LIGHTTPD_BZ2LIB)d \
>  	-Dwith_dbi=disabled \
> @@ -46,7 +47,6 @@ LIGHTTPD_CONF_OPT	:= \
>  	-Dwith_gnutls=false \
>  	-Dwith_krb5=disabled \
>  	-Dwith_ldap=disabled \
> -	-Dwith_libev=disabled \
>  	-Dwith_libunwind=disabled \
>  	-Dwith_lua=$(call ptx/truefalse,PTXCONF_LIGHTTPD_LUA) \
>  	-Dwith_maxminddb=disabled \

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

Specific configuration used cgi, reverse proxy, ssl, regex, etc. on
armv5 target.  Looks fine on quick glance.

Thanks for your effort.

Greets
Alex




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

end of thread, other threads:[~2026-04-20  6:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-18 18:23 [ptxdist] [PATCH] lighttpd: version bump 1.4.76 -> 1.4.82 Andreas Helmcke
2026-04-20  6:41 ` Alexander Dahl via ptxdist

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