[oe-commits] [openembedded-core] branch thud updated (748f946 -> 6c9b23b)

git at git.openembedded.org git at git.openembedded.org
Mon Feb 25 22:28:56 UTC 2019


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

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

    from 748f946  eSDK.py: unset BBPATH and BUILDDIR to avoid eSDK failure
     new 1ee1701  busybox: update to 1.29.3
     new a77360d  e2fsprogs: fix file system generation with large files
     new f3e2f78  package: Add pkg_postinst_ontarget to PACKAGEVARS
     new 84c6385  icecc-env: don't raise error when icecc not installed
     new af397d3  ghostscript: Fix CVE-2019-6116
     new 4556380  mdadm: add init and service scripts
     new 7dbccf1  perl: add testdepends for ssh
     new 828db90  selftest/wic: update test case test_qemu
     new fca1891  oeqa/runtime/ptest: Avoid traceback for tests with no section
     new 1a6fcc9  oeqa/utils/logparser: Simplify ptest log parsing code
     new a4187e3  oeqa/logparser: Further simplification/clarification
     new e514c34  oeqa/logparser: Reform the ptest results parser
     new dc49021  oeqa/utils/logparser: Add in support for duration, exitcode and logs by section
     new 966ffaa  oeqa/logparser: Improve results handling
     new ba944a7  oeqa/logparser: Various misc cleanups
     new f922970  oeqa/runtime/ptest: Ensure OOM errors are logged
     new 9036f78  logrotate.py: restore /etc/logrotate.d/wtmp
     new 526af7d  linux-yocto/4.18: update to v4.18.26
     new 0e064f8  linux-yocto/4.18: update to v4.18.27
     new 463a99a  linux-firmware: recommend split up packages
     new b288530  linux-firmware: split out liquidio firmware
     new c6b514f  linux-firmware: Bump to 710963f revision
     new a1031ce  keymaps: tighten package write dependency
     new a51c48f  openssl ptest: Strip build host paths from configdata.pm
     new d59e340  openssl: Strip perl version from installed ptest configdata.pm file
     new 0e65ddb  avahi: avoid depending on skipped package
     new f251323  openssl: Skip assembler optimized code for powerpc64 with musl
     new be0c94a  bluez5: Fix a race issue for tools
     new fcc56a2  iw: fix parsing of WEP keys
     new eb875a7  openssl: fix multilib file install conflicts
     new 572865e  openssl10: update to 1.0.2q
     new 19d5bff  openssl10: Fix mutliple include assumptions for bn.h in opensslconf.h
     new d6f00d9  scripts/contrib/build-perf-test-wrapper.sh: Improve interaction with autobuilder automation
     new 9dd3953  scripts/contrib/build-perf-test.sh: Remove it
     new 162be3d  devtool: remove duplicate overrides
     new ebd3c5e  devtool: improve git repo checks before check_commits logic
     new 5b5c8cc  oe-git-proxy: Avoid resolving NO_PROXY against local files
     new 857ebd7  send-error-report: Use https instead of http protocol
     new 8f00480  multilib_header_wrapper.h: Use #pragma once
     new b162c70  oe-build-perf-report: Allow branch without hostname
     new c4263bf  oe-build-perf-report: Allow commits from different branches
     new 111ee34  oe-build-perf-report: Improve branch comparision handling
     new 9ee8845  oe-build-perf-report: Fix missing buildstats comparisions
     new 09e4b9b  yocto-check-layer-wrapper: Fix path for oe-init-build-env
     new f236d87  checklayer: generate locked-sigs.inc under builddir
     new 64310d9  checklayer: Avoid adding the layer if it is already present
     new bf51d6d  scripts/lib/wic/engine: Fix cp's target path for ext* filesystems
     new 319ee1b  wic/engine.py: Load paths from PATH environment variable
     new 6e2bf86  wic/engine: Fix missing parted autobuilder failures
     new 81ab633  runqemu: Let qemuparams override default settings
     new ed10ef4  runqemu: Make QB_MEM easier to set
     new 047fd7c  lib/buildstats: Improve error message
     new e47c487  scripts/oe-git-archive: Separate out functionality to library function
     new 4b1bd35  oe-build-perf-report/gitarchive: Move common useful functions to library
     new 6c9b23b  libaio: Extend to native

