[oe-commits] [openembedded-core] branch master-next updated (901659a -> 3a587ed)

git at git.openembedded.org git at git.openembedded.org
Thu Apr 6 11:40:17 UTC 2017


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 901659a  oeqa/runtime/utils/targetbuildproject: use parent classes defaults tmpdir
     new a6152dd  runqemu: fix 2 typos
     new dcf33db  runqemu: support env vars explicitly
     new bccc7f1  runqemu: use self.rootfs to replace self.nfs_dir
     new 49aa0bc  runqemu: run without arguments
     new c3e36ec  runqemu: use realpath for imgdir
     new 2ca0655  runqemu: do not rely on grepping images
     new 091aa92  busybox: Security fix CVE-2016-6301
     new 72d3ef5  oe-build-perf-report-email.py: fix one file path
     new c8c83bb  yocto-compat-layer: fix also other command invocations
     new e0cbafa  yocto-compat-layer: limit report of signature changes
     new 7b3eddc  package_ipk.bbclass: Replace empty lines in DESCRIPTION with '.'
     new c67726e  package.bbclass: add CONFFILES to pkgdata
     new 2101dd8  ghostscript: CVE-2017-7207
     new 72aac42  busybox: Security fix BUG9071
     new 1def810  python-pycurl: create python3-pycurl recipe
     new 4eda138  base-files: profile: Whitespace clean up
     new f6f6572  base-files: profile: Do not assume that the tty command exists
     new b31283e  logrotate: replace fedorahosted.org SRC_URI with github.com source
     new db322b0  sanity: Require bitbake 1.33.4
     new fbd5ebf  glibc/gcc/libgcc-initial: Delete do_build tasks for -initial
     new 3035cf7  groff: replace "perl -w" with "use warnings"
     new 67ddf26  mc: replace "perl -w" with "use warnings"
     new 7d8071f  valgrind: set ac_cv_path_PERL to /usr/bin/env perl
     new ce953a9  m4: do_configure: fix "Argument list too long"
     new f8284ea  guile: do_configure: fix "Argument list too long"
     new 57e6bd8  autogen-native: fix POSIX_SHELL and perl
     new f1330b4  kmod: set ac_cv_path_DOLT_BASH to /usr/bin/env bash
     new 24264c9  eudev: set LGPL-2.1+ for libudev package
     new 5b8da28  python3: fix run-time deps for core python3 libraries
     new 3a587ed  selftest/wic: skip wic unit tests in case NLS is disable

The 30 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/package.bbclass                       |   1 +
 meta/classes/package_ipk.bbclass                   |   6 +-
 meta/classes/qemuboot.bbclass                      |   3 +
 meta/conf/sanity.conf                              |   2 +-
 meta/lib/oeqa/selftest/wic.py                      |   5 +-
 meta/recipes-core/base-files/base-files/profile    |  31 ++---
 meta/recipes-core/base-files/base-files_3.0.14.bb  |   4 -
 .../busybox/BUG9071_buffer_overflow_arp.patch      |  53 +++++++++
 .../busybox/busybox/CVE-2016-6301.patch            |  37 ++++++
 meta/recipes-core/busybox/busybox_1.24.1.bb        |   2 +
 meta/recipes-core/glibc/glibc-initial.inc          |   3 +
 meta/recipes-core/udev/eudev_3.2.1.bb              |   3 +-
 .../autogen/autogen-native_5.18.12.bb              |   3 +
 ...2-autoopts-mk-tpl-config.sh-fix-perl-path.patch |  32 +++++
 meta/recipes-devtools/gcc/gcc-cross-initial.inc    |   4 +
 meta/recipes-devtools/gcc/libgcc-initial.inc       |   3 +
 meta/recipes-devtools/guile/guile_2.0.14.bb        |   3 +
 meta/recipes-devtools/m4/m4-1.4.18.inc             |   3 +
 .../python/python-3.5-manifest.inc                 |   4 +-
 .../{python-pycurl_7.21.5.bb => python-pycurl.inc} |   6 +-
 .../python/python-pycurl_7.21.5.bb                 |  32 +----
 .../python/python3-pycurl_7.21.5.bb                |   5 +
 meta/recipes-devtools/valgrind/valgrind_3.12.0.bb  |   2 +
 .../ghostscript/ghostscript/CVE-2017-7207.patch    |  39 +++++++
 .../ghostscript/ghostscript_9.20.bb                |   1 +
 .../0001-replace-perl-w-with-use-warnings.patch    | 102 ++++++++++++++++
 meta/recipes-extended/groff/groff_1.22.3.bb        |   3 +
 meta/recipes-extended/logrotate/logrotate_3.9.1.bb |  19 ++-
 .../0001-mc-replace-perl-w-with-use-warnings.patch | 129 ++++++++++++++++++++
 meta/recipes-extended/mc/mc_4.8.18.bb              |   3 +
 meta/recipes-kernel/kmod/kmod.inc                  |   2 +
 scripts/contrib/oe-build-perf-report-email.py      |   2 +-
 scripts/contrib/python/generate-manifest-3.5.py    |   4 +-
 scripts/lib/compatlayer/__init__.py                |  55 +++++++--
 scripts/lib/compatlayer/cases/common.py            |  77 +++++++-----
 scripts/runqemu                                    | 130 ++++++++++++---------
 36 files changed, 649 insertions(+), 164 deletions(-)
 create mode 100644 meta/recipes-core/busybox/busybox/BUG9071_buffer_overflow_arp.patch
 create mode 100644 meta/recipes-core/busybox/busybox/CVE-2016-6301.patch
 create mode 100644 meta/recipes-devtools/autogen/autogen/0002-autoopts-mk-tpl-config.sh-fix-perl-path.patch
 copy meta/recipes-devtools/python/{python-pycurl_7.21.5.bb => python-pycurl.inc} (92%)
 create mode 100644 meta/recipes-devtools/python/python3-pycurl_7.21.5.bb
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2017-7207.patch
 create mode 100644 meta/recipes-extended/groff/groff-1.22.3/0001-replace-perl-w-with-use-warnings.patch
 create mode 100644 meta/recipes-extended/mc/files/0001-mc-replace-perl-w-with-use-warnings.patch

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


More information about the Openembedded-commits mailing list