[oe-commits] [openembedded-core] branch master updated (d2a929d -> 1314a69)

git at git.openembedded.org git at git.openembedded.org
Thu Aug 23 06:51:24 UTC 2018


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

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

    from d2a929d  python/python3: add virtual/crypt to DEPENDS
     new 1e3f447  oeqa/concurrencytest: Ensure subunit streams are flushed at exit
     new e2c66aa  oeqa/context: Only set buffer mode for non-concurrent tests
     new 5ccd228  oeqa/runner: Use the proper logger functions instead of print()
     new 4c499a1  oeqa/runner: Print any errors/failures early
     new 10a52e4  nasm: fix CVE-2018-8883 & CVE-2018-8882 & CVE-2018-10316
     new 82edd65  flac: patch for CVE-2017-6888
     new c0561e9  cmake-native: fix to function correctly in case of eSDK
     new a3e9b22  oe-run-native: Add *-native directories under STAGING_BINDIR_NATIVE to PATH environment
     new 7f9d2d1  classes/package: Clean up getstatusoutput
     new 927fad7  mtools: fix race issue while mtools invoked frequently
     new 4b27da3  sstate: add intel-microcode to SSTATE_DUPWHITELIST
     new 04b1fde  harfbuzz: upgrade 1.8.4 -> 1.8.8
     new cadbea1  pkgconf: upgrade 1.4.2 -> 1.5.3
     new 9aa8061  libatomic-ops: upgrade 7.6.4 -> 7.6.6
     new 2c245d0  libpng: upgrade 1.6.34 -> 1.6.35
     new 125b5e2  acpid: upgrade 2.0.29 -> 2.0.30
     new 0f431d3  libinput: upgrade 1.11.2 -> 1.11.3
     new 146ebbc  u-boot: Fix inconsistent indentation
     new 76da045  cryptodev-linux: Fixes a kernel crash observed with cipher-gcm test
     new 2e61533  cpan.bbclass: adopt to recent EU::MM
     new b103bb9  libxml-parser-perl: fix "...contains bad RPATH"
     new f2c1d71  freetype: Upgrade 2.9 -> 2.9.1
     new 2588c2a  perl: avoid using += with an over-ride
     new a8db395  u-boot: patch for CVE-2018-1000205
     new 80db456  oeqa/runtime/ldd: Clean up test
     new 0119335  gnutls: merge gnutls.inc into the gnutls recipe
     new bce9381  gnutls: drop obsolete configure.ac patch
     new 4c1d03e  gnutls: drop PACKAGECONFIG options for SSL v3 and TLS v1.3
     new ad842a3  libsndfile1: CVE-2017-14245 CVE-2017-14246
     new eee9314  libsndfile1: CVE-2017-14634
     new d6479f5  libarchive: CVE-2017-14503
     new 037b205  perl: CVE-2018-12015
     new 1314a69  patch: fix CVE-2018-6952

