From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 25 Jun 2026 21:23:54 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wcpg2-009ok5-0y for lore@lore.pengutronix.de; Thu, 25 Jun 2026 21:23:54 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wcpg1-0000Ge-PF; Thu, 25 Jun 2026 21:23:53 +0200 Received: from mx1.white.stw.pengutronix.de ([185.203.200.13]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wcpfi-0007XD-Ff for ptxdist@pengutronix.de; Thu, 25 Jun 2026 21:23:36 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id 730D8200954; Thu, 25 Jun 2026 21:23:33 +0200 (CEST) Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wcpfh-004dZB-1G; Thu, 25 Jun 2026 21:23:33 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wcpfh-00000003UZA-1Prd; Thu, 25 Jun 2026 21:23:33 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 25 Jun 2026 21:23:33 +0200 Message-ID: <20260625192333.832472-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260616130657.2220040-1-ada@thorsis.com> References: <20260616130657.2220040-1-ada@thorsis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-3.7 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [APPLIED] lighttpd: version bump 1.4.82 -> 1.4.83 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 51c787e451db3e833004cd18d4c10b22b1f7728d. Michael [sent from post-receive hook] On Thu, 25 Jun 2026 21:23:33 +0200, Alexander Dahl 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 > Message-Id: <20260616130657.2220040-1-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > 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)