From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] patch: update to 2.7.6 Date: Tue, 30 Jul 2019 20:20:00 +0000 Message-ID: <2fb93cd6-3c1f-f651-f56e-761207f2601a@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0025702058156554428==" List-Id: --===============0025702058156554428== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=C3=BCller --- 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 @@ =20 include Config =20 -VER =3D 2.7.5 +VER =3D 2.7.6 =20 THISAPP =3D patch-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D e3da7940431633fb65a01b91d3b7a27a +$(DL_FILE)_MD5 =3D 78ad9937e4caadcba1526ef1853730d5 =20 install : $(TARGET) =20 --=20 2.16.4 --===============0025702058156554428==--