[oe-commits] [openembedded-core] branch master updated (882d31b -> eed0038)

git at git.openembedded.org git at git.openembedded.org
Tue Sep 11 08:06:07 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 882d31b  mesa: disable LLVM on x86
     new 199fcc1  gdb: Add bison-native dependency
     new 8438e8f  libdrm:2.4.93 -> 2.4.94
     new b4dd830  gdb: PACKAGECONFIG for tui
     new e29a330  xserver-xorg: config: fix NULL value detection for ID_INPUT being unset
     new a8787bb  wic: squashfs does support partition uuid.
     new 4ff2282  systemd: set split-bin to true by default
     new f179c40  sysprof: Fix build with clang
     new 77c02f8  gst-validate: Fix build on musl
     new 8c02e50  qemu: patch for CVE-2018-15746
     new a04a0f3  libx11: Upgrade 1.6.5 ->1.6.6
     new b6d32d4  ghostscript: fix CVE-2018-15908 & CVE-2018-15909 & CVE-2018-15910 & CVE-2018-15911
     new bf81b4e  bind: patch for CVE-2018-5740
     new d633633  attr: use u-a for setfattr
     new 69ce8ba  libgloss_3.0.0.bb: Fix up mv pattern to include libnosys
     new dfe434b  tclibc: For newlib and baremetal disable some security features
     new 61eead0  tclibc-baremetal.inc: Remove BASEDEPENDS on compilerlibs
     new 60909e5  serf: Document and add upstream status field for 0003-gen_def.patch
     new c17a05a  wayland: upgrade to 1.16.0
     new eed0038  weston: upgrade to 5.0.0

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/conf/distro/include/tclibc-baremetal.inc      |   9 ++
 meta/conf/distro/include/tclibc-newlib.inc         |   4 +
 .../bind/bind/CVE-2018-5740.patch                  |  72 ++++++++++
 meta/recipes-connectivity/bind/bind_9.11.4.bb      |   1 +
 meta/recipes-core/newlib/libgloss_3.0.0.bb         |   3 +-
 meta/recipes-core/systemd/systemd_239.bb           |   1 +
 meta/recipes-devtools/gdb/gdb-common.inc           |   6 +-
 .../qemu/qemu/CVE-2018-15746.patch                 |  64 +++++++++
 meta/recipes-devtools/qemu/qemu_3.0.0.bb           |   1 +
 ...Bug-699665-memory-corruption-in-aesdecode.patch |  56 ++++++++
 ...Handle-LockDistillerParams-not-being-a-bo.patch |  53 +++++++
 ...660-shading_param-incomplete-type-checkin.patch |  91 ++++++++++++
 .../0004-Hide-the-.shfill-operator.patch           |  35 +++++
 ...properly-apply-file-permissions-to-.tempf.patch |  54 +++++++
 .../ghostscript/ghostscript_9.23.bb                |   5 +
 .../drm/{libdrm_2.4.93.bb => libdrm_2.4.94.bb}     |   4 +-
 .../{wayland_1.15.0.bb => wayland_1.16.0.bb}       |   4 +-
 .../wayland/{weston_4.0.0.bb => weston_5.0.0.bb}   |   6 +-
 .../{libx11-diet_1.6.5.bb => libx11-diet_1.6.6.bb} |   8 +-
 .../{X18NCMSstubs.diff => X18NCMSstubs.patch}      | 159 +++++++++++----------
 .../xorg-lib/libx11/fix-disable-xlocale.diff       |  17 ---
 .../xorg-lib/libx11/fix-disable-xlocale.patch      |  32 +++++
 .../xorg-lib/libx11/fix-utf8-wrong-define.patch    |  29 ++--
 .../xorg-lib/{libx11_1.6.5.bb => libx11_1.6.6.bb}  |   4 +-
 ...NULL-value-detection-for-ID_INPUT-being-u.patch |  40 ++++++
 .../xorg-xserver/xserver-xorg_1.19.6.bb            |   1 +
 ...0001-fix-non-literal-format-string-issues.patch |  34 +++++
 meta/recipes-kernel/sysprof/sysprof_3.30.0.bb      |   1 +
 ...connect-has-a-different-signature-on-musl.patch |  38 +++++
 .../gstreamer/gst-validate_1.14.2.bb               |   1 +
 meta/recipes-support/attr/attr.inc                 |   6 +-
 meta/recipes-support/serf/serf/0003-gen_def.patch  |   5 +
 scripts/lib/wic/ksparser.py                        |   4 +-
 33 files changed, 731 insertions(+), 117 deletions(-)
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2018-5740.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2018-15746.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/0001-Bug-699665-memory-corruption-in-aesdecode.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/0002-Bug-699656-Handle-LockDistillerParams-not-being-a-bo.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/0003-Fix-Bug-699660-shading_param-incomplete-type-checkin.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/0004-Hide-the-.shfill-operator.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/0005-Bug-699657-properly-apply-file-permissions-to-.tempf.patch
 rename meta/recipes-graphics/drm/{libdrm_2.4.93.bb => libdrm_2.4.94.bb} (95%)
 rename meta/recipes-graphics/wayland/{wayland_1.15.0.bb => wayland_1.16.0.bb} (92%)
 rename meta/recipes-graphics/wayland/{weston_4.0.0.bb => weston_5.0.0.bb} (95%)
 rename meta/recipes-graphics/xorg-lib/{libx11-diet_1.6.5.bb => libx11-diet_1.6.6.bb} (56%)
 rename meta/recipes-graphics/xorg-lib/libx11/{X18NCMSstubs.diff => X18NCMSstubs.patch} (83%)
 delete mode 100644 meta/recipes-graphics/xorg-lib/libx11/fix-disable-xlocale.diff
 create mode 100644 meta/recipes-graphics/xorg-lib/libx11/fix-disable-xlocale.patch
 rename meta/recipes-graphics/xorg-lib/{libx11_1.6.5.bb => libx11_1.6.6.bb} (65%)
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-config-fix-NULL-value-detection-for-ID_INPUT-being-u.patch
 create mode 100644 meta/recipes-kernel/sysprof/files/0001-fix-non-literal-format-string-issues.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/files/0001-connect-has-a-different-signature-on-musl.patch

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


More information about the Openembedded-commits mailing list