The 55 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/package.bbclass                       |   2 +-
 meta/lib/oeqa/runtime/cases/logrotate.py           |   6 +-
 meta/lib/oeqa/runtime/cases/perl.py                |   2 +
 meta/lib/oeqa/runtime/cases/ptest.py               |  80 +--
 meta/lib/oeqa/selftest/cases/wic.py                |   6 +-
 meta/lib/oeqa/utils/gitarchive.py                  | 244 +++++++++
 meta/lib/oeqa/utils/logparser.py                   | 182 +++----
 meta/recipes-bsp/keymaps/keymaps_1.0.bb            |   2 +-
 meta/recipes-connectivity/avahi/avahi_0.7.bb       |   3 +-
 meta/recipes-connectivity/bluez5/bluez5.inc        |   1 +
 ...01-Makefile.am-Fix-a-race-issue-for-tools.patch |  32 ++
 .../iw/0001-connect-fix-parsing-of-WEP-keys.patch  | 194 +++++++
 meta/recipes-connectivity/iw/iw_4.14.bb            |   1 +
 .../openssl10/0001-Fix-BN_LLONG-breakage.patch     |  33 ++
 .../openssl/openssl10/0001-fix-CVE-2018-0734.patch |  33 --
 .../{openssl10_1.0.2p.bb => openssl10_1.0.2q.bb}   |   7 +-
 .../recipes-connectivity/openssl/openssl_1.1.1a.bb |   7 +
 ...inittab_1.29.2.bb => busybox-inittab_1.29.3.bb} |   0
 .../{busybox_1.29.2.bb => busybox_1.29.3.bb}       |   4 +-
 ...0001-create_inode-fix-copying-large-files.patch |  50 ++
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb |   1 +
 .../icecc-toolchain/icecc-toolchain/icecc-env.sh   |   2 +-
 .../ghostscript/CVE-2019-6116-0001.patch           | 177 ++++++
 .../ghostscript/CVE-2019-6116-0002.patch           | 442 +++++++++++++++
 .../ghostscript/CVE-2019-6116-0003.patch           |  32 ++
 .../ghostscript/CVE-2019-6116-0004.patch           | 136 +++++
 .../ghostscript/CVE-2019-6116-0005.patch           | 250 +++++++++
 .../ghostscript/CVE-2019-6116-0006.patch           | 596 +++++++++++++++++++++
 .../ghostscript/CVE-2019-6116-0007.patch           | 346 ++++++++++++
 .../ghostscript/ghostscript_9.26.bb                |   7 +
 meta/recipes-extended/libaio/libaio_0.3.111.bb     |   2 +-
 meta/recipes-extended/mdadm/files/mdadm.init       |  72 +++
 .../recipes-extended/mdadm/files/mdmonitor.service |  19 +
 meta/recipes-extended/mdadm/mdadm_4.0.bb           |  17 +-
 .../linux-firmware/linux-firmware_git.bb           |  15 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb |   8 +-
 meta/recipes-kernel/linux/linux-yocto_4.18.bb      |  20 +-
 scripts/contrib/build-perf-test-wrapper.sh         |  37 +-
 scripts/contrib/build-perf-test.sh                 | 400 --------------
 scripts/lib/buildstats.py                          |   2 +-
 scripts/lib/checklayer/__init__.py                 |  42 +-
 scripts/lib/devtool/standard.py                    |  11 +-
 scripts/lib/wic/engine.py                          |  13 +-
 scripts/multilib_header_wrapper.h                  |   1 +
 scripts/oe-build-perf-report                       | 124 ++---
 scripts/oe-git-archive                             | 166 +-----
 scripts/oe-git-proxy                               |   4 +-
 scripts/runqemu                                    |  24 +-
 scripts/send-error-report                          |   6 +-
 scripts/yocto-check-layer                          |   6 +-
 scripts/yocto-check-layer-wrapper                  |   4 +-
 52 files changed, 2951 insertions(+), 926 deletions(-)
 create mode 100644 meta/lib/oeqa/utils/gitarchive.py
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-Makefile.am-Fix-a-race-issue-for-tools.patch
 create mode 100644 meta/recipes-connectivity/iw/iw/0001-connect-fix-parsing-of-WEP-keys.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl10/0001-Fix-BN_LLONG-breakage.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl10/0001-fix-CVE-2018-0734.patch
 rename meta/recipes-connectivity/openssl/{openssl10_1.0.2p.bb => openssl10_1.0.2q.bb} (97%)
 rename meta/recipes-core/busybox/{busybox-inittab_1.29.2.bb => busybox-inittab_1.29.3.bb} (100%)
 rename meta/recipes-core/busybox/{busybox_1.29.2.bb => busybox_1.29.3.bb} (91%)
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-create_inode-fix-copying-large-files.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0001.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0002.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0003.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0004.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0005.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0006.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0007.patch
 create mode 100644 meta/recipes-extended/mdadm/files/mdadm.init
 create mode 100644 meta/recipes-extended/mdadm/files/mdmonitor.service
 delete mode 100755 scripts/contrib/build-perf-test.sh

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


More information about the Openembedded-commits mailing list