Skip to content

Commit

Permalink
package/openssh: security bump to version 9.8p1
Browse files Browse the repository at this point in the history
Fixes CVE-2024-6387: Unauthenticated root login because of signal
handler race condition.

Drop upstream patch and autoreconf.

Signed-off-by: Baruch Siach <[email protected]>
Signed-off-by: Arnout Vandecappelle <[email protected]>

(cherry picked from commit 4ac2cc5)
  • Loading branch information
baruchsiach authored and davidschneider-cpi committed Jul 2, 2024
1 parent 1716a46 commit 00bb695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package/openssh/openssh.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# From https://www.openssh.com/txt/release-9.3p2
sha256 200ebe147f6cb3f101fd0cdf9e02442af7ddca298dffd9f456878e7ccac676e8 openssh-9.3p2.tar.gz
# From https://www.openssh.com/txt/release-9.8
sha256 dd8bd002a379b5d499dfb050dd1fa9af8029e80461f4bb6c523c49973f5a39f3 openssh-9.8p1.tar.gz
# Locally calculated
sha256 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d LICENCE
4 changes: 2 additions & 2 deletions package/openssh/openssh.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
################################################################################

OPENSSH_VERSION_MAJOR = 9.3
OPENSSH_VERSION_MINOR = p2
OPENSSH_VERSION_MAJOR = 9.8
OPENSSH_VERSION_MINOR = p1
OPENSSH_VERSION = $(OPENSSH_VERSION_MAJOR)$(OPENSSH_VERSION_MINOR)
OPENSSH_CPE_ID_VERSION = $(OPENSSH_VERSION_MAJOR)
OPENSSH_CPE_ID_UPDATE = $(OPENSSH_VERSION_MINOR)
Expand Down

0 comments on commit 00bb695

Please sign in to comment.