[oe-commits] [openembedded-core] branch master updated (dd8c7f2 -> e0c3436)

git at git.openembedded.org git at git.openembedded.org
Tue Jul 23 21:26:56 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 dd8c7f2  psplash: create psplash tmpfs mount directory in psplash-init
     add 7a2c56d  udev-extraconf: do not mount swap partitions
     add e59c672  python3-pbr: update to 5.4.1
     add 14655b3  Revert "unzip: fix CVE-2019-13232"
     add 845af88  iptables: upgrade 1.8.2 -> 1.8.3
     add f5c6b2d  piglit: fix SRC_URI
     add f34b852  xinput: update to 1.6.3
     add 31a0814  musl: Upgrade to 1.1.23+
     add 5841e52  mdadm: Include sys/sysmacros.h for major/minor definitions
     add 6b60392  sysvinit: Include sys/sysmacros.h for major/minor definitions on musl too
     new 6cdcb14  pam_systemd: Include missing.h for secure_getenv
     new a0fb909  musl-obstack: Add recipe
     new a747239  elfutils: Fix eu-* utils builds for musl
     new 9e138c0  maintainers: Account for musl-obstack and libssp-nonshared
     new 03a04b1  python3-scons: update to 3.1.0
     new 74b5d8d  python3-docutils: update to 0.15
     new cbdb000  python3-mako: update to 1.0.14
     new c8545d5  wic/plugins: Source that support both EFI and BIOS
     new e0c3436  meta/lib/oeqa: Test for bootimg-biosplusefi Source

The 9 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-selftest/wic/test_biosplusefi_plugin.wks      |   6 +
 meta/conf/distro/include/maintainers.inc           |   2 +
 meta/lib/oeqa/selftest/cases/wic.py                |  59 ++++
 meta/recipes-core/musl/musl-obstack.bb             |  22 ++
 meta/recipes-core/musl/musl.inc                    |   2 +-
 meta/recipes-core/musl/musl_git.bb                 |   4 +-
 ...asic-missing.h-check-for-missing-strndupa.patch |  71 +----
 ...-sysmacros.h-for-major-minor-defines-in-g.patch |  99 +++---
 meta/recipes-core/udev/udev-extraconf/mount.sh     |   4 +
 meta/recipes-devtools/elfutils/elfutils_0.176.bb   |  15 +-
 ...1-fix-err-variable-and-function-conflicts.patch |  91 ------
 ...de-alternatives-for-glibc-assumptions-hel.patch | 196 ------------
 .../elfutils/files/musl-libs.patch                 | 111 +++++++
 .../elfutils/files/musl-obstack-fts.patch          | 105 +++++++
 .../files/{musl.patch => musl-tests.patch}         |   0
 .../elfutils/files/musl-utils.patch                | 136 +++++++++
 ...3-docutils_0.14.bb => python3-docutils_0.15.bb} |   5 +-
 .../recipes-devtools/python/python3-mako_1.0.13.bb |   3 -
 .../{python-mako.inc => python3-mako_1.0.14.bb}    |   6 +-
 meta/recipes-devtools/python/python3-pbr_5.4.0.bb  |   5 -
 meta/recipes-devtools/python/python3-pbr_5.4.1.bb  |   5 +
 ...tive_3.0.5.bb => python3-scons-native_3.1.0.bb} |   0
 ...thon3-scons_3.0.5.bb => python3-scons_3.1.0.bb} |   4 +-
 ...ions-format-security-fixes-in-libipt_icmp.patch |  61 ----
 .../iptables/iptables/CVE-2019-11360.patch         | 117 -------
 .../{iptables_1.8.2.bb => iptables_1.8.3.bb}       |  13 +-
 .../mdadm/files/include_sysmacros.patch            |  14 +
 meta/recipes-extended/mdadm/mdadm_4.1.bb           |   1 +
 .../unzip/unzip/CVE-2019-13232.patch               | 339 ---------------------
 meta/recipes-extended/unzip/unzip_6.0.bb           |   1 -
 meta/recipes-graphics/piglit/piglit_git.bb         |   2 +-
 .../xorg-app/{xinput_1.6.2.bb => xinput_1.6.3.bb}  |   4 +-
 .../lib/wic/plugins/source/bootimg-biosplusefi.py  | 213 +++++++++++++
 33 files changed, 756 insertions(+), 960 deletions(-)
 create mode 100644 meta-selftest/wic/test_biosplusefi_plugin.wks
 create mode 100644 meta/recipes-core/musl/musl-obstack.bb
 delete mode 100644 meta/recipes-devtools/elfutils/files/0001-fix-err-variable-and-function-conflicts.patch
 delete mode 100644 meta/recipes-devtools/elfutils/files/0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/musl-libs.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/musl-obstack-fts.patch
 rename meta/recipes-devtools/elfutils/files/{musl.patch => musl-tests.patch} (100%)
 create mode 100644 meta/recipes-devtools/elfutils/files/musl-utils.patch
 rename meta/recipes-devtools/python/{python3-docutils_0.14.bb => python3-docutils_0.15.bb} (74%)
 delete mode 100644 meta/recipes-devtools/python/python3-mako_1.0.13.bb
 rename meta/recipes-devtools/python/{python-mako.inc => python3-mako_1.0.14.bb} (71%)
 delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.0.bb
 create mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.1.bb
 rename meta/recipes-devtools/python/{python3-scons-native_3.0.5.bb => python3-scons-native_3.1.0.bb} (100%)
 rename meta/recipes-devtools/python/{python3-scons_3.0.5.bb => python3-scons_3.1.0.bb} (82%)
 delete mode 100644 meta/recipes-extended/iptables/iptables/0003-extensions-format-security-fixes-in-libipt_icmp.patch
 delete mode 100644 meta/recipes-extended/iptables/iptables/CVE-2019-11360.patch
 rename meta/recipes-extended/iptables/{iptables_1.8.2.bb => iptables_1.8.3.bb} (84%)
 create mode 100644 meta/recipes-extended/mdadm/files/include_sysmacros.patch
 delete mode 100644 meta/recipes-extended/unzip/unzip/CVE-2019-13232.patch
 rename meta/recipes-graphics/xorg-app/{xinput_1.6.2.bb => xinput_1.6.3.bb} (67%)
 create mode 100644 scripts/lib/wic/plugins/source/bootimg-biosplusefi.py

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


More information about the Openembedded-commits mailing list