[oe-commits] [openembedded-core] branch master-next updated (afea472 -> 7529d8f)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 13 15:41:51 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 afea472  systemd: do not disable SELinux with musl
     new 55ed568  lttng-tools ptest: add missing dependencies
     new 991f971  lttng-tools ptest: fix test_ust-dl
     new e0f9710  lttng-ust: add python3-agent feature
     new a450f34  resulttool/report: Enable roll-up report for a commit
     new 55f7d0d  xev: update to 1.2.3
     new 5b2d9d1  glibc: fix do_populate_sdk fail when multilib used
     new 8c7fbd3  mdadm: fix gcc8 maybe-uninitialized/format-overflow warning
     new 432192e  inetutils: Remove talk / talkd from ALTERNATIVES
     new ac7ea90  inetutils: Handle rsh, etc more consistently
     new 584c12c  inetutils: Disable rsh, etc in the build
     new a2d8bd2  virglrenderer: requires distro feature opengl
     new 5c0b937  glib-2.0: clean up EXTRA_OEMESON
     new 8a47f45  systemd: drop unused kill-path option
     new f4b08a0  shadow: drop inappropriate patch
     new 6a78430  class/sanity: strip the output of get_filesystem_id()
     new 95164cb  gst-examples: switch to gitlab url and https protocol
     new 5c5c4c8  systemd: fix CVE-2019-6454
     new fbded47  iproute2: add tc to the alternatives list
     new b2738b1  Revert "arm-tunes: Remove -march option if mcpu is already added"
     new 7529d8f  arm-tunes: Prefer the -mcpu option over -march

The 20 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/sanity.bbclass                        |   2 +-
 meta/conf/machine/include/arm/arch-arm.inc         |   5 +
 meta/conf/machine/include/arm/arch-armv4.inc       |   2 +-
 meta/conf/machine/include/arm/arch-armv5.inc       |   2 +-
 meta/conf/machine/include/arm/arch-armv6.inc       |   2 +-
 meta/conf/machine/include/arm/arch-armv7a.inc      |   2 +-
 meta/conf/machine/include/arm/arch-armv7ve.inc     |   2 +-
 meta/conf/machine/include/arm/arch-armv8a.inc      |   8 +-
 meta/conf/machine/include/tune-arm1136jf-s.inc     |   6 +-
 meta/conf/machine/include/tune-arm920t.inc         |   6 +-
 meta/conf/machine/include/tune-arm926ejs.inc       |   6 +-
 meta/conf/machine/include/tune-arm9tdmi.inc        |   6 +-
 meta/conf/machine/include/tune-cortexa15.inc       |  29 ++-
 meta/conf/machine/include/tune-cortexa17.inc       |  29 ++-
 meta/conf/machine/include/tune-cortexa32.inc       |   2 +-
 meta/conf/machine/include/tune-cortexa35.inc       |   2 +-
 meta/conf/machine/include/tune-cortexa5.inc        |  29 ++-
 meta/conf/machine/include/tune-cortexa53.inc       |   2 +-
 meta/conf/machine/include/tune-cortexa7.inc        |  29 ++-
 meta/conf/machine/include/tune-cortexa72.inc       |   2 +-
 meta/conf/machine/include/tune-cortexa8.inc        |  21 +-
 meta/conf/machine/include/tune-cortexa9.inc        |  30 ++-
 meta/conf/machine/include/tune-ep9312.inc          |   3 +-
 meta/conf/machine/include/tune-iwmmxt.inc          |   3 +-
 meta/conf/machine/include/tune-strongarm1100.inc   |   5 +-
 meta/conf/machine/include/tune-thunderx.inc        |   2 +-
 meta/conf/machine/include/tune-xscale.inc          |   9 +-
 .../inetutils/inetutils_1.9.4.bb                   |  37 ++--
 meta/recipes-connectivity/iproute2/iproute2.inc    |   4 +
 meta/recipes-core/glib-2.0/glib.inc                |  13 +-
 meta/recipes-core/glibc/glibc-package.inc          |   1 +
 .../systemd/systemd/CVE-2019-6454.patch            | 216 +++++++++++++++++++++
 meta/recipes-core/systemd/systemd_241.bb           |   2 +-
 ...maybe-uninitialized-format-overflow-warni.patch |  60 ++++++
 meta/recipes-extended/mdadm/mdadm_4.1.bb           |   1 +
 ...-useradd-copy-extended-attributes-of-home.patch |  41 ----
 ...-create-parent-directories-when-necessary.patch |  14 +-
 meta/recipes-extended/shadow/shadow.inc            |   1 -
 .../virglrenderer/virglrenderer_0.7.0.bb           |   5 +-
 meta/recipes-graphics/xorg-app/xev/diet-x11.patch  | 133 ++++++++-----
 .../xorg-app/{xev_1.2.2.bb => xev_1.2.3.bb}        |   4 +-
 meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb    |  32 ++-
 meta/recipes-kernel/lttng/lttng-ust_2.10.3.bb      |  12 +-
 .../gstreamer/gst-examples_git.bb                  |   2 +-
 scripts/lib/resulttool/report.py                   |  16 +-
 45 files changed, 544 insertions(+), 296 deletions(-)
 create mode 100644 meta/recipes-core/systemd/systemd/CVE-2019-6454.patch
 create mode 100644 meta/recipes-extended/mdadm/files/0001-mdadm-gcc8-maybe-uninitialized-format-overflow-warni.patch
 delete mode 100644 meta/recipes-extended/shadow/files/0001-useradd-copy-extended-attributes-of-home.patch
 rename meta/recipes-graphics/xorg-app/{xev_1.2.2.bb => xev_1.2.3.bb} (77%)

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


More information about the Openembedded-commits mailing list