[oe-commits] [openembedded-core] branch master-next updated (40f2942 -> b8409b1)

git at git.openembedded.org git at git.openembedded.org
Thu Sep 15 15:44:22 UTC 2016


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

      from  40f2942   cmake: don't inherit autotools
       new  bb95bbc   cve-check-tool: Add recipe
       new  03a6e34   fixup cve-check-tool
       new  4935237   cve-check.bbclass: Add class
       new  6fab810   qemurunner: print out the runqemu command
       new  d0ce465   makedevs: don't restrict device node paths to 40 characters
       new  667ae57   oeqa/sdkext/devtool: use a smaller module to test node.js functionality
       new  10d0339   boost: Replace math::static_lcm with integer
       new  bf126e4   shadow: use relaxed usernames
       new  e11b0c8   package_manager.py: fix bitbake package-index failed
       new  aa391b7   scripts: introduce buildstats-diff
       new  906980b   boost: add support for additional boost libs
       new  33a0e3e   cmake: use convenience options for clarity
       new  963cb55   cmake-native: rationalise system/internal library dependencies
       new  b8409b1   build-appliance-image: Create image in correct location

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/cve-check.bbclass                     | 267 +++++++++++++
 meta/lib/oe/package_manager.py                     |   5 +-
 meta/lib/oeqa/sdkext/devtool.py                    |   2 +-
 meta/lib/oeqa/utils/qemurunner.py                  |   8 +-
 .../images/build-appliance-image_15.0.0.bb         |   4 +-
 meta/recipes-devtools/cmake/cmake-native_3.6.1.bb  |   6 +-
 meta/recipes-devtools/cmake/cmake_3.6.1.bb         |   9 +-
 .../cve-check-tool/cve-check-tool_5.6.4.bb         |  59 +++
 .../check-for-malloc_trim-before-using-it.patch    |  51 +++
 meta/recipes-devtools/makedevs/makedevs/makedevs.c |   2 +-
 .../shadow/files/shadow-relaxed-usernames.patch    | 100 +++++
 meta/recipes-extended/shadow/shadow.inc            |   1 +
 meta/recipes-support/boost/boost.inc               |  24 +-
 .../boost/boost/boost-CVE-2012-2677.patch          |   2 +-
 scripts/buildstats-diff                            | 411 +++++++++++++++++++++
 15 files changed, 929 insertions(+), 22 deletions(-)
 create mode 100644 meta/classes/cve-check.bbclass
 create mode 100644 meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb
 create mode 100644 meta/recipes-devtools/cve-check-tool/files/check-for-malloc_trim-before-using-it.patch
 create mode 100644 meta/recipes-extended/shadow/files/shadow-relaxed-usernames.patch
 create mode 100755 scripts/buildstats-diff

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


More information about the Openembedded-commits mailing list