From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] openssh: Update to 7.4p1 Date: Mon, 27 Feb 2017 12:11:43 +0000 Message-ID: <1488197503-11719-1-git-send-email-michael.tremer@ipfire.org> In-Reply-To: <1488197050.24657.231.camel@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1346357492520688607==" List-Id: --===============1346357492520688607== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Michael Tremer --- lfs/openssh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openssh b/lfs/openssh index 371d0df4ac09..005e4dffafb5 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@ include Config -VER = 7.3p1 +VER = 7.4p1 THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = dfadd9f035d38ce5d58a3bf130b86d08 +$(DL_FILE)_MD5 = b2db2a83caf66a208bb78d6d287cdaa3 install : $(TARGET) -- 2.7.4 --===============1346357492520688607==--