All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/mesa3d: bump version to 10.4.3
@ 2015-01-24 15:49 Bernd Kuhls
  2015-01-24 15:49 ` [Buildroot] [PATCH 2/2] package/libdrm: bump version to 2.4.59, add hash Bernd Kuhls
  2015-01-25 14:00 ` [Buildroot] [PATCH 1/2] package/mesa3d: bump version to 10.4.3 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2015-01-24 15:49 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/mesa3d/mesa3d.hash |    4 ++--
 package/mesa3d/mesa3d.mk   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/mesa3d/mesa3d.hash b/package/mesa3d/mesa3d.hash
index df309b5..b209296 100644
--- a/package/mesa3d/mesa3d.hash
+++ b/package/mesa3d/mesa3d.hash
@@ -1,2 +1,2 @@
-# From http://mesa3d.org/relnotes/10.4.2.html
-sha256	08a119937d9f2aa2f66dd5de97baffc2a6e675f549e40e699a31f5485d15327f	MesaLib-10.4.2.tar.bz2
+# From http://cgit.freedesktop.org/mesa/mesa/tree/docs/relnotes/10.4.3.html
+sha256	ef6ecc9c2f36c9f78d1662382a69ae961f38f03af3a0c3268e53f351aa1978ad	MesaLib-10.4.3.tar.bz2
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index f6f6b0f..3d780f9 100644
--- a/package/mesa3d/mesa3d.mk
+++ b/package/mesa3d/mesa3d.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MESA3D_VERSION = 10.4.2
+MESA3D_VERSION = 10.4.3
 MESA3D_SOURCE = MesaLib-$(MESA3D_VERSION).tar.bz2
 MESA3D_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_VERSION)
 MESA3D_LICENSE = MIT, SGI, Khronos
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] package/libdrm: bump version to 2.4.59, add hash
  2015-01-24 15:49 [Buildroot] [PATCH 1/2] package/mesa3d: bump version to 10.4.3 Bernd Kuhls
@ 2015-01-24 15:49 ` Bernd Kuhls
  2015-01-25 14:00 ` [Buildroot] [PATCH 1/2] package/mesa3d: bump version to 10.4.3 Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2015-01-24 15:49 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libdrm/libdrm.hash |    2 ++
 package/libdrm/libdrm.mk   |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 package/libdrm/libdrm.hash

diff --git a/package/libdrm/libdrm.hash b/package/libdrm/libdrm.hash
new file mode 100644
index 0000000..c893e76
--- /dev/null
+++ b/package/libdrm/libdrm.hash
@@ -0,0 +1,2 @@
+# From http://lists.freedesktop.org/archives/dri-devel/2015-January/075921.html
+sha256	68d26e1fd85582f4243d66864f9b43ca4ee93662825de32b5506fc8e181ea41b	libdrm-2.4.59.tar.bz2
diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
index 28a801f..737a33b 100644
--- a/package/libdrm/libdrm.mk
+++ b/package/libdrm/libdrm.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBDRM_VERSION = 2.4.58
+LIBDRM_VERSION = 2.4.59
 LIBDRM_SOURCE = libdrm-$(LIBDRM_VERSION).tar.bz2
 LIBDRM_SITE = http://dri.freedesktop.org/libdrm
 LIBDRM_LICENSE = MIT
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/2] package/mesa3d: bump version to 10.4.3
  2015-01-24 15:49 [Buildroot] [PATCH 1/2] package/mesa3d: bump version to 10.4.3 Bernd Kuhls
  2015-01-24 15:49 ` [Buildroot] [PATCH 2/2] package/libdrm: bump version to 2.4.59, add hash Bernd Kuhls
@ 2015-01-25 14:00 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-01-25 14:00 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sat, 24 Jan 2015 16:49:04 +0100, Bernd Kuhls wrote:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/mesa3d/mesa3d.hash |    4 ++--
>  package/mesa3d/mesa3d.mk   |    2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Both patches applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-25 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-24 15:49 [Buildroot] [PATCH 1/2] package/mesa3d: bump version to 10.4.3 Bernd Kuhls
2015-01-24 15:49 ` [Buildroot] [PATCH 2/2] package/libdrm: bump version to 2.4.59, add hash Bernd Kuhls
2015-01-25 14:00 ` [Buildroot] [PATCH 1/2] package/mesa3d: bump version to 10.4.3 Thomas Petazzoni

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.