[oe-commits] [openembedded-core] branch master-next updated (882d31b -> 27faa6b)

git at git.openembedded.org git at git.openembedded.org
Mon Sep 10 20:01:42 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.

    from 882d31b  mesa: disable LLVM on x86
     new 075b7f6  harfbuzz: remove stale pkg.m4
     new f0b865a  lrzsz: CVE-2018-10195
     new d7dc9e2  pkgconf: don't use alternatives
     new 196c7e4  yasm: remove
     new 362e6ad  gdb: Add bison-native dependency
     new 6c40e1a  libdrm:2.4.93 -> 2.4.94
     new ad8ef2b  gdb: PACKAGECONFIG for tui
     new c81dfe9  xserver-xorg: config: fix NULL value detection for ID_INPUT being unset
     new a849160  wic: squashfs does support partition uuid.
     new 85d0864  systemd: set split-bin to true by default
     new 1f37a73  sysprof: Fix build with clang
     new 547e52c  gst-validate: Fix build on musl
     new 1a88f4e  qemu: patch for CVE-2018-15746
     new 9eeff27  libx11: Upgrade 1.6.5 ->1.6.6
     new 0875848  ghostscript: fix CVE-2018-15908 & CVE-2018-15909 & CVE-2018-15910 & CVE-2018-15911
     new b89ad1c  bind: patch for CVE-2018-5740
     new 4625757  attr: use u-a for setfattr
     new 2866dba  libgloss_3.0.0.bb: Fix up mv pattern to include libnosys
     new d6287ea  tclibc: For newlib and baremetal disable some security features
     new 8e09e03  tclibc-baremetal.inc: Remove BASEDEPENDS on compilerlibs
     new bf70172  serf: Document and add upstream status field for 0003-gen_def.patch
     new afa7f7c  wayland: upgrade to 1.16.0
     new 27faa6b  weston: upgrade to 5.0.0

The 23 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/maintainers.inc           |   1 -
 meta/conf/distro/include/tclibc-baremetal.inc      |   9 ++
 meta/conf/distro/include/tclibc-newlib.inc         |   4 +
 .../lrzsz/lrzsz-0.12.20/cve-2018-10195.patch       |  28 ++++
 meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb            |   1 +
 .../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 +-
 meta/recipes-devtools/pkgconf/pkgconf_1.5.3.bb     |   4 +-
 .../qemu/qemu/CVE-2018-15746.patch                 |  64 +++++++++
 meta/recipes-devtools/qemu/qemu_3.0.0.bb           |   1 +
 meta/recipes-devtools/yasm/yasm_1.3.0.bb           |  16 ---
 ...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 +-
 meta/recipes-graphics/harfbuzz/harfbuzz_1.8.8.bb   |   6 +
 .../{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 +-
 39 files changed, 767 insertions(+), 137 deletions(-)
 create mode 100644 meta/recipes-bsp/lrzsz/lrzsz-0.12.20/cve-2018-10195.patch
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2018-5740.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2018-15746.patch
 delete mode 100644 meta/recipes-devtools/yasm/yasm_1.3.0.bb
 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