[oe-commits] [openembedded-core] branch master-next updated (9e783ed -> 5cfaaed)

git at git.openembedded.org git at git.openembedded.org
Fri Oct 18 13:31:47 UTC 2019


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 9e783ed  uninative: check .done file instead of tarball
     new 5a29bdb  openssh: fix CVE-2019-16905
     new d4d90f4  wic/rawcopy: Support files in sub-directories
     new 05c8e41  file: explicitly disable seccomp
     new 879baa8  i2c-tools: Add missing RDEPEND
     new 2cd2fbf  python3: alternative name is python3-config not python-config
     new 164b270  python3: ensure that all forms of python3-config are in python3-dev
     new 5bed093  python3: -dev should depend on distutils
     new 109b183  gawk: add PACKAGECONFIG for readline
     new de66550  testimage.bbclass: support hardware-controlled targets
     new fa951dc  testimage.bbclass: enable ssh agent forwarding
     new 9122f9a  oeqa/runtime/df: don't fail on long device names
     new e2b9db3  oeqa/core/decorator: add skipIfFeature
     new 53263b4  oeqa/runtime/opkg: skip install on read-only-rootfs
     new 17ddb88  oeqa/runtime/systemd: skip unit enable/disable on read-only-rootfs
     new c419930  qemu: Fix CVE-2019-12068
     new f5f8e6e  systemd.bbclass: enable all services specified in ${SYSTEMD_SERVICE}
     new f8afc2e  aspell: upgrade from 0.60.7 to 0.60.8
     new 5cfaaed  python-native: Remove debug.patch

The 18 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/systemd.bbclass                       |   6 +-
 meta/classes/testimage.bbclass                     |  18 ++++
 meta/lib/oeqa/core/decorator/data.py               |  18 ++++
 meta/lib/oeqa/runtime/cases/df.py                  |   2 +-
 meta/lib/oeqa/runtime/cases/opkg.py                |   4 +-
 meta/lib/oeqa/runtime/cases/systemd.py             |  16 ++-
 ...x-integer-overflow-in-XMSS-private-key-pa.patch |  40 ++++++++
 meta/recipes-connectivity/openssh/openssh_8.0p1.bb |   1 +
 meta/recipes-devtools/file/file_5.37.bb            |   2 +
 meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb   |   1 +
 .../python/python-native/debug.patch               |  32 ------
 .../python/python-native_2.7.16.bb                 |   1 -
 .../python/python3/python3-manifest.json           |   9 +-
 meta/recipes-devtools/python/python3_3.7.4.bb      |  11 ++-
 meta/recipes-devtools/qemu/qemu.inc                |   1 +
 .../qemu/qemu/CVE-2019-12068.patch                 | 108 +++++++++++++++++++++
 meta/recipes-extended/gawk/gawk_5.0.1.bb           |   4 +-
 .../aspell/{aspell_0.60.7.bb => aspell_0.60.8.bb}  |   6 +-
 scripts/lib/wic/plugins/source/rawcopy.py          |   3 +
 19 files changed, 229 insertions(+), 54 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssh/openssh/0001-upstream-fix-integer-overflow-in-XMSS-private-key-pa.patch
 delete mode 100644 meta/recipes-devtools/python/python-native/debug.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2019-12068.patch
 rename meta/recipes-support/aspell/{aspell_0.60.7.bb => aspell_0.60.8.bb} (85%)

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


More information about the Openembedded-commits mailing list