* [ptxdist] [PATCH] lighttpd: version bump 1.4.82 -> 1.4.83
@ 2026-06-16 13:06 Alexander Dahl via ptxdist
2026-06-19 8:17 ` [ptxdist] [PATCH] lighttpd: version bump 1.4.83 -> 1.4.84 Alexander Dahl via ptxdist
2026-06-25 19:23 ` [ptxdist] [APPLIED] lighttpd: version bump 1.4.82 -> 1.4.83 Michael Olbrich
0 siblings, 2 replies; 4+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-06-16 13:06 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Important changes:
- security fixes; bug fixes; tighten resource management
Highlights:
- add PQC hybrid KEM X25519MLKEM768 to default TLS groups
- mod_sockproxy can now route connections based on TLS SNI
- mod_proxy proxy.header enhanced config for url-path mapping of response headers
- HTTP Incremental header support
- portability/compatibility with library updates (lighttpd dependencies)
Link: https://www.lighttpd.net/2026/06/14/1.4.83/
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
rules/lighttpd.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 2c2439d5a..e6ea7ae6e 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
#
# Paths and names
#
-LIGHTTPD_VERSION := 1.4.82
-LIGHTTPD_SHA256 := abfe74391f9cbd66ab154ea07e64f194dbe7e906ef4ed47eb3b0f3b46246c962
+LIGHTTPD_VERSION := 1.4.83
+LIGHTTPD_SHA256 := b3f878156480079f8a93903bd24d456074a0fbedb9b4d99fcd65df33b1f566f0
LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION)
LIGHTTPD_SUFFIX := tar.xz
LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
base-commit: 3d185e7c01807e7a2f58a89fe811ed572d267099
--
2.47.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH] lighttpd: version bump 1.4.83 -> 1.4.84
2026-06-16 13:06 [ptxdist] [PATCH] lighttpd: version bump 1.4.82 -> 1.4.83 Alexander Dahl via ptxdist
@ 2026-06-19 8:17 ` Alexander Dahl via ptxdist
2026-06-25 19:23 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-06-25 19:23 ` [ptxdist] [APPLIED] lighttpd: version bump 1.4.82 -> 1.4.83 Michael Olbrich
1 sibling, 1 reply; 4+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-06-19 8:17 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
- bug fixes, portability
- fix regression in mod_deflate
Link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_84
Link: https://www.lighttpd.net/2026/06/17/1.4.84/
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
Notes:
The previous version bump was not applied yet, this goes on top.
Maybe squash when applying.
rules/lighttpd.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index e6ea7ae6e..60290cb78 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
#
# Paths and names
#
-LIGHTTPD_VERSION := 1.4.83
-LIGHTTPD_SHA256 := b3f878156480079f8a93903bd24d456074a0fbedb9b4d99fcd65df33b1f566f0
+LIGHTTPD_VERSION := 1.4.84
+LIGHTTPD_SHA256 := 076dd43bec8f2ba9ce6db7e7ca7e8ad72271cd529805ead2400b56efaa026f70
LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION)
LIGHTTPD_SUFFIX := tar.xz
LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
--
2.47.3
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [ptxdist] [APPLIED] lighttpd: version bump 1.4.82 -> 1.4.83
2026-06-16 13:06 [ptxdist] [PATCH] lighttpd: version bump 1.4.82 -> 1.4.83 Alexander Dahl via ptxdist
2026-06-19 8:17 ` [ptxdist] [PATCH] lighttpd: version bump 1.4.83 -> 1.4.84 Alexander Dahl via ptxdist
@ 2026-06-25 19:23 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2026-06-25 19:23 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Thanks, applied as 51c787e451db3e833004cd18d4c10b22b1f7728d.
Michael
[sent from post-receive hook]
On Thu, 25 Jun 2026 21:23:33 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Important changes:
>
> - security fixes; bug fixes; tighten resource management
>
> Highlights:
>
> - add PQC hybrid KEM X25519MLKEM768 to default TLS groups
> - mod_sockproxy can now route connections based on TLS SNI
> - mod_proxy proxy.header enhanced config for url-path mapping of response headers
> - HTTP Incremental header support
> - portability/compatibility with library updates (lighttpd dependencies)
>
> Link: https://www.lighttpd.net/2026/06/14/1.4.83/
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20260616130657.2220040-1-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/lighttpd.make b/rules/lighttpd.make
> index 2c2439d5aa4b..e6ea7ae6e023 100644
> --- a/rules/lighttpd.make
> +++ b/rules/lighttpd.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
> #
> # Paths and names
> #
> -LIGHTTPD_VERSION := 1.4.82
> -LIGHTTPD_SHA256 := abfe74391f9cbd66ab154ea07e64f194dbe7e906ef4ed47eb3b0f3b46246c962
> +LIGHTTPD_VERSION := 1.4.83
> +LIGHTTPD_SHA256 := b3f878156480079f8a93903bd24d456074a0fbedb9b4d99fcd65df33b1f566f0
> LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION)
> LIGHTTPD_SUFFIX := tar.xz
> LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-06-25 19:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 13:06 [ptxdist] [PATCH] lighttpd: version bump 1.4.82 -> 1.4.83 Alexander Dahl via ptxdist
2026-06-19 8:17 ` [ptxdist] [PATCH] lighttpd: version bump 1.4.83 -> 1.4.84 Alexander Dahl via ptxdist
2026-06-25 19:23 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-06-25 19:23 ` [ptxdist] [APPLIED] lighttpd: version bump 1.4.82 -> 1.4.83 Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox