From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 15 Jul 2026 12:02:38 +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 1wjwRq-00409p-06 for lore@lore.pengutronix.de; Wed, 15 Jul 2026 12:02:38 +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 1wjwRi-0007tt-3N; Wed, 15 Jul 2026 12:02:30 +0200 Received: from mx1.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::107]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wjwRG-00068c-CY for ptxdist@pengutronix.de; Wed, 15 Jul 2026 12:02:02 +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 58FF920223C; Wed, 15 Jul 2026 12:01:57 +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 1wjwRB-001uoh-0u; Wed, 15 Jul 2026 12:01:57 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wjwRB-00000005GeZ-0x4H; Wed, 15 Jul 2026 12:01:57 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 15 Jul 2026 12:01:57 +0200 Message-ID: <20260715100157.1255648-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260709063643.2420362-1-ada@thorsis.com> References: <20260709063643.2420362-1-ada@thorsis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] lighttpd: version bump 1.4.84 -> 1.4.85 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 c7c5275ca6fe5c2c536c69c9b7374ec9a387beee. Michael [sent from post-receive hook] On Wed, 15 Jul 2026 12:01:57 +0200, Alexander Dahl 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 > Message-Id: <20260709063643.2420362-1-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > 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 \