[oe-commits] [openembedded-core] branch warrior updated (f571b18 -> fdc068d)

git at git.openembedded.org git at git.openembedded.org
Sun May 12 08:14:27 UTC 2019


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

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

    from f571b18  build-appliance-image: Update to warrior head revision
     new 61433a1  curl: update to 7.64.1
     new 93993fe  gnutls: upgrade 3.6.5 -> 3.6.7
     new 4189304  dhcp: Replace OE specific patch for compatibility with latest bind with upstream patch
     new 4e6d7e7  ptest.bbclass: Use d.getVar instead of os.environ
     new 2bebb5c  linux-yocto/5.0: update to v5.0.5
     new dd2529b  linux-yocto-rt: update to 5.0.5-rt3
     new 96019b7  linux-yocto/5.0: update to v5.0.7
     new bfb471e  linux-yocto/4.19: update to v4.19.34
     new 3ac1a19  core-image-sato-sdk-ptest: Try and keep image below 4GB limit
     new 16b39e9  kernel.bbclass: convert base_do_unpack_append() to a task
     new 908173c  ltp: Fix setrlimit03 call succeeded unexpectedly
     new c0f7895  python3: add another multilib fix
     new fe8ecc3  busybox: fix ptest failure about 'dc'
     new 2eab107  base-files: move hostname operations out of issue file settings
     new 8e2f025  resulttool: Load results from URL
     new 2f6a02b  resulttool: Add log subcommand
     new cf525cb  buildhistory: call a dependency parser only on actual dependency lists
     new e30cd19  icecc.bbclass: stop causing everything to be effectivelly MACHINE_ARCH
     new ef6aacb  resultool/resultutils: Fix module import error
     new ba56d87  cryptodev: fix module loading error
     new fd57b34  oeqa/core/runner: dump stdout and stderr of each test case
     new 732fb99  core-image-rt: make sure that we append to DEPENDS
     new 6ba5f32  core-image-rt-sdk: make sure that we append to DEPENDS
     new d35de53  resulttool/manualexecution: Enable test case configuration option
     new 16c50cf  glibc: always use bfd linker
     new 499e830  kernel-module-split.bbclass: support CONFIG_MODULE_COMPRESS=y
     new c27cc23  utils/multiprocess_launch: Improve failing subprocess output
     new 5ae52eb  Adding back wrapper and using OEPYTHON3HOME variable for python3
     new e389899  linux-yocto-rt/4.19: fix merge conflict in lru_drain
     new 8a0b045  linux-yocto/5.0: port RAID configuration tweaks from master
     new 5a8eee4  linux-yocto/5.0: integrate TCP timeout / hang fix
     new 6f0dbd8  linux-yocto_5.0: set devicetree for armv5
     new ca1292c  gnome-doc-utils: Remove stale patch
     new 058d613  python3: Drop ptest hack
     new 6f9b811  gcc: fix CVE-2018-18484
     new 09dc0c4  gdb: fix CVE-2017-9778
     new 5445c22  binutils: fix CVE-2019-9074 CVE-2019-9075 CVE-2019-9076 CVE-2019-9077
     new b4068ea  openssh: fix CVE-2018-20685, CVE-2019-6109, CVE-2019-6111
     new 3364b41  dropbear: set CVE_PRODUCT
     new 388378c  libsdl: set CVE_PRODUCT
     new fdc068d  linux-yocto/5.0: update TCP patch to mainline version

