[oe-commits] [openembedded-core] branch sumo updated (30b055d -> 40e0b62)

git at git.openembedded.org git at git.openembedded.org
Fri Nov 16 16:33:36 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 30b055d  externalsrc.bbclass: Set BB_DONT_CACHE for non-target recipes
     new 7157e78  perl: skip tests that are not useful
     new 9f82bb4  valgrind: fix ptest compilation for PowerPC64
     new 74308b2  valgrind: fix compile ptest failure on mips32
     new ec5cc38  kernel: specify dependencies for compilation for config tasks
     new f01153e  yocto-uninative: Upgrade to verson 2.3 which includes glibc 2.28
     new 667d5e7  cve-check: Allow multiple entries in CVE_PRODUCT
     new 5df0d75  curl: extend CVE_PRODUCT
     new a8f6437  tzcode-native: updatet to 2018e
     new 2422775  tzdata: update to 2018e
     new 9702041  tzcode: update to 2018f
     new 7ac4ecb  tzdata: update to 2018f
     new 0362788  os-release: move to nonarch_libdir
     new 26d5ceb  base-files: change permissions on /sys and /proc
     new ad44a13  kernel-yocto/cfg: configuration warning fixes
     new 3b7e38b  linux-yocto/4.14/4.18: address kernel configuration warnings
     new 0c13f6b  linux-yocto-rt: Add paravirt_kvm support for qemux86-64
     new 73a4746  linux-yocto: configuration warning fixes
     new 924ce56  linux-yocto: tweak RTC configuration
     new d986ced  linux-yocto/4.14: fix kernel configuration audit warnings
     new 02f3fa2  linux-yocto/4.14: update to v4.14.71
     new 76a51f2  linux-yocto: enable pci and CRYPTO_DEV_VIRTIO
     new 1abca8b  linux-yocto/4.14: fix beaglebone configuration warnings
     new ff495ab  linux-yocto-rt: fixup 4.14 merge issues
     new 17434b9  linux-yocto/4.14: update to v4.14.76
     new ab2dd15  python: update to version 2.7.15
     new c464767  python: clean up ptest
     new ceae3eb  python: don't use runtime checks to identify float endianism
     new 64d0cfb  python: backport patch to fix CVE-2018-1000802
     new c566c8d  python: backport patch to fix CVE-2018-14647
     new 4cbfd52  m4: Workaround gnulib's fseeko.c implementation
     new 4de7f29  nasm: fix CVE-2018-1000667
     new c7ec464  apt: update SRC_URI
     new 4c51e82  curl: CVE-2018-14618
     new 015f65b  curl: Include the complete license information
     new 40e0b62  oeqa/selftest/runtime_test: Ensure we build/use gnupg-native

The 35 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/cve-check.bbclass                     |   3 +-
 meta/classes/kernel-yocto.bbclass                  |   5 +-
 meta/classes/kernel.bbclass                        |   2 +-
 meta/conf/distro/include/yocto-uninative.inc       |   8 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py       |   4 +-
 meta/recipes-core/base-files/base-files_3.0.14.bb  |   8 +-
 meta/recipes-core/os-release/os-release.bb         |   8 +-
 meta/recipes-devtools/apt/apt.inc                  |   2 +-
 meta/recipes-devtools/m4/m4-1.4.18.inc             |   1 +
 .../m4/m4/m4-1.4.18-glibc-change-work-around.patch | 129 +++++++++
 ...proc-parse_size-Check-for-string-provided.patch |  37 +++
 meta/recipes-devtools/nasm/nasm_2.13.03.bb         |   1 +
 ...ious-tests-if-PERL_BUILD_PACKAGING-is-set.patch | 126 +++++++++
 .../perl/perl/perl-test-customized.patch           |  86 ------
 meta/recipes-devtools/perl/perl/run-ptest          |   2 +-
 meta/recipes-devtools/perl/perl_5.24.1.bb          |   2 +-
 ...on-native_2.7.14.bb => python-native_2.7.15.bb} |   1 -
 meta/recipes-devtools/python/python.inc            |  10 +-
 ...23-Use-XML_SetHashSalt-in-_elementtree-GH.patch |  98 +++++++
 ...34540-Convert-shutil._call_external_zip-t.patch |  69 +++++
 .../python/python/CVE-2018-1000030-1.patch         | 138 ----------
 .../python/python/CVE-2018-1000030-2.patch         | 306 ---------------------
 .../python/python/fix-gc-alignment.patch           |  43 ---
 .../python/python/fix-makefile-for-ptest.patch     |  34 ---
 .../python/python/float-endian.patch               | 216 +++++++++++++++
 meta/recipes-devtools/python/python/run-ptest      |   4 +-
 .../python/{python_2.7.14.bb => python_2.7.15.bb}  |  29 +-
 ...-fix-opcode-not-supported-on-mips32-linux.patch |  82 ++++++
 ...roken-inline-asm-in-tests-on-mips32-linux.patch |  47 ++++
 .../valgrind/valgrind/ppc-headers.patch            |  78 ++++++
 meta/recipes-devtools/valgrind/valgrind_3.13.0.bb  |   3 +-
 ...code-native_2018d.bb => tzcode-native_2018f.bb} |   8 +-
 .../tzdata/{tzdata_2018d.bb => tzdata_2018f.bb}    |   4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb   |   8 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb |   6 +-
 meta/recipes-kernel/linux/linux-yocto_4.14.bb      |  20 +-
 .../recipes-support/curl/curl/CVE-2018-14618.patch |  37 +++
 meta/recipes-support/curl/curl_7.61.0.bb           |   5 +-
 38 files changed, 986 insertions(+), 684 deletions(-)
 create mode 100644 meta/recipes-devtools/m4/m4/m4-1.4.18-glibc-change-work-around.patch
 create mode 100644 meta/recipes-devtools/nasm/nasm/0001-preproc-parse_size-Check-for-string-provided.patch
 create mode 100644 meta/recipes-devtools/perl/perl/0001-Skip-various-tests-if-PERL_BUILD_PACKAGING-is-set.patch
 delete mode 100644 meta/recipes-devtools/perl/perl/perl-test-customized.patch
 rename meta/recipes-devtools/python/{python-native_2.7.14.bb => python-native_2.7.15.bb} (98%)
 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
 delete mode 100644 meta/recipes-devtools/python/python/CVE-2018-1000030-1.patch
 delete mode 100644 meta/recipes-devtools/python/python/CVE-2018-1000030-2.patch
 delete mode 100644 meta/recipes-devtools/python/python/fix-gc-alignment.patch
 delete mode 100644 meta/recipes-devtools/python/python/fix-makefile-for-ptest.patch
 create mode 100644 meta/recipes-devtools/python/python/float-endian.patch
 rename meta/recipes-devtools/python/{python_2.7.14.bb => python_2.7.15.bb} (91%)
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-fix-opcode-not-supported-on-mips32-linux.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0002-fix-broken-inline-asm-in-tests-on-mips32-linux.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2018d.bb => tzcode-native_2018f.bb} (70%)
 rename meta/recipes-extended/tzdata/{tzdata_2018d.bb => tzdata_2018f.bb} (98%)
 create mode 100644 meta/recipes-support/curl/curl/CVE-2018-14618.patch

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


More information about the Openembedded-commits mailing list