[oe-commits] [openembedded-core] branch master updated (21c38a0 -> f6b0dd1)

git at git.openembedded.org git at git.openembedded.org
Thu May 19 08:06:02 UTC 2016


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

      from  21c38a0   pseudo: Work around issues with glibc 2.24
      adds  ef9618a   oeqa/oetest.py: Add class ExportTestContext
      adds  3e4c429   testexport.bbclass: Split testimage class
      adds  fab3e48   oeqa/runexported.py: Remove host dumper
      adds  bd4dbe4   testimage.bbclass: Remove exported test
      adds  44aa8c3   oetest.py: Add default pscmd to oeTest
      adds  b0f105e   oetest.py: Use the real ExportTestContext in exported tests
       new  dff54b8   python-numpy: fix build failure with python-matplotlib
       new  ba2adda   python-smartpm: Fix channel command --remove-all option (again)
       new  1dc5f5d   python-smartpm: Don't ignore error if RPM transaction fails without problems
       new  f1cfa9a   python-smartpm: Remove unnecessary error reporting improvement patch
       new  a1391c8   mkefidisk.sh: mount images as read-only
       new  4684ac5   wic: add bmaptool to the list of utilities
       new  d64c7b3   wic: implement --bmap option
       new  7c749d4   wic: add help for --bmap commandline option
       new  1f21c46   oe-selftest: wic: add test_bmap test case
       new  53da741   scripts/oe-selftest: Improve listing by reducing unneeded spacing
       new  5e24780   openssh: Upgrade 7.1p2 -> 7.2p2
       new  0a06be8   openssh: Backport fix for CVE-2015-8325
       new  96189e7   useradd: use bindir_native for pseudo PATH
       new  762c280   python3-smmap: add it for python3-gitdb
       new  816a518   python3-async: add it for python3-gitdb
       new  b13babf   python3-gitdb: add it for python3-git
       new  fa19a54   python3-git: add it for buildtools-tarball
       new  8ae1a53   buildtools-tarball: remove nativesdk-python-pexpect
       new  97b5b15   buildtools-tarball: replace nativesdk-python with nativesdk-python3
       new  342701f   buildtools-tarball: add nativesdk-locale-base-en-us
       new  074bf42   pixman: Fix build on arches not defining FE_INVALID exception
       new  f03c1f4   stat: fix security issues
       new  f63a363   zip: fix security issues
       new  f6b0dd1   makedevs: fix security issues

