[oe-commits] [openembedded-core] branch master-next updated (36a2592 -> 81fe0e3)

git at git.openembedded.org git at git.openembedded.org
Thu Aug 16 09:45:22 UTC 2018


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 36a2592  oe-selftest: quick hack to test
 discard dca1ec8  sstate: Avoid indirect bison-native dependencies (via SSTATE_EXCLUDEDEPS_SYSROOT)
     new 83cb093  binutils: Improve check for input file matching output file
     new b7c291e  prelink: use ehdr.e_shstrndx as index rather than ehdr.e_shnum
     new 560154e  elfutils: check data_list.data.d.d_buf before free it
     new 62ba806  sstate: Avoid indirect bison-native dependencies (via SSTATE_EXCLUDEDEPS_SYSROOT)
     new 99791a0  oe-selftest: quick hack to test
     new 381d4d3  glibc-initial: Add missing bison-native dependency
     new dc428b0  mpfr: Upgrade to 4.0.1
     new 3f876b0  re2c: Update to 1.0.1
     new a6ea2c9  libvorbis: 3 CVE fixes
     new 792a64e  llvm: Update to 6.0.1
     new 88ee8b8  piglit: Upgrade to version from 2018-08-13
     new 8d5e40c  recipes-devtools: Upgrade QEMU to 3.0
     new 719e2c3  python3: enable profile optimized builds
     new 29d3dae  runtime selftest: test_trace_events_sample of ksample.py
     new 81fe0e3  runtime selftest: limit kernel hw bp arches

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   (36a2592)
            \
             N -- N -- N   refs/heads/master-next (81fe0e3)

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 15 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/conf/distro/include/tcmode-default.inc        |  2 +-
 meta/lib/oeqa/runtime/cases/ksample.py             | 19 +++++-
 meta/recipes-core/glibc/glibc-initial.inc          |  2 +-
 meta/recipes-devtools/binutils/binutils-2.31.inc   |  1 +
 ...check-for-input-file-matching-output-file.patch | 59 ++++++++++++++++++
 meta/recipes-devtools/elfutils/elfutils_0.172.bb   |  1 +
 ...end.c-check-data_list.data.d.d_buf-before.patch | 39 ++++++++++++
 ...1-Disable-generating-a-native-llvm-config.patch | 41 -------------
 meta/recipes-devtools/llvm/llvm_git.bb             |  5 +-
 ...01-src-dso.c-use-ehdr.e_shstrndx-as-index.patch | 39 ++++++++++++
 meta/recipes-devtools/prelink/prelink_git.bb       |  4 +-
 ...le-add-target-to-split-profile-generation.patch | 40 +++++++++++++
 ...-CFLAGS-for-extensions-when-cross-compili.patch | 56 +++++++++++++++++
 meta/recipes-devtools/python/python3_3.5.5.bb      | 55 ++++++++++-------
 ...018-11806-QEMU-slirp-heap-buffer-overflow.patch | 70 ----------------------
 .../qemu/{qemu_2.12.0.bb => qemu_3.0.0.bb}         |  7 +--
 meta/recipes-graphics/piglit/piglit_git.bb         |  4 +-
 .../libvorbis/libvorbis/CVE-2017-14160.patch       | 34 +++++++++++
 .../libvorbis/libvorbis/CVE-2018-10392.patch       | 34 +++++++++++
 .../libvorbis/libvorbis_1.3.6.bb                   |  2 +
 .../mpfr/mpfr/long-long-thumb.patch                | 39 ------------
 .../mpfr/{mpfr_3.1.5.bb => mpfr_4.0.1.bb}          | 10 ++--
 meta/recipes-support/re2c/re2c/mkdir.patch         | 36 -----------
 .../re2c/{re2c_0.16.bb => re2c_1.0.1.bb}           |  7 +--
 24 files changed, 375 insertions(+), 231 deletions(-)
 create mode 100644 meta/recipes-devtools/binutils/binutils/0017-improve-check-for-input-file-matching-output-file.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch
 delete mode 100644 meta/recipes-devtools/llvm/llvm/0001-Disable-generating-a-native-llvm-config.patch
 create mode 100644 meta/recipes-devtools/prelink/prelink/0001-src-dso.c-use-ehdr.e_shstrndx-as-index.patch
 create mode 100644 meta/recipes-devtools/python/python3/0002-Makefile-add-target-to-split-profile-generation.patch
 create mode 100644 meta/recipes-devtools/python/python3/Use-correct-CFLAGS-for-extensions-when-cross-compili.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0001-CVE-2018-11806-QEMU-slirp-heap-buffer-overflow.patch
 rename meta/recipes-devtools/qemu/{qemu_2.12.0.bb => qemu_3.0.0.bb} (88%)
 create mode 100644 meta/recipes-multimedia/libvorbis/libvorbis/CVE-2017-14160.patch
 create mode 100644 meta/recipes-multimedia/libvorbis/libvorbis/CVE-2018-10392.patch
 delete mode 100644 meta/recipes-support/mpfr/mpfr/long-long-thumb.patch
 rename meta/recipes-support/mpfr/{mpfr_3.1.5.bb => mpfr_4.0.1.bb} (60%)
 delete mode 100644 meta/recipes-support/re2c/re2c/mkdir.patch
 rename meta/recipes-support/re2c/{re2c_0.16.bb => re2c_1.0.1.bb} (58%)

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


More information about the Openembedded-commits mailing list