From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 17 Oct 2023 08:06:40 +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.94.2) (envelope-from ) id 1qsdE0-00BRMO-6R for lore@lore.pengutronix.de; Tue, 17 Oct 2023 08:06:40 +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 1qsdDy-0005qB-5Y; Tue, 17 Oct 2023 08:06:38 +0200 Received: from mail.thorsis.com ([92.198.35.195]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qsdDd-0005p8-5M for ptxdist@pengutronix.de; Tue, 17 Oct 2023 08:06:17 +0200 Date: Tue, 17 Oct 2023 08:05:11 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=default; t=1697522775; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=X4PvGP0/9Oiashno+Rd0HLUN+Zgd6zLYb6kBCFaaqAg=; b=aalfRsEzNl6tW8FE+6EBaD07dQ1wYJnyaOCCndXBezfCAnZ4LJqy8YRUW3QP4sPwQ4yTcW 9vDSqbfER2JQU1e2YwEQsCZEyGgBpAldZq/gWbCDeC5S7eX5M2qhmTBe0kiGZxT7fU3sk3 5NmJEx5kTyBIFqiN6AlcNPYwoTBvyiJ/iYo9nvt+LV56PpRNtsj3C1mM0bX7KM40QYbwgu kEbc3qdwjJcbvRRDxUIQczjbPWwGKiRML0293YhA4yRxnG54FTZa7q7mQvX5tSfmkmAef0 xxNkN/6kKOMXQaXS7qBqdfL79HjVGs6HKD6BMkY1z3MNQ8uqZa4ovUABQNP55w== From: Alexander Dahl To: Andreas Helmcke Message-ID: <20231017-tackiness-overdrive-065957c90abd@ifak-system.com> Mail-Followup-To: Andreas Helmcke , ptxdist@pengutronix.de References: <20231016170734.263595-1-ahelmcke@ela-soft.com> Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231016170734.263595-1-ahelmcke@ela-soft.com> 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=-2.8 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [PATCH] lighttpd: Version bump, 1.4.67 -> 1.4.72 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: ptxdist@pengutronix.de 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 Hello Andreas, first of all, thanks for taking care of this, my remarks below. Am Mon, Oct 16, 2023 at 07:07:34PM +0200 schrieb Andreas Helmcke: > Bugfixes and several changes. e.g. > - Stronger TLS defaults > - HTTP/2 Support now as optional module > > see: https://www.lighttpd.net/releases/ Link: https://www.lighttpd.net/2023/1/3/1.4.68/ Link: https://www.lighttpd.net/2023/2/10/1.4.69/ Link: https://www.lighttpd.net/2023/5/10/1.4.70/ Link: https://www.lighttpd.net/2023/5/27/1.4.71/ Link: https://www.lighttpd.net/2023/10/6/1.4.72/ > Signed-off-by: Andreas Helmcke > --- > rules/lighttpd.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/lighttpd.make b/rules/lighttpd.make > index 3aa54a1fb..7b7abf7d2 100644 > --- a/rules/lighttpd.make > +++ b/rules/lighttpd.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd > # > # Paths and names > # > -LIGHTTPD_VERSION := 1.4.67 > -LIGHTTPD_MD5 := 64822c5061001673162cf9775d91a80b > +LIGHTTPD_VERSION := 1.4.72 > +LIGHTTPD_MD5 := 466f9fe131cd7d38d0fe47d2e6a2939d Builds fine, but … That 1.4.70 in particular needs a little more work on the ptxdist package, because several modules are not built separate anymore, but built-in now. This makes some of the LIGHTTPD_MOD_* options in menu not necessary anymore, and breaks targetinstall if those should have been installed before, e.g. like this: Error: ptxd_lib_install: cannot find library 'lighttpd/mod_indexfile'! The list of affected modules is in the 1.4.70 announcement. With 1.4.71 HTTP/2 support is moved to a separate module however and no longer built-in anymore. Should we introduce a new menu option for that or let the ptxdist user configure it with PTXCONF_LIGHTTPD_MOD_EXTRA instead? Greets Alex > LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION) > LIGHTTPD_SUFFIX := tar.xz > LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX) > -- > 2.39.2 > >