[oe-commits] [openembedded-core] branch master-next updated (5fa7ea7 -> c3adbc0)

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 22:20:19 UTC 2018


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

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

    from 5fa7ea7  oe-selftest: quick hack to test
     new 851566a  mesa: Enable gallium-llvm on x86 and x86_64
     new 4bfa063  powerpc: Remove pie flags from compiler cmdline
     new 32b5e97  llvm: Point llvm-config to one built with llvm-native
     new a56352e  dos2unix.bbclass: Move to oe-core
     new b2a5961  llvm: Use YOCTO_ALTERNATE_MULTILIB_NAME environment variable in llvm-config
     new 845e7f7  mesa: Define YOCTO_ALTERNATE_MULTILIB_NAME to consider multilib names
     new 162909c  binutils: Update past 2.31.1 release
     new 6f7f071  gdb: Upgrade to 8.1.1
     new 4d881bc  libidn2: Fix libunistring detection
     new 510deab  gnutls: Update to 3.6.3
     new 037ec76  python3-pip: update to version 18.0
     new c5c5596  python3-gitdb: update to version 2.0.4
     new 014a40c  python3-git: update to version 2.1.11
     new a919714  openssl: consolidate target name mapping rules
     new 0290564  openssl: update 32bit x86 target from linux-elf -> linux-x86
     new cf15357  openssl: minor reformatting to align the 1.0 and 1.1 recipes
     new 197cf9c  openssl: openssl-misc dependency on perl should be unconditional
     new 6226ac2  openssl: move the libdir openssl.cnf symlink into the openssl package
     new b0a9747  openssl: fix path in nativesdk environment-setup script
     new 1a271e4  openssl: drop obsolete no-afalgeng workaround for aarch64
     new a8e3777  expat: upgrade 2.2.5 -> 2.2.6
     new 2b92965  libxml2: fix CVE-2018-9251 and CVE-2018-14567
     new 8c4e8a1  unzip: fix CVE-2018-1000035
     new c3adbc0  weston-init: run login before start weston.service

The 24 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/dos2unix.bbclass                      | 14 ++++
 meta/conf/distro/include/security_flags.inc        |  7 +-
 .../recipes-connectivity/openssl/openssl_1.0.2p.bb | 50 +++++++------
 .../recipes-connectivity/openssl/openssl_1.1.0i.bb | 84 ++++++++--------------
 .../expat/{expat_2.2.5.bb => expat_2.2.6.bb}       |  4 +-
 ...1-Fix-infinite-loop-in-LZMA-decompression.patch | 55 ++++++++++++++
 meta/recipes-core/libxml/libxml2_2.9.8.bb          |  1 +
 meta/recipes-devtools/binutils/binutils-2.31.inc   |  2 +-
 .../gdb/{gdb-8.1.inc => gdb-8.1.1.inc}             |  4 +-
 ...canadian_8.1.bb => gdb-cross-canadian_8.1.1.bb} |  0
 .../gdb/{gdb-cross_8.1.bb => gdb-cross_8.1.1.bb}   |  0
 .../gdb/{gdb_8.1.bb => gdb_8.1.1.bb}               |  0
 .../0002-llvm-allow-env-override-of-exe-path.patch | 47 ++++++++++--
 meta/recipes-devtools/llvm/llvm_git.bb             |  4 +-
 meta/recipes-devtools/python/python-git.inc        |  4 +-
 meta/recipes-devtools/python/python-gitdb.inc      |  4 +-
 ...python3-git_2.1.10.bb => python3-git_2.1.11.bb} |  0
 ...thon3-gitdb_2.0.3.bb => python3-gitdb_2.0.4.bb} |  0
 .../{python3-pip_10.0.1.bb => python3-pip_18.0.bb} |  6 +-
 meta/recipes-extended/libidn/libidn2_2.0.5.bb      |  4 ++
 .../unzip/0001-unzip-fix-CVE-2018-1000035.patch    | 48 +++++++++++++
 meta/recipes-extended/unzip/unzip_6.0.bb           |  1 +
 meta/recipes-graphics/cairo/cairo.inc              |  3 +-
 meta/recipes-graphics/mesa/mesa.inc                |  4 ++
 .../wayland/weston-init/weston.service             |  1 +
 meta/recipes-support/gnutls/gnutls.inc             |  2 +
 .../gnutls/{gnutls_3.6.2.bb => gnutls_3.6.3.bb}    |  5 +-
 27 files changed, 244 insertions(+), 110 deletions(-)
 create mode 100644 meta/classes/dos2unix.bbclass
 rename meta/recipes-core/expat/{expat_2.2.5.bb => expat_2.2.6.bb} (82%)
 create mode 100644 meta/recipes-core/libxml/libxml2/0001-Fix-infinite-loop-in-LZMA-decompression.patch
 rename meta/recipes-devtools/gdb/{gdb-8.1.inc => gdb-8.1.1.inc} (89%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_8.1.bb => gdb-cross-canadian_8.1.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_8.1.bb => gdb-cross_8.1.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_8.1.bb => gdb_8.1.1.bb} (100%)
 rename meta/recipes-devtools/python/{python3-git_2.1.10.bb => python3-git_2.1.11.bb} (100%)
 rename meta/recipes-devtools/python/{python3-gitdb_2.0.3.bb => python3-gitdb_2.0.4.bb} (100%)
 rename meta/recipes-devtools/python/{python3-pip_10.0.1.bb => python3-pip_18.0.bb} (71%)
 create mode 100644 meta/recipes-extended/unzip/unzip/0001-unzip-fix-CVE-2018-1000035.patch
 rename meta/recipes-support/gnutls/{gnutls_3.6.2.bb => gnutls_3.6.3.bb} (53%)

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


More information about the Openembedded-commits mailing list