Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/mesa3d: Bump version to 10.3.1
@ 2014-10-13 17:44 Bernd Kuhls
  2014-10-13 17:44 ` [Buildroot] [PATCH 2/2] package/mesa3d: Add hash file Bernd Kuhls
  0 siblings, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2014-10-13 17:44 UTC (permalink / raw)
  To: buildroot


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

diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index 844884b..b647f36 100644
--- a/package/mesa3d/mesa3d.mk
+++ b/package/mesa3d/mesa3d.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-MESA3D_VERSION = 10.3.0
+MESA3D_VERSION = 10.3.1
 MESA3D_SOURCE = MesaLib-$(MESA3D_VERSION).tar.bz2
-MESA3D_SITE = ftp://ftp.freedesktop.org/pub/mesa/10.3
+MESA3D_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_VERSION)
 MESA3D_LICENSE = MIT, SGI, Khronos
 MESA3D_LICENSE_FILES = docs/license.html
 MESA3D_AUTORECONF = YES
-- 
1.7.10.4

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

* [Buildroot] [PATCH 2/2] package/mesa3d: Add hash file
  2014-10-13 17:44 [Buildroot] [PATCH 1/2] package/mesa3d: Bump version to 10.3.1 Bernd Kuhls
@ 2014-10-13 17:44 ` Bernd Kuhls
  2014-10-13 17:53   ` Baruch Siach
  0 siblings, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2014-10-13 17:44 UTC (permalink / raw)
  To: buildroot


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

diff --git a/package/mesa3d/mesa3d.hash b/package/mesa3d/mesa3d.hash
new file mode 100644
index 0000000..b7b905e
--- /dev/null
+++ b/package/mesa3d/mesa3d.hash
@@ -0,0 +1,2 @@
+# From http://cgit.freedesktop.org/mesa/mesa/commit/?h=10.3&id=fa98c74692634de4f87694a40a299b59c4716ee5
+sha256	b081d077d717e5d56f2d59677490856052c41573e50378ff86d6c72456714add	MesaLib-10.3.1.tar.bz2
-- 
1.7.10.4

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

* [Buildroot] [PATCH 2/2] package/mesa3d: Add hash file
  2014-10-13 17:44 ` [Buildroot] [PATCH 2/2] package/mesa3d: Add hash file Bernd Kuhls
@ 2014-10-13 17:53   ` Baruch Siach
  2014-10-13 17:56     ` Bernd Kuhls
  0 siblings, 1 reply; 4+ messages in thread
From: Baruch Siach @ 2014-10-13 17:53 UTC (permalink / raw)
  To: buildroot

Hi Bernd,

On Mon, Oct 13, 2014 at 07:44:19PM +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/mesa3d/mesa3d.hash |    2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 package/mesa3d/mesa3d.hash
> 
> diff --git a/package/mesa3d/mesa3d.hash b/package/mesa3d/mesa3d.hash
> new file mode 100644
> index 0000000..b7b905e
> --- /dev/null
> +++ b/package/mesa3d/mesa3d.hash
> @@ -0,0 +1,2 @@
> +# From http://cgit.freedesktop.org/mesa/mesa/commit/?h=10.3&id=fa98c74692634de4f87694a40a299b59c4716ee5

A better URL would be http://www.mesa3d.org/relnotes/10.3.1.html, I believe.

> +sha256	b081d077d717e5d56f2d59677490856052c41573e50378ff86d6c72456714add	MesaLib-10.3.1.tar.bz2

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] [PATCH 2/2] package/mesa3d: Add hash file
  2014-10-13 17:53   ` Baruch Siach
@ 2014-10-13 17:56     ` Bernd Kuhls
  0 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2014-10-13 17:56 UTC (permalink / raw)
  To: buildroot

Baruch Siach <baruch@tkos.co.il> wrote in
news:20141013175357.GG3500 at tarshish: 

> A better URL would be http://www.mesa3d.org/relnotes/10.3.1.html, I
> believe. 

Hi,

15 minutes ago, when I last checked, that link led to an error page of the
webserver... I will update the patch, thanks! 

Regards, Bernd

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

end of thread, other threads:[~2014-10-13 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-13 17:44 [Buildroot] [PATCH 1/2] package/mesa3d: Bump version to 10.3.1 Bernd Kuhls
2014-10-13 17:44 ` [Buildroot] [PATCH 2/2] package/mesa3d: Add hash file Bernd Kuhls
2014-10-13 17:53   ` Baruch Siach
2014-10-13 17:56     ` Bernd Kuhls

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