Skip to content

Fix: CVE-2024-6387 #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

6 changes: 3 additions & 3 deletions buildroot/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.4p1
sha256 910211c07255a8c5ad654391b40ee59800710dd8119dd5362de09385aa7a777c openssh-9.6p1.tar.gz
# From https://www.openssh.com/txt/release-9.9p2
sha256 91aadb603e08cc285eddf965e1199d02585fa94d994d6cae5b41e1721e215673 openssh-9.9p2.tar.gz
# Locally calculated
sha256 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d LICENCE
sha256 5bb5b160726ef5756e4f32fe95b35249c294962419650f48d05134b486d27ccb LICENCE
5 changes: 2 additions & 3 deletions buildroot/package/openssh/openssh.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
#
################################################################################

OPENSSH_VERSION_MAJOR = 9.6
OPENSSH_VERSION_MINOR = p1
OPENSSH_VERSION_MAJOR = 9.9
OPENSSH_VERSION_MINOR = p2
OPENSSH_VERSION = $(OPENSSH_VERSION_MAJOR)$(OPENSSH_VERSION_MINOR)
OPENSSH_CPE_ID_VERSION = $(OPENSSH_VERSION_MAJOR)
OPENSSH_CPE_ID_UPDATE = $(OPENSSH_VERSION_MINOR)
OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
OPENSSH_LICENSE = BSD-3-Clause, BSD-2-Clause, Public Domain
OPENSSH_LICENSE_FILES = LICENCE

# 0001-better-detection-of-broken-fzero-call-used-regs.patch
OPENSSH_AUTORECONF = YES

OPENSSH_CONF_ENV = \
Expand Down