[oe-commits] [openembedded-core] branch sumo-next updated (9b9897f -> 2a90ae7)

git at git.openembedded.org git at git.openembedded.org
Fri Apr 13 16:17:12 UTC 2018


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

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

    from 9b9897f  license.bbclass: be a bit more strict when searching ${PN}-${LICENSE_PACKAGE_SUFFIX} in packages
     add 214fa7f  image_types: use pigz to create .gz files
     add ce1cfa5  populate_sdk_base: use xz -T instead of pixz
     add 148fd7a  linux-yocto/4.14: add elfutils, util-linux and openssl dependencies
     add 6c1ddbb  linux-yocto-tiny/4.14: fix recipe name
     add 7d92ed3  linux-yocto/4.14/4.15: deterministic srcversion
     add 4612441  meta: add missing Signed-off-by and Upstream-Status tags
     add 5a88e59  python3: Add recommended modules to nativesdk install
     add c4208f0  bootchart2: update canonical git URL
     add 4d16fa0  gconf: fix saving of settings when config folder doesnt exist
     add bcbe902  dhcp: Security Advisory - CVE-2017-3144
     add 3d0bd78  icecc-create-env: Allow logging to a file
     add d1e88ad  icecc-create-env: Fix RUNPATH files
     add 4f55e61  icecc-create-env: Fix library interpreter usage
     add 1fc1e3d  icecc-create-env: Add extra tools option
     add be91328  icecc.bbclass: Add ICECC_ENV_DEBUG variable
     add 563448a  icecc.bbclass: Improve error reporting
     add 6c3b2ac  icecc.bbclass: Bump version number
     add cdf74e1  patch: fix CVE-2018-6951
     add 6b6ae21  patch: fix CVE-2018-1000156
     add c5b5055  distro: default: Change Go default version to 1.9
     add 1ec0c97  valgrind: fix the shared object issue while prelink ptest
     add c3935f1  xserver-nodm-init: Respawn service in case of failure
     add ac582a8  scripts/test-dependencies.sh: remove
     new 4b27ab6  yocto-uninative: Update to version 1.9 (fedora28 compatible)
     new 2a90ae7  bitbake.conf: Set and export TZ envvar to UTC

The 2 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/icecc.bbclass                         |  26 +-
 meta/classes/image_types.bbclass                   |   2 +-
 meta/classes/populate_sdk_base.bbclass             |   4 +-
 meta/classes/reproducible_build_simple.bbclass     |   1 -
 meta/conf/bitbake.conf                             |   1 +
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 meta/conf/distro/include/yocto-uninative.inc       |   6 +-
 .../dhcp/dhcp/CVE-2017-3144.patch                  |  74 ++++++
 meta/recipes-connectivity/dhcp/dhcp_4.3.6.bb       |   1 +
 .../bootchart2/bootchart2_0.14.8.bb                |   2 +-
 .../icecc-create-env/icecc-create-env              | 202 ++++++++++-----
 ...rt-name-on-versions-of-tar-which-support-.patch |   2 +
 ...Use-local-time-for-build_date-since-opkg-.patch |   2 +
 ...02-Fix-segfault-with-mangled-rename-patch.patch |  35 +++
 ...-files-to-be-missing-for-ed-style-patches.patch |  38 +++
 ...ry-command-execution-in-ed-style-patches-.patch | 215 ++++++++++++++++
 meta/recipes-devtools/patch/patch_2.7.6.bb         |   6 +-
 .../perl/perl-5.26.1-guard_old_libcrypt_fix.patch  |   2 +-
 meta/recipes-devtools/python/python3_3.5.5.bb      |   1 +
 .../valgrind/valgrind/0002-remove-rpath.patch      |  35 ---
 meta/recipes-devtools/valgrind/valgrind_3.13.0.bb  |   3 +-
 .../gnome/gconf/create_config_directory.patch      |  28 ++
 meta/recipes-gnome/gnome/gconf_3.2.6.bb            |   1 +
 .../xserver-nodm-init/xserver-nodm.service.in      |   1 +
 ...move-muslc-ethhdr-protection-to-uapi-file.patch |   1 +
 meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb   |   7 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb   |   4 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb |   7 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.15.b  |  25 --
 meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb |  50 +---
 meta/recipes-kernel/linux/linux-yocto_4.14.bb      |  21 +-
 meta/recipes-kernel/linux/linux-yocto_4.15.bb      |  18 +-
 scripts/test-dependencies.sh                       | 286 ---------------------
 33 files changed, 622 insertions(+), 487 deletions(-)
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/CVE-2017-3144.patch
 create mode 100644 meta/recipes-devtools/patch/patch/0002-Fix-segfault-with-mangled-rename-patch.patch
 create mode 100644 meta/recipes-devtools/patch/patch/0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch
 create mode 100644 meta/recipes-devtools/patch/patch/0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch
 delete mode 100644 meta/recipes-devtools/valgrind/valgrind/0002-remove-rpath.patch
 create mode 100644 meta/recipes-gnome/gnome/gconf/create_config_directory.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny_4.15.b
 delete mode 100755 scripts/test-dependencies.sh

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


More information about the Openembedded-commits mailing list