From patchwork Tue Mar 10 15:28:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Erik Kapfer X-Patchwork-Id: 2834 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48cJss3zFQz3wbr for ; Tue, 10 Mar 2020 15:29:21 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48cJsq6856z1jH; Tue, 10 Mar 2020 15:29:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48cJsq0Kbgz2yC6; Tue, 10 Mar 2020 15:29:19 +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 48cJsn4T1Mz2xgy for ; Tue, 10 Mar 2020 15:29:17 +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 48cJsm4VJLzgZ; Tue, 10 Mar 2020 15:29:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1583854156; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=MDZan6JGQAdccBkNqrQ61aUJ6xq2nt1IYfCvWDhUFNw=; b=6q267Xi5cedbz6OnvVGwxlx7DzudCS7FQ6ncq7NE98OJrA5aQ6UquEBEBBKggSVRmRW6dN 3DqYib+zSuKsM0AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1583854156; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=MDZan6JGQAdccBkNqrQ61aUJ6xq2nt1IYfCvWDhUFNw=; b=IfKA1UjgyNUtHGV8wVZ9bO/QJbAJaTQGUg9Kyla1XgxgKFssIFZy/ZOLZArtvT+ca9xos5 byvVCzCu8a7Cinpr7EZLap+YZnaVarX5rvJOdV3yPLu+iwhoyJNNAfIMqUbKbSMqvu4sFc r51h8oKqCW5ll5cECQiP2rjNCgt/8y7QeqZNVMw+K7bNWq6FRAiOGR5twywLaCALUeclDB 1IJMmRNBb/nzSFGASH1EWQtFKgAT3WX6TJzgEgcGSqXUNyWiAV2D53wdVSywHgLEG7qkbP 6I25uSbLhBXKF/kiPVxK5u28vRi7it8+XR0gpZuoD1v8HRChXIk6Tj63Xc5tZQ== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] nginx: Update to version 1.17.8 . Date: Tue, 10 Mar 2020 16:28:56 +0100 Message-Id: <20200310152856.8040-1-erik.kapfer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=erik.kapfer@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" New mainlain version which includes hugh amount of changes. For a complete overview, please take alook in here --> http://nginx.org/en/CHANGES . Signed-off-by: Erik Kapfer --- lfs/nginx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lfs/nginx b/lfs/nginx index 5a24678c8..4a52e9471 100644 --- a/lfs/nginx +++ b/lfs/nginx @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.15.9 +VER = 1.17.8 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 = 9 +PAK_VER = 10 ############################################################################### # Top-level Rules @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 00dde20d4d2cc65bdaf8950a5bd3e14b +$(DL_FILE)_MD5 = 29cd861a13aae69a058cbabaae86177b install : $(TARGET) @@ -88,8 +88,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --error-log-path=/var/log/nginx/error.log \ --user=nobody \ --group=nobody \ - --with-imap \ - --with-imap_ssl_module \ + --with-mail \ + --with-mail_ssl_module \ --with-http_ssl_module \ --with-http_gunzip_module \ --with-http_gzip_static_module \