diff options
author | Tim Orling <ticotimo@gmail.com> | 2024-01-05 08:55:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-16 15:14:26 +0000 |
commit | 0de05c35bdd146cf2356de7850daf74e713991f4 (patch) | |
tree | b216c34a1bdfd9a99a4d3e7fd3713ff47305b1a4 /meta/recipes-connectivity | |
parent | 896a48075840413a21b5d78452152a7cfe83303e (diff) | |
download | poky-0de05c35bdd146cf2356de7850daf74e713991f4.tar.gz |
openssh: upgrade 9.5p1 -> 9.6p1
* Relocate Upstream-Status in 0001-regress-banner.sh-log-input-and-output-files-on-erro.patch
so it will not throw an error in AUH
https://www.openssh.com/txt/release-9.6
https://github.com/openssh/openssh-portable/compare/V_9_5_P1...V_9_6_P1
https://nvd.nist.gov/vuln/detail/CVE-2023-48795
https://nvd.nist.gov/vuln/detail/CVE-2023-51384
https://nvd.nist.gov/vuln/detail/CVE-2023-51385
CVE: CVE-2023-48795
CVE: CVE-2023-51384
CVE: CVE-2023-51385
(From OE-Core rev: 8416c8d1b57dd6c9c7890aac962feb63bac6429b)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch | 4 | ||||
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_9.6p1.bb (renamed from meta/recipes-connectivity/openssh/openssh_9.5p1.bb) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch b/meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch index 2c14014fed..8763f30f4b 100644 --- a/meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch +++ b/meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch | |||
@@ -34,13 +34,13 @@ return value: 1 | |||
34 | 34 | ||
35 | See: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15178 | 35 | See: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15178 |
36 | 36 | ||
37 | Upstream-Status: Denied [https://github.com/openssh/openssh-portable/pull/437] | ||
38 | |||
37 | Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> | 39 | Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> |
38 | --- | 40 | --- |
39 | regress/banner.sh | 4 +++- | 41 | regress/banner.sh | 4 +++- |
40 | 1 file changed, 3 insertions(+), 1 deletion(-) | 42 | 1 file changed, 3 insertions(+), 1 deletion(-) |
41 | 43 | ||
42 | Upstream-Status: Denied [https://github.com/openssh/openssh-portable/pull/437] | ||
43 | |||
44 | diff --git a/regress/banner.sh b/regress/banner.sh | 44 | diff --git a/regress/banner.sh b/regress/banner.sh |
45 | index a84feb5a..de84957a 100644 | 45 | index a84feb5a..de84957a 100644 |
46 | --- a/regress/banner.sh | 46 | --- a/regress/banner.sh |
diff --git a/meta/recipes-connectivity/openssh/openssh_9.5p1.bb b/meta/recipes-connectivity/openssh/openssh_9.6p1.bb index 0312d5bd66..6366cefdf9 100644 --- a/meta/recipes-connectivity/openssh/openssh_9.5p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_9.6p1.bb | |||
@@ -28,7 +28,7 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar | |||
28 | file://0001-regress-banner.sh-log-input-and-output-files-on-erro.patch \ | 28 | file://0001-regress-banner.sh-log-input-and-output-files-on-erro.patch \ |
29 | file://0001-systemd-Add-optional-support-for-systemd-sd_notify.patch \ | 29 | file://0001-systemd-Add-optional-support-for-systemd-sd_notify.patch \ |
30 | " | 30 | " |
31 | SRC_URI[sha256sum] = "f026e7b79ba7fb540f75182af96dc8a8f1db395f922bbc9f6ca603672686086b" | 31 | SRC_URI[sha256sum] = "910211c07255a8c5ad654391b40ee59800710dd8119dd5362de09385aa7a777c" |
32 | 32 | ||
33 | CVE_STATUS[CVE-2007-2768] = "not-applicable-config: This CVE is specific to OpenSSH with the pam opie which we don't build/use here." | 33 | CVE_STATUS[CVE-2007-2768] = "not-applicable-config: This CVE is specific to OpenSSH with the pam opie which we don't build/use here." |
34 | 34 | ||