From: "Anuj Mittal" <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org,
richard.purdie@linuxfoundation.org
Subject: [zeus][PATCH 00/25] zeus merge request - cover letter only
Date: Tue, 2 Jun 2020 12:14:01 +0800 [thread overview]
Message-ID: <cover.1591069557.git.anuj.mittal@intel.com> (raw)
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
reply other threads:[~2020-06-02 4:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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.1591069557.git.anuj.mittal@intel.com \
--to=anuj.mittal@intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.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