From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][nanbield 00/12] Patch review
Date: Thu, 11 Jan 2024 06:27:13 -1000 [thread overview]
Message-ID: <cover.1704990330.git.steve@sakoman.com> (raw)
Please review this set of changes for nanbield and have comments back by
end of day Monday, January 15
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6437
The following changes since commit ff595b937d37d2315386aebf315cea719e2362ea:
build-appliance-image: Update to nanbield head revision (2024-01-04 04:13:37 -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
Jason Andryuk (3):
linux-firmware: Package iwlwifi .pnvm files
linux-firmware: Change bnx2 packaging
linux-firmware: Create bnx2x subpackage
Joao Marcos Costa (1):
documentation.conf: fix do_menuconfig description
Jose Quaresma (2):
go: update 1.20.10 -> 1.20.11
go: update 1.20.11 -> 1.20.12
Khem Raj (1):
tiff: Backport fixes for CVE-2023-6277
Massimiliano Minella (1):
zstd: fix LICENSE statement
Richard Purdie (1):
pseudo: Update to pull in syncfs probe fix
Ross Burton (1):
avahi: update URL for new project location
Xiangyu Chen (1):
shadow: Fix for CVE-2023-4641
Zahir Hussain (1):
cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
meta/conf/documentation.conf | 2 +-
meta/recipes-connectivity/avahi/avahi_0.8.bb | 5 +-
.../cmake/cmake/OEToolchainConfig.cmake | 3 +
.../go/{go-1.20.10.inc => go-1.20.12.inc} | 2 +-
...1.20.10.bb => go-binary-native_1.20.12.bb} | 6 +-
....20.10.bb => go-cross-canadian_1.20.12.bb} | 0
...o-cross_1.20.10.bb => go-cross_1.20.12.bb} | 0
...ssdk_1.20.10.bb => go-crosssdk_1.20.12.bb} | 0
...native_1.20.10.bb => go-native_1.20.12.bb} | 0
...ntime_1.20.10.bb => go-runtime_1.20.12.bb} | 0
.../go/{go_1.20.10.bb => go_1.20.12.bb} | 0
meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +-
.../shadow/files/CVE-2023-4641.patch | 147 ++++++++++++++++
meta/recipes-extended/shadow/shadow.inc | 1 +
meta/recipes-extended/zstd/zstd_1.5.5.bb | 2 +-
.../linux-firmware/linux-firmware_20231030.bb | 26 ++-
...277-Apply-1-suggestion-s-to-1-file-s.patch | 27 +++
...ompare-data-size-of-some-tags-data-2.patch | 36 ++++
...-compare-data-size-of-some-tags-data.patch | 162 ++++++++++++++++++
meta/recipes-multimedia/libtiff/tiff_4.6.0.bb | 3 +
20 files changed, 408 insertions(+), 16 deletions(-)
rename meta/recipes-devtools/go/{go-1.20.10.inc => go-1.20.12.inc} (89%)
rename meta/recipes-devtools/go/{go-binary-native_1.20.10.bb => go-binary-native_1.20.12.bb} (78%)
rename meta/recipes-devtools/go/{go-cross-canadian_1.20.10.bb => go-cross-canadian_1.20.12.bb} (100%)
rename meta/recipes-devtools/go/{go-cross_1.20.10.bb => go-cross_1.20.12.bb} (100%)
rename meta/recipes-devtools/go/{go-crosssdk_1.20.10.bb => go-crosssdk_1.20.12.bb} (100%)
rename meta/recipes-devtools/go/{go-native_1.20.10.bb => go-native_1.20.12.bb} (100%)
rename meta/recipes-devtools/go/{go-runtime_1.20.10.bb => go-runtime_1.20.12.bb} (100%)
rename meta/recipes-devtools/go/{go_1.20.10.bb => go_1.20.12.bb} (100%)
create mode 100644 meta/recipes-extended/shadow/files/CVE-2023-4641.patch
create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2023-6277-Apply-1-suggestion-s-to-1-file-s.patch
create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data-2.patch
create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch
--
2.34.1
next reply other threads:[~2024-01-11 16:27 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-11 16:27 Steve Sakoman [this message]
2024-01-11 16:27 ` [OE-core][nanbield 01/12] shadow: Fix for CVE-2023-4641 Steve Sakoman
2024-01-11 16:27 ` [OE-core][nanbield 02/12] tiff: Backport fixes for CVE-2023-6277 Steve Sakoman
2024-01-11 16:27 ` [OE-core][nanbield 03/12] go: update 1.20.10 -> 1.20.11 Steve Sakoman
2024-01-11 16:27 ` [OE-core][nanbield 04/12] go: update 1.20.11 -> 1.20.12 Steve Sakoman
2024-01-11 16:27 ` [OE-core][nanbield 05/12] linux-firmware: Package iwlwifi .pnvm files Steve Sakoman
2024-01-11 16:27 ` [OE-core][nanbield 06/12] linux-firmware: Change bnx2 packaging Steve Sakoman
2024-01-11 16:27 ` [OE-core][nanbield 07/12] linux-firmware: Create bnx2x subpackage Steve Sakoman
2024-01-11 16:27 ` [OE-core][nanbield 08/12] documentation.conf: fix do_menuconfig description Steve Sakoman
2024-01-11 16:27 ` [OE-core][nanbield 09/12] cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES Steve Sakoman
2024-01-11 16:27 ` [OE-core][nanbield 10/12] avahi: update URL for new project location Steve Sakoman
2024-01-11 16:27 ` [OE-core][nanbield 11/12] zstd: fix LICENSE statement Steve Sakoman
2024-01-11 16:27 ` [OE-core][nanbield 12/12] pseudo: Update to pull in syncfs probe fix Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2024-01-24 14:01 [OE-core][nanbield 00/12] Patch review 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.1704990330.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