public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 15/18] openssh: Upgrade 8.2p1 -> 8.3p1
Date: Fri, 13 Nov 2020 04:52:19 -1000	[thread overview]
Message-ID: <40ba168dfbf638daf6eefd42e52876794fc7d11c.1605278902.git.steve@sakoman.com> (raw)
In-Reply-To: <cover.1605278902.git.steve@sakoman.com>

From: Alex Kiernan <alex.kiernan@gmail.com>

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b8ec59302bd2fc1a78f4d828ba93b3ad64ab7f37)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 .../openssh/{openssh_8.2p1.bb => openssh_8.3p1.bb}             | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-connectivity/openssh/{openssh_8.2p1.bb => openssh_8.3p1.bb} (98%)

diff --git a/meta/recipes-connectivity/openssh/openssh_8.2p1.bb b/meta/recipes-connectivity/openssh/openssh_8.3p1.bb
similarity index 98%
rename from meta/recipes-connectivity/openssh/openssh_8.2p1.bb
rename to meta/recipes-connectivity/openssh/openssh_8.3p1.bb
index 17138c0ad8..e007328704 100644
--- a/meta/recipes-connectivity/openssh/openssh_8.2p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_8.3p1.bb
@@ -25,8 +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[md5sum] = "3076e6413e8dbe56d33848c1054ac091"
-SRC_URI[sha256sum] = "43925151e6cf6cee1450190c0e9af4dc36b41c12737619edff8bcebdff64e671"
+SRC_URI[sha256sum] = "f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2"
 
 PAM_SRC_URI = "file://sshd"
 
-- 
2.17.1


  parent reply	other threads:[~2020-11-13 14:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13 14:52 [OE-core][dunfell 00/18] Patch review Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 01/18] dosfstools: add mkfs.vfat to ALTERNATIVE Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 02/18] ptest-runner: Fix license as it contains 'or later' clause Steve Sakoman
2020-11-15 14:53   ` Adrian Freihofer
2020-11-16 16:21     ` Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 03/18] libdnf: " Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 04/18] alsa-utils: Fix license to GPLv2 only Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 05/18] kernel-module-split.bbclass: identify kernel modconf files as configuration files Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 06/18] syslinux: add link to upstream discussion in patch Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 07/18] diffstat: add nativesdk to BBCLASSEXTEND Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 08/18] clutter-gst-3.0: do not call out to host gstreamer plugin scanner Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 09/18] gstreamer1.0: warn the user when something is wrong with GstBufferPool Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 10/18] systemd: udev SECLABEL{selinux} crash fix Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 11/18] oeqa/core/context: expose results as variable Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 12/18] oeqa/core/context: initialize _run_end_time Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 13/18] testimage: print results for interrupted runs Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 14/18] binutils: reproducibility: reuse debug-prefix-map for stabs Steve Sakoman
2020-11-13 14:52 ` Steve Sakoman [this message]
2020-11-13 14:52 ` [OE-core][dunfell 16/18] openssh: upgrade 8.3p1 -> 8.4p1 to fix CVE-2020-14145 and CVE-2020-15778 Steve Sakoman
2020-11-13 15:34   ` Anuj Mittal
2020-11-13 15:48     ` Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 17/18] openssh: whitelist CVE-2014-9278 Steve Sakoman
2020-11-13 14:52 ` [OE-core][dunfell 18/18] freetype: fix CVE-2020-15999, backport from 2.10.4 Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40ba168dfbf638daf6eefd42e52876794fc7d11c.1605278902.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox