[oe-commits] [openembedded-core] branch master updated (ee80a06 -> ddd2c56)

git at git.openembedded.org git at git.openembedded.org
Fri Nov 29 17:44:03 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository openembedded-core.

    from ee80a06  python3-testtools: Avoid traceback2 module requirement
     new 8ae998f  machine/arch-riscv: Fix newlib and baremetal builds
     new 5e45040  multilib.bbclass: fix qa warning of kernel-devicetree
     new b879fe7  gcc-9.2: Update the relocation patch to add PREFIX/EXEC_PREFIX
     new 84a78f4  gcc-cross.inc: Prevent native sysroot from leaking into configargs.h
     new b40497f  pango: upgrade 1.44.6 -> 1.44.7
     new 081f1e0  gdk-pixbuf: upgrade 2.38.2 -> 2.40.0
     new f6136b2  libidn2: upgrade 2.2.0 -> 2.3.0
     new f6164cc  python-native: add python-misc-native to RPROVIDES
     new 95c6a11  python3: add python3-misc-native to RPROVIDES
     new d274a3d  python: no need to add HOSTPGEN
     new c4ae091  python: move make override variables to EXTRA_OEMAKE
     new 1e0ef76  python: package .pyo files too
     new f49077a  python: restore bytecode optimisation
     new 2608044  python: use correct autotools variables
     new 1ede977  python: use PYTHON_FOR_BUILD, don't add HOSTPYTHON
     new a1c227a  acpica: correct flex/bison deps, add explicit m4-native dep
     new 8a5fdac  dosfstools: fix CP437 error from `dosfsck -l`
     new afef293  ghostscript: fix for CVE-2019-14811 is same as CVE-2019-14813
     new 5ac52e7  nasm: fix CVE-2019-14248
     new b4d4f70  glibc: fix CVE-2019-19126
     new 422bef7  libarchive: fix CVE-2019-19221
     new ddd2c56  insane: fix GitHub /archive/ test

The 22 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/insane.bbclass                        |   6 +-
 meta/classes/multilib.bbclass                      |   9 +-
 meta/conf/machine/include/riscv/arch-riscv.inc     |   5 +
 meta/recipes-core/glibc/glibc/CVE-2019-19126.patch |  32 ++++
 meta/recipes-core/glibc/glibc_2.30.bb              |   1 +
 meta/recipes-devtools/dosfstools/dosfstools_4.1.bb |   3 +
 ...-handle-sysroot-support-for-nativesdk-gcc.patch | 185 ++++++++++++++++++---
 meta/recipes-devtools/gcc/gcc-cross.inc            |   7 +
 meta/recipes-devtools/gcc/gcc-runtime.inc          |   4 -
 .../nasm/nasm/CVE-2019-14248.patch                 |  43 +++++
 meta/recipes-devtools/nasm/nasm_2.14.02.bb         |   1 +
 .../python/python-native_2.7.17.bb                 |   3 +
 .../01-use-proper-tools-for-cross-build.patch      |  51 ------
 .../python/fix_for_using_different_libdir.patch    |  16 +-
 meta/recipes-devtools/python/python3_3.7.5.bb      |   3 +
 meta/recipes-devtools/python/python_2.7.17.bb      |  41 ++---
 meta/recipes-extended/acpica/acpica_20191018.bb    |   2 +-
 .../ghostscript/CVE-2019-14811-0001.patch          |   1 +
 .../libarchive/libarchive/CVE-2019-19221.patch     | 101 +++++++++++
 .../libarchive/libarchive_3.4.0.bb                 |   1 +
 .../libidn/{libidn2_2.2.0.bb => libidn2_2.3.0.bb}  |   4 +-
 .../gdk-pixbuf/gdk-pixbuf/missing-test-data.patch  |  30 ++++
 .../{gdk-pixbuf_2.38.2.bb => gdk-pixbuf_2.40.0.bb} |   5 +-
 ...001-Skip-thai-break-tests-without-libthai.patch |  36 ----
 .../pango/{pango_1.44.6.bb => pango_1.44.7.bb}     |   5 +-
 25 files changed, 431 insertions(+), 164 deletions(-)
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2019-19126.patch
 create mode 100644 meta/recipes-devtools/nasm/nasm/CVE-2019-14248.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2019-19221.patch
 rename meta/recipes-extended/libidn/{libidn2_2.2.0.bb => libidn2_2.3.0.bb} (89%)
 create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/missing-test-data.patch
 rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.38.2.bb => gdk-pixbuf_2.40.0.bb} (96%)
 delete mode 100644 meta/recipes-graphics/pango/pango/0001-Skip-thai-break-tests-without-libthai.patch
 rename meta/recipes-graphics/pango/{pango_1.44.6.bb => pango_1.44.7.bb} (87%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list