[oe-commits] [openembedded-core] branch master updated (e2fa6bc -> 74833a6)

git at git.openembedded.org git at git.openembedded.org
Tue Oct 16 20:00:11 UTC 2018


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

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

    from e2fa6bc  nasm: fix CVE-2018-10016
     add fc4c4f4  bind: fix startup failure in sysvinit
     add fe3727a  python: don't wipe RDEPENDS when parsing manifest
     add b4ea23a  python: remove the PN package entirely
     add 3bab041  useradd_base.bbclass: Make perform_groupmems handle overlapping usernames
     new 1bbaf8d  qemu: fix CVE-2018-17958/17962/17963
     new dbae9a6  wic: search nonarch STAGING_DATADIR for multilib
     new e0cc1dc  gobject-introspection.bbclass: fix gir installed but not shipped in any package while multilib enabled
     new 2683d82  binutils: fix three CVE issues
     new 557f461  perl: skip tests that are not useful
     new ff1d158  ltp: modify mmap_24-2 testcase
     new 6c821ce  openssl: correct license comment
     new 4549c9d  sstatetests.py: reset TCLIBCAPPEND
     new 4522452  update-rc.d: add -f into postinst OPT
     new 9b7c1d7  Revert "gstreamer1.0-plugins-bad: remove rtmpdump from DEPENDS"
     new ed912e1  scripts/patchreview: tighten patch detection
     new d7f8282  systemtap: 3.3 -> 4.0
     new 74833a6  systemtap: Fix issues from 4.0 upgrade

The 13 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/gobject-introspection.bbclass         |   2 +-
 meta/classes/update-rc.d.bbclass                   |   4 +-
 meta/classes/useradd_base.bbclass                  |   4 +-
 meta/lib/oeqa/selftest/cases/sstatetests.py        |  12 ++
 .../0001-avoid-start-failure-with-bind-user.patch  |  27 ++++
 meta/recipes-connectivity/bind/bind_9.11.4.bb      |   1 +
 meta/recipes-connectivity/openssl/openssl_1.1.1.bb |   3 +-
 meta/recipes-devtools/binutils/binutils-2.31.inc   |   2 +
 .../binutils/binutils/CVE-2018-17358.patch         | 144 +++++++++++++++++++++
 .../binutils/binutils/CVE-2018-17360.patch         |  65 ++++++++++
 ...ious-tests-if-PERL_BUILD_PACKAGING-is-set.patch | 126 ++++++++++++++++++
 .../perl/perl/perl-test-customized.patch           |  86 ------------
 meta/recipes-devtools/perl/perl/run-ptest          |   2 +-
 meta/recipes-devtools/perl/perl_5.24.4.bb          |   2 +-
 meta/recipes-devtools/python/python3_3.5.6.bb      |   7 +-
 meta/recipes-devtools/python/python_2.7.15.bb      |   6 +-
 .../qemu/qemu/CVE-2018-17958.patch                 |  52 ++++++++
 .../qemu/qemu/CVE-2018-17962.patch                 |  70 ++++++++++
 .../qemu/qemu/CVE-2018-17963.patch                 |  51 ++++++++
 meta/recipes-devtools/qemu/qemu_3.0.0.bb           |   3 +
 ..._testsuite-mmap24-2-Relax-condition-a-bit.patch |  68 ++++++++++
 meta/recipes-extended/ltp/ltp_20180515.bb          |   1 +
 ...tion_entrypc-avoid-usage-of-uninitialized.patch |  46 -------
 meta/recipes-kernel/systemtap/systemtap_git.bb     |  10 +-
 meta/recipes-kernel/systemtap/systemtap_git.inc    |   5 +-
 .../gstreamer/gstreamer1.0-plugins-bad_1.14.2.bb   |   2 +-
 scripts/contrib/patchreview.py                     |   2 +-
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |  10 +-
 28 files changed, 660 insertions(+), 153 deletions(-)
 create mode 100644 meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2018-17358.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2018-17360.patch
 create mode 100644 meta/recipes-devtools/perl/perl/0001-Skip-various-tests-if-PERL_BUILD_PACKAGING-is-set.patch
 delete mode 100644 meta/recipes-devtools/perl/perl/perl-test-customized.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2018-17958.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2018-17962.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2018-17963.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-open_posix_testsuite-mmap24-2-Relax-condition-a-bit.patch
 delete mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-dwflpp-function_entrypc-avoid-usage-of-uninitialized.patch

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


More information about the Openembedded-commits mailing list