* [gatesgarth][PATCH 00/30] pull request (cover letter only)
@ 2021-01-12 1:29 Anuj Mittal
0 siblings, 0 replies; 2+ messages in thread
From: Anuj Mittal @ 2021-01-12 1:29 UTC (permalink / raw)
To: richard.purdie, openembedded-core
Please merge these changes in gatesgarth.
Thanks,
Anuj
The following changes since commit a2eebe92daf0e0fb11422ea17f7029aeab2bcb9e:
apr-util: Only specify --with-dbm=gdbm if gdbm support is enabled (2020-12-28 09:53:26 +0800)
are available in the Git repository at:
git://push.openembedded.org/openembedded-core-contrib stable/gatesgarth-next
Alexander Kanavin (1):
devtool: gitsm:// should be handled same as git:// in upgrades
Bruce Ashfield (8):
linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y'
linux-yocto/5.4: update to v5.4.82
linux-yocto/cfg: qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT
linux-yocto/5.4: update to v5.4.83
linux-yocto/5.8/cfg: fix -tiny warnings
linux-yocto/5.4/cfg: fix -tiny warnings
linux-yocto/5.4/cfg: fix FIRMWARE_LOADER warnings
linux-yocto/5.4: update to v5.4.85
Changqing Li (1):
libexif: fix CVE-2020-0198; CVE-2020-0452
Khem Raj (1):
initscripts: use quotes for shell variable comparision
Lee Chee Yang (2):
glib-2.0: fix CVE-2020-35457
wic/direct/kparser: ensure fsuuid for vfat and msdos align with format
Li Wang (2):
qemu: CVE-2020-25723
qemu: CVE-2020-28916
Nathan Rossi (1):
coreutils: enable xattrs by default for nativesdk
Ovidiu Panait (2):
timezone: upgrade to 2020e
timezone: upgrade to 2020f
Paul Barker (1):
bitbake.conf: Prevent pyc file generation in pseudo context
Peter Kjellerstedt (3):
lib/oe/path: Add canonicalize()
bitbake.conf: Canonicalize paths in PSEUDO_IGNORE_PATHS
wic: Pass canonicalized paths in PSEUDO_IGNORE_PATHS
Richard Purdie (3):
grub: Further reproducibility fix
man-db: Fix reproducibility issue
oeqa/commands: Ensure sync can be found regardless of PATH
Robert Joslyn (1):
openssl: Update to 1.1.1i
Ross Burton (1):
diffstat: point the license checksum at the license
Scott Murray (2):
grub: fix "CVE:" line in one of the patches
patch: fix CVE-2019-20633
Steve Sakoman (1):
oeqa/selftest/cases/devtool.py: fix typo in ignore_patterns call
meta-selftest/lib/pseudo_pyc_test1.py | 1 +
meta-selftest/lib/pseudo_pyc_test2.py | 1 +
.../pseudo-pyc-test/pseudo-pyc-test.bb | 15 +++++
meta/conf/bitbake.conf | 6 +-
meta/lib/oe/path.py | 21 ++++++
meta/lib/oeqa/selftest/cases/devtool.py | 2 +-
meta/lib/oeqa/selftest/cases/pseudo.py | 27 ++++++++
meta/lib/oeqa/utils/commands.py | 3 +
...low-checking-primitives-where-we-do-.patch | 2 +-
meta/recipes-bsp/grub/files/determinism.patch | 16 +++++
.../{openssl_1.1.1g.bb => openssl_1.1.1i.bb} | 2 +-
meta/recipes-core/coreutils/coreutils_8.32.bb | 3 +
.../glib-2.0/glib-2.0/CVE-2020-35457.patch | 41 ++++++++++++
meta/recipes-core/glib-2.0/glib-2.0_2.64.5.bb | 1 +
.../initscripts/initscripts-1.0/checkroot.sh | 2 +-
.../diffstat/diffstat_1.63.bb | 4 +-
.../patch/patch/CVE-2019-20633.patch | 31 +++++++++
meta/recipes-devtools/patch/patch_2.7.6.bb | 1 +
meta/recipes-devtools/qemu/qemu.inc | 2 +
.../qemu/qemu/CVE-2020-25723.patch | 51 ++++++++++++++
.../qemu/qemu/CVE-2020-28916.patch | 49 ++++++++++++++
meta/recipes-extended/man-db/man-db_2.9.3.bb | 1 +
meta/recipes-extended/timezone/timezone.inc | 6 +-
.../linux/linux-yocto-rt_5.4.bb | 6 +-
.../linux/linux-yocto-rt_5.8.bb | 2 +-
.../linux/linux-yocto-tiny_5.4.bb | 8 +--
.../linux/linux-yocto-tiny_5.8.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +++----
meta/recipes-kernel/linux/linux-yocto_5.8.bb | 2 +-
.../libexif/files/CVE-2020-0198.patch | 66 +++++++++++++++++++
.../libexif/files/CVE-2020-0452.patch | 39 +++++++++++
.../recipes-support/libexif/libexif_0.6.22.bb | 2 +
scripts/lib/devtool/upgrade.py | 4 +-
scripts/lib/wic/ksparser.py | 17 +++++
scripts/lib/wic/partition.py | 12 +++-
scripts/lib/wic/plugins/imager/direct.py | 7 ++
36 files changed, 440 insertions(+), 37 deletions(-)
create mode 100644 meta-selftest/lib/pseudo_pyc_test1.py
create mode 100644 meta-selftest/lib/pseudo_pyc_test2.py
create mode 100644 meta-selftest/recipes-test/pseudo-pyc-test/pseudo-pyc-test.bb
create mode 100644 meta/lib/oeqa/selftest/cases/pseudo.py
rename meta/recipes-connectivity/openssl/{openssl_1.1.1g.bb => openssl_1.1.1i.bb} (98%)
create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2020-35457.patch
create mode 100644 meta/recipes-devtools/patch/patch/CVE-2019-20633.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-25723.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-28916.patch
create mode 100644 meta/recipes-support/libexif/files/CVE-2020-0198.patch
create mode 100644 meta/recipes-support/libexif/files/CVE-2020-0452.patch
--
2.29.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gatesgarth][PATCH 00/30] pull request (cover letter only)
@ 2021-02-25 4:04 Anuj Mittal
0 siblings, 0 replies; 2+ messages in thread
From: Anuj Mittal @ 2021-02-25 4:04 UTC (permalink / raw)
To: openembedded-core
Please merge these changes in gatesgarth.
Thanks,
Anuj
The following changes since commit ebaaee50cb3ac75112827f935c48affaf622ce7f:
build-appliance-image: Update to gatesgarth head revision (2021-02-16 11:44:29 +0000)
are available in the Git repository at:
git://push.openembedded.org/openembedded-core-contrib stable/gatesgarth-next
Chee Yang Lee (1):
initrdscripts: init-install-efi.sh install extra files for ESP
Dorinda (1):
oe-pkgdata-util: Check if environment script is initialized
Joshua Watt (7):
libomxil: Fix up commercial license flag
weston: remoting backend requires GStreamer base plugins
oeqa: reproducible: Fix SSTATE_MIRRORS variable
oeqa: reproducible: Add more logging
systemd: Re-enable chvt as non-root user without polkit
bison: Fix up file name mapping
acpica: Fix reproducibility issues
Khem Raj (1):
tcf-agent: Fix build on riscv32
Lee Chee Yang (3):
wic: debug mode to keep tmp directory
qemu: fix CVE-2020-29443 CVE-2020-35517
openssh: fix CVE-2020-14145
Marek Vasut (1):
weston-init: Fix weston-keyboard path in weston.ini
Richard Leitner (1):
deb: export INTERCEPT_DIR for remove actions
Richard Purdie (13):
pseudo: Update for rename and faccessat fixes
pseudo: Update to include fixes for glibc 2.33
opkg: Fix build reproducibility issue
opkg: Fix patch glitches
cwautomacros: Ensure version is set deterministically
vim: Improve determinism
vim: Fix a race over creation of the desktop files
package_manager/deb: Fix image generation with package removal
quilt: Be determnistic about column presence
buildtools-extended-tarball: Add glibc-gconvs needed for build
watchdog: Fix determinism issue from sendmail host path
watchdog: Avoid reproducibility failures after fixing build
xmlto: Fix reproducibility
Vivien Didelot (1):
local.conf.sample.extended: fix double 'of' typo
akuster (1):
connman: update to 1.39
meta/conf/local.conf.sample.extended | 2 +-
meta/lib/oe/package_manager/deb/__init__.py | 6 +
meta/lib/oeqa/selftest/cases/reproducible.py | 5 +-
meta/lib/oeqa/selftest/cases/wic.py | 2 +
.../{connman_1.38.bb => connman_1.39.bb} | 3 +-
.../openssh/openssh/CVE-2020-14145.patch | 90 +++++++
.../openssh/openssh_8.3p1.bb | 1 +
.../initrdscripts/files/init-install-efi.sh | 5 +
.../meta/buildtools-extended-tarball.bb | 10 +
...chvt-as-non-root-user-without-polkit.patch | 227 ++++++++++++++++++
meta/recipes-core/systemd/systemd_246.9.bb | 1 +
...001-Use-mapped-file-name-for-symbols.patch | 62 +++++
meta/recipes-devtools/bison/bison_3.7.2.bb | 1 +
.../opkg/opkg/sourcedateepoch.patch | 24 ++
meta/recipes-devtools/opkg/opkg_0.4.3.bb | 1 +
meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +-
meta/recipes-devtools/qemu/qemu.inc | 2 +
.../qemu/qemu/CVE-2020-29443.patch | 46 ++++
.../qemu/qemu/CVE-2020-35517.patch | 126 ++++++++++
meta/recipes-devtools/quilt/quilt.inc | 2 +-
.../tcf-agent/tcf-agent_git.bb | 1 +
meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 2 +-
.../acpica/acpica_20200717.bb | 2 +
.../cwautomacros/cwautomacros_20110201.bb | 2 +-
.../watchdog/watchdog_5.16.bb | 6 +
.../wayland/weston-init/weston.ini | 2 +-
meta/recipes-graphics/wayland/weston_9.0.0.bb | 2 +-
.../libomxil/libomxil_0.9.3.bb | 6 +-
meta/recipes-support/vim/files/racefix.patch | 33 +++
meta/recipes-support/vim/vim.inc | 3 +
scripts/lib/wic/plugins/imager/direct.py | 6 +-
scripts/oe-pkgdata-util | 3 +
32 files changed, 673 insertions(+), 13 deletions(-)
rename meta/recipes-connectivity/connman/{connman_1.38.bb => connman_1.39.bb} (78%)
create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2020-14145.patch
create mode 100644 meta/recipes-core/systemd/systemd/0001-logind-Restore-chvt-as-non-root-user-without-polkit.patch
create mode 100644 meta/recipes-devtools/bison/bison/0001-Use-mapped-file-name-for-symbols.patch
create mode 100644 meta/recipes-devtools/opkg/opkg/sourcedateepoch.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-29443.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-35517.patch
create mode 100644 meta/recipes-support/vim/files/racefix.patch
--
2.29.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-25 4:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-12 1:29 [gatesgarth][PATCH 00/30] pull request (cover letter only) Anuj Mittal
-- strict thread matches above, loose matches on Subject: below --
2021-02-25 4:04 Anuj Mittal
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.