From patchwork Wed Jul 31 06:20:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 2361 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 1B8418804B0 for ; Tue, 30 Jul 2019 21:20:53 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45ynxc5Zb5z4xdxT; Tue, 30 Jul 2019 21:20:52 +0100 (BST) Received: from [127.0.0.1] (unknown [54.39.151.167]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45ynxX4Rcdz5QVgQ for ; Tue, 30 Jul 2019 21:20:48 +0100 (BST) To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] patch: update to 2.7.6 Organization: IPFire.org Message-ID: <2fb93cd6-3c1f-f651-f56e-761207f2601a@ipfire.org> Date: Tue, 30 Jul 2019 20:20:00 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=pmueller smtp.mailfrom=peter.mueller@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" Note: This does not fix CVE-2019-13636 and CVE-2019-13638 as fixes did not make it into upstream vanilla patch, yet. See also: https://www.debian.org/security/2019/dsa-4489 Signed-off-by: Peter Müller --- lfs/patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/patch b/lfs/patch index 64576c350..545782555 100644 --- a/lfs/patch +++ b/lfs/patch @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 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 = 2.7.5 +VER = 2.7.6 THISAPP = patch-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e3da7940431633fb65a01b91d3b7a27a +$(DL_FILE)_MD5 = 78ad9937e4caadcba1526ef1853730d5 install : $(TARGET)