From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 27 Apr 2026 09:48:00 +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 1wHGhD-00Grdq-38 for lore@lore.pengutronix.de; Mon, 27 Apr 2026 09:47:59 +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 1wHGhD-0008Qk-QW; Mon, 27 Apr 2026 09:47:59 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1wHGfS-0005ls-TZ; Mon, 27 Apr 2026 09:46:10 +0200 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 1wHGfS-007S1M-2L; Mon, 27 Apr 2026 09:46:10 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wHGfS-00000000Dg7-2per; Mon, 27 Apr 2026 09:46:10 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 27 Apr 2026 09:46:10 +0200 Message-ID: <20260427074610.52572-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260418182311.11653-6-ahelmcke@ela-soft.com> References: <20260418182311.11653-6-ahelmcke@ela-soft.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] lighttpd: version bump 1.4.76 -> 1.4.82 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: Andreas Helmcke 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 4a080b7e4418c26156fd9155cfbfc24270509c85. Michael [sent from post-receive hook] On Mon, 27 Apr 2026 09:46:10 +0200, Andreas Helmcke wrote: > - 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 > Tested-by: Alexander Dahl > Message-Id: <20260418182311.11653-6-ahelmcke@ela-soft.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/lighttpd.make b/rules/lighttpd.make > index bd399d9e3e6b..886c5ab040ae 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 \