* [Buildroot] [PATCH 1/2] package/{mesa3d, mesa3d-headers}: bump version to 11.0.3
@ 2015-10-11 10:21 Bernd Kuhls
2015-10-11 10:21 ` [Buildroot] [PATCH 2/2] package/dovecot-pigeonhole: bump version to 0.4.9 Bernd Kuhls
2015-10-11 12:48 ` [Buildroot] [PATCH 1/2] package/{mesa3d, mesa3d-headers}: bump version to 11.0.3 Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2015-10-11 10:21 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
| 2 +-
package/mesa3d/mesa3d.hash | 4 ++--
package/mesa3d/mesa3d.mk | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
--git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk
index e0f8585..76c681c 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 = 11.0.2
+MESA3D_HEADERS_VERSION = 11.0.3
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 2f2442a..334910b 100644
--- a/package/mesa3d/mesa3d.hash
+++ b/package/mesa3d/mesa3d.hash
@@ -1,2 +1,2 @@
-# From http://lists.freedesktop.org/archives/mesa-announce/2015-September/000177.html
-sha256 fce11fb27eb87adf1e620a76455d635c6136dfa49ae58c53b34ef8d0c7b7eae4 mesa-11.0.2.tar.xz
+# From http://lists.freedesktop.org/archives/mesa-announce/2015-September/000179.html
+sha256 ab2992eece21adc23c398720ef8c6933cb69ea42e1b2611dc09d031e17e033d6 mesa-11.0.3.tar.xz
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index d58d941..faacf12 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 = 11.0.2
+MESA3D_VERSION = 11.0.3
MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz
MESA3D_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_VERSION)
MESA3D_LICENSE = MIT, SGI, Khronos
--
2.6.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/dovecot-pigeonhole: bump version to 0.4.9
2015-10-11 10:21 [Buildroot] [PATCH 1/2] package/{mesa3d, mesa3d-headers}: bump version to 11.0.3 Bernd Kuhls
@ 2015-10-11 10:21 ` Bernd Kuhls
2015-10-11 12:48 ` [Buildroot] [PATCH 1/2] package/{mesa3d, mesa3d-headers}: bump version to 11.0.3 Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2015-10-11 10:21 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/dovecot-pigeonhole/dovecot-pigeonhole.hash | 2 +-
package/dovecot-pigeonhole/dovecot-pigeonhole.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/dovecot-pigeonhole/dovecot-pigeonhole.hash b/package/dovecot-pigeonhole/dovecot-pigeonhole.hash
index ac94e41..1371492 100644
--- a/package/dovecot-pigeonhole/dovecot-pigeonhole.hash
+++ b/package/dovecot-pigeonhole/dovecot-pigeonhole.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 d73c1c5a11cdfdcb58304a1c1272cce6c8e1868e3f61d393b3b8a725f3bf665b dovecot-2.2-pigeonhole-0.4.8.tar.gz
+sha256 82892f876d26008a076973dfddf1cffaf5a0451825fd44e06287e94b89078649 dovecot-2.2-pigeonhole-0.4.9.tar.gz
diff --git a/package/dovecot-pigeonhole/dovecot-pigeonhole.mk b/package/dovecot-pigeonhole/dovecot-pigeonhole.mk
index 5e6504e..06ff2f1 100644
--- a/package/dovecot-pigeonhole/dovecot-pigeonhole.mk
+++ b/package/dovecot-pigeonhole/dovecot-pigeonhole.mk
@@ -4,7 +4,7 @@
#
################################################################################
-DOVECOT_PIGEONHOLE_VERSION = 0.4.8
+DOVECOT_PIGEONHOLE_VERSION = 0.4.9
DOVECOT_PIGEONHOLE_SOURCE = dovecot-2.2-pigeonhole-$(DOVECOT_PIGEONHOLE_VERSION).tar.gz
DOVECOT_PIGEONHOLE_SITE = http://pigeonhole.dovecot.org/releases/2.2
DOVECOT_PIGEONHOLE_LICENSE = LGPLv2.1
--
2.6.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] package/{mesa3d, mesa3d-headers}: bump version to 11.0.3
2015-10-11 10:21 [Buildroot] [PATCH 1/2] package/{mesa3d, mesa3d-headers}: bump version to 11.0.3 Bernd Kuhls
2015-10-11 10:21 ` [Buildroot] [PATCH 2/2] package/dovecot-pigeonhole: bump version to 0.4.9 Bernd Kuhls
@ 2015-10-11 12:48 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-10-11 12:48 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Sun, 11 Oct 2015 12:21:09 +0200, Bernd Kuhls wrote:
> 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(-)
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-10-11 12:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-11 10:21 [Buildroot] [PATCH 1/2] package/{mesa3d, mesa3d-headers}: bump version to 11.0.3 Bernd Kuhls
2015-10-11 10:21 ` [Buildroot] [PATCH 2/2] package/dovecot-pigeonhole: bump version to 0.4.9 Bernd Kuhls
2015-10-11 12:48 ` [Buildroot] [PATCH 1/2] package/{mesa3d, mesa3d-headers}: bump version to 11.0.3 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox