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] OpenSSH: update to 8.3p1 Date: Mon, 22 Jun 2020 15:39:33 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7944576532147005323==" List-Id: --===============7944576532147005323== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Fixes: #12418 Cc: Matthias Fischer Signed-off-by: Peter Müller --- lfs/openssh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openssh b/lfs/openssh index 2f3eda74f..75210060e 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@ include Config -VER = 8.2p1 +VER = 8.3p1 THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3076e6413e8dbe56d33848c1054ac091 +$(DL_FILE)_MD5 = 68d7527bf2672153ca47402f6489a1af install : $(TARGET) -- 2.26.2 --===============7944576532147005323==--