All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [warrior-next 20/54] mesa: Update 19.0.1 -> 19.0.8
Date: Sun, 29 Sep 2019 21:47:15 -0700	[thread overview]
Message-ID: <6387d3ad8cad2d608b88fac17edb8008032c8462.1569818533.git.akuster808@gmail.com> (raw)
In-Reply-To: <cover.1569818533.git.akuster808@gmail.com>

From: Fabio Berton <fabio.berton@ossystems.com.br>

This commit adds the following changes:

Updates from 19.0.8:

  - Mesa 19.0.8 is an emergency bug fix release which fixes a critical
    bug found in the 19.0.7 release.

  Full log:
  https://www.mesa3d.org/relnotes/19.0.8.html

Updates from 19.0.7:

  - Mesa 19.0.7 is a bug fix release which fixes bugs found since the
    19.0.6 release.

  Full log:
  https://www.mesa3d.org/relnotes/19.0.7.html

Updates from 19.0.6:

  - Mesa 19.0.6 is a bug fix release which fixes bugs found since the
    19.0.5 release.

  Full log:
  https://www.mesa3d.org/relnotes/19.0.6.html

Updates from 19.0.5:

  - Mesa 19.0.5 is a bug fix release which fixes bugs found since the
    19.0.4 release.

  Full log:
  https://www.mesa3d.org/relnotes/19.0.5.html

Updates from 19.0.4:

  - Mesa 19.0.4 is a bug fix release which fixes bugs found since the
    19.0.3 release.

  Full log:
  https://www.mesa3d.org/relnotes/19.0.4.html

Updates from 19.0.3:

  - Mesa 19.0.3 is a bug fix release which fixes bugs found since the
    19.0.2 release.

  Full log:
  https://www.mesa3d.org/relnotes/19.0.3.html

Updates from 19.0.2:

  - Mesa 19.0.2 is a bug fix release which fixes bugs found since the
    19.0.1 release.

  Full log:
  https://www.mesa3d.org/relnotes/19.0.2.html

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-graphics/mesa/{mesa-gl_19.0.1.bb => mesa-gl_19.0.8.bb} | 0
 meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.8.bb}       | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/mesa/{mesa-gl_19.0.1.bb => mesa-gl_19.0.8.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.8.bb} (85%)

diff --git a/meta/recipes-graphics/mesa/mesa-gl_19.0.1.bb b/meta/recipes-graphics/mesa/mesa-gl_19.0.8.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-gl_19.0.1.bb
rename to meta/recipes-graphics/mesa/mesa-gl_19.0.8.bb
diff --git a/meta/recipes-graphics/mesa/mesa_19.0.1.bb b/meta/recipes-graphics/mesa/mesa_19.0.8.bb
similarity index 85%
rename from meta/recipes-graphics/mesa/mesa_19.0.1.bb
rename to meta/recipes-graphics/mesa/mesa_19.0.8.bb
index d90be8a..8cb80b5 100644
--- a/meta/recipes-graphics/mesa/mesa_19.0.1.bb
+++ b/meta/recipes-graphics/mesa/mesa_19.0.8.bb
@@ -7,8 +7,8 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
            file://0004-use-PKG_CHECK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch \
 "
 
-SRC_URI[md5sum] = "19636bb3da35c21f43040d31e575d5ce"
-SRC_URI[sha256sum] = "6884163c0ea9e4c98378ab8fecd72fe7b5f437713a14471beda378df247999d4"
+SRC_URI[md5sum] = "9634964d87f1ce8d0230493e43f34c50"
+SRC_URI[sha256sum] = "d017eb53a810c32dabeedf6ca2238ae1e897ce9090e470e9ce1d6c9e3f1b0862"
 
 #because we cannot rely on the fact that all apps will use pkgconfig,
 #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER
