From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 03 Dec 2021 10:36:16 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mt4zI-0001xY-JG for lore@lore.pengutronix.de; Fri, 03 Dec 2021 10:36:16 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mt4zI-0002yk-61; Fri, 03 Dec 2021 10:36:16 +0100 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mt4ym-0002yB-1m for ptxdist@pengutronix.de; Fri, 03 Dec 2021 10:35:45 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 377FC50E for ; Fri, 3 Dec 2021 10:35:43 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.thorsis.com Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3XB7OaPKvlNK for ; Fri, 3 Dec 2021 10:35:43 +0100 (CET) Received: by mail.thorsis.com (Postfix, from userid 109) id 1716D3570; Fri, 3 Dec 2021 10:35:43 +0100 (CET) Received: from adahl by ada.ifak-system.com with local (Exim 4.92) (envelope-from ) id 1mt4yg-0007jg-12 for ptxdist@pengutronix.de; Fri, 03 Dec 2021 10:35:38 +0100 From: Alexander Dahl To: ptxdist@pengutronix.de Date: Fri, 3 Dec 2021 10:35:38 +0100 Message-Id: <20211203093538.29693-1-ada@thorsis.com> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH] lighttpd: version bump 1.4.61 -> 1.4.62 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 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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.ext.pengutronix.de); SAEximRunCond expanded to false Bugfixes. Link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_62/ Link: https://www.lighttpd.net/2021/12/1/1.4.62/ Signed-off-by: Alexander Dahl --- rules/lighttpd.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/lighttpd.make b/rules/lighttpd.make index 45eb067a5..693cc955b 100644 --- a/rules/lighttpd.make +++ b/rules/lighttpd.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd # # Paths and names # -LIGHTTPD_VERSION := 1.4.61 -LIGHTTPD_MD5 := 4814a4e9762bd55d0ac5b4d66ecbfd02 +LIGHTTPD_VERSION := 1.4.62 +LIGHTTPD_MD5 := cb6437af760ef8251f6c12e0bb261094 LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION) LIGHTTPD_SUFFIX := tar.xz LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX) @@ -57,6 +57,7 @@ LIGHTTPD_CONF_OPT := \ --without-krb5 \ --$(call ptx/wwo, PTXCONF_LIGHTTPD_OPENSSL)-openssl \ --without-wolfssl \ + --without-pcre2 \ --$(call ptx/wwo, PTXCONF_LIGHTTPD_PCRE)-pcre \ --$(call ptx/wwo, PTXCONF_LIGHTTPD_ZLIB)-zlib \ --$(call ptx/wwo, PTXCONF_LIGHTTPD_ZSTD)-zstd \ base-commit: 70205d7cc77ff2bd36860291bf767f91bb4bc989 -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de