- 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 details can seen at https://www.openssh.com/txt/release-9.8
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- 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 @@
include Config
-VER = 9.7p1 +VER = 9.8p1
THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 520859fcbdf678808fc8515b64585ab9a90a8055fa869df6fbba3083cb7f73ddb81ed9ea981e131520736a8aed838f85ae68ca63406a410df61039913c5cb48b +$(DL_FILE)_BLAKE2 = 3bf983c4ef5358054ed0104cd51d3e0069fbc2b80d8522d0df644d5508ec1d26a67bf061b1b5698d1cdf0d2cbba16b4cdca12a4ce30da24429094576a075e192
install : $(TARGET)