Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][nanbield 00/15] Patch review
Date: Sat,  3 Feb 2024 09:14:27 -1000	[thread overview]
Message-ID: <cover.1706987549.git.steve@sakoman.com> (raw)

Please review this set of changes for nanbield and have comments back by
end of day Tuesday, February 6

Passed a-full on autobuilder:

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

The following changes since commit a27983e0b6bde730fe501c9931119bf18b2c376b:

  package.py: OEHasPackage: Add MLPREFIX to packagename (2024-01-26 04:58:49 -1000)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/nanbield-nut
  https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/nanbield-nut

Alexander Kanavin (2):
  glibc-y2038-tests: do not run tests using 32 bit time APIs
  icon-naming-utils: take tarball from debian

Khem Raj (1):
  tcl: Fix prepending to run-ptest script

Ming Liu (2):
  grub: fs/fat: Don't error when mtime is 0
  qemu.bbclass: fix a python TypeError

Peter Marko (2):
  sqlite3: upgrade 3.43.1 -> 3.43.2
  sqlite: drop obsolete CVE ignore

Richard Purdie (1):
  curl: Disable test 1091 due to intermittent failures

Rodrigo M. Duarte (1):
  linux-firmware: Fix the linux-firmware-bcm4373 FILES variable

Simone Weiß (1):
  glibc: Set status for CVE-2023-5156 & CVE-2023-0687

Trevor Gamblin (1):
  scripts/runqemu: fix regex escape sequences

Wang Mingyu (2):
  gstreamer1.0: upgrade 1.22.7 -> 1.22.8
  aspell: upgrade 0.60.8 -> 0.60.8.1

William Lyu (1):
  elfutils: Update license information

Yang Xu (1):
  rootfs.py: check depmodwrapper execution result

 ...pell_0.60.8.bbappend => aspell_%.bbappend} |   0
 meta/classes-recipe/qemu.bbclass              |   2 +-
 meta/lib/oe/rootfs.py                         |   3 +-
 ...1-fs-fat-Don-t-error-when-mtime-is-0.patch |  70 ++++++++++++
 meta/recipes-bsp/grub/grub2.inc               |   1 +
 meta/recipes-core/glibc/glibc-version.inc     |   2 +
 meta/recipes-core/glibc/glibc/run-ptest       |  12 +--
 .../elfutils/elfutils_0.189.bb                |  19 ++--
 meta/recipes-devtools/tcltk/tcl_8.6.13.bb     |   2 +-
 .../linux-firmware/linux-firmware_20231030.bb |   1 +
 ...tools_1.22.7.bb => gst-devtools_1.22.8.bb} |   2 +-
 ...1.22.7.bb => gstreamer1.0-libav_1.22.8.bb} |   2 +-
 ...x_1.22.7.bb => gstreamer1.0-omx_1.22.8.bb} |   2 +-
 ....bb => gstreamer1.0-plugins-bad_1.22.8.bb} |   2 +-
 ...bb => gstreamer1.0-plugins-base_1.22.8.bb} |   2 +-
 ...bb => gstreamer1.0-plugins-good_1.22.8.bb} |   2 +-
 ...bb => gstreamer1.0-plugins-ugly_1.22.8.bb} |   2 +-
 ....22.7.bb => gstreamer1.0-python_1.22.8.bb} |   2 +-
 ....bb => gstreamer1.0-rtsp-server_1.22.8.bb} |   2 +-
 ...1.22.7.bb => gstreamer1.0-vaapi_1.22.8.bb} |   2 +-
 ...er1.0_1.22.7.bb => gstreamer1.0_1.22.8.bb} |   2 +-
 .../icon-naming-utils_0.8.90.bb               |   4 +-
 .../{aspell_0.60.8.bb => aspell_0.60.8.1.bb}  |   7 +-
 .../aspell/files/CVE-2019-25051.patch         | 101 ------------------
 meta/recipes-support/curl/curl/disable-tests  |   2 +
 .../{sqlite3_3.43.1.bb => sqlite3_3.43.2.bb}  |   5 +-
 scripts/runqemu                               |   8 +-
 27 files changed, 115 insertions(+), 146 deletions(-)
 rename meta-selftest/recipes-test/aspell/{aspell_0.60.8.bbappend => aspell_%.bbappend} (100%)
 create mode 100644 meta/recipes-bsp/grub/files/0001-fs-fat-Don-t-error-when-mtime-is-0.patch
 rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.22.7.bb => gst-devtools_1.22.8.bb} (95%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.22.7.bb => gstreamer1.0-libav_1.22.8.bb} (91%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.22.7.bb => gstreamer1.0-omx_1.22.8.bb} (95%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.22.7.bb => gstreamer1.0-plugins-bad_1.22.8.bb} (98%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.22.7.bb => gstreamer1.0-plugins-base_1.22.8.bb} (98%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.22.7.bb => gstreamer1.0-plugins-good_1.22.8.bb} (97%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.22.7.bb => gstreamer1.0-plugins-ugly_1.22.8.bb} (94%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.22.7.bb => gstreamer1.0-python_1.22.8.bb} (91%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.22.7.bb => gstreamer1.0-rtsp-server_1.22.8.bb} (90%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.22.7.bb => gstreamer1.0-vaapi_1.22.8.bb} (95%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.22.7.bb => gstreamer1.0_1.22.8.bb} (97%)
 rename meta/recipes-support/aspell/{aspell_0.60.8.bb => aspell_0.60.8.1.bb} (83%)
 delete mode 100644 meta/recipes-support/aspell/files/CVE-2019-25051.patch
 rename meta/recipes-support/sqlite/{sqlite3_3.43.1.bb => sqlite3_3.43.2.bb} (48%)

-- 
2.34.1



             reply	other threads:[~2024-02-03 19:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-03 19:14 Steve Sakoman [this message]
2024-02-03 19:14 ` [OE-core][nanbield 01/15] glibc: Set status for CVE-2023-5156 & CVE-2023-0687 Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 02/15] gstreamer1.0: upgrade 1.22.7 -> 1.22.8 Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 03/15] aspell: upgrade 0.60.8 -> 0.60.8.1 Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 04/15] sqlite3: upgrade 3.43.1 -> 3.43.2 Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 05/15] sqlite: drop obsolete CVE ignore Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 06/15] curl: Disable test 1091 due to intermittent failures Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 07/15] scripts/runqemu: fix regex escape sequences Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 08/15] glibc-y2038-tests: do not run tests using 32 bit time APIs Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 09/15] grub: fs/fat: Don't error when mtime is 0 Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 10/15] elfutils: Update license information Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 11/15] qemu.bbclass: fix a python TypeError Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 12/15] icon-naming-utils: take tarball from debian Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 13/15] linux-firmware: Fix the linux-firmware-bcm4373 FILES variable Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 14/15] rootfs.py: check depmodwrapper execution result Steve Sakoman
2024-02-03 19:14 ` [OE-core][nanbield 15/15] tcl: Fix prepending to run-ptest script 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.1706987549.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