Date
1 - 1 of 1
[kirkstone 00/21] Pull request (cover letter only)
Steve Sakoman
The following changes since commit 8b41b5d2e423636942e34723ad940f6f143640c9:
vala: Fix install conflict when enable multilib. (2023-03-14 05:40:43 -1000) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-next Hongxu Jia (1): pkgconf: fix CVE-2023-24056 Joe Slater (1): python3: fix CVE-2023-24329 Kai Kang (1): python3-git: fix indent error Kenfe-Mickael Laventure (3): buildtools-tarball: Handle spaces within user $PATH toolchain-scripts: Handle spaces within user $PATH populate_sdk_ext: Handle spaces within user $PATH Michael Halstead (1): selftest/runtime_test/virgl: Disable for all Rocky Linux Mingli Yu (3): mdadm: Fix testcase 06wrmostly mdadm: fix tests/02lineargrow mdadm: Fix raid0 tests Richard Purdie (5): staging: Separate out different multiconfig manifests staging/multilib: Fix manifest corruption glibc: Add missing binutils dependency selftest/recipetool: Stop test corrupting tinfoil class base-files: Drop localhost.localdomain from hosts file Ross Burton (2): vim: upgrade to 9.0.1403 vim: set modified-by to the recipe MAINTAINER Trevor Woerner (3): cups: use BUILDROOT instead of DESTDIR cups: check PACKAGECONFIG for pam feature cups: add/fix web interface packaging Wang Mingyu (1): dhcpcd: Fix install conflict when enable multilib. meta/classes/multilib.bbclass | 1 + meta/classes/populate_sdk_ext.bbclass | 2 +- meta/classes/staging.bbclass | 4 + meta/classes/toolchain-scripts.bbclass | 2 +- meta/lib/oeqa/selftest/cases/recipetool.py | 5 +- meta/lib/oeqa/selftest/cases/runtime_test.py | 3 +- .../dhcpcd/dhcpcd_9.4.1.bb | 1 + ...-conflict-error-when-enable-multilib.patch | 46 ++++++++ meta/recipes-core/base-files/base-files/hosts | 2 +- meta/recipes-core/glibc/glibc.inc | 4 +- meta/recipes-core/meta/buildtools-tarball.bb | 2 +- ...nd-stop-string-processing-on-truncat.patch | 75 +++++++++++++ .../recipes-devtools/pkgconf/pkgconf_1.8.0.bb | 1 + ...-git-CVE-2022-24439-fix-from-PR-1521.patch | 2 +- .../python/python3/cve-2023-24329.patch | 50 +++++++++ .../recipes-devtools/python/python3_3.10.9.bb | 1 + meta/recipes-extended/cups/cups.inc | 16 ++- ...-Fix-optional-write-behind-parameter.patch | 45 ++++++++ ...d-a-test-that-validates-raid0-with-l.patch | 41 +++++++ ...-Run-udevadm-settle-before-setting-r.patch | 39 +++++++ ...ow-clear-the-superblock-at-every-ite.patch | 33 ++++++ ...metadata-avoid-passing-chunk-size-to.patch | 41 +++++++ ...ts-fix-raid0-tests-for-0.90-metadata.patch | 102 ++++++++++++++++++ meta/recipes-extended/mdadm/mdadm_4.2.bb | 6 ++ meta/recipes-support/vim/vim.inc | 8 +- 25 files changed, 511 insertions(+), 21 deletions(-) create mode 100644 meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch create mode 100644 meta/recipes-devtools/pkgconf/pkgconf/0001-tuple-test-for-and-stop-string-processing-on-truncat.patch create mode 100644 meta/recipes-devtools/python/python3/cve-2023-24329.patch create mode 100644 meta/recipes-extended/mdadm/files/0001-mdadm-Fix-optional-write-behind-parameter.patch create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-00raid0-add-a-test-that-validates-raid0-with-l.patch create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-00readonly-Run-udevadm-settle-before-setting-r.patch create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-02lineargrow-clear-the-superblock-at-every-ite.patch create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-04update-metadata-avoid-passing-chunk-size-to.patch create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-fix-raid0-tests-for-0.90-metadata.patch -- 2.34.1 |
|