From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] openssh: Update to 7.1p2 Date: Fri, 15 Jan 2016 17:43:50 +0100 Message-ID: <1452876230-1124-1-git-send-email-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6220631586817440835==" List-Id: <development.lists.ipfire.org> --===============6220631586817440835== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Fixes CVE-2016-0777 Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org> --- lfs/openssh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openssh b/lfs/openssh index 0bba1ec..546bc7e 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@ include Config -VER = 7.1p1 +VER = 7.1p2 THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8709736bc8a8c253bc4eeb4829888ca5 +$(DL_FILE)_MD5 = 4d8547670e2a220d5ef805ad9e47acf2 install : $(TARGET) -- 2.7.0 --===============6220631586817440835==--