summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-02-13 10:40:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-15 10:21:35 +0000
commit4c8b59b5e5a23188add82489ee6f6d660be483dd (patch)
treedfa98b1ea15c88d823b8f312847bd60ba5f5e344 /meta/recipes-connectivity/openssh
parent7edabcd0b52071bf3b75aac746505e423d42a29c (diff)
downloadpoky-4c8b59b5e5a23188add82489ee6f6d660be483dd.tar.gz
openssh: upgrade 9.1p1 -> 9.2p1
(From OE-Core rev: 845334cb22708e7a88701aa0a1bc496a67f2b5d5) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh')
-rw-r--r--meta/recipes-connectivity/openssh/openssh_9.2p1.bb (renamed from meta/recipes-connectivity/openssh/openssh_9.1p1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_9.1p1.bb b/meta/recipes-connectivity/openssh/openssh_9.2p1.bb
index 23ae8d5b0c..e6cf2ff2d6 100644
--- a/meta/recipes-connectivity/openssh/openssh_9.1p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_9.2p1.bb
@@ -25,7 +25,7 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar
25 file://sshd_check_keys \ 25 file://sshd_check_keys \
26 file://add-test-support-for-busybox.patch \ 26 file://add-test-support-for-busybox.patch \
27 " 27 "
28SRC_URI[sha256sum] = "19f85009c7e3e23787f0236fbb1578392ab4d4bf9f8ec5fe6bc1cd7e8bfdd288" 28SRC_URI[sha256sum] = "3f66dbf1655fb45f50e1c56da62ab01218c228807b21338d634ebcdf9d71cf46"
29 29
30# This CVE is specific to OpenSSH with the pam opie which we don't build/use here 30# This CVE is specific to OpenSSH with the pam opie which we don't build/use here
31CVE_CHECK_IGNORE += "CVE-2007-2768" 31CVE_CHECK_IGNORE += "CVE-2007-2768"