[oe-commits] [openembedded-core] branch warrior updated (d7c0e9d -> 1c0fffc)

git at git.openembedded.org git at git.openembedded.org
Tue Apr 9 12:47:51 UTC 2019


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

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

    from d7c0e9d  gtk+: update for new catalog path
     add a8397de  cmake-native: Enable ccmake by default and depend on ncurses
     add 091c46a  ccmake.bbclass: Create a cml1 style class for the CMake curses UI
     add 7a1fabe  devtool: standard: Handle exporting generated config fragments
     add f58cf0d  libgcc: Create linux-musleabihf and linux-gnueabihf symlinks
     new 25edd39  xf86-video-vesa: Refuse to run on UEFI machines
     new 12e140d  ghostscript: Fix 3 CVEs
     new 36805a6  sanity: clarify error message if TMPDIR moves
     new 5265721  autoconf: update runtime perl module dependencies
     new 610ac84  lib/oe/utils: Make prune_suffix prune a suffix
     new c762c0b  patch/insane: Rework patch fuzz handling
     new 06a7261  busybox: Enable domain search list support
     new d3ffbeb  openssh/util-linux/python*: Ensure ptest output is unbuffered
     new 1c0fffc  ptest-runner: Add several logging fixes

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/classes/ccmake.bbclass                        |  97 ++++
 meta/classes/insane.bbclass                        |  53 +-
 meta/classes/sanity.bbclass                        |   2 +-
 meta/lib/oe/patch.py                               |  19 +-
 meta/lib/oe/utils.py                               |   6 +-
 .../recipes-connectivity/openssh/openssh/run-ptest |   2 +-
 meta/recipes-connectivity/openssh/openssh_7.9p1.bb |   2 +-
 meta/recipes-core/busybox/busybox/defconfig        |   1 -
 meta/recipes-core/util-linux/util-linux.inc        |   2 +-
 meta/recipes-core/util-linux/util-linux/run-ptest  |   2 +-
 meta/recipes-devtools/autoconf/autoconf.inc        |  10 +
 meta/recipes-devtools/cmake/cmake-native_3.14.1.bb |   5 +-
 meta/recipes-devtools/gcc/libgcc.inc               |   7 +
 meta/recipes-devtools/python/python/run-ptest      |   2 +-
 meta/recipes-devtools/python/python3/run-ptest     |   2 +-
 meta/recipes-devtools/python/python3_3.7.2.bb      |   2 +-
 meta/recipes-devtools/python/python_2.7.15.bb      |   2 +-
 .../ghostscript/CVE-2019-3835-0001.patch           |  99 ++++
 .../ghostscript/CVE-2019-3835-0002.patch           |  71 +++
 .../ghostscript/CVE-2019-3835-0003.patch           | 295 ++++++++++
 .../ghostscript/CVE-2019-3835-0004.patch           | 167 ++++++
 .../ghostscript/CVE-2019-3838-0001.patch           |  34 ++
 .../ghostscript/CVE-2019-3838-0002.patch           |  30 ++
 .../ghostscript/CVE-2019-6116-0001.patch           | 177 ++++++
 .../ghostscript/CVE-2019-6116-0002.patch           | 442 +++++++++++++++
 .../ghostscript/CVE-2019-6116-0003.patch           |  32 ++
 .../ghostscript/CVE-2019-6116-0004.patch           | 136 +++++
 .../ghostscript/CVE-2019-6116-0005.patch           | 250 +++++++++
 .../ghostscript/CVE-2019-6116-0006.patch           | 596 +++++++++++++++++++++
 .../ghostscript/CVE-2019-6116-0007.patch           | 346 ++++++++++++
 .../ghostscript/ghostscript_9.26.bb                |  13 +
 .../0001-Refuse-to-run-on-UEFI-machines.patch      |  52 ++
 .../xorg-driver/xf86-video-vesa_2.4.0.bb           |   4 +
 ...01-utils-Ensure-stdout-stderr-are-flushed.patch |  45 ++
 .../0002-use-process-groups-when-spawning.patch    |  35 ++
 ...03-utils-Ensure-pipes-are-read-after-exit.patch |  76 +++
 .../ptest-runner/ptest-runner_2.3.1.bb             |   6 +-
 scripts/lib/devtool/standard.py                    |  14 +
 38 files changed, 3103 insertions(+), 33 deletions(-)
 create mode 100644 meta/classes/ccmake.bbclass
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-3835-0001.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-3835-0002.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-3835-0003.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-3835-0004.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-3838-0001.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-3838-0002.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0001.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0002.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0003.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0004.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0005.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0006.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2019-6116-0007.patch
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vesa/0001-Refuse-to-run-on-UEFI-machines.patch
 create mode 100644 meta/recipes-support/ptest-runner/ptest-runner/0001-utils-Ensure-stdout-stderr-are-flushed.patch
 create mode 100644 meta/recipes-support/ptest-runner/ptest-runner/0002-use-process-groups-when-spawning.patch
 create mode 100644 meta/recipes-support/ptest-runner/ptest-runner/0003-utils-Ensure-pipes-are-read-after-exit.patch

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


More information about the Openembedded-commits mailing list