From patchwork Sun Oct 28 12:50:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 194699 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 312B52C0089 for ; Sun, 28 Oct 2012 23:51:32 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7879CA00BE; Sun, 28 Oct 2012 12:51:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QbXd9zyJ5R5p; Sun, 28 Oct 2012 12:51:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 4CA0CA0146; Sun, 28 Oct 2012 12:51:28 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 542BB8F74A for ; Sun, 28 Oct 2012 12:51:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C394C8C031 for ; Sun, 28 Oct 2012 12:51:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NTmZDzuIE76P for ; Sun, 28 Oct 2012 12:51:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by whitealder.osuosl.org (Postfix) with ESMTP id 1CD8E8C018 for ; Sun, 28 Oct 2012 12:51:24 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApgFANEpjVBR8cEw/2dsb2JhbABEhVEBvQyBCYJ7I09LN4gKB7sOi36DMIMkA5V0gRqILYZ7gnCBWg Received: from 48.193-241-81.adsl-dyn.isp.belgacom.be (HELO debian605.apex) ([81.241.193.48]) by relay.skynet.be with ESMTP; 28 Oct 2012 13:51:23 +0100 From: Sagaert Johan To: buildroot@busybox.net Date: Sun, 28 Oct 2012 13:50:53 +0100 Message-Id: <1351428653-14964-1-git-send-email-sagaert.johan@skynet.be> X-Mailer: git-send-email 1.8.0 Cc: Sagaert Johan Subject: [Buildroot] [PATCH 1/1] mysql_client: bump version to 5.1.65 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net mysql_client: bump version to 5.1.65 Signed-off-by: Sagaert Johan --- package/mysql_client/mysql_client.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mysql_client/mysql_client.mk b/package/mysql_client/mysql_client.mk index c48d78f..46862a1 100644 --- a/package/mysql_client/mysql_client.mk +++ b/package/mysql_client/mysql_client.mk @@ -4,7 +4,7 @@ # ############################################################# -MYSQL_CLIENT_VERSION = 5.1.63 +MYSQL_CLIENT_VERSION = 5.1.65 MYSQL_CLIENT_SOURCE = mysql-$(MYSQL_CLIENT_VERSION).tar.gz MYSQL_CLIENT_SITE = http://downloads.skysql.com/archives/mysql-5.1 MYSQL_CLIENT_INSTALL_STAGING = YES