[oe-commits] [openembedded-core] branch master-next updated (763b77b -> 58097f7)

git at git.openembedded.org git at git.openembedded.org
Fri Apr 26 10:53:11 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 763b77b  bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL
 discard 5761550  Adding back wrapper and using OEPYTHON3HOME variable for python3
 discard 1bddaf3  mesa: Convert recipe to use meson build system
 discard 6236bdf  libsoup: Upgrade from 2.64.2 to 2.66.1
 discard f116c9c  FIXME: test ltp
 discard c68d3e1  gettext: add ptest support
 discard d3369a9  manual compliance: remove bits done at runtime
 discard 743392e  ltp_compliance: add new runtime
 discard 8930f63  logparser: Add LTP compliance section
 discard 923bf3c  resulttool: add LTP compliance section
 discard 0090f74  ltp: add runtime test
 discard fc585a2  logparser: Add decoding ltp logs
 discard 3e701ad  resulttool: add ltp test support
 discard f3dc4ef  dbus: fix ptest failure
 discard e5ded9a  qemu: Upgrade from 3.1.0 to 4.0.0
     new bd7f722  dbus: fix ptest failure
     new 134f29c  resulttool: add ltp test support
     new 40659d2  logparser: Add decoding ltp logs
     new b46eb6e  ltp: add runtime test
     new 10480ab  resulttool: add LTP compliance section
     new 4aeeba1  logparser: Add LTP compliance section
     new b719ec6  ltp_compliance: add new runtime
     new eb4ba23  manual compliance: remove bits done at runtime
     new 153dfba  gettext: add ptest support
     new 4021e86  FIXME: test ltp
     new 4334cd5  libsoup: Upgrade from 2.64.2 to 2.66.1
     new ef60a4f  mesa: Convert recipe to use meson build system
     new caa6091  Adding back wrapper and using OEPYTHON3HOME variable for python3
     new 58097f7  bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL

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   (763b77b)
            \
             N -- N -- N   refs/heads/master-next (58097f7)

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 14 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/recipes-devtools/qemu/qemu-native.inc         |   4 +-
 .../{qemu-native_4.0.0.bb => qemu-native_3.1.0.bb} |   0
 ...native_4.0.0.bb => qemu-system-native_3.1.0.bb} |   1 -
 meta/recipes-devtools/qemu/qemu.inc                |  40 +++++---
 .../qemu/qemu/0001-Add-a-missing-X11-include.patch |  65 ++++++++++++
 .../0001-egl-headless-add-egl_create_context.patch |  50 +++++++++
 ...sdl.c-allow-user-to-disable-pointer-grabs.patch |  72 +++++++++++++
 ...02-qemu-Add-missing-wacom-HID-descriptor.patch} |   2 +-
 ...ge-ptest-which-runs-all-unit-test-cases-.patch} |   6 +-
 ...ition-environment-space-to-boot-loader-q.patch} |   6 +-
 ...rind.patch => 0005-qemu-disable-Valgrind.patch} |   6 +-
 ...aths-searched-during-user-mode-emulation.patch} |   2 +-
 ...set-ld.bfd-fix-cflags-and-set-some-envir.patch} |   6 +-
 ...rdev-connect-socket-to-a-spawned-command.patch} |  69 ++++++-------
 ...ch => 0009-apic-fixup-fallthrough-to-PIC.patch} |   6 +-
 ...Fix-webkitgtk-hangs-on-32-bit-x86-target.patch} |   4 +-
 ...-user-fix-mmap-munmap-mprotect-mremap-sh.patch} |  20 ++--
 ...2-fix-libcap-header-issue-on-some-distro.patch} |   2 +-
 ...rror-messages-when-qemi_cpu_kick_thread-.patch} |  10 +-
 .../qemu/qemu/0014-fix-CVE-2018-16872.patch        |  85 ++++++++++++++++
 .../qemu/qemu/0015-fix-CVE-2018-20124.patch        |  60 +++++++++++
 .../qemu/qemu/0016-fix-CVE-2018-20125.patch        |  54 ++++++++++
 .../qemu/qemu/0017-fix-CVE-2018-20126.patch        | 113 +++++++++++++++++++++
 .../qemu/qemu/0018-fix-CVE-2018-20191.patch        |  47 +++++++++
 .../qemu/qemu/0019-fix-CVE-2018-20216.patch        |  85 ++++++++++++++++
 .../recipes-devtools/qemu/qemu/CVE-2019-3812.patch |  39 +++++++
 .../qemu/{qemu_4.0.0.bb => qemu_3.1.0.bb}          |   2 +
 28 files changed, 769 insertions(+), 89 deletions(-)
 rename meta/recipes-devtools/qemu/{qemu-native_4.0.0.bb => qemu-native_3.1.0.bb} (100%)
 rename meta/recipes-devtools/qemu/{qemu-system-native_4.0.0.bb => qemu-system-native_3.1.0.bb} (95%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-Add-a-missing-X11-include.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-egl-headless-add-egl_create_context.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-sdl.c-allow-user-to-disable-pointer-grabs.patch
 rename meta/recipes-devtools/qemu/qemu/{0001-qemu-Add-missing-wacom-HID-descriptor.patch => 0002-qemu-Add-missing-wacom-HID-descriptor.patch} (98%)
 rename meta/recipes-devtools/qemu/qemu/{0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch => 0003-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch} (83%)
 rename meta/recipes-devtools/qemu/qemu/{0003-qemu-Add-addition-environment-space-to-boot-loader-q.patch => 0004-qemu-Add-addition-environment-space-to-boot-loader-q.patch} (89%)
 rename meta/recipes-devtools/qemu/qemu/{0004-qemu-disable-Valgrind.patch => 0005-qemu-disable-Valgrind.patch} (85%)
 rename meta/recipes-devtools/qemu/qemu/{0005-qemu-Limit-paths-searched-during-user-mode-emulation.patch => 0006-qemu-Limit-paths-searched-during-user-mode-emulation.patch} (98%)
 rename meta/recipes-devtools/qemu/qemu/{0006-qemu-native-set-ld.bfd-fix-cflags-and-set-some-envir.patch => 0007-qemu-native-set-ld.bfd-fix-cflags-and-set-some-envir.patch} (82%)
 rename meta/recipes-devtools/qemu/qemu/{0007-chardev-connect-socket-to-a-spawned-command.patch => 0008-chardev-connect-socket-to-a-spawned-command.patch} (80%)
 rename meta/recipes-devtools/qemu/qemu/{0008-apic-fixup-fallthrough-to-PIC.patch => 0009-apic-fixup-fallthrough-to-PIC.patch} (90%)
 rename meta/recipes-devtools/qemu/qemu/{0009-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch => 0010-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch} (93%)
 rename meta/recipes-devtools/qemu/qemu/{0010-Revert-linux-user-fix-mmap-munmap-mprotect-mremap-sh.patch => 0011-Revert-linux-user-fix-mmap-munmap-mprotect-mremap-sh.patch} (90%)
 rename meta/recipes-devtools/qemu/qemu/{0011-fix-libcap-header-issue-on-some-distro.patch => 0012-fix-libcap-header-issue-on-some-distro.patch} (97%)
 rename meta/recipes-devtools/qemu/qemu/{0012-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch => 0013-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch} (87%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/0014-fix-CVE-2018-16872.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0015-fix-CVE-2018-20124.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0016-fix-CVE-2018-20125.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0017-fix-CVE-2018-20126.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0018-fix-CVE-2018-20191.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0019-fix-CVE-2018-20216.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2019-3812.patch
 rename meta/recipes-devtools/qemu/{qemu_4.0.0.bb => qemu_3.1.0.bb} (99%)

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


More information about the Openembedded-commits mailing list