]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
openssh: Update to version 9.8p1
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 1 Jul 2024 19:47:36 +0000 (21:47 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 Jul 2024 09:19:48 +0000 (09:19 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/openssh
lfs/openssh

index c3666d91481016025f18a6bd865363e5f5bed55c..93d51714d46f4fc27ad490b57d0b5399075513fd 100644 (file)
@@ -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
index 315b1a70b0ebf0a5aa4264089023fb1b966f56d3..036d0bb8ec0f692034150ec7b529821dd8889d27 100644 (file)
@@ -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)