[oe-commits] [openembedded-core] branch master updated (186882c -> 4e3ab36)

git at git.openembedded.org git at git.openembedded.org
Fri Jun 9 16:12:41 UTC 2017


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

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

    from 186882c  buildhistory: skip tests if GitPython module is missing
     new 241cd21  u-boot: Update to 2017.05 release
     new fa3a157  u-boot: enable dhcp for MPC8315 board
     new 2f6a506  runtime-test.py: Split different tests inside selftest.py
     new eb441e0  mkelfimage: Fix broken patch when building native
     new a8bda79  selftest/devtool: Modify test to use default config
     new 03be750  cairo: Fix CVE-2017-7475
     new c00102e  scripts/yocto-compat-layer.py: Return non-zero when layer test fail
     new 0addd07  scripts/yocto-compat-layer-wrapper: Use realpath of output_log
     new dee3c29  buildstats-diff: show more graceful error messages
     new 789254b  busybox: fix a linking issue
     new 5639c36  sysstat: upgrade to 11.5.5
     new 68880e7  kmod: upgrade to 24
     new 69c9227  util-linux: upgrade to 2.29.2
     new f2efada  libunwind: don't mess around with ARM atomic detection
     new 12e57c5  perf: enable libunwind
     new 3bc8d32  Revert "distutils-base.bbclass: Do not use -pie with hardening"
     new 6a4e3b6  distutils-base.bbclass: Do not use -pie with hardening
     new 6866ad5  mesa: Add define to indicate missing 64bit atomics on armv5
     new 358c2da  go: do not try to build for powerpc64
     new b4052ce  man-pages: Upgrade to 4.11
     new cf0679d  pciutils: Upgrade to 3.5.4
     new 3cd7aa4  hdparm: Upgrade to 9.52
     new 825927e  libtiff: Upgrade to 4.0.8
     new d10edb9  libtirpc: Fix CVE-2017-8779
     new 4e3ab36  oeqa: Change the order to logDetails and logSummary

The 25 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:
 .../runtime/cases/{selftest.py => dnf-runtime.py}  |  33 +--
 meta-selftest/lib/oeqa/runtime/cases/selftest.py   |  42 ----
 meta/classes/distutils-base.bbclass                |   2 -
 meta/classes/distutils-common-base.bbclass         |   2 +
 meta/classes/testimage.bbclass                     |   2 +-
 meta/classes/testsdk.bbclass                       |   4 +-
 meta/lib/oeqa/core/context.py                      |   2 +-
 meta/lib/oeqa/selftest/cases/devtool.py            |  10 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  20 +-
 meta/lib/oeqa/selftest/context.py                  |   2 +-
 .../{pciutils_3.5.2.bb => pciutils_3.5.4.bb}       |   4 +-
 .../u-boot/files/MPC8315ERDB-enable-DHCP.patch     |  19 ++
 meta/recipes-bsp/u-boot/files/default-gcc.patch    |  39 ---
 ...ommon_2017.01.inc => u-boot-common_2017.05.inc} |   6 +-
 ...utils_2017.01.bb => u-boot-fw-utils_2017.05.bb} |   2 -
 ...kimage_2017.01.bb => u-boot-mkimage_2017.05.bb} |   2 -
 .../{u-boot_2017.01.bb => u-boot_2017.05.bb}       |   0
 .../busybox-tar-add-IF_FEATURE_-checks.patch       |  70 ++++++
 meta/recipes-core/busybox/busybox_1.24.1.bb        |   1 +
 .../{util-linux_2.29.1.bb => util-linux_2.29.2.bb} |   4 +-
 meta/recipes-devtools/go/go.inc                    |   3 +-
 .../mkelfimage/fix-makefile-to-find-libz.patch     |  15 +-
 .../hdparm/{hdparm_9.51.bb => hdparm_9.52.bb}      |   6 +-
 .../libtirpc/0001-Fix-for-CVE-2017-8779.patch      | 276 +++++++++++++++++++++
 meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb   |   1 +
 .../{man-pages_4.10.bb => man-pages_4.11.bb}       |   4 +-
 .../{sysstat_11.5.4.bb => sysstat_11.5.5.bb}       |   4 +-
 ...et_bitmap_surface-bsc1036789-CVE-2017-7475.diff |  22 ++
 meta/recipes-graphics/cairo/cairo_1.14.8.bb        |   4 +-
 meta/recipes-graphics/mesa/mesa.inc                |   2 +
 meta/recipes-kernel/kmod/kmod.inc                  |   5 +-
 .../recipes-kernel/kmod/kmod/kcmdline_quotes.patch |  44 ----
 meta/recipes-kernel/perf/perf.bb                   |   2 +-
 .../libtiff/files/libtiff-CVE-2017-5225.patch      |  92 -------
 .../libtiff/{tiff_4.0.7.bb => tiff_4.0.8.bb}       |   5 +-
 meta/recipes-support/libunwind/libunwind.inc       |   5 -
 scripts/buildstats-diff                            |   6 +-
 scripts/yocto-compat-layer-wrapper                 |  18 +-
 scripts/yocto-compat-layer.py                      |   5 +-
 39 files changed, 480 insertions(+), 305 deletions(-)
 copy meta-selftest/lib/oeqa/runtime/cases/{selftest.py => dnf-runtime.py} (63%)
 rename meta/recipes-bsp/pciutils/{pciutils_3.5.2.bb => pciutils_3.5.4.bb} (92%)
 create mode 100644 meta/recipes-bsp/u-boot/files/MPC8315ERDB-enable-DHCP.patch
 delete mode 100644 meta/recipes-bsp/u-boot/files/default-gcc.patch
 rename meta/recipes-bsp/u-boot/{u-boot-common_2017.01.inc => u-boot-common_2017.05.inc} (68%)
 rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2017.01.bb => u-boot-fw-utils_2017.05.bb} (96%)
 rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2017.01.bb => u-boot-mkimage_2017.05.bb} (96%)
 rename meta/recipes-bsp/u-boot/{u-boot_2017.01.bb => u-boot_2017.05.bb} (100%)
 create mode 100644 meta/recipes-core/busybox/busybox/busybox-tar-add-IF_FEATURE_-checks.patch
 rename meta/recipes-core/util-linux/{util-linux_2.29.1.bb => util-linux_2.29.2.bb} (86%)
 rename meta/recipes-extended/hdparm/{hdparm_9.51.bb => hdparm_9.52.bb} (83%)
 create mode 100644 meta/recipes-extended/libtirpc/libtirpc/0001-Fix-for-CVE-2017-8779.patch
 rename meta/recipes-extended/man-pages/{man-pages_4.10.bb => man-pages_4.11.bb} (86%)
 rename meta/recipes-extended/sysstat/{sysstat_11.5.4.bb => sysstat_11.5.5.bb} (53%)
 create mode 100644 meta/recipes-graphics/cairo/cairo/cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff
 delete mode 100644 meta/recipes-kernel/kmod/kmod/kcmdline_quotes.patch
 delete mode 100644 meta/recipes-multimedia/libtiff/files/libtiff-CVE-2017-5225.patch
 rename meta/recipes-multimedia/libtiff/{tiff_4.0.7.bb => tiff_4.0.8.bb} (90%)

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


More information about the Openembedded-commits mailing list