Please have comments back by Monday.
The following changes since commit d3d3f443039b03f1200a14bfe99f985592632018: build-appliance-image: Update to thud head revision (2019-08-01 11:58:11 +0100) 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): buildhistory: call a dependency parser only on actual dependency lists Andrii Bordunov via Openembedded-core (4): curl: fix CVE-2018-16890 CVE-2019-3822 CVE-2019-3823 dbus: fix CVE-2019-12749 glib-2.0: fix CVE-2019-13012 libcomps: fix CVE-2019-3817 Anuj Mittal (2): patch: fix CVE-2019-13636 python3: fix CVE-2019-9740 Bartosz Golaszewski (1): qemu: add a patch fixing the native build on newer kernels meta/lib/oe/buildhistory_analysis.py | 2 +- meta/recipes-core/dbus/dbus/CVE-2019-12749.patch | 127 ++++++++ meta/recipes-core/dbus/dbus_1.12.10.bb | 1 + .../glib-2.0/glib-2.0/CVE-2019-13012.patch | 47 +++ meta/recipes-core/glib-2.0/glib-2.0_2.58.0.bb | 1 + .../libcomps/libcomps/CVE-2019-3817.patch | 97 ++++++ meta/recipes-devtools/libcomps/libcomps_git.bb | 1 + .../patch/patch/CVE-2019-13636.patch | 113 +++++++ meta/recipes-devtools/patch/patch_2.7.6.bb | 1 + .../python/python3/CVE-2019-9740.patch | 155 ++++++++++ meta/recipes-devtools/python/python3_3.5.6.bb | 1 + ...error-messages-when-qemi_cpu_kick_thread-.patch | 19 +- ...fix-to-handle-variably-sized-SIOCGSTAMP-w.patch | 336 +++++++++++++++++++++ meta/recipes-devtools/qemu/qemu_3.0.0.bb | 1 + .../recipes-support/curl/curl/CVE-2018-16890.patch | 50 +++ meta/recipes-support/curl/curl/CVE-2019-3822.patch | 47 +++ meta/recipes-support/curl/curl/CVE-2019-3823.patch | 55 ++++ meta/recipes-support/curl/curl_7.61.0.bb | 3 + 18 files changed, 1046 insertions(+), 11 deletions(-) create mode 100644 meta/recipes-core/dbus/dbus/CVE-2019-12749.patch create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2019-13012.patch create mode 100644 meta/recipes-devtools/libcomps/libcomps/CVE-2019-3817.patch create mode 100644 meta/recipes-devtools/patch/patch/CVE-2019-13636.patch create mode 100644 meta/recipes-devtools/python/python3/CVE-2019-9740.patch create mode 100644 meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch create mode 100644 meta/recipes-support/curl/curl/CVE-2018-16890.patch create mode 100644 meta/recipes-support/curl/curl/CVE-2019-3822.patch create mode 100644 meta/recipes-support/curl/curl/CVE-2019-3823.patch -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
