[oe-commits] [openembedded-core] branch warrior-next updated (cdea295 -> d1f52f9)

git at git.openembedded.org git at git.openembedded.org
Sun Apr 7 22:35:47 UTC 2019


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

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

 discard cdea295  run-ptest: unbuffer
 discard a8042dd  ptest-runner: fixes?
 discard 489125d  insane.bbclass: Trigger unrecognzed configure option for meson
 discard 8f1822e  gst-plugins: move 'inherit gobject-introspection' to recipes supporting GI
 discard 4cf049a  glib-networking: upgrade 2.58.0 -> 2.60.1
 discard d1ada61  libsoup-2.4: use gobject-introspection.bbclass on/off mechanism
 discard 6f3310b  atk: use gobject-introspection.bbclass on/off mechanism
 discard 2ac4d5e  at-spi2-core: use gobject-introspection.bbclass on/off mechanism
 discard 9c8f587  pango: use gobject-introspection.bbclass on/off mechanism
 discard 789dfc1  clutter-gtk-1.0: use gobject-introspection.bbclass on/off mechanism
 discard 66d529d  libdazzle: use gobject-introspection.bbclass on/off mechanism
 discard e2c3960  json-glib: use gobject-introspection.bbclass on/off mechanism
 discard 08da52b  gdk-pixbuf: use gobject-introspection.bbclass on/off mechanism
 discard 1268848  libmodulemd: use gobject-introspection.bbclass on/off mechanism
 discard d04ee44  gobject-introspection: auto-enable/-disable gobject-introspection for meson
     new 072e826  ptest-runner: fixes?
     new 5bf5f2a  run-ptest: unbuffer
     new a136ce8  python3: Avoid hanging test
     new fa59d9c  update-alternatives.bbclass: Add function to get metadata
     new 1c6b6b4  ptest.bbclass: Add feature to populate a binary directory
     new 15daf99  util-linux: Use PTEST binary directory
     new ed1fe51  busybox: Use PTEST binary directory
     new 7a129f6  libgcc: Create linux-musleabihf and linux-gnueabihf symlinks
     new f49834e  perl-sanity: support cpan versions of core modules
     new b7f1829  xf86-video-vesa: Refuse to run on UEFI machines
     new 0d39a54  ghostscript: Fix 3 CVEs
     new d345862  sanity: clarify error message if TMPDIR moves
     new 8467f1f  autoconf: update runtime perl module dependencies
     new 6a2eb21  lib/oe/utils: Make prune_suffix prune a suffix
     new 9ee62bb  patch/insane: Rework patch fuzz handling
     new d1f52f9  busybox: Enable domain search list support

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cdea295)
            \
             N -- N -- N   refs/heads/warrior-next (d1f52f9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 16 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         |  14 +-
 meta/classes/insane.bbclass                        |  65 ++-
 meta/classes/ptest.bbclass                         |  31 ++
 meta/classes/sanity.bbclass                        |   2 +-
 meta/classes/update-alternatives.bbclass           |  70 ++-
 meta/lib/oe/patch.py                               |  19 +-
 meta/lib/oe/utils.py                               |   6 +-
 meta/recipes-core/busybox/busybox.inc              |  16 +-
 meta/recipes-core/busybox/busybox/defconfig        |   1 -
 ...working_2.60.1.bb => glib-networking_2.58.0.bb} |  10 +-
 meta/recipes-core/util-linux/util-linux.inc        |   5 +-
 meta/recipes-core/util-linux/util-linux/run-ptest  |   4 +
 meta/recipes-devtools/autoconf/autoconf.inc        |  10 +
 meta/recipes-devtools/gcc/libgcc.inc               |   7 +
 .../libmodulemd/libmodulemd_git.bb                 |  11 +-
 meta/recipes-devtools/perl-sanity/perl_5.28.1.bb   |  33 ++
 .../python/python3/ptesthack.patch                 |  49 ++
 meta/recipes-devtools/python/python3_3.7.2.bb      |   1 +
 .../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 +
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.0.bb |   8 +-
 meta/recipes-gnome/json-glib/json-glib_1.4.4.bb    |   5 +
 meta/recipes-gnome/libdazzle/libdazzle_3.30.2.bb   |   6 +-
 meta/recipes-graphics/clutter/clutter-gtk-1.0.inc  |  11 +-
 meta/recipes-graphics/pango/pango_1.42.4.bb        |  10 +-
 .../0001-Refuse-to-run-on-UEFI-machines.patch      |  52 ++
 .../xorg-driver/xf86-video-vesa_2.4.0.bb           |   4 +
 .../gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb   |   2 +-
 .../gstreamer/gstreamer1.0-plugins-base_1.14.4.bb  |   2 +-
 .../gstreamer/gstreamer1.0-plugins.inc             |   2 +-
 meta/recipes-support/atk/at-spi2-core_2.30.0.bb    |  10 +-
 meta/recipes-support/atk/atk_2.30.0.bb             |   8 +
 meta/recipes-support/libsoup/libsoup-2.4_2.64.2.bb |   8 +
 45 files changed, 3069 insertions(+), 101 deletions(-)
 rename meta/recipes-core/glib-networking/{glib-networking_2.60.1.bb => glib-networking_2.58.0.bb} (71%)
 create mode 100644 meta/recipes-devtools/python/python3/ptesthack.patch
 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

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


More information about the Openembedded-commits mailing list