[oe-commits] [openembedded-core] branch master updated (df5ae81 -> acc5036)

git at git.openembedded.org git at git.openembedded.org
Fri Sep 22 16:16:48 UTC 2017


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

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

    from df5ae81  oe-build-perf-report-email.py: add cc and bcc options
     new b12d99d  sanity: correct Python version sanity check
     new 2fb74ab  sanity: check that path variables don't use ~
     new 89ddf25  meta/lib/oe/rootfs.py: clean up dnf cache after creating an image
     new 8dc9d74  tiff: Security fix CVE-2017-13726 and CVE-2017-13727
     new 0c18f64  hdparm: Add HOMEPAGE info into recipe file.
     new cf4dec4  libcgroup: Add HOMEPAGE info into recipe file.
     new cfe74cb  libffi: Add HOMEPAGE info into recipe file.
     new b4a7f3a  psmisc: Add HOMEPAGE info into recipe file.
     new b38a44e  ltp: fix hanging issue for gdb01 case
     new f15de8c  core-image-tiny-initramfs: Enable running poky-tiny on qemux86-64
     new b6f545f  linux-yocto-tiny: Enable qemux86-64 on linux-yocto-tiny 4.4
     new cab4b6a  linux-yocto-tiny: Enable qemux86-64 on linux-yocto-tiny 4.9
     new f33a4ad  linux-yocto-tiny: Enable qemux86-64 on linux-yocto-tiny 4.10
     new 6e7f9c1  linux-yocto-tiny: Enable qemux86-64 on linux-yocto-tiny 4.12
     new 3c9fec2  gzip_1.8.bb: improve reproducibility
     new 1f380ee  strace_4.18.bb: improve reproducibility
     new 503ce98  ptest-runner: fix segfault with -t option
     new d303f61  qemu: remove unused patches
     new acc5036  qemu: Security fixes

The 19 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/sanity.bbclass                        |  11 +-
 meta/lib/oe/rootfs.py                              |   3 +-
 .../images/core-image-tiny-initramfs.bb            |   2 +
 meta/recipes-core/libcgroup/libcgroup_0.41.bb      |   1 +
 ...lace-struct-ucontext-with-ucontext_t-type.patch | 265 -----------
 .../recipes-devtools/qemu/qemu/CVE-2016-9908.patch |  44 --
 .../recipes-devtools/qemu/qemu/CVE-2016-9912.patch |  45 --
 .../qemu/qemu/CVE-2017-13672.patch                 | 504 +++++++++++++++++++++
 .../qemu/qemu/CVE-2017-13673.patch                 |  53 +++
 .../qemu/qemu/CVE-2017-13711.patch                 |  87 ++++
 .../qemu/qemu/CVE-2017-14167.patch                 |  70 +++
 .../configure-fix-Darwin-target-detection.patch    |  32 --
 meta/recipes-devtools/qemu/qemu_2.10.0.bb          |   4 +
 meta/recipes-devtools/strace/strace_4.18.bb        |  11 +-
 meta/recipes-extended/gzip/gzip_1.8.bb             |   4 +
 meta/recipes-extended/hdparm/hdparm_9.52.bb        |   1 +
 ...ommands-gdb01-replace-stdin-with-dev-null.patch |  34 ++
 meta/recipes-extended/ltp/ltp_20170516.bb          |   1 +
 meta/recipes-extended/psmisc/psmisc.inc            |   1 +
 meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb  |   2 +-
 .../libtiff/files/CVE-2017-13726.patch             |  54 +++
 .../libtiff/files/CVE-2017-13727.patch             |  65 +++
 meta/recipes-multimedia/libtiff/tiff_4.0.8.bb      |   2 +
 meta/recipes-support/libffi/libffi_3.2.1.bb        |   1 +
 .../ptest-runner/ptest-runner_2.1.bb               |   2 +-
 28 files changed, 909 insertions(+), 396 deletions(-)
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0001-replace-struct-ucontext-with-ucontext_t-type.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-9908.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2016-9912.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2017-13672.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2017-13673.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2017-13711.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2017-14167.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/configure-fix-Darwin-target-detection.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0038-commands-gdb01-replace-stdin-with-dev-null.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-13726.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-13727.patch

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


More information about the Openembedded-commits mailing list