[oe-commits] [openembedded-core] branch master-next updated (77ce25e -> c74be03)

git at git.openembedded.org git at git.openembedded.org
Mon May 29 23:45:09 UTC 2017


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 77ce25e  oeqa/core/context: Include a _pre_run method
     new b39ec11  boost: backport a regression fix for forgotten header
     new 5b62137  kmscube: upgrade version
     new c7bdb03  libdrm: upgrade to 2.4.81
     new 6961622  ghostscript: CVE-2016-7977, CVE-2016-7978, CVE-2016-7979, CVE-2017-9216
     new dea3a44  elfutils: Upgrade 0.168 to 0.169
     new 574def1  mmc-utils: Upgrade to latest git version
     new d0b2c4f  bluez5: Upgrade 5.44 -> 5.45
     new bb0664b  piglit: depend on virtual/egl
     new 023dc32  piglit: add patch for lack of gbm_bo_map
     new 6cd0a82  piglit: add patches for unbuildable surfaceless Mesa test
     new 02a4ae8  package_ipk: correct ipk multiline descriptions
     new 7c063a1  module.bbclass: Add devshell support
     new a84f12d  libxslt: Fix CVE-2017-5029
     new da23448  binutils: fix CVE-2017-7209 in readelf
     new 246617e  binutils: fix CVE-2017-7210
     new 7d9d4f7  nss: Upgrade 3.29.1 to 3.30.2
     new 26c4042  pango: 1.40.3 -> 1.40.6
     new 6ee81b3  unfs3: Rename mirror tarball to avoid clash
     new c74be03  tune-mips32*.inc: use consistent comments across all three .inc files

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/module.bbclass                        | 20 ++++++
 meta/classes/package_ipk.bbclass                   | 11 +--
 meta/conf/machine/include/tune-mips32.inc          |  6 +-
 meta/conf/machine/include/tune-mips32r2.inc        |  4 +-
 meta/conf/machine/include/tune-mips32r6.inc        |  2 +-
 .../bluez5/{bluez5_5.44.bb => bluez5_5.45.bb}      |  4 +-
 meta/recipes-devtools/binutils/binutils-2.28.inc   |  2 +
 .../binutils/binutils/CVE-2017-7209.patch          | 62 +++++++++++++++++
 .../binutils/binutils/CVE-2017-7210.patch          | 71 +++++++++++++++++++
 .../elfutils-0.168/Fix_one_GCC7_warning.patch      | 44 ------------
 .../elfutils/elfutils-0.168/aarch64_uio.patch      | 47 -------------
 .../debian/testsuite-ignore-elflint.diff           | 42 ------------
 ...de-alternatives-for-glibc-assumptions-hel.patch |  0
 ...m-Silence-Werror-maybe-uninitialized-fals.patch | 18 +++--
 .../0001-fix-a-stack-usage-warning.patch           |  0
 .../0001-remove-the-unneed-checking.patch          |  0
 .../elfutils/elfutils-0.169/aarch64_uio.patch      | 37 ++++++++++
 ...ferences-between-mips-machine-identifiers.patch |  0
 ...-support-for-mips64-abis-in-mips_retval.c.patch |  0
 .../0003-Add-mips-n64-relocation-format-hack.patch |  0
 .../debian/arm_backend.diff                        |  0
 .../debian/hppa_backend.diff                       |  0
 .../debian/hurd_path.patch                         |  0
 .../debian/ignore_strmerge.diff                    |  0
 .../debian/kfreebsd_path.patch                     |  0
 .../debian/mips_backend.diff                       |  0
 .../debian/mips_readelf_w.patch                    |  0
 .../debian/testsuite-ignore-elflint.diff           | 59 ++++++++++++++++
 .../fallthrough.patch                              |  0
 .../fixheadercheck.patch                           |  0
 .../shadow.patch                                   |  0
 .../{elfutils_0.168.bb => elfutils_0.169.bb}       |  5 +-
 meta/recipes-devtools/mmc/mmc-utils_git.bb         |  2 +-
 meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb   |  3 +-
 .../ghostscript/ghostscript/CVE-2016-7977.patch    | 33 +++++++++
 .../ghostscript/ghostscript/CVE-2016-7978.patch    | 30 ++++++++
 .../ghostscript/ghostscript/CVE-2016-7979.patch    | 48 +++++++++++++
 .../ghostscript/ghostscript/CVE-2017-9216.patch    | 36 ++++++++++
 .../ghostscript/ghostscript_9.20.bb                |  4 ++
 .../drm/{libdrm_2.4.80.bb => libdrm_2.4.81.bb}     |  4 +-
 meta/recipes-graphics/kmscube/kmscube_git.bb       |  2 +-
 .../pango/{pango_1.40.3.bb => pango_1.40.6.bb}     |  4 +-
 ...fine-GBM_BO_MAP-only-when-symbol-is-found.patch | 48 +++++++++++++
 ...nour-Surfaceless-MESA-in-get_default_disp.patch | 48 +++++++++++++
 ...atform_surfaceless-Don-t-use-eglGetPlatfo.patch | 30 ++++++++
 ...atform_surfaceless-Use-EXT-functions-for-.patch | 75 ++++++++++++++++++++
 meta/recipes-graphics/piglit/piglit_git.bb         |  2 +-
 ...or-which-appeared-when-compiling-non-c-co.patch | 28 ++++++++
 meta/recipes-support/boost/boost_1.64.0.bb         |  1 +
 ...for-integer-overflow-in-xsltAddTextString.patch | 80 ++++++++++++++++++++++
 meta/recipes-support/libxslt/libxslt_1.1.29.bb     |  1 +
 .../nss/{nss_3.29.1.bb => nss_3.30.2.bb}           |  6 +-
 52 files changed, 750 insertions(+), 169 deletions(-)
 rename meta/recipes-connectivity/bluez5/{bluez5_5.44.bb => bluez5_5.45.bb} (91%)
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-7209.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-7210.patch
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.168/Fix_one_GCC7_warning.patch
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.168/aarch64_uio.patch
 delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.168/debian/testsuite-ignore-elflint.diff
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/0001-build-Provide-alternatives-for-glibc-assumptions-hel.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/0001-elf_getarsym-Silence-Werror-maybe-uninitialized-fals.patch (75%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/0001-fix-a-stack-usage-warning.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/0001-remove-the-unneed-checking.patch (100%)
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.169/aarch64_uio.patch
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/debian/0001-Ignore-differences-between-mips-machine-identifiers.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/debian/0002-Add-support-for-mips64-abis-in-mips_retval.c.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/debian/0003-Add-mips-n64-relocation-format-hack.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/debian/arm_backend.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/debian/hppa_backend.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/debian/hurd_path.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/debian/ignore_strmerge.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/debian/kfreebsd_path.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/debian/mips_backend.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/debian/mips_readelf_w.patch (100%)
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.169/debian/testsuite-ignore-elflint.diff
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/fallthrough.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/fixheadercheck.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.168 => elfutils-0.169}/shadow.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils_0.168.bb => elfutils_0.169.bb} (94%)
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2016-7977.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2016-7978.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2016-7979.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2017-9216.patch
 rename meta/recipes-graphics/drm/{libdrm_2.4.80.bb => libdrm_2.4.81.bb} (93%)
 rename meta/recipes-graphics/pango/{pango_1.40.3.bb => pango_1.40.6.bb} (92%)
 create mode 100644 meta/recipes-graphics/piglit/piglit/0001-CMake-define-GBM_BO_MAP-only-when-symbol-is-found.patch
 create mode 100644 meta/recipes-graphics/piglit/piglit/0002-util-egl-Honour-Surfaceless-MESA-in-get_default_disp.patch
 create mode 100644 meta/recipes-graphics/piglit/piglit/0003-egl_mesa_platform_surfaceless-Don-t-use-eglGetPlatfo.patch
 create mode 100644 meta/recipes-graphics/piglit/piglit/0004-egl_mesa_platform_surfaceless-Use-EXT-functions-for-.patch
 create mode 100644 meta/recipes-support/boost/boost/0001-correct-error-which-appeared-when-compiling-non-c-co.patch
 create mode 100644 meta/recipes-support/libxslt/libxslt/0001-Check-for-integer-overflow-in-xsltAddTextString.patch
 rename meta/recipes-support/nss/{nss_3.29.1.bb => nss_3.30.2.bb} (97%)

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


More information about the Openembedded-commits mailing list