[oe-commits] [openembedded-core] branch thud updated (7b5a069 -> f162d5b)

git at git.openembedded.org git at git.openembedded.org
Tue May 21 23:32:23 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 7b5a069  pkgdata.py: avoid target-sdk-dummy-provides to mess things up
     new dc2238b  glibc: Drop upstream rejected patches
     new 87728d9  openssl: Fix ptest test output translation
     new ba19370  openssl: drop Python 2.x dependency in -ptest
     new 89dc694  openssl: Add cryptodev-linux PACKAGECONFIG
     new 6998a3d  openssl: don't disable the AFALG engine based on host kernel
     new d8fc8bb  openssl: fix CVE-2019-1543
     new 5f15e88  openssl: Upgrade 1.1.1a -> 1.1.1b
     new 3aad3c9  openssl10: Upgrade 1.0.2q -> 1.0.2r
     new a3dd494  openssl: follow OE's rule for specifying CVE ID
     new a053af9  timezone: refactor to simplify maint
     new aa5c0d1  timezone: update to 2019a
     new e7721ee  python: time.tzset missing
     new aa4d86f  oe-init-build-env: Error out when failed to locate cwd
     new e041812  correct do_patch for kernel bbappend in sdk
     new 9535dc7  zlib: cleanup
     new 9088a78  zlib: clean up ptest
     new ca415c4  run-ptest: use error handling for useradd and userdel
     new 12df539  python-native: fix one do_populate_sysroot warning
     new 65042eb  python: fix CVE-2018-14647 in python-native too
     new eae5caa  devtool: prevent starting git gc in background
     new 0ae5ff4  bluez5: add mesh dependency on ell
     new 383425f  bluez5: Fix status subcommand of init script
     new 883726c  bluez5: fix CVE-2018-10910
     new e6b272b  libsndfile1: update security patches
     new 932762b  libsndfile1: fix CVE-2019-3832
     new fbb3441  libexif: fix CVE-2016-6328 and CVE-2018-20030
     new cf787f8  avahi: fix CVE-2017-6519
     new dc15a21  resulttool: Enable report for single result file
     new 2861b33  core-image-sato-sdk-ptest: Increase qemu memory to 1GB
     new c4bb2bd  core-image-sato-sdk-ptest: Fix free space issues causing test failures
     new d761b2a  linux-yocto-tiny/4.18: point KBRANCH to 4.18
     new ad29465  linux-yocto/4.18: update to v4.18.33
     new 4c6bac8  resulttool/manualexecution: Enable configuration options selection
     new b768cfb  pseudo: Update to gain key bugfixes
     new 4cf8d01  recipetool: add missed module
     new bddf9be  ruby.inc: Add dependency on readline-native
     new a9cc1b3  ruby: remove CVE-2018-1000073.patch as already fixed
     new 3a0272b  ruby: make ext module fiddle can compile success
     new ed650ca  ruby: add ptest
     new ae87e2f  e2fsprogs: Skip slow ptest tests
     new 5e900f2  image_types.bbclass: fix a race between the ubi and ubifs FSTYPES
     new ced3c75  runqemu: do not check return code of tput
     new 9c63433  adwaita-icon-theme: do not delete symbolic svg but pack them in ${PN}-symbolic
     new 6351f52  opkg-utils: backport a patch to fix a sstate timestamp issue
     new 5685a34  oeqa/qemurunner: Dont mix binary and non-binary strings
     new 909baeb  oeqa/utils/qemurunner: Fix typo in previous commit
     new 6891982  oeqa/core/runner: dump stdout and stderr of each test case
     new 53df0c9  oeqa/ssh: Avoid unicode decode exceptions
     new 3c164b9  oeqa/core/runner: Handle unexpectedSucesses
     new f1009d6  oeqa/runner: Fix subunit setupClass/setupModule failure handling
     new 6f58c30  oeqa/concurrenttest: Patch subunit module to handle classSetup failures
     new 274c22a  oeqa/sdk: use bash to execute SDK test commands
     new cf4d323  oeqa/target/ssh: Replace suggogatepass with ignoring errors
     new 7d4450d  oeqa/targetcontrol.py: fix qemuparams not work in runqemu with launch_cmd
     new 17fd507  resulttool/manualexecution: Enable creation of configuration option file
     new 3dae8d5  resulttool/manualexecution: Refactor and remove duplicate code
     new 3e48404  resulttool: Load results from URL
     new 7bfb8be  resulttool: Add log subcommand
     new 170a2334 resultool/resultutils: Fix module import error
     new 1d3696b  resulttool/manualexecution: Enable test case configuration option
     new 7dbaaf8  recipetool: fix unbound variable when fixed SRCREV can't be found
     new 8f6d550  wic: change expand behaviour to match docs
     new 7d0dfd6  resulttool: Add option to dump all ptest logs
     new becb0a3  wic/bootimg-efi: replace hardcoded volume name with label
     new 22f4d52  core-image-sato-sdk-ptest: Try and keep image below 4GB limit
     new f162d5b  core-image-sato-sdk-ptest: Tweak size to stay within 4GB limit

