[yocto-security] [OE-core CVE] branch master updated. uninative-2.2-932-g37841ec
cve-notice at lists.openembedded.org
cve-notice at lists.openembedded.org
Sat Oct 20 14:41:23 PDT 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, master has been updated
via 37841ec56d7756ec9ee00e2a2005681b220f6f5d (commit)
via b4976f3cf8cd028f165100b67867adb862da4d7f (commit)
via e028b4457781f60d8491a99a23011996fa913013 (commit)
via 7831d2d3a1069b9d3a8d32e41f0a292e1add56ba (commit)
via 2036137151929b541293154ff529475071cd92b0 (commit)
via 95a921959d340f74b5604df57737c1eeaad0023e (commit)
via e1c6442872c9361b6b61a83adcce9cade2f2ecd2 (commit)
via 52fbf46a32f03266e31811fde7d4466e7ef85fc8 (commit)
via 1cf3aee0ba0fb0c2e8b82f403384a1928a9b03f4 (commit)
via 68e51756f67499081c3c53cff6c5c1efdf4b60f0 (commit)
via c0343f1035af98cb451eea0de94c16fe89ffdf48 (commit)
via 7017cece7f767f0ec9972b6f4e62ca4006c557ad (commit)
via c1a98853f90857a735bacf75ccbdd6f2f7094ccf (commit)
via b7b476efee8c959a0227905e40bd9b5ef493632d (commit)
via 33c8dc08c9b160a0bb1d71d8b421a99de6e6eeee (commit)
via d819e7fa76e2b732aa7c33ab0e9a834781090824 (commit)
from 112775995158cf6c504fd6beef345ee446f4f11d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
meta/classes/devtool-source.bbclass | 6 +-
meta/classes/image_types.bbclass | 2 +-
meta/classes/npm.bbclass | 2 +-
meta/conf/multilib.conf | 2 +-
.../recipes-connectivity/openssl/openssl/run-ptest | 14 +++-
meta/recipes-connectivity/openssl/openssl_1.1.1.bb | 27 ++++--
meta/recipes-core/meta/buildtools-tarball.bb | 1 +
meta/recipes-core/os-release/os-release.bb | 8 +-
.../packagegroup-core-tools-profile.bb | 1 +
meta/recipes-core/util-linux/util-linux.inc | 9 +-
.../volatile-binds/files/mount-copybind | 30 ++++++-
...OLDIR-to-be-overridden-in-the-environment.patch | 64 --------------
...l-obj-arm64-fix-branch-too-far-with-TBZ-l.patch | 58 -------------
.../go/{go-1.10.inc => go-1.11.inc} | 9 +-
...1-allow-CC-and-CXX-to-have-multiple-words.patch | 12 ++-
...-content-based-hash-generation-less-pedan.patch | 46 +++++-----
...OLDIR-to-be-overridden-in-the-environment.patch | 48 +++++++++++
.../0004-ld-add-soname-to-shareable-objects.patch | 16 ++--
...verride-CC-when-building-dist-and-go_boot.patch | 15 ++--
...-cmd-dist-separate-host-and-target-builds.patch | 67 ++++++++-------
...07-cmd-go-make-GOROOT-precious-by-default.patch | 50 ++++++-----
...ld-replace-glibc-dynamic-linker-with-musl.patch | 24 +++---
...-canadian_1.10.bb => go-cross-canadian_1.11.bb} | 0
.../go/{go-cross_1.10.bb => go-cross_1.11.bb} | 0
.../{go-crosssdk_1.10.bb => go-crosssdk_1.11.bb} | 0
.../go/{go-native_1.10.bb => go-native_1.11.bb} | 0
.../go/{go-runtime_1.10.bb => go-runtime_1.11.bb} | 0
.../recipes-devtools/go/{go_1.10.bb => go_1.11.bb} | 0
...23-Use-XML_SetHashSalt-in-_elementtree-GH.patch | 98 ++++++++++++++++++++++
...34540-Convert-shutil._call_external_zip-t.patch | 69 +++++++++++++++
meta/recipes-devtools/python/python_2.7.15.bb | 2 +
...uard-against-__GLIBC_PREREQ-for-musl-libc.patch | 36 ++++++++
...sts-Use-ucontext_t-instead-of-struct-ucon.patch | 30 -------
...02-context-APIs-are-not-available-on-musl.patch | 17 ++--
...roken-inline-asm-in-tests-on-mips32-linux.patch | 47 -----------
.../valgrind/0004-Fix-out-of-tree-builds.patch | 49 ++++++-----
.../valgrind/valgrind/link-gz-tests.patch | 27 ------
.../mask-CPUID-support-in-HWCAP-on-aarch64.patch | 36 --------
.../valgrind/valgrind/ppc-headers.patch | 87 -------------------
.../{valgrind_3.13.0.bb => valgrind_3.14.0.bb} | 12 +--
meta/recipes-kernel/perf/perf.bb | 1 +
41 files changed, 488 insertions(+), 534 deletions(-)
delete mode 100644 meta/recipes-devtools/go/go-1.10/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch
delete mode 100644 meta/recipes-devtools/go/go-1.10/0008-cmd-internal-obj-arm64-fix-branch-too-far-with-TBZ-l.patch
rename meta/recipes-devtools/go/{go-1.10.inc => go-1.11.inc} (74%)
rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0001-allow-CC-and-CXX-to-have-multiple-words.patch (79%)
rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch (85%)
create mode 100644 meta/recipes-devtools/go/go-1.11/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch
rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0004-ld-add-soname-to-shareable-objects.patch (79%)
rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch (80%)
rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0006-cmd-dist-separate-host-and-target-builds.patch (88%)
rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0007-cmd-go-make-GOROOT-precious-by-default.patch (64%)
rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0009-ld-replace-glibc-dynamic-linker-with-musl.patch (91%)
rename meta/recipes-devtools/go/{go-cross-canadian_1.10.bb => go-cross-canadian_1.11.bb} (100%)
rename meta/recipes-devtools/go/{go-cross_1.10.bb => go-cross_1.11.bb} (100%)
rename meta/recipes-devtools/go/{go-crosssdk_1.10.bb => go-crosssdk_1.11.bb} (100%)
rename meta/recipes-devtools/go/{go-native_1.10.bb => go-native_1.11.bb} (100%)
rename meta/recipes-devtools/go/{go-runtime_1.10.bb => go-runtime_1.11.bb} (100%)
rename meta/recipes-devtools/go/{go_1.10.bb => go_1.11.bb} (100%)
create mode 100644 meta/recipes-devtools/python/python/0001-2.7-bpo-34623-Use-XML_SetHashSalt-in-_elementtree-GH.patch
create mode 100644 meta/recipes-devtools/python/python/0001-closes-bpo-34540-Convert-shutil._call_external_zip-t.patch
create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch
delete mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-memcheck-tests-Use-ucontext_t-instead-of-struct-ucon.patch
delete mode 100644 meta/recipes-devtools/valgrind/valgrind/0002-fix-broken-inline-asm-in-tests-on-mips32-linux.patch
delete mode 100644 meta/recipes-devtools/valgrind/valgrind/link-gz-tests.patch
delete mode 100644 meta/recipes-devtools/valgrind/valgrind/mask-CPUID-support-in-HWCAP-on-aarch64.patch
delete mode 100644 meta/recipes-devtools/valgrind/valgrind/ppc-headers.patch
rename meta/recipes-devtools/valgrind/{valgrind_3.13.0.bb => valgrind_3.14.0.bb} (91%)
hooks/post-receive
--
More information about the yocto-security
mailing list