* [Buildroot] [PATCH 1/1] package/mysql: fix SITE url, add sha256 hash
@ 2016-10-30 8:21 Bernd Kuhls
2016-11-01 13:50 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2016-10-30 8:21 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/mysql/mysql.hash | 2 ++
package/mysql/mysql.mk | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/mysql/mysql.hash b/package/mysql/mysql.hash
index 84f3361..bc309ec 100644
--- a/package/mysql/mysql.hash
+++ b/package/mysql/mysql.hash
@@ -1,2 +1,4 @@
# From https://downloads.mariadb.com/archives/mysql-5.1/mysql-5.1.73.tar.gz.md5
md5 887f869bcc757957067b9198f707f32f mysql-5.1.73.tar.gz
+# Locally computed
+sha256 05ebe21305408b24407d14b77607a3e5ffa3c300e03f1359d3066f301989dcb5 mysql-5.1.73.tar.gz
diff --git a/package/mysql/mysql.mk b/package/mysql/mysql.mk
index 92bf45a..ea330f2 100644
--- a/package/mysql/mysql.mk
+++ b/package/mysql/mysql.mk
@@ -7,7 +7,7 @@
MYSQL_VERSION_MAJOR = 5.1
MYSQL_VERSION = $(MYSQL_VERSION_MAJOR).73
MYSQL_SOURCE = mysql-$(MYSQL_VERSION).tar.gz
-MYSQL_SITE = http://downloads.skysql.com/archives/mysql-$(MYSQL_VERSION_MAJOR)
+MYSQL_SITE = http://dev.mysql.com/get/Downloads/MySQL-$(MYSQL_VERSION_MAJOR)
MYSQL_INSTALL_STAGING = YES
MYSQL_DEPENDENCIES = readline ncurses
MYSQL_AUTORECONF = YES
--
2.10.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/mysql: fix SITE url, add sha256 hash
2016-10-30 8:21 [Buildroot] [PATCH 1/1] package/mysql: fix SITE url, add sha256 hash Bernd Kuhls
@ 2016-11-01 13:50 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-11-01 13:50 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 30 Oct 2016 09:21:01 +0100, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/mysql/mysql.hash | 2 ++
> package/mysql/mysql.mk | 2 +-
> 2 files changed, 3 insertions(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-01 13:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-30 8:21 [Buildroot] [PATCH 1/1] package/mysql: fix SITE url, add sha256 hash Bernd Kuhls
2016-11-01 13:50 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox