From: Gabor Juhos Date: Sun, 17 Feb 2013 12:13:45 +0000 (+0000) Subject: mysql: version bump to 5.1.68 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=361d6fc15969d88562cd4f4b1791710dfd45e3ad mysql: version bump to 5.1.68 This patch bumps MySQL to latest version and also repairs missing/not working mirrors (planetmirror is offline and holywar.net does not provide mysql anymore). If a source package does not exist at mirror repo (they seem to keep the latest two versions at mysql repo), it uses the archives repo at last. Signed-off-by: Jiri Slachta Signed-off-by: Gabor Juhos SVN-Revision: 35637 --- diff --git a/libs/mysql/Makefile b/libs/mysql/Makefile index 56b5d1b039..1f756b99eb 100644 --- a/libs/mysql/Makefile +++ b/libs/mysql/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,16 +9,18 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/uclibc++.mk PKG_NAME:=mysql -PKG_VERSION:=5.1.66 -PKG_RELEASE:=7 +PKG_VERSION:=5.1.68 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=\ - http://mysql.planetmirror.com/Downloads/MySQL-5.1/ \ http://mysql.he.net/Downloads/MySQL-5.1/ \ http://www.linorg.usp.br/mysql/Downloads/MySQL-5.1/ \ - http://mysql.holywar.net/Downloads/MySQL-5.1/ -PKG_MD5SUM:=a43ffa58e3611e5a557feb745596aca3 + http://www.mirrorservice.org/sites/ftp.mysql.com/Downloads/MySQL-5.1/ \ + http://mirror.switch.ch/ftp/mirror/mysql/Downloads/MySQL-5.1/ \ + http://downloads.mysql.com/archives/mysql-5.1/ + +PKG_MD5SUM:=3a4a627d0865ce7660504728a15b0fb9 PKG_BUILD_DEPENDS:=libncurses libreadline PKG_BUILD_PARALLEL:=1