The 33 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/cpan.bbclass                          |   3 +-
 meta/classes/package.bbclass                       |  11 +-
 meta/classes/sstate.bbclass                        |   3 +-
 meta/lib/oeqa/core/context.py                      |   3 +-
 meta/lib/oeqa/core/runner.py                       |  10 +-
 meta/lib/oeqa/core/utils/concurrencytest.py        |   2 +
 meta/lib/oeqa/runtime/cases/ldd.py                 |  15 +-
 .../acpid/{acpid_2.0.29.bb => acpid_2.0.30.bb}     |   4 +-
 .../u-boot/files/CVE-2018-1000205-1.patch          |  59 +++++
 .../u-boot/files/CVE-2018-1000205-2.patch          | 143 ++++++++++++
 meta/recipes-bsp/u-boot/u-boot-common_2018.07.inc  |   5 +-
 meta/recipes-bsp/u-boot/u-boot.inc                 |  54 ++---
 meta/recipes-devtools/cmake/cmake-native_3.11.4.bb |  16 +-
 ...01-remove-LOCK_NB-to-use-blocking-request.patch |  44 ++++
 meta/recipes-devtools/mtools/mtools_4.0.18.bb      |   1 +
 ...t-we-are-not-reading-past-end-of-a-buffer.patch |  65 ++++++
 .../0001-assemble-Check-global-line-limit.patch    |  50 +++++
 .../nasm/nasm/0001-fix-CVE-2018-8882.patch         |  30 +++
 meta/recipes-devtools/nasm/nasm_2.13.03.bb         |   3 +
 .../0001-Fix-swapping-fake-lines-in-pch_swap.patch |  36 +++
 meta/recipes-devtools/patch/patch_2.7.6.bb         |   1 +
 .../perl/libxml-parser-perl_2.44.bb                |  16 +-
 meta/recipes-devtools/perl/perl-native_5.24.4.bb   |   2 +-
 .../perl/perl/CVE-2018-12015.patch                 |  48 ++++
 meta/recipes-devtools/perl/perl_5.24.4.bb          |   3 +-
 .../pkgconf/{pkgconf_1.4.2.bb => pkgconf_1.5.3.bb} |   4 +-
 .../libarchive/libarchive/CVE-2017-14503.patch     |  33 +++
 .../libarchive/libarchive_3.3.2.bb                 |   1 +
 .../freetype/fix-potential-numeric-overflow.patch  |  28 ---
 .../{freetype_2.9.bb => freetype_2.9.1.bb}         |  10 +-
 .../{harfbuzz_1.8.4.bb => harfbuzz_1.8.8.bb}       |   4 +-
 .../{libinput_1.11.2.bb => libinput_1.11.3.bb}     |   4 +-
 .../cryptodev/cryptodev-module_1.9.bb              |   3 +
 ...-split-big-function-to-simplify-maintaina.patch | 250 +++++++++++++++++++++
 ...g-relocate-code-to-simplify-later-patches.patch |  64 ++++++
 ...ert-to-new-AEAD-interface-in-kernels-v4.2.patch | 102 +++++++++
 .../flac/flac/CVE-2017-6888.patch                  |  37 +++
 meta/recipes-multimedia/flac/flac_1.3.2.bb         |   4 +-
 .../libpng/{libpng_1.6.34.bb => libpng_1.6.35.bb}  |   9 +-
 .../libsndfile1/CVE-2017-14245-14246.patch         | 121 ++++++++++
 .../libsndfile/libsndfile1/CVE-2017-14634.patch    |  42 ++++
 .../libsndfile/libsndfile1_1.0.28.bb               |   2 +
 meta/recipes-support/gnutls/gnutls.inc             |  59 -----
 .../gnutls/0001-configure.ac-fix-sed-command.patch |  29 ---
 meta/recipes-support/gnutls/gnutls_3.6.3.bb        |  62 ++++-
 ...batomic-ops_7.6.4.bb => libatomic-ops_7.6.6.bb} |   6 +-
 scripts/oe-run-native                              |   2 +-
 47 files changed, 1307 insertions(+), 196 deletions(-)
 rename meta/recipes-bsp/acpid/{acpid_2.0.29.bb => acpid_2.0.30.bb} (55%)
 create mode 100644 meta/recipes-bsp/u-boot/files/CVE-2018-1000205-1.patch
 create mode 100644 meta/recipes-bsp/u-boot/files/CVE-2018-1000205-2.patch
 create mode 100644 meta/recipes-devtools/mtools/mtools/0001-remove-LOCK_NB-to-use-blocking-request.patch
 create mode 100644 meta/recipes-devtools/nasm/nasm/0001-Verify-that-we-are-not-reading-past-end-of-a-buffer.patch
 create mode 100644 meta/recipes-devtools/nasm/nasm/0001-assemble-Check-global-line-limit.patch
 create mode 100644 meta/recipes-devtools/nasm/nasm/0001-fix-CVE-2018-8882.patch
 create mode 100644 meta/recipes-devtools/patch/patch/0001-Fix-swapping-fake-lines-in-pch_swap.patch
 create mode 100644 meta/recipes-devtools/perl/perl/CVE-2018-12015.patch
 rename meta/recipes-devtools/pkgconf/{pkgconf_1.4.2.bb => pkgconf_1.5.3.bb} (95%)
 create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2017-14503.patch
 delete mode 100644 meta/recipes-graphics/freetype/freetype/fix-potential-numeric-overflow.patch
 rename meta/recipes-graphics/freetype/{freetype_2.9.bb => freetype_2.9.1.bb} (85%)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.8.4.bb => harfbuzz_1.8.8.bb} (88%)
 rename meta/recipes-graphics/wayland/{libinput_1.11.2.bb => libinput_1.11.3.bb} (86%)
 create mode 100644 meta/recipes-kernel/cryptodev/files/0001-refactoring-split-big-function-to-simplify-maintaina.patch
 create mode 100644 meta/recipes-kernel/cryptodev/files/0002-refactoring-relocate-code-to-simplify-later-patches.patch
 create mode 100644 meta/recipes-kernel/cryptodev/files/0003-convert-to-new-AEAD-interface-in-kernels-v4.2.patch
 create mode 100644 meta/recipes-multimedia/flac/flac/CVE-2017-6888.patch
 rename meta/recipes-multimedia/libpng/{libpng_1.6.34.bb => libpng_1.6.35.bb} (72%)
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2017-14245-14246.patch
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2017-14634.patch
 delete mode 100644 meta/recipes-support/gnutls/gnutls.inc
 delete mode 100644 meta/recipes-support/gnutls/gnutls/0001-configure.ac-fix-sed-command.patch
 rename meta/recipes-support/libatomic-ops/{libatomic-ops_7.6.4.bb => libatomic-ops_7.6.6.bb} (76%)

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


More information about the Openembedded-commits mailing list