From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] openssh: Update to version 9.8p1 Date: Mon, 01 Jul 2024 21:47:36 +0200 Message-ID: <20240701194736.3438006-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6229923097415598919==" List-Id: --===============6229923097415598919== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 9.7p1 to 9.8p1 - Update of rootfile - Changelog 9.8p1 -There is a fix for CVE-2024-6387 -The number of changes is too large to show all here. As well as the CVE fix= and another security related fix there are a log of bug fixes as well. The deta= ils can seen at https://www.openssh.com/txt/release-9.8 Signed-off-by: Adolf Belka --- config/rootfiles/common/openssh | 3 +-- lfs/openssh | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/openssh b/config/rootfiles/common/openssh index c3666d914..93d51714d 100644 --- a/config/rootfiles/common/openssh +++ b/config/rootfiles/common/openssh @@ -1,8 +1,6 @@ #etc/ssh etc/ssh/moduli etc/ssh/ssh_config -#etc/ssh/ssh_host_dsa_key -#etc/ssh/ssh_host_dsa_key.pub #etc/ssh/ssh_host_ecdsa_key #etc/ssh/ssh_host_ecdsa_key.pub #etc/ssh/ssh_host_ed25519_key @@ -22,6 +20,7 @@ usr/lib/openssh/sftp-server #usr/lib/openssh/ssh-keysign usr/lib/openssh/ssh-pkcs11-helper usr/lib/openssh/ssh-sk-helper +#usr/lib/openssh/sshd-session usr/sbin/sshd #usr/share/man/man1/scp.1 #usr/share/man/man1/sftp.1 diff --git a/lfs/openssh b/lfs/openssh index 315b1a70b..036d0bb8e 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 9.7p1 +VER =3D 9.8p1 =20 THISAPP =3D openssh-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 520859fcbdf678808fc8515b64585ab9a90a8055fa869df6fbba30= 83cb7f73ddb81ed9ea981e131520736a8aed838f85ae68ca63406a410df61039913c5cb48b +$(DL_FILE)_BLAKE2 =3D 3bf983c4ef5358054ed0104cd51d3e0069fbc2b80d8522d0df644d= 5508ec1d26a67bf061b1b5698d1cdf0d2cbba16b4cdca12a4ce30da24429094576a075e192 =20 install : $(TARGET) =20 --=20 2.45.2 --===============6229923097415598919==--