[oe-commits] [openembedded-core] branch morty-next updated (befda6c -> a1244bc)

git at git.openembedded.org git at git.openembedded.org
Tue Jun 27 12:45:03 UTC 2017


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

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

    from befda6c  oe/path.py: fix for "Argument list too long"
     new 9f2a58d  linux-yocto/4.8: update to 4.8.24
     new b856051  systemtap: update to 3.1
     new baf36a6  systemtap: Add patch to remove quotes
     new 0252a62  e2fsprogs: Fix wrong error code after optimization
     new 45f4018  wic: partition: Run fsck on EXT file systems
     new f79d6fd  packagegroup-core-standalone-sdk-target: add libssp
     new 53d1673  openssl-native: Compile with -fPIC
     new 07b2a5e  binutils: fix CVE-2017-6969 in readelf
     new c545fc0  binutils: fix CVE-2017-7209 in readelf
     new f1222b2  binutils: fix CVE-2017-7210
     new bf7ec25  gcc-6.2: backport fix of check for empty string in ubsan.c
     new 4b598ad  elfutils: fix building elfutils-native with GCC7
     new 0a60bb2  eudev: set LGPL-2.1+ for libudev package
     new 59f87e9  libxslt: Add build fix (with ld-is-gold)
     new c1bcd98  libxslt: Fix CVE-2017-5029
     new 211964f  bash: CVE-2016-0634
     new bec59a9  DEBIAN_MIRROR: switch from ftp to http
     new 897801d  GNU_MIRROR: switch from ftp to https
     new 2116e7c  automake: Backport perl 5.22 fix
     new b635969  glibc: Security fix CVE-2016-6323
     new 1b5ae12  libpng: change SRC_URI to OSL
     new 7841507  sgml-common: update SRC_URI from fedora to OSL
     new b0029b2  docbook-utils: update SRC_URI from fedora to osl
     new d0fd2eb  libpng12: update SRC_URI from Gentoo to SF
     new a1244bc  testimage: mips hangs at devtmpfs when two consoles enabled on cmdline

The 25 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/mirrors.bbclass                       |  36 +--
 meta/conf/bitbake.conf                             |   4 +-
 meta/lib/oeqa/utils/qemurunner.py                  |   2 +-
 .../recipes-connectivity/openssl/openssl_1.0.2j.bb |   1 +
 meta/recipes-core/glibc/glibc/CVE-2016-6323.patch  |  39 +++
 meta/recipes-core/glibc/glibc_2.24.bb              |   1 +
 .../packagegroup-core-standalone-sdk-target.bb     |   5 +
 meta/recipes-core/udev/eudev_3.2.bb                |   3 +-
 ...0001-automake-port-to-Perl-5.22-and-later.patch |  32 +++
 meta/recipes-devtools/automake/automake_1.15.bb    |   4 +-
 meta/recipes-devtools/binutils/binutils-2.27.inc   |   4 +
 .../binutils/binutils/CVE-2017-6969.patch          |  56 ++++
 .../binutils/binutils/CVE-2017-6969_2.patch        | 122 ++++++++
 .../binutils/binutils/CVE-2017-7209.patch          |  63 ++++
 .../binutils/binutils/CVE-2017-7210.patch          |  71 +++++
 .../docbook-utils/docbook-utils-native_0.6.14.bb   |   2 +-
 ...-with-exit-status-0-if-no-errors-were-fix.patch | 285 ++++++++++++++++++
 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb  |   1 +
 ...-GCC7-Wimplicit-fallthrough-support-fixes.patch | 318 +++++++++++++++++++++
 .../0001-ar-Fix-GCC7-Wformat-length-issues.patch   | 125 ++++++++
 .../elfutils-0.166/Fix_one_GCC7_warning.patch      |  45 +++
 .../elfutils/elfutils-0.166/fallthrough.patch      |  36 +++
 meta/recipes-devtools/elfutils/elfutils_0.166.bb   |   5 +
 meta/recipes-devtools/gcc/gcc-6.2.inc              |   5 +-
 .../gcc/gcc-6.2/ubsan-fix-check-empty-string.patch |  28 ++
 .../sgml-common/sgml-common_0.6.3.bb               |   2 +-
 meta/recipes-extended/bash/bash_4.3.30.bb          |   3 +
 meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto_4.8.bb       |  20 +-
 ...configure-write-a-python-location-into-th.patch |  25 ++
 ...all-python-modules-to-correct-library-dir.patch |  36 +++
 ...ldrun-remove-quotes-around-I-include-line.patch |  38 +++
 .../systemtap/systemtap/fix-monitor-linking.patch  |  41 ---
 .../systemtap/systemtap/monitor-option.patch       |  26 +-
 .../systemtap/systemtap/no-msgfmt-check.patch      |  22 +-
 .../systemtap/obsolete_automake_macros.patch       |  15 -
 meta/recipes-kernel/systemtap/systemtap_git.bb     |   9 +-
 meta/recipes-kernel/systemtap/systemtap_git.inc    |   9 +-
 meta/recipes-lsb4/libpng/libpng12_1.2.56.bb        |   2 +-
 meta/recipes-multimedia/libpng/libpng_1.6.24.bb    |   2 +-
 ...for-integer-overflow-in-xsltAddTextString.patch |  80 ++++++
 .../libxslt/0001-Link-libraries-with-libm.patch    |  48 ++++
 meta/recipes-support/libxslt/libxslt_1.1.29.bb     |   2 +
 scripts/lib/wic/partition.py                       |   3 +
 45 files changed, 1570 insertions(+), 118 deletions(-)
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2016-6323.patch
 create mode 100644 meta/recipes-devtools/automake/automake/0001-automake-port-to-Perl-5.22-and-later.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-6969.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-6969_2.patch
 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-devtools/e2fsprogs/e2fsprogs/0001-e2fsck-exit-with-exit-status-0-if-no-errors-were-fix.patch
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.166/0001-Add-GCC7-Wimplicit-fallthrough-support-fixes.patch
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.166/0001-ar-Fix-GCC7-Wformat-length-issues.patch
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.166/Fix_one_GCC7_warning.patch
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.166/fallthrough.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.2/ubsan-fix-check-empty-string.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-Do-not-let-configure-write-a-python-location-into-th.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-Install-python-modules-to-correct-library-dir.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-buildrun-remove-quotes-around-I-include-line.patch
 delete mode 100644 meta/recipes-kernel/systemtap/systemtap/fix-monitor-linking.patch
 delete mode 100644 meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch
 create mode 100644 meta/recipes-support/libxslt/libxslt/0001-Check-for-integer-overflow-in-xsltAddTextString.patch
 create mode 100644 meta/recipes-support/libxslt/libxslt/0001-Link-libraries-with-libm.patch

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


More information about the Openembedded-commits mailing list