diff options
| author | Archana Polampalli <archana.polampalli@windriver.com> | 2025-10-28 19:30:09 +0530 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-30 11:06:28 +0000 |
| commit | a807bfa8a119280c67b5a5495410423f0b3d1bd3 (patch) | |
| tree | 7c154c130aae0b66b33d4e983570e0567d28cd8c | |
| parent | 2f5d21049f6e91f9587b6f280ad360a56fecc100 (diff) | |
| download | poky-a807bfa8a119280c67b5a5495410423f0b3d1bd3.tar.gz | |
openssh: Upgrade 10.0p1 -> 10.1p1
Changelog:
https://www.openssh.org/txt/release-10.1
RP: There are some changes to confg options and new warnings but those warnings
would only trigger on older openssh before 9.0 (April 2022).
(From OE-Core rev: 251a2997b432bfba98a94e58a557c06d9c3d416d)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-connectivity/openssh/openssh_10.1p1.bb (renamed from meta/recipes-connectivity/openssh/openssh_10.0p1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_10.0p1.bb b/meta/recipes-connectivity/openssh/openssh_10.1p1.bb index 2f446b5540..83b6183858 100644 --- a/meta/recipes-connectivity/openssh/openssh_10.0p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_10.1p1.bb | |||
| @@ -26,7 +26,7 @@ SRC_URI = "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.ta | |||
| 26 | file://0001-regress-banner.sh-log-input-and-output-files-on-erro.patch \ | 26 | file://0001-regress-banner.sh-log-input-and-output-files-on-erro.patch \ |
| 27 | file://0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch \ | 27 | file://0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch \ |
| 28 | " | 28 | " |
| 29 | SRC_URI[sha256sum] = "021a2e709a0edf4250b1256bd5a9e500411a90dddabea830ed59cef90eb9d85c" | 29 | SRC_URI[sha256sum] = "b9fc7a2b82579467a6f2f43e4a81c8e1dfda614ddb4f9b255aafd7020bbf0758" |
| 30 | 30 | ||
| 31 | 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." | 31 | 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." |
| 32 | 32 | ||
