From patchwork Tue Sep 29 08:53:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 3495 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4C0tTX4Qpqz3wh7 for ; Tue, 29 Sep 2020 08:53:36 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4C0tTS0w0Wzmw; Tue, 29 Sep 2020 08:53:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4C0tTR6fnDz2xb8; Tue, 29 Sep 2020 08:53:31 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4C0tTQ3xFjz2xPL for ; Tue, 29 Sep 2020 08:53:30 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4C0tTP2b9dzmw; Tue, 29 Sep 2020 08:53:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1601369609; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=+O5Mn0Xb4nxBaTeOUwk1Z6otGiX5oHtY8QX6WPliTrg=; b=4r+VyDqy+XBzXEnEcViDIBjDg1XbPZt8sO8Jyt8NjQvB+I/QK2tVkNKQkLgtP+1Kc9e/Qo PmivHlm2xoyjB+Dg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1601369609; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=+O5Mn0Xb4nxBaTeOUwk1Z6otGiX5oHtY8QX6WPliTrg=; b=dlwXWWglkJB63UsWPeEQwZghGVWK7J2xp2WBJ26R66vJW+vjxrPk5bKCFjE7bgA47iHPsA ksON9BXRLjE71hELKJTMys69xTM45WqNcXCeR69+vpaJMEj18IFVdzdAG1HSjcl/FnoAAe r0IwaHyDi3LcRgh9ExVg9H0+s92MUzA9PS4Xauz3JPMZ9+0fU3BfrXsUCiUhiBPX4nOI4L mUo0jXcUWIt8bUxniZkIr4rchB8bBs+K5Rvq8kO8Rr6bNPQNV1+CyUZCZyCVfOB8tOP+U1 8MEv/uItgJQayRicH6BZXfUAsjQ4N/lfw7NW2X6ccYbmN5vyWuBk/E0IfUWvdA== From: Erik To: development@lists.ipfire.org Subject: [PATCH] nginx: Update to version 1.19.2 Date: Tue, 29 Sep 2020 10:53:21 +0200 Message-Id: <20200929085321.17799-1-ummeegge@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=ummeegge@ipfire.org 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" Several bugfixes and features has been integrated since version 1.17.8. A full overview of all changes are located in here --> https://github.com/nginx/nginx-releases/blob/master/CHANGES . Signed-off-by: Erik --- lfs/nginx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nginx b/lfs/nginx index 4a52e9471..183fae1de 100644 --- a/lfs/nginx +++ b/lfs/nginx @@ -24,7 +24,7 @@ include Config -VER = 1.17.8 +VER = 1.19.2 THISAPP = nginx-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nginx -PAK_VER = 10 +PAK_VER = 11 ############################################################################### # Top-level Rules @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 29cd861a13aae69a058cbabaae86177b +$(DL_FILE)_MD5 = 3dc55f6451ed6f819f1c796f4e5e9617 install : $(TARGET)