Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libinput: bump version to 0.14.1
@ 2015-04-25  7:32 Bernd Kuhls
  2015-04-25  7:32 ` [Buildroot] [PATCH 2/2] package/{mesa3d, mesa3d-headers}: bump version to 10.5.4 Bernd Kuhls
  2015-04-25  8:31 ` [Buildroot] [PATCH 1/2] package/libinput: bump version to 0.14.1 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2015-04-25  7:32 UTC (permalink / raw)
  To: buildroot


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

diff --git a/package/libinput/libinput.hash b/package/libinput/libinput.hash
index a910648..6452847 100644
--- a/package/libinput/libinput.hash
+++ b/package/libinput/libinput.hash
@@ -1,2 +1,2 @@
-# From http://lists.freedesktop.org/archives/wayland-devel/2015-March/020833.html
-sha256	6cecaf7fde525f1d81474cbd495ce526d5e34c845d3e9d6f3e2565b7048cc61a	libinput-0.13.0.tar.xz
+# From http://lists.freedesktop.org/archives/wayland-devel/2015-April/021485.html
+sha256	2bed202ebe2d5026950d6f9d2ac0f0160d12f61c5a0f6d0d6ef671bbb02c1b64	libinput-0.14.1.tar.xz
diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk
index a9723c6..bacee6a 100644
--- a/package/libinput/libinput.mk
+++ b/package/libinput/libinput.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBINPUT_VERSION = 0.13.0
+LIBINPUT_VERSION = 0.14.1
 LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz
 LIBINPUT_SITE = http://www.freedesktop.org/software/libinput
 LIBINPUT_LICENSE = MIT
-- 
1.7.10.4

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

* [Buildroot] [PATCH 2/2] package/{mesa3d, mesa3d-headers}: bump version to 10.5.4
  2015-04-25  7:32 [Buildroot] [PATCH 1/2] package/libinput: bump version to 0.14.1 Bernd Kuhls
@ 2015-04-25  7:32 ` Bernd Kuhls
  2015-04-25  8:31 ` [Buildroot] [PATCH 1/2] package/libinput: bump version to 0.14.1 Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2015-04-25  7:32 UTC (permalink / raw)
  To: buildroot


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

diff --git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk
index 6e98904..67cdf70 100644
--- a/package/mesa3d-headers/mesa3d-headers.mk
+++ b/package/mesa3d-headers/mesa3d-headers.mk
@@ -12,7 +12,7 @@ endif
 
 # Not possible to directly refer to mesa3d variables, because of
 # first/second expansion trickery...
-MESA3D_HEADERS_VERSION = 10.5.3
+MESA3D_HEADERS_VERSION = 10.5.4
 MESA3D_HEADERS_SOURCE = mesa-$(MESA3D_HEADERS_VERSION).tar.xz
 MESA3D_HEADERS_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_HEADERS_VERSION)
 MESA3D_HEADERS_LICENSE = MIT, SGI, Khronos
diff --git a/package/mesa3d/mesa3d.hash b/package/mesa3d/mesa3d.hash
index f06de89..9b63e4d 100644
--- a/package/mesa3d/mesa3d.hash
+++ b/package/mesa3d/mesa3d.hash
@@ -1,2 +1,2 @@
-# From http://lists.freedesktop.org/archives/mesa-announce/2015-April/000150.html
-sha256	8701ee1be4f5c03238f5e63c1a9bd4cc03a2f6c0155ed42a1ae7d58f18912ba2	mesa-10.5.3.tar.xz
+# From http://lists.freedesktop.org/archives/mesa-announce/2015-April/000151.html
+sha256	b51e723f3a20d842c88a92d809435b229fc4744ca0dbec0317d9d4a3ac4c6803	mesa-10.5.4.tar.xz
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index d999424..dffbe46 100644
--- a/package/mesa3d/mesa3d.mk
+++ b/package/mesa3d/mesa3d.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 # When updating the version, please also update mesa3d-headers
-MESA3D_VERSION = 10.5.3
+MESA3D_VERSION = 10.5.4
 MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz
 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 1/2] package/libinput: bump version to 0.14.1
  2015-04-25  7:32 [Buildroot] [PATCH 1/2] package/libinput: bump version to 0.14.1 Bernd Kuhls
  2015-04-25  7:32 ` [Buildroot] [PATCH 2/2] package/{mesa3d, mesa3d-headers}: bump version to 10.5.4 Bernd Kuhls
@ 2015-04-25  8:31 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-04-25  8:31 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sat, 25 Apr 2015 09:32:15 +0200, Bernd Kuhls wrote:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/libinput/libinput.hash |    4 ++--
>  package/libinput/libinput.mk   |    2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Both 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-04-25  8:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-25  7:32 [Buildroot] [PATCH 1/2] package/libinput: bump version to 0.14.1 Bernd Kuhls
2015-04-25  7:32 ` [Buildroot] [PATCH 2/2] package/{mesa3d, mesa3d-headers}: bump version to 10.5.4 Bernd Kuhls
2015-04-25  8:31 ` [Buildroot] [PATCH 1/2] package/libinput: bump version to 0.14.1 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox