[oe-commits] [openembedded-core] branch master-next updated (0e50fa0 -> b440b89)

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


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

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

 discard 0e50fa0  test rebuilds
 discard f48eb31  HACK: Enable saving of packages
 discard ee178c6  packagegroup-self-hosted: remove python 2.x
 discard 3599ec7  hosttools: no longer check for or provide host python 2 to builds
     add 8ae998f  machine/arch-riscv: Fix newlib and baremetal builds
     add 5e45040  multilib.bbclass: fix qa warning of kernel-devicetree
     add b879fe7  gcc-9.2: Update the relocation patch to add PREFIX/EXEC_PREFIX
     add 84a78f4  gcc-cross.inc: Prevent native sysroot from leaking into configargs.h
     add b40497f  pango: upgrade 1.44.6 -> 1.44.7
     add 081f1e0  gdk-pixbuf: upgrade 2.38.2 -> 2.40.0
     add f6136b2  libidn2: upgrade 2.2.0 -> 2.3.0
     add f6164cc  python-native: add python-misc-native to RPROVIDES
     add 95c6a11  python3: add python3-misc-native to RPROVIDES
     add d274a3d  python: no need to add HOSTPGEN
     add c4ae091  python: move make override variables to EXTRA_OEMAKE
     add 1e0ef76  python: package .pyo files too
     add f49077a  python: restore bytecode optimisation
     add 2608044  python: use correct autotools variables
     add 1ede977  python: use PYTHON_FOR_BUILD, don't add HOSTPYTHON
     add a1c227a  acpica: correct flex/bison deps, add explicit m4-native dep
     add 8a5fdac  dosfstools: fix CP437 error from `dosfsck -l`
     add afef293  ghostscript: fix for CVE-2019-14811 is same as CVE-2019-14813
     add 5ac52e7  nasm: fix CVE-2019-14248
     add b4d4f70  glibc: fix CVE-2019-19126
     add 422bef7  libarchive: fix CVE-2019-19221
     add ddd2c56  insane: fix GitHub /archive/ test
     new 9708d86  hosttools: no longer check for or provide host python 2 to builds
     new 05f287b  packagegroup-self-hosted: remove python 2.x
     new 4562b9e  HACK: Enable saving of packages
     new c160400  test rebuilds
     new b440b89  oeqa/qemurunner: Fix cmdline variable use before reference

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0e50fa0)
            \
             N -- N -- N   refs/heads/master-next (b440b89)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 5 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/lib/oeqa/utils/qemurunner.py                  |   2 +-
 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 +-
 26 files changed, 432 insertions(+), 165 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