[oe-commits] [openembedded-core] branch rocko updated (1c46e20 -> bdc7196)

git at git.openembedded.org git at git.openembedded.org
Mon Oct 16 22:53:27 UTC 2017


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

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

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

The 21 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                      |   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                             |   2 +-
 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 +-
 29 files changed, 424 insertions(+), 26 deletions(-)
 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