[oe-commits] [openembedded-core] branch pyro updated (8c370ab -> 5c880fe)

git at git.openembedded.org git at git.openembedded.org
Mon Apr 2 16:06:58 UTC 2018


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

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

    from 8c370ab  bitbake.conf: Add comm to HOSTTOOLS
     add 980154c  default-distrovars: don't rename locales for nativesdk
     add 6ffd076  glibc: don't use host locales in nativesdk
     add 839479f  glibc: relocate locale paths in nativesdk
     add 13ad745  sdk: install specified locales into SDK
     add 14269b9  sdk: only install locales if we're using glibc
     add af9eb2e  populate_sdk: install UTF-8 locales in SDKs
     add 19fce2a  populate_sdk_base: depend on nativesdk-glibc-locale
     add 5256809  sdk: generate locale archive and remove packages
     add 1267df8  package_manager: improve install_complementary
     add b9a7821  package-manager: add install_glob()
     add 72ab0e7  cross-localedef-native: add way to specify which locale archive to write
     add cb11880  sdk: streamline locale removal
     add 3ea65ee  libvorbis: CVE-2017-14633
     add e584aca  libvorbis: CVE-2017-14632
     add 5c880fe  libvorbis: CVE-2018-5146

No new revisions were added by this update.

Summary of changes:
 meta/classes/populate_sdk_base.bbclass             |   6 +-
 meta/classes/populate_sdk_ext.bbclass              |   3 +-
 meta/conf/distro/include/default-distrovars.inc    |   1 +
 meta/lib/oe/package_manager.py                     |  27 +++++-
 meta/lib/oe/sdk.py                                 |  72 +++++++++++++++
 .../glibc/cross-localedef-native_2.25.bb           |   1 +
 meta/recipes-core/glibc/glibc/archive-path.patch   |  39 ++++++++
 .../glibc/glibc/relocate-locales.patch             |  55 ++++++++++++
 meta/recipes-core/glibc/glibc_2.25.bb              |   7 +-
 meta/recipes-core/meta/buildtools-tarball.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                   |   3 +
 14 files changed, 408 insertions(+), 11 deletions(-)
 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-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