[oe-commits] [openembedded-core] branch master-next updated (32d9ee7 -> 280382e)

git at git.openembedded.org git at git.openembedded.org
Tue Aug 21 14:28:48 UTC 2018


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

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

    from 32d9ee7  oe-selftest: quick hack to test
     new 1e1900b  cmake.bbclass: fix wrong toolchain flags of nativesdk package
     new c05fd94  allarch: disable allarch when multilib is used
     new c963480  sstate.bbclass: update SSTATE_DUPWHITELIST
     new b3ed2e8  package.bbclass: use bb.utils.break_hardlinks helper
     new cf8f05d  lib/oe/package.py: use bb.utils.break_hardlinks helper
     new 280382e  nasm: fix CVE-2018-8883 & CVE-2018-8882 & CVE-2018-10316

The 6 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:
 .../{allarch.bbclass => allarch-enabled.bbclass}   |  0
 meta/classes/allarch.bbclass                       | 51 +----------------
 meta/classes/cmake.bbclass                         |  1 +
 meta/classes/icecc.bbclass                         |  2 +-
 meta/classes/multilib.bbclass                      |  2 +-
 meta/classes/multilib_global.bbclass               |  2 +-
 meta/classes/package.bbclass                       |  8 +--
 meta/classes/sstate.bbclass                        |  4 +-
 meta/lib/oe/package.py                             |  2 +-
 ...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 +
 13 files changed, 162 insertions(+), 58 deletions(-)
 copy meta/classes/{allarch.bbclass => allarch-enabled.bbclass} (100%)
 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

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


More information about the Openembedded-commits mailing list