From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 24 Jun 2024 18:36:42 +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 1sLmgM-00BXz1-0e for lore@lore.pengutronix.de; Mon, 24 Jun 2024 18:36:42 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sLmgL-00007R-8X; Mon, 24 Jun 2024 18:36:41 +0200 Received: from mail.ela-soft.com ([213.23.49.162]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sLmfo-0008C8-O6 for ptxdist@pengutronix.de; Mon, 24 Jun 2024 18:36:10 +0200 Received: from tupai.ela-bln.local (tupai.ela-bln.local [10.0.1.140]) by mail.ela-soft.com (mailsystem) with ESMTP id 4937B111D9; Mon, 24 Jun 2024 18:36:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ela-soft.com; s=2021; t=1719246966; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=4R9R6Os2OH2POgaCDmqfLtzvspU3beClBlq0UKyOkhw=; b=dD7FPSPecR/PNa+l10DpKg4gwL2yx+5b93L2/HApb923AMRQK5Qg/35rjegMLRKczvhY3x NMtCkWRNz9lO62+eVJ/kSby7blbqPqhkCheUAnYGttmfHsYXEXgG6aorbxu1WN7/cNEneg 2SGusyi2dBxxUE68ryVh2jrAUCESqum9ncSBqAFvtcfxXAKt9YNcrVBERuDgRJfgeExWu7 Jy2h0u6uwV+9KTGS1eTNXyxzUeMEep+GMdRp2A4LOZMOtgR+JLqrWjPf6ZrxWM6GfKqpmH X4bPaUjMmLA+RcBrUMQwK5MF3T5uViq01cT2TwZoil8M4pl4ZQ4bOSvsSeTWxA== Received: by tupai.ela-bln.local (Postfix, from userid 1000) id 3552D3406C8; Mon, 24 Jun 2024 18:36:06 +0200 (CEST) From: Andreas Helmcke To: ptxdist@pengutronix.de Date: Mon, 24 Jun 2024 18:36:05 +0200 Message-ID: <20240624163606.1202570-3-ahelmcke@ela-soft.com> X-Mailer: git-send-email 2.43.0 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=-102.3 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH] lighttpd: Version bump, 1.4.74 -> 1.4.76 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 Important changes - detect VU#421644 HTTP/2 CONTINUATION Flood - avoid CVE-2024-3094 xz supply chain attack - incrementally stronger TLS cipher defaults bugfixes Link: https://www.lighttpd.net/2024/4/12/1.4.76/ Link: https://www.lighttpd.net/2024/3/13/1.4.75/ Signed-off-by: Andreas Helmcke --- rules/lighttpd.make | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) mode change 100644 => 100755 rules/lighttpd.make diff --git a/rules/lighttpd.make b/rules/lighttpd.make old mode 100644 new mode 100755 index 96382b86a..fcb543818 --- a/rules/lighttpd.make +++ b/rules/lighttpd.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd # # Paths and names # -LIGHTTPD_VERSION := 1.4.74 -LIGHTTPD_MD5 := f38c400232151c69cc608fca35e593a9 +LIGHTTPD_VERSION := 1.4.76 +LIGHTTPD_MD5 := f9018cda389b1aa6dae4c5f962c20825 LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION) LIGHTTPD_SUFFIX := tar.xz LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX) @@ -77,6 +77,14 @@ LIGHTTPD_CONF_OPT := \ --without-maxminddb \ --$(call ptx/wwo, PTXCONF_LIGHTTPD_LUA)-lua +$(STATEDIR)/lighttpd.prepare: + @$(call targetinfo) + @$(call world/execute, LIGHTTPD, ./autogen.sh) + @$(call world/prepare, LIGHTTPD) + @$(call touch) + + + # ---------------------------------------------------------------------------- # Install # ---------------------------------------------------------------------------- -- 2.43.0