* [zeus][PATCH 00/25] zeus merge request - cover letter only
@ 2020-06-02 4:14 Anuj Mittal
0 siblings, 0 replies; only message in thread
From: Anuj Mittal @ 2020-06-02 4:14 UTC (permalink / raw)
To: openembedded-core, richard.purdie
Please consider merging these changes in zeus. Clean a-full on autobuilder.
Thanks,
Anuj
The following changes since commit b63955977ebbf9fba291faa1b30c8dba9bd52869:
resulttool/resultutils: Fix unicode error handling (2020-05-15 11:55:34 +0100)
are available in the git repository at:
git://push.openembedded.org/openembedded-core-contrib stable/zeus-next
Adrian Bunk (1):
wireless-regdb: Upgrade 2019.06.03 -> 2020.04.29
Alexander Kanavin (4):
gstreamer1.0-python: add a patch to fix python 3.8 builds
gst-validate: upgrade 1.16.1 -> 1.16.2
icu: update SRC_URI
strace: fix failing ptests
Anuj Mittal (10):
gstreamer1.0: upgrade 1.16.1 -> 1.16.2
gstreamer1.0-plugins-base: upgrade 1.16.1 -> 1.16.2
gstreamer1.0-plugins-good: upgrade 1.16.1 -> 1.16.2
gstreamer1.0-plugins-bad: upgrade 1.16.1 -> 1.16.2
gstreamer1.0-plugins-ugly: upgrade 1.16.1 -> 1.16.2
gstreamer1.0-libav: upgrade 1.16.1 -> 1.16.2
gstreamer1.0-omx: upgrade 1.16.1 -> 1.16.2
gstreamer1.0-python: upgrade 1.16.1 -> 1.16.2
gstreamer1.0-rtsp-server: upgrade 1.16.1 -> 1.16.2
gstreamer1.0-vaapi: upgrade 1.16.1 -> 1.16.2
Lee Chee Yang (3):
qemu: fix CVE-2020-11869
ghostscript : fix CVE-2019-10216
bind: fix CVE-2020-8616/7
Paul Barker (1):
avahi: Don't advertise example services by default
Richard Purdie (3):
oeqa/qemurunner: Clean up failure handling
targetcontrol: Fix leaking log handler
sstatesig: Optimise get_taskhash for hashequiv
Trevor Gamblin (1):
python3: fix CVE-2020-8492
Yann Dirson (1):
mesa: fix meson configure fix when 'dri' is excluded from
PACKAGECONFIG
Zhixiong Chi (1):
glibc: CVE-2020-1752
meta/lib/oe/sstatesig.py | 13 +-
meta/lib/oeqa/targetcontrol.py | 7 +-
meta/lib/oeqa/utils/qemurunner.py | 11 +-
meta/recipes-connectivity/avahi/avahi.inc | 5 +
.../bind/bind/CVE-2020-8616.patch | 206 +++++++++++++++++
.../bind/bind/CVE-2020-8617.patch | 29 +++
meta/recipes-connectivity/bind/bind_9.11.5-P4.bb | 2 +
meta/recipes-core/glibc/glibc/CVE-2020-1752.patch | 66 ++++++
meta/recipes-core/glibc/glibc_2.30.bb | 1 +
...VE-2020-8492-Fix-AbstractBasicAuthHandler.patch | 248 +++++++++++++++++++++
meta/recipes-devtools/python/python3_3.7.7.bb | 1 +
meta/recipes-devtools/qemu/qemu.inc | 1 +
.../qemu/qemu/CVE-2020-11869.patch | 97 ++++++++
.../strace/strace/Makefile-ptest.patch | 2 +-
meta/recipes-devtools/strace/strace/run-ptest | 7 +-
.../ghostscript/ghostscript/CVE-2019-10216.patch | 53 +++++
.../ghostscript/ghostscript_9.27.bb | 1 +
...0003-Allow-enable-DRI-without-DRI-drivers.patch | 2 +-
..._2019.06.03.bb => wireless-regdb_2020.04.29.bb} | 3 +-
...t-validate_1.16.1.bb => gst-validate_1.16.2.bb} | 4 +-
...ibav_1.16.1.bb => gstreamer1.0-libav_1.16.2.bb} | 4 +-
....0-omx_1.16.1.bb => gstreamer1.0-omx_1.16.2.bb} | 4 +-
....16.1.bb => gstreamer1.0-plugins-bad_1.16.2.bb} | 4 +-
...16.1.bb => gstreamer1.0-plugins-base_1.16.2.bb} | 4 +-
...16.1.bb => gstreamer1.0-plugins-good_1.16.2.bb} | 4 +-
...16.1.bb => gstreamer1.0-plugins-ugly_1.16.2.bb} | 4 +-
...01-meson.build-fix-builds-with-python-3.8.patch | 24 ++
...hon_1.16.1.bb => gstreamer1.0-python_1.16.2.bb} | 8 +-
....16.1.bb => gstreamer1.0-rtsp-server_1.16.2.bb} | 4 +-
...aapi_1.16.1.bb => gstreamer1.0-vaapi_1.16.2.bb} | 4 +-
...treamer1.0_1.16.1.bb => gstreamer1.0_1.16.2.bb} | 4 +-
meta/recipes-support/icu/icu_64.2.bb | 11 +-
32 files changed, 798 insertions(+), 40 deletions(-)
create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2020-8616.patch
create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2020-8617.patch
create mode 100644 meta/recipes-core/glibc/glibc/CVE-2020-1752.patch
create mode 100644 meta/recipes-devtools/python/files/0001-bpo-39503-CVE-2020-8492-Fix-AbstractBasicAuthHandler.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-11869.patch
create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-10216.patch
rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2019.06.03.bb => wireless-regdb_2020.04.29.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gst-validate_1.16.1.bb => gst-validate_1.16.2.bb} (87%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.16.1.bb => gstreamer1.0-libav_1.16.2.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.16.1.bb => gstreamer1.0-omx_1.16.2.bb} (93%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.16.1.bb => gstreamer1.0-plugins-bad_1.16.2.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.16.1.bb => gstreamer1.0-plugins-base_1.16.2.bb} (96%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.16.1.bb => gstreamer1.0-plugins-good_1.16.2.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.16.1.bb => gstreamer1.0-plugins-ugly_1.16.2.bb} (90%)
create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-python/0001-meson.build-fix-builds-with-python-3.8.patch
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.16.1.bb => gstreamer1.0-python_1.16.2.bb} (81%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.16.1.bb => gstreamer1.0-rtsp-server_1.16.2.bb} (88%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.16.1.bb => gstreamer1.0-vaapi_1.16.2.bb} (93%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.16.1.bb => gstreamer1.0_1.16.2.bb} (96%)
--
2.7.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-06-02 4:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-02 4:14 [zeus][PATCH 00/25] zeus merge request - cover letter only Anuj Mittal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox