]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
openssh: upgrade 9.2p1 -> 9.3p1
authorSiddharth Doshi <sdoshi@mvista.com>
Mon, 27 Mar 2023 08:36:20 +0000 (14:06 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Mar 2023 14:24:57 +0000 (15:24 +0100)
OpenSSH 9.3p1 fixes 1 HIGH level security vulnerability.

Upgrade the recipe to point to 9.3p1.

CVEs Fixed:
1) CVE-2023-28531
- ssh-add in OpenSSH before 9.3 adds smartcard keys to ssh-agent without the intended per-hop destination constraints.

Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssh/openssh_9.3p1.bb [moved from meta/recipes-connectivity/openssh/openssh_9.2p1.bb with 98% similarity]

similarity index 98%
rename from meta/recipes-connectivity/openssh/openssh_9.2p1.bb
rename to meta/recipes-connectivity/openssh/openssh_9.3p1.bb
index 4666237d686f7a186fc18b95ef50c4be82cc2990..d3dedd1a5a7437844d2fd85d28e460a4f3cc778d 100644 (file)
@@ -25,7 +25,7 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar
            file://sshd_check_keys \
            file://add-test-support-for-busybox.patch \
            "
-SRC_URI[sha256sum] = "3f66dbf1655fb45f50e1c56da62ab01218c228807b21338d634ebcdf9d71cf46"
+SRC_URI[sha256sum] = "e9baba7701a76a51f3d85a62c383a3c9dcd97fa900b859bc7db114c1868af8a8"
 
 # This CVE is specific to OpenSSH with the pam opie which we don't build/use here
 CVE_CHECK_IGNORE += "CVE-2007-2768"