From: Armin Kuster <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/16] Thud pull request
Date: Fri, 22 Mar 2019 18:24:33 -0700 [thread overview]
Message-ID: <cover.1553303619.git.akuster808@gmail.com> (raw)
Please consider these changes for Thud.
The following changes since commit fbb688ab3eeca1bbfbaaaaffd8c81fd8052bcc68:
mesa: ship /etc/drirc in mesa-megadriver (2019-03-05 22:24:06 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/thud-next
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/thud-next
Alexander Kanavin (1):
ca-certificates: upgrade 20180409 -> 20190110
André Draszik (1):
systemd: RDEPENDS on util-linux-umount
Changqing Li (1):
libsndfile1: Security fix CVE-2018-19432
Chen Qi (1):
target-sdk-provides-dummy: add more perl modules to avoid populate_sdk
failure
Douglas Royds (1):
libpam: libpamc is licensed under its own BSD-style licence
George McCollister (1):
systemd: fix CVE-2019-6454
Jonathan Rajotte-Julien (3):
lttng-ust: update to 2.10.3
lttng-modules: update to 2.10.9
lttng-tools: update to 2.9.11
Ming Liu (1):
rm_work: sort the value of do_build dependencies
Oleksandr Kravchuk (1):
target-sdk-provides-dummy: add perl-module-overload
Richard Purdie (3):
target-sdk-provides-dummy: Extend to -dev and -src packages
systemd: Update recent CVE patches
kernel: Ensure an initramfs is added if configured
Robert Yang (1):
send-error-report: Add --no-ssl to use http protocol
Ross Burton (1):
libpng: fix CVE-2019-7317
meta/classes/kernel.bbclass | 4 +-
meta/classes/rm_work.bbclass | 3 +-
.../recipes-core/meta/target-sdk-provides-dummy.bb | 14 ++
...-not-store-the-iovec-entry-for-process-co.patch | 6 +-
...ld-set-a-limit-on-the-number-of-fields-1k.patch | 56 ------
...nald-set-a-limit-on-the-number-of-fields.patch} | 93 +++++++--
...nal-fix-out-of-bounds-read-CVE-2018-16866.patch | 49 +++++
.../0027-journal-fix-syslog_parse_identifier.patch | 77 --------
...not-remove-multiple-spaces-after-identifi.patch | 84 ---------
.../systemd/systemd/CVE-2019-6454.patch | 210 +++++++++++++++++++++
...e-receive-an-invalid-dbus-message-ignore-.patch | 61 ++++++
meta/recipes-core/systemd/systemd_239.bb | 10 +-
meta/recipes-extended/pam/libpam_1.3.0.bb | 4 +-
...ose-sk-wmem-in-sock_exceed_buf_limit-trac.patch | 67 -------
...g-modules_2.10.7.bb => lttng-modules_2.10.9.bb} | 5 +-
...ow-multiple-attempts-to-connect-to-relayd.patch | 17 +-
...{lttng-tools_2.9.5.bb => lttng-tools_2.9.11.bb} | 4 +-
.../{lttng-ust_2.10.1.bb => lttng-ust_2.10.3.bb} | 4 +-
.../libpng/libpng/CVE-2019-7317.patch | 20 ++
meta/recipes-multimedia/libpng/libpng_1.6.36.bb | 3 +-
.../libsndfile/libsndfile1/CVE-2018-19432.patch | 115 +++++++++++
.../libsndfile/libsndfile1_1.0.28.bb | 1 +
...tes_20180409.bb => ca-certificates_20190110.bb} | 2 +-
scripts/send-error-report | 11 +-
24 files changed, 586 insertions(+), 334 deletions(-)
delete mode 100644 meta/recipes-core/systemd/systemd/0025-journald-set-a-limit-on-the-number-of-fields-1k.patch
rename meta/recipes-core/systemd/systemd/{0026-journal-remote-set-a-limit-on-the-number-of-fields-i.patch => 0025-journald-set-a-limit-on-the-number-of-fields.patch} (47%)
create mode 100644 meta/recipes-core/systemd/systemd/0026-journal-fix-out-of-bounds-read-CVE-2018-16866.patch
delete mode 100644 meta/recipes-core/systemd/systemd/0027-journal-fix-syslog_parse_identifier.patch
delete mode 100644 meta/recipes-core/systemd/systemd/0028-journal-do-not-remove-multiple-spaces-after-identifi.patch
create mode 100644 meta/recipes-core/systemd/systemd/CVE-2019-6454.patch
create mode 100644 meta/recipes-core/systemd/systemd/sd-bus-if-we-receive-an-invalid-dbus-message-ignore-.patch
delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-Fix-net-expose-sk-wmem-in-sock_exceed_buf_limit-trac.patch
rename meta/recipes-kernel/lttng/{lttng-modules_2.10.7.bb => lttng-modules_2.10.9.bb} (85%)
rename meta/recipes-kernel/lttng/{lttng-tools_2.9.5.bb => lttng-tools_2.9.11.bb} (97%)
rename meta/recipes-kernel/lttng/{lttng-ust_2.10.1.bb => lttng-ust_2.10.3.bb} (90%)
create mode 100644 meta/recipes-multimedia/libpng/libpng/CVE-2019-7317.patch
create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2018-19432.patch
rename meta/recipes-support/ca-certificates/{ca-certificates_20180409.bb => ca-certificates_20190110.bb} (98%)
--
2.7.4
reply other threads:[~2019-03-23 1:24 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.1553303619.git.akuster808@gmail.com \
--to=akuster808@gmail.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 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.