[oe-commits] [openembedded-core] branch morty updated (7c6501b -> ccf97c3)

git at git.openembedded.org git at git.openembedded.org
Thu Apr 5 14:14:23 UTC 2018


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

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

    from 7c6501b  linux-firmware: Add reference to iwlwifi-8000C firmware
     new 15ef6ab  default-distrovars: don't rename locales for nativesdk
     new d5adeb8  glibc: don't use host locales in nativesdk
     new 39d0aca  glibc: relocate locale paths in nativesdk
     new ba59b64  lib/oe/package_manager: .deb pre/postinst args
     new 60ba1d4  package_manager: remove strings and migrate to direct arrays
     new 0adc876  lib/oe/package_manager: bail if createrepo can't be found
     new 94e21cf  lib/oe/package_manager/sdk: Ensure do_populate_sdk_ext and do_populate_sdk repos don't conflict
     new b02b541  package_manager: don't race on a file when installing complementary packages
     new 667c433  package_manager: flush installed_pkgs file before oe-pkgdata-util uses it
     new fdc9579  package_manager: improve install_complementary
     new c01a2c0  package-manager: add install_glob()
     new 691925d  sdk: install specified locales into SDK
     new 7591806  sdk: only install locales if we're using glibc
     new 065ddf0  populate_sdk: install UTF-8 locales in SDKs
     new 15a8681  populate_sdk_base: depend on nativesdk-glibc-locale
     new 3c67ea2  cross-localedef-native: add way to specify which locale archive to write
     new 208f397  archiver: avoid archiving source for glibc-locale
     new 43e3fb2  glibc-locale.inc: fix typo in comment
     new 8d6f11c  glibc-locale.inc: avoid duplicate packages
     new bb95c7f  glibc: Separate locale files to their own sstate task
     new d11222c  libc-package.bbclass: split binary localedata even more if asked to
     new da02349  qemu: fix memfd_create with glibc 2.27
     new d6a297d  e2fsprogs: fix compatibility with glibc 2.27
     new 5055bca  lib/oe/terminal.py: use an absolute path to execute oe-gnome-terminal-phonehome
     new a57e3e3  grub-efi: fix build failure
     new 8639161  selftest/signing: add --batch to gpg invocation when importing keys
     new 4243555  buildhistory: fix latest_srcrev in the common case
     new 1dbffc2  distcc: Change SRC_URI
     new 3819f88  sdk: generate locale archive and remove packages
     new 3ebd1a7  sdk: streamline locale removal
     new d4a0da4  populate_sdk_base.bbclass: add documentation packages to SDKs if api-documentation is in DISTRO_FEATURES
     new 44a5277  toolchain-shar-extract: compare SDK and host gcc versions
     new 249feee  image/packagegroup/populate_sdk: Drop do_populate_sysroot task properly
     new 9660e4d  glibc-package: Avoid race sstate races with do_stash_locale
     new c8ffc0a  package_manager: fix install_glob to use morty sdk pkgdir
     new a7f1fa6  libvorbis: CVE-2017-14633
     new ccbef38  libvorbis: CVE-2017-14632
     new ccf97c3  libvorbis: CVE-2018-5146

The 38 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/archiver.bbclass                      |   6 +
 meta/classes/buildhistory.bbclass                  |   2 +-
 meta/classes/image.bbclass                         |   2 +-
 meta/classes/libc-package.bbclass                  |  39 ++-
 meta/classes/packagegroup.bbclass                  |   2 +-
 meta/classes/populate_sdk_base.bbclass             |  11 +-
 meta/classes/populate_sdk_ext.bbclass              |   3 +-
 meta/conf/distro/include/default-distrovars.inc    |   1 +
 meta/files/toolchain-shar-extract.sh               |   8 +
 meta/lib/oe/package.py                             |  13 +-
 meta/lib/oe/package_manager.py                     | 328 +++++++++++----------
 meta/lib/oe/sdk.py                                 |  85 +++++-
 meta/lib/oe/terminal.py                            |   2 +-
 meta/lib/oeqa/selftest/signing.py                  |   2 +-
 ...ix-check-for-sys-sysmacros.h-under-glibc-.patch |  48 +++
 meta/recipes-bsp/grub/grub-efi_2.00.bb             |   1 +
 .../glibc/cross-localedef-native_2.24.bb           |   1 +
 meta/recipes-core/glibc/glibc-collateral.inc       |   2 +-
 meta/recipes-core/glibc/glibc-initial.inc          |   2 +-
 meta/recipes-core/glibc/glibc-locale.inc           |   5 +-
 meta/recipes-core/glibc/glibc-mtrace.inc           |   2 +-
 meta/recipes-core/glibc/glibc-package.inc          |  45 +--
 meta/recipes-core/glibc/glibc-scripts.inc          |   2 +-
 meta/recipes-core/glibc/glibc/archive-path.patch   |  39 +++
 .../glibc/glibc/relocate-locales.patch             |  33 +++
 meta/recipes-core/glibc/glibc_2.24.bb              |   7 +-
 meta/recipes-core/meta/buildtools-tarball.bb       |   1 -
 meta/recipes-devtools/distcc/distcc_3.2.bb         |   2 +-
 ...rename-copy_file_range-to-copy_file_chunk.patch |  62 ++++
 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb  |   1 +
 meta/recipes-devtools/qemu/qemu/memfd.patch        |  57 ++++
 meta/recipes-devtools/qemu/qemu_2.7.0.bb           |   1 +
 .../libvorbis/libvorbis/CVE-2017-14632.patch       |  62 ++++
 .../libvorbis/libvorbis/CVE-2017-14633.patch       |  42 +++
 .../libvorbis/libvorbis/CVE-2018-5146.patch        | 100 +++++++
 .../libvorbis/libvorbis_1.3.5.bb                   |   6 +-
 36 files changed, 809 insertions(+), 216 deletions(-)
 create mode 100644 meta/recipes-bsp/grub/files/0001-configure-fix-check-for-sys-sysmacros.h-under-glibc-.patch
 create mode 100644 meta/recipes-core/glibc/glibc/archive-path.patch
 create mode 100644 meta/recipes-core/glibc/glibc/relocate-locales.patch
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-misc-rename-copy_file_range-to-copy_file_chunk.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/memfd.patch
 create mode 100644 meta/recipes-multimedia/libvorbis/libvorbis/CVE-2017-14632.patch
 create mode 100644 meta/recipes-multimedia/libvorbis/libvorbis/CVE-2017-14633.patch
 create mode 100644 meta/recipes-multimedia/libvorbis/libvorbis/CVE-2018-5146.patch

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


More information about the Openembedded-commits mailing list