-- 
2.7.4



  parent reply	other threads:[~2019-09-30  4:48 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-30  4:46 [warrior-next 00/54] warrior-next pull request Armin Kuster
2019-09-30  4:46 ` [warrior-next 01/54] binutils: fix CVE-2019-12972 CVE-2019-9071 Armin Kuster
2019-09-30  4:46 ` [warrior-next 02/54] binutils: CVE-2019-9070 is same as CVE-2019-9071 Armin Kuster
2019-09-30  4:46 ` [warrior-next 03/54] python: fix CVE-2019-9740 Armin Kuster
2019-09-30  4:46 ` [warrior-next 04/54] libxslt: fix CVE-2019-13117 CVE-2019-13118 Armin Kuster
2019-09-30  4:47 ` [warrior-next 05/54] glibc: CVE-2018-20796 is same as CVE-2019-9169 Armin Kuster
2019-09-30  4:47 ` [warrior-next 06/54] libid3tag: handle unknown encodings (CVE-2017-11550) Armin Kuster
2019-09-30  4:47 ` [warrior-next 07/54] libid3tag: CVE-2017-11551 is the same as CVE-2004-2779 Armin Kuster
2019-09-30  4:47 ` [warrior-next 08/54] tiff: fix CVE-2019-6128 Armin Kuster
2019-09-30  4:47 ` [warrior-next 09/54] tiff: fix CVE-2019-7663 Armin Kuster
2019-09-30  4:47 ` [warrior-next 10/54] libsdl: CVE fixes Armin Kuster
2019-09-30  4:47 ` [warrior-next 11/54] gstreamer1.0-vaapi: backport jpeg encode/decode fixes Armin Kuster
2019-09-30  4:47 ` [warrior-next 12/54] package: Improve determinism Armin Kuster
2019-09-30  4:47 ` [warrior-next 13/54] patch: fix CVE-2019-13636 Armin Kuster
2019-09-30  4:47 ` [warrior-next 14/54] python3: fix CVE-2019-9740 Armin Kuster
2019-09-30  4:47 ` [warrior-next 15/54] ghostscript: fix CVE-2019-3839 Armin Kuster
2019-09-30  4:47 ` [warrior-next 16/54] rng-tools: fix very long shutdown delay with systemd Armin Kuster
2019-09-30  4:47 ` [warrior-next 17/54] psmisc: Fix dependency for USE_NLS=no Armin Kuster
2019-09-30  4:47 ` [warrior-next 18/54] package.bbclass: fix directories setuid and setgid bits Armin Kuster
2019-09-30  4:47 ` [warrior-next 19/54] qemu: add a patch fixing the native build on newer kernels Armin Kuster
2019-09-30  4:47 ` Armin Kuster [this message]
2019-09-30  4:47 ` [warrior-next 21/54] qemu: fix CVE-2018-20815 Armin Kuster
2019-09-30  4:47 ` [warrior-next 22/54] linux-yocto/4.19: update to 4.19.57 and -rt22 Armin Kuster
2019-09-30  4:47 ` [warrior-next 23/54] linux-yocto/4.19: update to v4.19.61 Armin Kuster
2019-09-30  4:47 ` [warrior-next 24/54] boost: Fix build and enable context and coroutines on aarch64 Armin Kuster
2019-09-30  4:47 ` [warrior-next 25/54] rsync: fix CVEs for included zlib Armin Kuster
2019-09-30  4:47 ` [warrior-next 26/54] patch: fix CVE-2019-13638 Armin Kuster
2019-09-30  4:47 ` [warrior-next 27/54] patch: backport fixes Armin Kuster
2019-09-30  4:47 ` [warrior-next 28/54] dpkg: Use less as pager Armin Kuster
2019-09-30  4:47 ` [warrior-next 29/54] icecc.bbclass: catch subprocess.CalledProcessError Armin Kuster
2019-09-30  4:47 ` [warrior-next 30/54] meson: backport fix for builds with -Werror=return-type Armin Kuster
2019-09-30  4:47 ` [warrior-next 31/54] powertop: import a fix from buildroot Armin Kuster
2019-09-30  4:47 ` [warrior-next 32/54] binutils: fix CVE-2019-14250 CVE-2019-14444 Armin Kuster
2019-09-30  4:47 ` [warrior-next 33/54] pango: fix CVE-2019-1010238 Armin Kuster
2019-09-30  4:47 ` [warrior-next 34/54] glib-2.0: fix CVE-2019-13012 Armin Kuster
2019-09-30  4:47 ` [warrior-next 35/54] gcc: reduce the variables in symtab Armin Kuster
2019-09-30  4:47 ` [warrior-next 36/54] gcc: CVE-2018-12886 Armin Kuster
2019-09-30  4:47 ` [warrior-next 37/54] binutils: Fix mips patch which changes default emulation Armin Kuster
2019-09-30  4:47 ` [warrior-next 38/54] glibc: Fix multilibs + usrmerge builds Armin Kuster
2019-09-30  4:47 ` [warrior-next 39/54] glibc-locale: Fix build error with PACKAGE_NO_GCONV = "1" Armin Kuster
2019-09-30  4:47 ` [warrior-next 40/54] glibc/glibc-locale: Fix do_stash_locale to work with usrmerge and multilibs Armin Kuster
2019-09-30  4:47 ` [warrior-next 41/54] glibc / glibc-locale: Fix stash_locale determinism problems Armin Kuster
2019-09-30  4:47 ` [warrior-next 42/54] gcc-8.3: Security fix for CVE-2019-14250 Armin Kuster
2019-09-30  4:47 ` [warrior-next 43/54] kernel-fitimage: uboot-sign: fix missing signature Armin Kuster
2019-09-30  4:47 ` [warrior-next 44/54] kernel-devsrc: tweak for v5.3+ Armin Kuster
2019-09-30  4:47 ` [warrior-next 45/54] libxcrypt: Fix the build with -Os Armin Kuster
2019-09-30  4:47 ` [warrior-next 46/54] libgpg-error: Fix build with gawk 5.x Armin Kuster
2019-09-30  4:47 ` [warrior-next 47/54] Curl: Security fix for CVE-2019-5482 Armin Kuster
2019-09-30  4:47 ` [warrior-next 48/54] gcc: Security fix for CVE-2019-15847 Armin Kuster
2019-09-30  4:47 ` [warrior-next 49/54] multilib.bbclass: Reduce ALTERNATIVE_PRIORITY for extended recipes Armin Kuster
2019-09-30  4:47 ` [warrior-next 50/54] useradd: Fix build architecture corruption of sstate artefacts Armin Kuster
2019-09-30  4:47 ` [warrior-next 51/54] useradd: Ensure do_populate_sysroot has dependency on useradd variables Armin Kuster
2019-09-30  4:47 ` [warrior-next 52/54] uboot: fixes to uboot-extlinux-config attribute values Armin Kuster
2019-09-30  4:47 ` [warrior-next 53/54] kernel-uboot: compress arm64 kernels Armin Kuster
2019-09-30  4:47 ` [warrior-next 54/54] cve-check: backport rewrite from master Armin Kuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6387d3ad8cad2d608b88fac17edb8008032c8462.1569818533.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.