[oe-commits] [openembedded-core] branch master updated (598e5da -> 4aa6cdf)

git at git.openembedded.org git at git.openembedded.org
Tue May 30 09:15: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 598e5da  bind: build with threads and update configure options
     new e1da4cc  boost: backport a regression fix for forgotten header
     new 71c109f  kmscube: upgrade version
     new cbac517  libdrm: upgrade to 2.4.81
     new 584dfa2  ghostscript: CVE-2016-7977, CVE-2016-7978, CVE-2016-7979, CVE-2017-9216
     new 0a6f770  mmc-utils: Upgrade to latest git version
     new 30178fe  bluez5: Upgrade 5.44 -> 5.45
     new 02857bd  piglit: depend on virtual/egl
     new 2e0c8a5  piglit: add patch for lack of gbm_bo_map
     new 4f85500  piglit: add patches for unbuildable surfaceless Mesa test
     new c768c53  package_ipk: correct ipk multiline descriptions
     new 08e366a  module.bbclass: Add devshell support
     new 5266e74  libxslt: Fix CVE-2017-5029
     new 2df642c  binutils: fix CVE-2017-7209 in readelf
     new d12a99c  binutils: fix CVE-2017-7210
     new 08139f4  nss: Upgrade 3.29.1 to 3.30.2
     new fa01a4e  pango: 1.40.3 -> 1.40.6
     new 83a1fca  unfs3: Rename mirror tarball to avoid clash
     new 4aa6cdf  tune-mips32*.inc: use consistent comments across all three .inc files

The 18 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 +++++++++++++++++++
 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 +-
 29 files changed, 641 insertions(+), 26 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
 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