The 66 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/image_types.bbclass                   |   5 +-
 meta/classes/testimage.bbclass                     |   3 +-
 meta/lib/oeqa/core/runner.py                       |  34 +-
 meta/lib/oeqa/core/target/ssh.py                   |   4 +-
 meta/lib/oeqa/core/utils/concurrencytest.py        |  27 +-
 meta/lib/oeqa/sdk/case.py                          |   2 +-
 meta/lib/oeqa/sdk/utils/sdkbuildproject.py         |   3 +-
 meta/lib/oeqa/targetcontrol.py                     |   2 +-
 meta/lib/oeqa/utils/qemurunner.py                  |   1 +
 meta/recipes-connectivity/avahi/avahi.inc          |   4 +-
 .../avahi/files/fix-CVE-2017-6519.patch            |  48 ++
 meta/recipes-connectivity/bluez5/bluez5.inc        |   3 +-
 .../bluez5/bluez5/CVE-2018-10910.patch             | 705 +++++++++++++++++++++
 meta/recipes-connectivity/bluez5/bluez5/init       |  12 +-
 .../openssl/openssl/CVE-2019-1543.patch            |  69 ++
 .../openssl/openssl/afalg.patch                    |  31 +
 .../recipes-connectivity/openssl/openssl/run-ptest |   2 +-
 .../{openssl10_1.0.2q.bb => openssl10_1.0.2r.bb}   |   4 +-
 .../{openssl_1.1.1a.bb => openssl_1.1.1b.bb}       |  16 +-
 meta/recipes-core/glib-2.0/glib-2.0/run-ptest      |   1 +
 ...26-reset-dl_load_write_lock-after-forking.patch |  37 --
 ...so-lock-before-switching-to-malloc_atfork.patch |  65 --
 meta/recipes-core/glibc/glibc_2.28.bb              |   2 -
 .../zlib/zlib-1.2.11/Makefile-runtests.patch       |  38 --
 .../zlib/zlib-1.2.11/remove.ldconfig.call.patch    |  21 -
 meta/recipes-core/zlib/zlib-1.2.11/run-ptest       |   2 -
 .../zlib/{zlib-1.2.11 => zlib}/ldflags-tests.patch |   4 +-
 meta/recipes-core/zlib/zlib/run-ptest              |   7 +
 meta/recipes-core/zlib/zlib_1.2.11.bb              |  19 +-
 .../recipes-devtools/e2fsprogs/e2fsprogs/run-ptest |   2 +-
 ...pkg-make-index-use-ctime-instead-of-mtime.patch |  59 ++
 .../opkg-utils/opkg-utils_0.3.6.bb                 |   1 +
 meta/recipes-devtools/pseudo/pseudo_git.bb         |   2 +-
 ...ative-fix-one-do_populate_sysroot-warning.patch |  39 ++
 .../python/python-native_2.7.15.bb                 |   2 +
 meta/recipes-devtools/python/python3_3.5.6.bb      |   1 +
 meta/recipes-devtools/python/python_2.7.15.bb      |   2 +-
 meta/recipes-devtools/ruby/ruby.inc                |   6 +-
 .../ruby/ruby/CVE-2018-1000073.patch               |  34 -
 meta/recipes-devtools/ruby/ruby/run-ptest          |  13 +
 meta/recipes-devtools/ruby/ruby_2.5.3.bb           |  12 +-
 meta/recipes-extended/timezone/timezone.inc        |  18 +
 meta/recipes-extended/timezone/tzcode-native.bb    |  17 +
 .../{tzdata/tzdata_2018i.bb => timezone/tzdata.bb} |  12 +-
 .../recipes-extended/tzcode/tzcode-native_2018i.bb |  30 -
 .../gnome/adwaita-icon-theme_3.28.0.bb             |  10 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb |  10 +-
 meta/recipes-kernel/linux/linux-yocto_4.18.bb      |  20 +-
 ...-a-ulaw-fix-multiple-buffer-overflows-432.patch |  18 +-
 .../libsndfile/libsndfile1/CVE-2017-12562.patch    |  96 +++
 .../libsndfile1/CVE-2017-14245-14246.patch         | 121 ----
 .../libsndfile/libsndfile1/CVE-2018-13139.patch    |  30 +-
 .../libsndfile/libsndfile1/CVE-2018-19758.patch    |  34 +
 .../libsndfile/libsndfile1/CVE-2019-3832.patch     |  37 ++
 .../libsndfile/libsndfile1_1.0.28.bb               |   4 +-
 .../images/core-image-sato-sdk-ptest.bb            |  10 +-
 .../libexif/libexif/CVE-2016-6328.patch            |  64 ++
 .../libexif/libexif/CVE-2018-20030.patch           | 115 ++++
 meta/recipes-support/libexif/libexif_0.6.21.bb     |   4 +-
 oe-init-build-env                                  |   7 +-
 scripts/lib/devtool/__init__.py                    |   1 +
 scripts/lib/devtool/standard.py                    |   4 +-
 scripts/lib/recipetool/create.py                   |   2 +-
 scripts/lib/recipetool/create_npm.py               |   1 +
 scripts/lib/resulttool/log.py                      |  78 +++
 scripts/lib/resulttool/manualexecution.py          | 179 ++++--
 scripts/lib/resulttool/merge.py                    |   8 +-
 scripts/lib/resulttool/regression.py               |   6 +-
 scripts/lib/resulttool/report.py                   |   2 +-
 scripts/lib/resulttool/resultutils.py              |  39 +-
 scripts/lib/resulttool/store.py                    |   4 +-
 scripts/lib/wic/plugins/source/bootimg-efi.py      |   6 +-
 scripts/resulttool                                 |  12 +-
 scripts/runqemu                                    |   6 +-
 scripts/wic                                        |   2 +-
 76 files changed, 1802 insertions(+), 555 deletions(-)
 create mode 100644 meta/recipes-connectivity/avahi/files/fix-CVE-2017-6519.patch
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/CVE-2018-10910.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2019-1543.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/afalg.patch
 rename meta/recipes-connectivity/openssl/{openssl10_1.0.2q.bb => openssl10_1.0.2r.bb} (98%)
 rename meta/recipes-connectivity/openssl/{openssl_1.1.1a.bb => openssl_1.1.1b.bb} (93%)
 delete mode 100644 meta/recipes-core/glibc/glibc/0026-reset-dl_load_write_lock-after-forking.patch
 delete mode 100644 meta/recipes-core/glibc/glibc/0027-Acquire-ld.so-lock-before-switching-to-malloc_atfork.patch
 delete mode 100644 meta/recipes-core/zlib/zlib-1.2.11/Makefile-runtests.patch
 delete mode 100644 meta/recipes-core/zlib/zlib-1.2.11/remove.ldconfig.call.patch
 delete mode 100644 meta/recipes-core/zlib/zlib-1.2.11/run-ptest
 rename meta/recipes-core/zlib/{zlib-1.2.11 => zlib}/ldflags-tests.patch (91%)
 create mode 100644 meta/recipes-core/zlib/zlib/run-ptest
 create mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-make-index-use-ctime-instead-of-mtime.patch
 create mode 100644 meta/recipes-devtools/python/python-native/0001-python-native-fix-one-do_populate_sysroot-warning.patch
 delete mode 100644 meta/recipes-devtools/ruby/ruby/CVE-2018-1000073.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/run-ptest
 create mode 100644 meta/recipes-extended/timezone/timezone.inc
 create mode 100644 meta/recipes-extended/timezone/tzcode-native.bb
 rename meta/recipes-extended/{tzdata/tzdata_2018i.bb => timezone/tzdata.bb} (94%)
 delete mode 100644 meta/recipes-extended/tzcode/tzcode-native_2018i.bb
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2017-12562.patch
 delete mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2017-14245-14246.patch
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2018-19758.patch
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2019-3832.patch
 create mode 100644 meta/recipes-support/libexif/libexif/CVE-2016-6328.patch
 create mode 100644 meta/recipes-support/libexif/libexif/CVE-2018-20030.patch
 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