[oe-commits] [openembedded-core] branch morty-next updated (4e9bb9a -> fb9b455)

git at git.openembedded.org git at git.openembedded.org
Fri Dec 8 16:37:59 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 4e9bb9a  cross-localedef-native: Include locale_t.h
     new 0713d2a  python3: do not hardcode "lib" into site-packages search path
     new e8a6e38  glibc: Fix CVE-2015-5180
     new 07e0411  glibc: Fix CVE-2017-1000366
     new b7099c4  glibc: Security fix for CVE-2017-8804
     new 25bd453  glibc: CVE-2017-15670
     new ce97fa3  systemd: fixes mips64 login issue
     new c22d80c  grub: Fix build with glibc 2.25
     new 74da4a0  grub: Fix build with gcc7
     new f7f6593  adwaita-icon-theme: add a patch to speed up the do_install() task
     new 4e257a7  nspr: Fix build error due to missing stdint.h> include
     new fb9b455  uninative: Handle futex hangs caused by glibc version mismatches

The 11 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/uninative.bbclass                     |  18 +
 ...-avoid-used-uninitialized-error-with-GCC7.patch |  36 ++
 ...Use-AC_HEADER_MAJOR-to-find-device-macros.patch |  92 +++
 ...-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                    |   5 +
 ...80-resolv-Fix-crash-with-internal-QTYPE-B.patch | 357 +++++++++++
 ...00366-Ignore-LD_LIBRARY_PATH-for-AT_SECUR.patch |  71 +++
 ...ject-overly-long-LD_PRELOAD-path-elements.patch | 145 +++++
 ...Reject-overly-long-LD_AUDIT-path-elements.patch | 231 +++++++
 ...ssing-IS_IN-libc-guards-to-vectorized-str.patch |  62 ++
 meta/recipes-core/glibc/glibc/CVE-2017-15670.patch |  38 ++
 meta/recipes-core/glibc/glibc/CVE-2017-8804.patch  | 232 +++++++
 meta/recipes-core/glibc/glibc_2.24.bb              |   7 +
 .../systemd/Ensure-kdbus-isn-t-used-3501.patch     | 670 +++++++++++++++++++++
 meta/recipes-core/systemd/systemd_230.bb           |   3 +-
 .../python/python3/python-3.3-multilib.patch       | 290 +++++----
 ...1-Run-installation-commands-as-shell-jobs.patch |  82 +++
 .../recipes-gnome/gnome/adwaita-icon-theme_3.20.bb |   1 +
 ...int.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch |  30 +
 meta/recipes-support/nspr/nspr_4.12.bb             |   1 +
 22 files changed, 2705 insertions(+), 127 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/0001-build-Use-AC_HEADER_MAJOR-to-find-device-macros.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/glibc/glibc/0001-CVE-2015-5180-resolv-Fix-crash-with-internal-QTYPE-B.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0001-CVE-2017-1000366-Ignore-LD_LIBRARY_PATH-for-AT_SECUR.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0002-ld.so-Reject-overly-long-LD_PRELOAD-path-elements.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0003-ld.so-Reject-overly-long-LD_AUDIT-path-elements.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0004-i686-Add-missing-IS_IN-libc-guards-to-vectorized-str.patch
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2017-15670.patch
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2017-8804.patch
 create mode 100644 meta/recipes-core/systemd/systemd/Ensure-kdbus-isn-t-used-3501.patch
 create mode 100644 meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Run-installation-commands-as-shell-jobs.patch
 create mode 100644 meta/recipes-support/nspr/nspr/0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch

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


More information about the Openembedded-commits mailing list