[oe-commits] [openembedded-core] branch master-next updated (341b95a -> 2f2c586)

git at git.openembedded.org git at git.openembedded.org
Tue Oct 31 00:17:01 UTC 2017


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

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

 discard 341b95a  oe-buildenv-internal: Fix finding build directory
     add 1c46e20  wpa_supplicant: fix WPA2 key replay security bug
     add 4b936cd  cross.bbclass: Remove usage of host flags for cross-compilation
     add c47ed9a  libgcrypt: Fix building on armv6
     add 229f70a  linux-firmware: make i.MX SDMA split complete
     add ba0bc9d  screen: fix configure failed while build dir contains "yes"
     add 979699b  sstate.bbclass: provide an exception for useradd scenario
     add b129af9  archiver: preserve sysroot paths in configured mode for multilib
     add 12b65b3  mesa: explictly add lib expat to intel libvulkan's lib depends
     add a3e9e7a  own-mirrors.bbclass: allow other settings of PREMIRRORS have effect
     add 094499c  devtool: standard: Expand SRCREV before using it in _update_recipe_srcrev
     add 908cf4d  gcc: Backport fix for a segfault on riscv
     add 71236e5  perl: remove the reference of DEBUG_PREFIX_MAP
     add d7580cd  musl: use a more specific fix for ARM thumb + frame pointers
     add cb2c00c  gstreamer1.0-plugins-bad: Add dependency on libdrm when wayland is enabled
     add 03a4dd0  cmake: fix typo in toolchain file
     add 2820a2c  bash: add missing build dependencies for ptest
     add 8cf2e5b  prelink: fix upstream version check
     add 7e96cf3  goarch.bbclass: Define HOST_GO386 and TARGET_GO386
     add eba5fd5  go: Export correct GO386 value for target
     add 50e7619  bitbake.conf: add ssh to HOSTTOOLS_NONFATAL
     add 9b9f566  sqlite3: fix CVE-2017-13685
     add bdc7196  libxml2: use HTTP instead of FTP in SRC_URI
     add a09184b  bitbake.conf: Adds ipv6 to DISTRO_FEATURES_NATIVE
     add 3b413a8  README.qemu: qemuppc64 is not supported
     new 2f2c586  oe-buildenv-internal: Fix finding build directory

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (341b95a)
            \
             N -- N -- N   refs/heads/master-next (2f2c586)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 README.qemu                                        |    2 +-
 meta/classes/archiver.bbclass                      |    2 +
 meta/classes/cross.bbclass                         |    8 +-
 meta/classes/goarch.bbclass                        |   11 +
 meta/classes/own-mirrors.bbclass                   |   26 +-
 meta/classes/sstate.bbclass                        |    3 +-
 meta/conf/bitbake.conf                             |    4 +-
 .../wpa-supplicant/key-replay-cve-multiple.patch   | 1025 ++++++++++++++++++++
 .../wpa-supplicant/wpa-supplicant_2.6.bb           |    1 +
 meta/recipes-core/libxml/libxml2_2.9.4.bb          |    2 +-
 meta/recipes-core/musl/musl_git.bb                 |    8 +-
 .../cmake/cmake/OEToolchainConfig.cmake            |    2 +-
 meta/recipes-devtools/gcc/gcc-7.2.inc              |    1 +
 ...le-non-legitimate-address-in-riscv_legiti.patch |   51 +
 meta/recipes-devtools/go/go-cross-canadian.inc     |    1 +
 meta/recipes-devtools/go/go-cross.inc              |    2 +
 meta/recipes-devtools/go/go-runtime.inc            |    1 +
 meta/recipes-devtools/go/go-target.inc             |    1 +
 meta/recipes-devtools/perl/perl_5.24.1.bb          |    1 +
 meta/recipes-devtools/prelink/prelink_git.bb       |    2 +
 meta/recipes-extended/bash/bash.inc                |    4 +-
 ...c-fix-configure-failed-while-build-dir-ha.patch |  108 +++
 meta/recipes-extended/screen/screen_4.6.1.bb       |    1 +
 ...lkan.am-explictly-add-lib-expat-to-intel-.patch |   44 +
 meta/recipes-graphics/mesa/mesa_17.1.7.bb          |    1 +
 .../linux-firmware/linux-firmware_git.bb           |    9 +-
 .../gstreamer/gstreamer1.0-plugins-bad.inc         |    2 +-
 ...g-AArch32-CE-implementations-when-target-.patch |   96 ++
 meta/recipes-support/libgcrypt/libgcrypt_1.8.0.bb  |    1 +
 .../sqlite/files/sqlite3-fix-CVE-2017-13685.patch  |   57 ++
 meta/recipes-support/sqlite/sqlite3_3.20.0.bb      |    1 +
 scripts/lib/devtool/standard.py                    |    2 +-
 32 files changed, 1452 insertions(+), 28 deletions(-)
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/key-replay-cve-multiple.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-7.2/0050-RISC-V-Handle-non-legitimate-address-in-riscv_legiti.patch
 create mode 100644 meta/recipes-extended/screen/screen/0001-configure.ac-fix-configure-failed-while-build-dir-ha.patch
 create mode 100644 meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch
 create mode 100644 meta/recipes-support/libgcrypt/files/0006-Fix-building-AArch32-CE-implementations-when-target-.patch
 create mode 100644 meta/recipes-support/sqlite/files/sqlite3-fix-CVE-2017-13685.patch

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


More information about the Openembedded-commits mailing list