[oe-commits] [openembedded-core] branch master updated (0ad21fe -> bdc62e2)

git at git.openembedded.org git at git.openembedded.org
Sat Oct 19 22:18:55 UTC 2019


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

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

    from 0ad21fe  glib-2.0: Fix build with clang compiler
     add 427320d  base.bbclass: add dependency on pseudo from do_prepare_recipe_sysroot
     add 586c045  sysstat: fix CVE-2019-16167
     add e72cd29  bluez5: Fix for --enable-btpclient
     add 927e16e  opensbi: Bump from 0.4 to 0.5
     add 460f877  u-boot: Bump from 2019.07 to 2019.10
     add 5b7e78f  qemuriscv64: Build smode U-Boot
     add 70b9cdf  libsdl2: fix CVE-2019-13616
     add b0efd8d  sanity: check the format of SDK_VENDOR
     add a1c9558  uninative: check .done file instead of tarball
     add 8bd4b87  openssh: fix CVE-2019-16905
     add 073c435  wic/rawcopy: Support files in sub-directories
     add a752faa  file: explicitly disable seccomp
     add c73d2a2  i2c-tools: Add missing RDEPEND
     add 04136db  python3: -dev should depend on distutils
     add 6958f7e  gawk: add PACKAGECONFIG for readline
     add 0ab7e3b  testimage.bbclass: support hardware-controlled targets
     add d99617b  testimage.bbclass: enable ssh agent forwarding
     add 8c23c14  oeqa/runtime/df: don't fail on long device names
     add ff2218f  oeqa/core/decorator: add skipIfFeature
     add 84640e2  oeqa/runtime/opkg: skip install on read-only-rootfs
     add ec85630  oeqa/runtime/systemd: skip unit enable/disable on read-only-rootfs
     add 81b375a  qemu: Fix CVE-2019-12068
     add 68a1076  systemd.bbclass: enable all services specified in ${SYSTEMD_SERVICE}
     new 3b788da  aspell: upgrade from 0.60.7 to 0.60.8
     new bdc62e2  python-native: Remove debug.patch

The 2 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:
 ...pell_0.60.7.bbappend => aspell_0.60.8.bbappend} |   0
 meta/classes/base.bbclass                          |   1 +
 meta/classes/sanity.bbclass                        |   5 +
 meta/classes/systemd.bbclass                       |   6 +-
 meta/classes/testimage.bbclass                     |  18 ++++
 meta/classes/uninative.bbclass                     |   2 +-
 meta/conf/machine/qemuriscv64.conf                 |   2 +-
 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 ++-
 .../opensbi/{opensbi_0.4.bb => opensbi_0.5.bb}     |   2 +-
 .../u-boot/files/0001-CVE-2019-13103.patch         |  69 -------------
 ...001-include-env.h-Ensure-ulong-is-defined.patch |  31 ++++++
 .../u-boot/files/0002-CVE-2019-13104.patch         |  49 ----------
 .../u-boot/files/0003-CVE-2019-13105.patch         |  37 -------
 .../u-boot/files/0004-CVE-2019-13106.patch         |  56 -----------
 .../files/0005-CVE-2019-14192-14193-14199.patch    |  43 --------
 ...-2019-14197-14200-14201-14202-14203-14204.patch |  44 ---------
 .../u-boot/files/0007-CVE-2019-14194-14198.patch   |  42 --------
 .../u-boot/files/0008-CVE-2019-14195.patch         |  42 --------
 .../u-boot/files/0009-CVE-2019-14196.patch         |  48 ---------
 meta/recipes-bsp/u-boot/u-boot-common.inc          |  13 +--
 ...utils_2019.07.bb => u-boot-fw-utils_2019.10.bb} |   2 +
 ...ot-tools_2019.07.bb => u-boot-tools_2019.10.bb} |   0
 .../{u-boot_2019.07.bb => u-boot_2019.10.bb}       |   0
 meta/recipes-connectivity/bluez5/bluez5.inc        |   1 +
 .../0001-tools-btpclient.c-include-signal.h.patch  |  30 ++++++
 ...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           |   3 +-
 meta/recipes-devtools/qemu/qemu.inc                |   1 +
 .../qemu/qemu/CVE-2019-12068.patch                 | 108 +++++++++++++++++++++
 meta/recipes-extended/gawk/gawk_5.0.1.bb           |   4 +-
 ...ory-corruption-bug-due-to-Integer-Overflo.patch |  46 +++++++++
 meta/recipes-extended/sysstat/sysstat_12.1.6.bb    |   4 +-
 ...538-validate-image-size-when-loading-BMP-.patch |  34 +++++++
 meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb    |   1 +
 .../aspell/{aspell_0.60.7.bb => aspell_0.60.8.bb}  |   6 +-
 scripts/lib/wic/plugins/source/rawcopy.py          |   3 +
 44 files changed, 377 insertions(+), 493 deletions(-)
 rename meta-selftest/recipes-test/aspell/{aspell_0.60.7.bbappend => aspell_0.60.8.bbappend} (100%)
 rename meta/recipes-bsp/opensbi/{opensbi_0.4.bb => opensbi_0.5.bb} (97%)
 delete mode 100644 meta/recipes-bsp/u-boot/files/0001-CVE-2019-13103.patch
 create mode 100644 meta/recipes-bsp/u-boot/files/0001-include-env.h-Ensure-ulong-is-defined.patch
 delete mode 100644 meta/recipes-bsp/u-boot/files/0002-CVE-2019-13104.patch
 delete mode 100644 meta/recipes-bsp/u-boot/files/0003-CVE-2019-13105.patch
 delete mode 100644 meta/recipes-bsp/u-boot/files/0004-CVE-2019-13106.patch
 delete mode 100644 meta/recipes-bsp/u-boot/files/0005-CVE-2019-14192-14193-14199.patch
 delete mode 100644 meta/recipes-bsp/u-boot/files/0006-CVE-2019-14197-14200-14201-14202-14203-14204.patch
 delete mode 100644 meta/recipes-bsp/u-boot/files/0007-CVE-2019-14194-14198.patch
 delete mode 100644 meta/recipes-bsp/u-boot/files/0008-CVE-2019-14195.patch
 delete mode 100644 meta/recipes-bsp/u-boot/files/0009-CVE-2019-14196.patch
 rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2019.07.bb => u-boot-fw-utils_2019.10.bb} (93%)
 rename meta/recipes-bsp/u-boot/{u-boot-tools_2019.07.bb => u-boot-tools_2019.10.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2019.07.bb => u-boot_2019.10.bb} (100%)
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-tools-btpclient.c-include-signal.h.patch
 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
 create mode 100644 meta/recipes-extended/sysstat/sysstat/0001-Fix-232-Memory-corruption-bug-due-to-Integer-Overflo.patch
 create mode 100644 meta/recipes-graphics/libsdl2/libsdl2/0001-Fixed-bug-4538-validate-image-size-when-loading-BMP-.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