* [Buildroot] [PATCH 1/3] mesa3d: bump version to 10.6.7
@ 2015-09-11 12:45 Vicente Olivert Riera
2015-09-11 12:45 ` [Buildroot] [PATCH 2/3] libgcrypt: bump version to 1.6.4 Vicente Olivert Riera
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Vicente Olivert Riera @ 2015-09-11 12:45 UTC (permalink / raw)
To: buildroot
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
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 d957357..4461638 100644
--- a/package/mesa3d/mesa3d.hash
+++ b/package/mesa3d/mesa3d.hash
@@ -1,2 +1,2 @@
-# From http://cgit.freedesktop.org/mesa/mesa/commit/?id=f39bc1c828e14b8e8d71ea02e4c21ea7397a1ab4
-sha256 570f2154b7340ff5db61ff103bc6e85165b8958798b78a50fa2df488e98e5778 mesa-10.6.6.tar.xz
+# From http://cgit.freedesktop.org/mesa/mesa/commit/?id=ded289e3480a8e9421754d920d7ee5f174d9c5a5
+sha256 feb1f640b915dada88a7c793dfaff0ae23580f8903f87a6b76469253de0d28d8 mesa-10.6.7.tar.xz
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index 2242360..0244523 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.6.6
+MESA3D_VERSION = 10.6.7
MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz
MESA3D_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_VERSION)
MESA3D_LICENSE = MIT, SGI, Khronos
--
1.7.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [Buildroot] [PATCH 2/3] libgcrypt: bump version to 1.6.4
2015-09-11 12:45 [Buildroot] [PATCH 1/3] mesa3d: bump version to 10.6.7 Vicente Olivert Riera
@ 2015-09-11 12:45 ` Vicente Olivert Riera
2015-09-11 17:49 ` Thomas Petazzoni
2015-09-11 12:45 ` [Buildroot] [PATCH 3/3] gnupg2: bump version to 2.0.29 Vicente Olivert Riera
2015-09-11 13:33 ` [Buildroot] [PATCH 1/3] mesa3d: bump version to 10.6.7 Thomas Petazzoni
2 siblings, 1 reply; 6+ messages in thread
From: Vicente Olivert Riera @ 2015-09-11 12:45 UTC (permalink / raw)
To: buildroot
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/libgcrypt/libgcrypt.hash | 4 ++--
package/libgcrypt/libgcrypt.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libgcrypt/libgcrypt.hash b/package/libgcrypt/libgcrypt.hash
index 9cad1c4..e845a51 100644
--- a/package/libgcrypt/libgcrypt.hash
+++ b/package/libgcrypt/libgcrypt.hash
@@ -1,2 +1,2 @@
-# From http://lists.gnupg.org/pipermail/gnupg-announce/2015q1/000364.html
-sha1 9456e7b64db9df8360a1407a38c8c958da80bbf1 libgcrypt-1.6.3.tar.bz2
+# From https://lists.gnu.org/archive/html/info-gnu/2015-09/msg00000.html
+sha1 ed52add1ce635deeb2f5c6650e52667debd4ec70 libgcrypt-1.6.4.tar.bz2
diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk
index 9153fb8..53d1d6c 100644
--- a/package/libgcrypt/libgcrypt.mk
+++ b/package/libgcrypt/libgcrypt.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBGCRYPT_VERSION = 1.6.3
+LIBGCRYPT_VERSION = 1.6.4
LIBGCRYPT_SOURCE = libgcrypt-$(LIBGCRYPT_VERSION).tar.bz2
LIBGCRYPT_LICENSE = LGPLv2.1+
LIBGCRYPT_LICENSE_FILES = COPYING.LIB
--
1.7.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/3] libgcrypt: bump version to 1.6.4
2015-09-11 12:45 ` [Buildroot] [PATCH 2/3] libgcrypt: bump version to 1.6.4 Vicente Olivert Riera
@ 2015-09-11 17:49 ` Thomas Petazzoni
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2015-09-11 17:49 UTC (permalink / raw)
To: buildroot
Dear Vicente Olivert Riera,
On Fri, 11 Sep 2015 13:45:31 +0100, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/libgcrypt/libgcrypt.hash | 4 ++--
> package/libgcrypt/libgcrypt.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 3/3] gnupg2: bump version to 2.0.29
2015-09-11 12:45 [Buildroot] [PATCH 1/3] mesa3d: bump version to 10.6.7 Vicente Olivert Riera
2015-09-11 12:45 ` [Buildroot] [PATCH 2/3] libgcrypt: bump version to 1.6.4 Vicente Olivert Riera
@ 2015-09-11 12:45 ` Vicente Olivert Riera
2015-09-11 17:49 ` Thomas Petazzoni
2015-09-11 13:33 ` [Buildroot] [PATCH 1/3] mesa3d: bump version to 10.6.7 Thomas Petazzoni
2 siblings, 1 reply; 6+ messages in thread
From: Vicente Olivert Riera @ 2015-09-11 12:45 UTC (permalink / raw)
To: buildroot
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/gnupg2/gnupg2.hash | 4 ++--
package/gnupg2/gnupg2.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/gnupg2/gnupg2.hash b/package/gnupg2/gnupg2.hash
index 2a2305c..1219338 100644
--- a/package/gnupg2/gnupg2.hash
+++ b/package/gnupg2/gnupg2.hash
@@ -1,2 +1,2 @@
-# From http://lists.gnupg.org/pipermail/gnupg-announce/2015q2/000367.html
-sha1 9a1050f72b6c9afe2b4a0a3f2e9dca2abba8e4ef gnupg-2.0.28.tar.bz2
+# From https://lists.gnu.org/archive/html/info-gnu/2015-09/msg00001.html
+sha1 87eb0df18f9953675f979405a1af10ab6c5322b3 gnupg-2.0.29.tar.bz2
diff --git a/package/gnupg2/gnupg2.mk b/package/gnupg2/gnupg2.mk
index ab3a59a..6d279fd 100644
--- a/package/gnupg2/gnupg2.mk
+++ b/package/gnupg2/gnupg2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GNUPG2_VERSION = 2.0.28
+GNUPG2_VERSION = 2.0.29
GNUPG2_SOURCE = gnupg-$(GNUPG2_VERSION).tar.bz2
GNUPG2_SITE = ftp://ftp.gnupg.org/gcrypt/gnupg
GNUPG2_LICENSE = GPLv3+
--
1.7.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 3/3] gnupg2: bump version to 2.0.29
2015-09-11 12:45 ` [Buildroot] [PATCH 3/3] gnupg2: bump version to 2.0.29 Vicente Olivert Riera
@ 2015-09-11 17:49 ` Thomas Petazzoni
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2015-09-11 17:49 UTC (permalink / raw)
To: buildroot
Dear Vicente Olivert Riera,
On Fri, 11 Sep 2015 13:45:32 +0100, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/gnupg2/gnupg2.hash | 4 ++--
> package/gnupg2/gnupg2.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/3] mesa3d: bump version to 10.6.7
2015-09-11 12:45 [Buildroot] [PATCH 1/3] mesa3d: bump version to 10.6.7 Vicente Olivert Riera
2015-09-11 12:45 ` [Buildroot] [PATCH 2/3] libgcrypt: bump version to 1.6.4 Vicente Olivert Riera
2015-09-11 12:45 ` [Buildroot] [PATCH 3/3] gnupg2: bump version to 2.0.29 Vicente Olivert Riera
@ 2015-09-11 13:33 ` Thomas Petazzoni
2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2015-09-11 13:33 UTC (permalink / raw)
To: buildroot
Vicente,
On Fri, 11 Sep 2015 13:45:30 +0100, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/mesa3d/mesa3d.hash | 4 ++--
> package/mesa3d/mesa3d.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Please don't bump mesa3d only, also bump mesa3d-headers together with
it.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-09-11 17:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-11 12:45 [Buildroot] [PATCH 1/3] mesa3d: bump version to 10.6.7 Vicente Olivert Riera
2015-09-11 12:45 ` [Buildroot] [PATCH 2/3] libgcrypt: bump version to 1.6.4 Vicente Olivert Riera
2015-09-11 17:49 ` Thomas Petazzoni
2015-09-11 12:45 ` [Buildroot] [PATCH 3/3] gnupg2: bump version to 2.0.29 Vicente Olivert Riera
2015-09-11 17:49 ` Thomas Petazzoni
2015-09-11 13:33 ` [Buildroot] [PATCH 1/3] mesa3d: bump version to 10.6.7 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox