mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/openssh: add CVE ignore for CVE-2024-6387
Commit e7f124e9b6 (package/openssh: disable async-signal-unsafe code in
sshsigdie()) add a patch for CVE-2024-6387 but forgot to add an _IGNORE_CVES
entry. Fix that.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -16,6 +16,9 @@ OPENSSH_LICENSE_FILES = LICENCE
|
|||||||
# 0001-Improve-detection-of-fzero-call-used-regs-used.patch
|
# 0001-Improve-detection-of-fzero-call-used-regs-used.patch
|
||||||
OPENSSH_AUTORECONF = YES
|
OPENSSH_AUTORECONF = YES
|
||||||
|
|
||||||
|
# 0002-sshsigdie-async-signal-unsafe.patch
|
||||||
|
OPENSSH_IGNORE_CVES += CVE-2024-6387
|
||||||
|
|
||||||
OPENSSH_CONF_ENV = \
|
OPENSSH_CONF_ENV = \
|
||||||
LD="$(TARGET_CC)" \
|
LD="$(TARGET_CC)" \
|
||||||
LDFLAGS="$(TARGET_CFLAGS)" \
|
LDFLAGS="$(TARGET_CFLAGS)" \
|
||||||
|
|||||||
Reference in New Issue
Block a user