[oe-commits] [openembedded-core] branch pyro updated (2f95c71 -> 347976b)

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 21:16:33 UTC 2017


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

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

    from 2f95c71  nspr: Fix build error due to missing stdint.h> include
     new 450942d  expat: Don't use getrandom() in the -native case
     new 7ba25f0  ruby: fix CVE-2017-9224
     new 4077e08  ruby: fix CVE-2017-922{6-9}
     new 8c42a95  xserver-xorg: Fix CVE-2017-10971
     new 03fbdba  wget: Security fix CVE-2017-6508
     new eed7d05  libsndfile1: Fix CVE-2017-6892
     new a23241c  libsndfile1: Fix CVE-2017-8361 and CVE-2017-8365
     new eec5e5c  libsndfile1: Fix CVE-2017-8362
     new 201fa8f  libsndfile1: Fix CVE-2017-8363
     new 649f781  libtasn1: CVE-2017-10790
     new eaf72d1  tiff: Security fixes
     new 7fe1e9d  ghostscript: fix several CVEs by adding bounds checking
     new 1c9e331  ghostscript: CVE-2017-9727, -9835, -11714
     new d2fc87e  e2fsprogs: fix ptest script
     new bb90e08  taglib: Security fix CVE-2017-12678
     new d2b1486  libxml2: Revert "Add an XML_PARSE_NOXXE flag to block all entities loading even local"
     new 1c9d891  libxml2: Fix CVE-2017-8872
     new 571e530  bash: memleak bug fix for builtin command read
     new 3987ddd  terminal: wait for terminal task to finish before procedding
     new 9aa06b3  terminal.py: avoid 100% cpu while waiting for phonehome pid file
     new 7641596  terminal.py: fix devshell with mate-terminal
     new 5d92cf0  kernel-yocto: configuration updates: x86 features
     new 9699ffe  linux-yocto/4.1: update to v4.1.42
     new 0a8c61d  linux-yocto/4.9: update to v4.9.36
     new 68f353d  linux-yocto/4.1: fix fsl-ls10xx sdhci
     new a2fbe75  kernel-yocto: configuration updates: x86 features
     new 10ade11  linux-yocto/4.10: CVE & misc fixes
     new 35eebe3  linux-yocto/4.10: fix aufs build
     new 74826c6  linux-yocto/4.10/4.9: fix BRCMFMAC_PROTO_MSGBUF warning
     new 6da24ad  linux-yocto/4.9: update to v4.9.46
     new 55a7787  linux-yocto/4.4: update to v4.4.85
     new fcedfce  classes/license: drop erroneous sha256 parameter in LIC_FILES_CHKSUM
     new 67438ac  staging: Avoid sysroot removal races
     new 970d4df  staging: Ensure dependencies are removed before being added
     new 3969c06  staging: Fix a logic error which caused dependency removal
     new 347976b  grub: Fix build with gcc7

