From 473c3dcf2bf3c0f5b1bddeeaa940b944d59af55e Mon Sep 17 00:00:00 2001 From: mayeut Date: Wed, 7 Apr 2021 16:34:22 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20update=20OpenSSH=207.9p1=20=E2=86=92?= =?UTF-8?q?=208.5p1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changelog: https://www.openssh.com/releasenotes.html#8.5p1 --- imagefiles/build-and-install-openssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagefiles/build-and-install-openssh.sh b/imagefiles/build-and-install-openssh.sh index 2d94d8b..a8b1d9a 100755 --- a/imagefiles/build-and-install-openssh.sh +++ b/imagefiles/build-and-install-openssh.sh @@ -2,7 +2,7 @@ set -ex -OPENSSH_ROOT=V_7_9_P1 +OPENSSH_ROOT=V_8_5_P1 cd /usr/src curl -LO https://github.com/openssh/openssh-portable/archive/${OPENSSH_ROOT}.tar.gz