The 41 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                         |    1 +
 meta/classes/kernel-module-split.bbclass           |   20 +-
 meta/classes/kernel.bbclass                        |    3 +-
 meta/classes/ptest.bbclass                         |    4 +-
 meta/classes/testimage.bbclass                     |    3 +-
 meta/lib/oe/buildhistory_analysis.py               |    2 +-
 meta/lib/oe/utils.py                               |    7 +-
 meta/lib/oeqa/core/runner.py                       |   20 +-
 ...eplace-custom-isc_boolean_t-with-C-standa.patch | 2882 --------------------
 ...d-includes-of-new-BIND9-compatibility-hea.patch |   79 +
 meta/recipes-connectivity/dhcp/dhcp_4.4.1.bb       |    2 +-
 ...ve-progressmeter-force-an-update-at-the-b.patch |  121 +
 .../openssh/openssh/CVE-2018-20685.patch           |   40 +
 .../openssh/openssh/CVE-2019-6109.patch            |  275 ++
 .../openssh/openssh/CVE-2019-6111.patch            |  187 ++
 meta/recipes-connectivity/openssh/openssh_7.9p1.bb |    4 +
 meta/recipes-core/base-files/base-files_3.0.14.bb  |    7 +-
 ...ix-two-test-case-to-also-depend-on-DC_BIG.patch |   39 +
 meta/recipes-core/busybox/busybox_1.30.1.bb        |    1 +
 meta/recipes-core/dropbear/dropbear.inc            |    2 +
 meta/recipes-core/glibc/glibc_2.29.bb              |    2 +-
 meta/recipes-devtools/binutils/binutils-2.32.inc   |    4 +
 .../binutils/binutils/CVE-2019-9074.patch          |   68 +
 .../binutils/binutils/CVE-2019-9075.patch          |  119 +
 .../binutils/binutils/CVE-2019-9076.patch          |   49 +
 .../binutils/binutils/CVE-2019-9077.patch          |   37 +
 meta/recipes-devtools/gcc/gcc-8.3.inc              |    1 +
 ...sion-limit-to-libiberty-s-demangling-code.patch |  325 +++
 meta/recipes-devtools/gdb/gdb-8.2.1.inc            |    1 +
 meta/recipes-devtools/gdb/gdb/CVE-2017-9778.patch  |   99 +
 ...ig.py-fix-another-place-where-lib-is-hard.patch |   31 +
 ...EPYTHON3HOME-is-set-use-instead-of-PYTHON.patch |   47 +
 .../python/python3/ptesthack.patch                 |   60 -
 meta/recipes-devtools/python/python3_3.7.2.bb      |    9 +-
 ...trlimit03.c-read-proc-sys-fs-nr_open-for-.patch |   70 +
 meta/recipes-extended/ltp/ltp_20190115.bb          |    1 +
 ...t.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch |   40 -
 meta/recipes-graphics/libsdl/libsdl_1.2.15.bb      |    2 +
 meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb     |    2 +
 meta/recipes-kernel/cryptodev/cryptodev.inc        |    4 +-
 ...01-Fix-module-loading-with-Linux-v5.0-rc5.patch |   59 +
 meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb   |    6 +-
 meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb    |    6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb |    8 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb  |    8 +-
 meta/recipes-kernel/linux/linux-yocto_4.19.bb      |   20 +-
 meta/recipes-kernel/linux/linux-yocto_5.0.bb       |   21 +-
 meta/recipes-rt/images/core-image-rt-sdk.bb        |    2 +-
 meta/recipes-rt/images/core-image-rt.bb            |    2 +-
 .../images/core-image-sato-sdk-ptest.bb            |    4 +-
 .../curl/{curl_7.64.0.bb => curl_7.64.1.bb}        |    4 +-
 .../gnutls/{gnutls_3.6.5.bb => gnutls_3.6.7.bb}    |    7 +-
 scripts/lib/resulttool/log.py                      |   56 +
 scripts/lib/resulttool/manualexecution.py          |   14 +-
 scripts/lib/resulttool/merge.py                    |    8 +-
 scripts/lib/resulttool/regression.py               |    6 +-
 scripts/lib/resulttool/report.py                   |    2 +-
 scripts/lib/resulttool/resultutils.py              |   23 +-
 scripts/lib/resulttool/store.py                    |    4 +-
 scripts/resulttool                                 |    2 +
 60 files changed, 1871 insertions(+), 3061 deletions(-)
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/0001-dhcpd-fix-Replace-custom-isc_boolean_t-with-C-standa.patch
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/0001-master-Added-includes-of-new-BIND9-compatibility-hea.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/0001-upstream-Have-progressmeter-force-an-update-at-the-b.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2018-20685.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2019-6109.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2019-6111.patch
 create mode 100644 meta/recipes-core/busybox/busybox/0001-dc.tests-fix-two-test-case-to-also-depend-on-DC_BIG.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2019-9074.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2019-9075.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2019-9076.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2019-9077.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.3/0041-Add-a-recursion-limit-to-libiberty-s-demangling-code.patch
 create mode 100644 meta/recipes-devtools/gdb/gdb/CVE-2017-9778.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-fix-another-place-where-lib-is-hard.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-main.c-if-OEPYTHON3HOME-is-set-use-instead-of-PYTHON.patch
 delete mode 100644 meta/recipes-devtools/python/python3/ptesthack.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-syscalls-setrlimit03.c-read-proc-sys-fs-nr_open-for-.patch
 delete mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch
 create mode 100644 meta/recipes-kernel/cryptodev/files/0001-Fix-module-loading-with-Linux-v5.0-rc5.patch
 rename meta/recipes-support/curl/{curl_7.64.0.bb => curl_7.64.1.bb} (95%)
 rename meta/recipes-support/gnutls/{gnutls_3.6.5.bb => gnutls_3.6.7.bb} (88%)
 create mode 100644 scripts/lib/resulttool/log.py

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


More information about the Openembedded-commits mailing list