[oe-commits] [openembedded-core] branch sumo updated (9b9897f -> ac582a8)

git at git.openembedded.org git at git.openembedded.org
Fri Apr 13 15:59:27 UTC 2018


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

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

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

The 23 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/conf/distro/include/tcmode-default.inc        |   2 +-
 .../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 ---------------------
 30 files changed, 618 insertions(+), 483 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