From patchwork Fri Nov 25 08:54:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6166 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NJTFg6MD0z3wc7 for ; Fri, 25 Nov 2022 08:54:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NJTFg1kwFz2Ny; Fri, 25 Nov 2022 08:54:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NJTFg0vr9z2y1X; Fri, 25 Nov 2022 08:54:47 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NJTFf17xjz2xKs for ; Fri, 25 Nov 2022 08:54:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NJTFd3l87z2Nc; Fri, 25 Nov 2022 08:54:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669366485; 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=woHDT3SW7xP4UI2e0zBOyErYin1VtVKYVZZkWqEiK3s=; b=YHCcvIPxLciVBxDA6MhHddjyVKrgJ5FLH590d7H6YDpkA41mPm9mQ/fxkkYYOIMcF8Xe/3 ngLvTnnqOpPEI8CQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669366485; 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=woHDT3SW7xP4UI2e0zBOyErYin1VtVKYVZZkWqEiK3s=; b=mKqlEyG21V0P5dFpCfLRGS1veo7kz3UnBOZWydm+xBAItX1N22TRrbUO/pIk/IjgqpeXVv RQjUGLaf+uddtymsxsel0GXQdSt9DbYLUBPiJVgWnKYJ6HA8drgGrcZ3q+PGLkWv6MS0Sr xpz/FXS+4Q61/s1MY0P+VnCAIqOBCOkRiX5YqHxmxnJljV6uv1FttB/qvLM6AJorqSl1bB 2cK9jMiw3DmK6Owp9a2RX6PnheUKph+Z0BKaM4338aSggsNvRFJKeXYbwdQ8Yb9sA7i31h NiQu8WKc7TrWBI+xIi3PNeARU0eoAJSpzg928cqoyCcUXu7S2JJd7AI3ZFTxOQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] nginx: Update to version 1.22.1 Date: Fri, 25 Nov 2022 09:54:43 +0100 Message-Id: <20221125085443.1874-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 1.21.6 to 1.22.1 - Update of rootfile not required - Changelog Changes with nginx 1.22.1 19 Oct 2022 *) Security: processing of a specially crafted mp4 file by the ngx_http_mp4_module might cause a worker process crash, worker process memory disclosure, or might have potential other impact (CVE-2022-41741, CVE-2022-41742). Changes with nginx 1.22.0 24 May 2022 *) 1.22.x stable branch. Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- lfs/nginx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nginx b/lfs/nginx index ac0530034..ef13eefb4 100644 --- a/lfs/nginx +++ b/lfs/nginx @@ -25,7 +25,7 @@ include Config SUMMARY = A HTTP server and IMAP/POP3 proxy server -VER = 1.21.6 +VER = 1.22.1 THISAPP = nginx-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nginx -PAK_VER = 13 +PAK_VER = 14 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 815d035df33bd947eec41a2f5c993d1f179aa0bd4d069280916aa089a2f96fd3bada7a7192b4a0ef7b8f43036f3a2def0e93d8c8f720dd7145a5d55ea058652f +$(DL_FILE)_BLAKE2 = 253cd4c53ed0e6d3da8ca0f0ab3b2c46f6c7222c4f6fedd05302dd05efee31869d25a33947cca3ca526899cbdfcea96754be34e15643ebd77da24175319edb46 install : $(TARGET)