The 36 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/license.bbclass                       |   2 +-
 meta/classes/staging.bbclass                       |  65 ++++--
 meta/lib/oe/terminal.py                            |  61 ++---
 ...-avoid-used-uninitialized-error-with-GCC7.patch |  36 +++
 ...-ppc-fix-switch-fallthrough-cases-with-GC.patch | 248 +++++++++++++++++++++
 ...0003-Add-gnulib-fix-gcc7-fallthrough.diff.patch |  38 ++++
 ...aining-cases-of-gcc-7-fallthrough-warning.patch | 175 +++++++++++++++
 meta/recipes-bsp/grub/grub2.inc                    |   4 +
 meta/recipes-core/expat/expat.inc                  |   3 +
 meta/recipes-core/expat/expat/no_getrandom.patch   |  23 ++
 .../libxml/libxml2/CVE-2016-9318.patch             | 207 -----------------
 .../libxml/libxml2/libxml2-CVE-2017-8872.patch     |  37 +++
 meta/recipes-core/libxml/libxml2_2.9.4.bb          |   2 +-
 .../e2fsprogs/e2fsprogs/ptest.patch                |  25 ++-
 .../recipes-devtools/e2fsprogs/e2fsprogs/run-ptest |   2 +-
 .../ruby/ruby/ruby-CVE-2017-9224.patch             |  41 ++++
 .../ruby/ruby/ruby-CVE-2017-9226.patch             |  41 ++++
 .../ruby/ruby/ruby-CVE-2017-9227.patch             |  32 +++
 .../ruby/ruby/ruby-CVE-2017-9228.patch             |  34 +++
 .../ruby/ruby/ruby-CVE-2017-9229.patch             |  59 +++++
 meta/recipes-devtools/ruby/ruby_2.4.0.bb           |   8 +
 ...-memleak-bug-fix-for-builtin-command-read.patch |  35 +++
 meta/recipes-extended/bash/bash_4.3.30.bb          |   1 +
 .../ghostscript/ghostscript/CVE-2017-11714.patch   |  61 +++++
 .../ghostscript/ghostscript/CVE-2017-9611.patch    |  34 +++
 .../ghostscript/ghostscript/CVE-2017-9612.patch    |  35 +++
 .../ghostscript/ghostscript/CVE-2017-9726.patch    |  33 +++
 .../ghostscript/ghostscript/CVE-2017-9727.patch    |  35 +++
 .../ghostscript/ghostscript/CVE-2017-9739.patch    |  37 +++
 .../ghostscript/ghostscript/CVE-2017-9835.patch    | 125 +++++++++++
 .../ghostscript/ghostscript_9.20.bb                |   7 +
 .../recipes-extended/wget/wget/CVE-2017-6508.patch |  44 ++++
 meta/recipes-extended/wget/wget_1.19.1.bb          |   1 +
 .../xserver-xorg/CVE-2017-10971-1.patch            |  76 +++++++
 .../xserver-xorg/CVE-2017-10971-2.patch            |  55 +++++
 .../xserver-xorg/CVE-2017-10971-3.patch            |  50 +++++
 .../xorg-xserver/xserver-xorg_1.19.1.bb            |   3 +
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb   |   4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.10.bb |   4 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       |  20 +-
 meta/recipes-kernel/linux/linux-yocto_4.10.bb      |  18 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |  20 +-
 meta/recipes-kernel/linux/linux-yocto_4.9.bb       |  20 +-
 .../libsndfile/libsndfile1/CVE-2017-6892.patch     |  34 +++
 .../libsndfile1/CVE-2017-8361-8365.patch           |  73 ++++++
 .../libsndfile/libsndfile1/CVE-2017-8362.patch     |  51 +++++
 .../libsndfile/libsndfile1/CVE-2017-8363.patch     |  37 +++
 .../libsndfile/libsndfile1_1.0.27.bb               |   7 +-
 .../libtiff/files/CVE-2017-10688.patch             |  88 ++++++++
 .../libtiff/files/CVE-2017-11335.patch             |  54 +++++
 .../libtiff/files/CVE-2017-9147.patch              | 203 +++++++++++++++++
 .../libtiff/files/CVE-2017-9936.patch              |  46 ++++
 meta/recipes-multimedia/libtiff/tiff_4.0.7.bb      |   4 +
 .../gnutls/libtasn1/CVE-2017-10790.patch           |  63 ++++++
 meta/recipes-support/gnutls/libtasn1_4.10.bb       |   1 +
 .../taglib/taglib/CVE-2017-12678.patch             |  40 ++++
 meta/recipes-support/taglib/taglib_1.11.1.bb       |   5 +-
 63 files changed, 2271 insertions(+), 332 deletions(-)
 create mode 100644 meta/recipes-bsp/grub/files/0001-btrfs-avoid-used-uninitialized-error-with-GCC7.patch
 create mode 100644 meta/recipes-bsp/grub/files/0002-i386-x86_64-ppc-fix-switch-fallthrough-cases-with-GC.patch
 create mode 100644 meta/recipes-bsp/grub/files/0003-Add-gnulib-fix-gcc7-fallthrough.diff.patch
 create mode 100644 meta/recipes-bsp/grub/files/0004-Fix-remaining-cases-of-gcc-7-fallthrough-warning.patch
 create mode 100644 meta/recipes-core/expat/expat/no_getrandom.patch
 delete mode 100644 meta/recipes-core/libxml/libxml2/CVE-2016-9318.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/libxml2-CVE-2017-8872.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-9224.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-9226.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-9227.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-9228.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-9229.patch
 create mode 100644 meta/recipes-extended/bash/bash/bash-memleak-bug-fix-for-builtin-command-read.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2017-11714.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2017-9611.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2017-9612.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2017-9726.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2017-9727.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2017-9739.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2017-9835.patch
 create mode 100644 meta/recipes-extended/wget/wget/CVE-2017-6508.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2017-10971-1.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2017-10971-2.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2017-10971-3.patch
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2017-6892.patch
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2017-8361-8365.patch
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2017-8362.patch
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2017-8363.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-10688.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-11335.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-9147.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2017-9936.patch
 create mode 100644 meta/recipes-support/gnutls/libtasn1/CVE-2017-10790.patch
 create mode 100644 meta/recipes-support/taglib/taglib/CVE-2017-12678.patch

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


More information about the Openembedded-commits mailing list