The 24 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/testexport.bbclass                    | 150 ++++++++++
 meta/classes/testimage.bbclass                     | 137 ++-------
 meta/classes/useradd.bbclass                       |   4 +-
 meta/conf/distro/include/security_flags.inc        |   3 -
 meta/lib/oeqa/oetest.py                            |  60 ++--
 meta/lib/oeqa/runexported.py                       |  21 +-
 meta/lib/oeqa/selftest/wic.py                      |   8 +
 .../openssh/openssh/CVE-2015-8325.patch            |  39 +++
 .../openssh/openssh/CVE-2016-1907_2.patch          |  65 ----
 .../openssh/openssh/CVE-2016-1907_3.patch          | 329 ---------------------
 .../openssh/CVE-2016-1907_upstream_commit.patch    |  33 ---
 .../openssh/openssh/CVE-2016-3115.patch            |  84 ------
 .../openssh/{openssh_7.1p2.bb => openssh_7.2p2.bb} |   9 +-
 meta/recipes-core/meta/buildtools-tarball.bb       |  12 +-
 meta/recipes-devtools/makedevs/makedevs/makedevs.c |   8 +-
 .../{python-async_0.6.2.bb => python-async.inc}    |   4 -
 meta/recipes-devtools/python/python-async_0.6.2.bb |  16 +-
 .../python/{python-git_1.0.2.bb => python-git.inc} |   5 -
 meta/recipes-devtools/python/python-git_1.0.2.bb   |  22 +-
 .../{python-gitdb_0.6.4.bb => python-gitdb.inc}    |   5 -
 meta/recipes-devtools/python/python-gitdb_0.6.4.bb |  18 +-
 .../python/python-numpy/aarch64/_numpyconfig.h     |   1 +
 .../python/python-numpy/mips64/_numpyconfig.h      |   1 +
 .../python/python-numpy/powerpc64/_numpyconfig.h   |   1 +
 .../python/python-smartpm/smart-attempt.patch      |   6 +-
 .../python-smartpm/smart-channel-remove-all.patch  |  33 +++
 .../smart-improve-error-reporting.patch            |  91 ------
 .../smart-rpm-transaction-failure-check.patch      |  57 ++++
 meta/recipes-devtools/python/python-smartpm_git.bb |   3 +-
 .../{python-smmap_0.9.0.bb => python-smmap.inc}    |   4 -
 meta/recipes-devtools/python/python-smmap_0.9.0.bb |  20 +-
 .../recipes-devtools/python/python3-async_0.6.2.bb |   6 +
 meta/recipes-devtools/python/python3-git_1.0.2.bb  |   7 +
 .../recipes-devtools/python/python3-gitdb_0.6.4.bb |   7 +
 .../recipes-devtools/python/python3-smmap_0.9.0.bb |   5 +
 .../stat/stat-3.3/fix-security-format.patch        |  68 +++++
 meta/recipes-extended/stat/stat_3.3.bb             |   1 +
 .../zip/zip-3.0/fix-security-format.patch          |  42 +++
 meta/recipes-extended/zip/zip.inc                  |   3 +-
 ...Check-for-FE_INVALID-definition-before-us.patch |  33 +++
 meta/recipes-graphics/xorg-lib/pixman_0.34.0.bb    |   1 +
 scripts/contrib/mkefidisk.sh                       |   4 +-
 scripts/lib/wic/creator.py                         |   1 +
 scripts/lib/wic/engine.py                          |  11 +-
 scripts/lib/wic/help.py                            |   5 +-
 scripts/lib/wic/imager/direct.py                   |  23 +-
 scripts/lib/wic/plugins/imager/direct_plugin.py    |   3 +-
 scripts/lib/wic/utils/oe/misc.py                   |   3 +-
 scripts/oe-selftest                                |  10 +-
 scripts/wic                                        |   3 +-
 50 files changed, 588 insertions(+), 897 deletions(-)
 create mode 100644 meta/classes/testexport.bbclass
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2015-8325.patch
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2016-1907_2.patch
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2016-1907_3.patch
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2016-1907_upstream_commit.patch
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2016-3115.patch
 rename meta/recipes-connectivity/openssh/{openssh_7.1p2.bb => openssh_7.2p2.bb} (95%)
 copy meta/recipes-devtools/python/{python-async_0.6.2.bb => python-async.inc} (89%)
 copy meta/recipes-devtools/python/{python-git_1.0.2.bb => python-git.inc} (83%)
 copy meta/recipes-devtools/python/{python-gitdb_0.6.4.bb => python-gitdb.inc} (77%)
 create mode 100644 meta/recipes-devtools/python/python-smartpm/smart-channel-remove-all.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-improve-error-reporting.patch
 create mode 100644 meta/recipes-devtools/python/python-smartpm/smart-rpm-transaction-failure-check.patch
 copy meta/recipes-devtools/python/{python-smmap_0.9.0.bb => python-smmap.inc} (91%)
 create mode 100644 meta/recipes-devtools/python/python3-async_0.6.2.bb
 create mode 100644 meta/recipes-devtools/python/python3-git_1.0.2.bb
 create mode 100644 meta/recipes-devtools/python/python3-gitdb_0.6.4.bb
 create mode 100644 meta/recipes-devtools/python/python3-smmap_0.9.0.bb
 create mode 100644 meta/recipes-extended/stat/stat-3.3/fix-security-format.patch
 create mode 100644 meta/recipes-extended/zip/zip-3.0/fix-security-format.patch
 create mode 100644 meta/recipes-graphics/xorg-lib/pixman/0001-test-utils-Check-for-FE_INVALID-definition-before-us.patch

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


More information about the Openembedded-commits mailing list