[oe-commits] [openembedded-core] branch master updated (fb83997 -> 176e50f)

git at git.openembedded.org git at git.openembedded.org
Thu Aug 16 21:41:42 UTC 2018


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

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

    from fb83997  populate_sdk_base.bbclass: inherit and use image-postinst-intercepts
     add 83cb093  binutils: Improve check for input file matching output file
     add b7c291e  prelink: use ehdr.e_shstrndx as index rather than ehdr.e_shnum
     add 560154e  elfutils: check data_list.data.d.d_buf before free it
     new 11e7dc9  glibc-initial: Add missing bison-native dependency
     new b7edc20  sstate: Avoid indirect bison-native dependencies (via SSTATE_EXCLUDEDEPS_SYSROOT)
     new 118eccf  mpfr: Upgrade to 4.0.1
     new d3cfbee  re2c: Update to 1.0.1
     new 45ff20f  libvorbis: 3 CVE fixes
     new b0783b7  llvm: Update to 6.0.1
     new 04e485f  piglit: Upgrade to version from 2018-08-13
     new 4e37ca3  qemu: Upgrade QEMU 2.12 -> 3.0
     new 05a2a53  python3: enable profile optimized builds
     new 5ccf815  runtime selftest: test_trace_events_sample of ksample.py
     new 176e50f  runtime selftest: limit kernel hw bp arches

The 11 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/conf/layer.conf                               |  6 ++
 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 +--
 25 files changed, 381 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