All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/19] Patch review
Date: Sun,  9 Aug 2020 16:59:06 -1000	[thread overview]
Message-ID: <cover.1597028036.git.steve@sakoman.com> (raw)

Please review this next set of patches for dunfell and have comments back
by end of day Tuesday.

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1244

The following changes since commit 257758f175cdcb99f4fe890cc0b1a60e82b5b84b:

  Revert "gtk-icon-cache.bbclass: add runtime dependency" (2020-08-05 04:27:18 -1000)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut

Alexander Kanavin (3):
  libexif: update to 0.6.22
  testimage: add an overall timeout setting
  oeqa: write @OETestTag content into json test reports for each case

Bruce Ashfield (3):
  linux-yocto/5.4: update to v5.4.53
  linux-yocto/5.4: fix perf build with binutils 2.35
  linux-yocto/5.4: update to v5.4.54

Chen Qi (1):
  grub: set CVE_PRODUCT to grub2

Daniel Gomez (1):
  allarch: Add missing allarch ttf-bitstream-vera

Khem Raj (1):
  qemumips: Use 34Kf CPU emulation

Lee Chee Yang (4):
  ghostscript: fix CVE-2020-15900
  qemu: fix CVE-2020-15863
  libjpeg-turbo: fix CVE-2020-13790
  webkitgtk: fix CVE-2020-13753

Matthew (1):
  ltp: make copyFrom scp command non-fatal

Richard Purdie (1):
  uninative: Handle PREMIRRORS generically

Steve Sakoman (2):
  glib-2.0: update 2.62.4 to 2.62.5
  glib-2.0: update 2.62.5 to 2.62.6

Tyler Hicks (1):
  kernel-devicetree: Fix intermittent build failures caused by DTB
    builds

zhengruoqin (1):
  ruby: upgrade 2.7.0 -> 2.7.1

 meta/classes/kernel-devicetree.bbclass        |   2 +-
 meta/classes/testimage.bbclass                |  11 ++
 meta/classes/uninative.bbclass                |  13 +-
 meta/conf/layer.conf                          |   1 +
 meta/conf/machine/qemumips.conf               |   2 +
 meta/lib/oeqa/core/runner.py                  |  14 +++
 meta/lib/oeqa/core/target/ssh.py              |   7 +-
 meta/lib/oeqa/runtime/cases/ltp.py            |   5 +-
 meta/recipes-bsp/grub/grub2.inc               |   2 +
 ...t-write-bindir-into-pkg-config-files.patch |   2 +-
 ...-GSource-iterator-if-iteration-can-m.patch |  43 -------
 ...-memory-leaks-and-memory-corruption-.patch | 109 -----------------
 ...e-mutex-unlocking-in-destructor-righ.patch |  36 ------
 .../glib-2.0/glib-2.0/relocate-modules.patch  |   4 +-
 ...{glib-2.0_2.62.4.bb => glib-2.0_2.62.6.bb} |   7 +-
 meta/recipes-devtools/qemu/qemu.inc           |   1 +
 .../qemu/qemu/CVE-2020-15863.patch            |  63 ++++++++++
 .../ruby/{ruby_2.7.0.bb => ruby_2.7.1.bb}     |   4 +-
 .../ghostscript/CVE-2020-15900.patch          |  54 ++++++++
 .../ghostscript/ghostscript_9.50.bb           |   1 +
 .../jpeg/files/CVE-2020-13790.patch           |  76 ++++++++++++
 .../jpeg/libjpeg-turbo_2.0.4.bb               |   1 +
 .../ttf-fonts/ttf-bitstream-vera_1.10.bb      |   2 +-
 .../linux/linux-yocto-rt_5.4.bb               |   6 +-
 .../linux/linux-yocto-tiny_5.4.bb             |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |  22 ++--
 .../webkit/webkitgtk/CVE-2020-13753.patch     |  15 +++
 meta/recipes-sato/webkit/webkitgtk_2.28.2.bb  |   1 +
 .../libexif/libexif/CVE-2016-6328.patch       |  64 ----------
 .../libexif/libexif/CVE-2017-7544.patch       |  40 ------
 .../libexif/libexif/CVE-2018-20030.patch      | 115 ------------------
 .../recipes-support/libexif/libexif_0.6.21.bb |  19 ---
 .../recipes-support/libexif/libexif_0.6.22.bb |  19 +++
 33 files changed, 305 insertions(+), 464 deletions(-)
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0011-GMainContext-Fix-GSource-iterator-if-iteration-can-m.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0012-GMainContext-Fix-memory-leaks-and-memory-corruption-.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0013-GMainContext-Move-mutex-unlocking-in-destructor-righ.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.62.4.bb => glib-2.0_2.62.6.bb} (83%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-15863.patch
 rename meta/recipes-devtools/ruby/{ruby_2.7.0.bb => ruby_2.7.1.bb} (95%)
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2020-15900.patch
 create mode 100644 meta/recipes-graphics/jpeg/files/CVE-2020-13790.patch
 create mode 100644 meta/recipes-sato/webkit/webkitgtk/CVE-2020-13753.patch
 delete mode 100644 meta/recipes-support/libexif/libexif/CVE-2016-6328.patch
 delete mode 100644 meta/recipes-support/libexif/libexif/CVE-2017-7544.patch
 delete mode 100644 meta/recipes-support/libexif/libexif/CVE-2018-20030.patch
 delete mode 100644 meta/recipes-support/libexif/libexif_0.6.21.bb
 create mode 100644 meta/recipes-support/libexif/libexif_0.6.22.bb

-- 
2.17.1


             reply	other threads:[~2020-08-10  2:59 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-10  2:59 Steve Sakoman [this message]
2020-08-10  2:59 ` [OE-core][dunfell 01/19] qemumips: Use 34Kf CPU emulation Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 02/19] glib-2.0: update 2.62.4 to 2.62.5 Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 03/19] glib-2.0: update 2.62.5 to 2.62.6 Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 04/19] ruby: upgrade 2.7.0 -> 2.7.1 Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 05/19] libexif: update to 0.6.22 Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 06/19] linux-yocto/5.4: update to v5.4.53 Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 07/19] linux-yocto/5.4: fix perf build with binutils 2.35 Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 08/19] linux-yocto/5.4: update to v5.4.54 Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 09/19] kernel-devicetree: Fix intermittent build failures caused by DTB builds Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 10/19] ltp: make copyFrom scp command non-fatal Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 11/19] allarch: Add missing allarch ttf-bitstream-vera Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 12/19] ghostscript: fix CVE-2020-15900 Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 13/19] qemu: fix CVE-2020-15863 Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 14/19] libjpeg-turbo: fix CVE-2020-13790 Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 15/19] webkitgtk: fix CVE-2020-13753 Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 16/19] grub: set CVE_PRODUCT to grub2 Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 17/19] testimage: add an overall timeout setting Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 18/19] oeqa: write @OETestTag content into json test reports for each case Steve Sakoman
2020-08-10  2:59 ` [OE-core][dunfell 19/19] uninative: Handle PREMIRRORS generically Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2021-07-05 22:34 [OE-core][dunfell 00/19] Patch review Steve Sakoman
2021-04-23 13:58 Steve Sakoman
2021-01-18 22:36 Steve Sakoman
2020-05-18 16:48 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=cover.1597028036.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.