From patchwork Sat Oct 27 23:24:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 194640 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 81A622C0095 for ; Sun, 28 Oct 2012 10:25:20 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AC148102518; Sat, 27 Oct 2012 23:25:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bQhuXzMXf3lJ; Sat, 27 Oct 2012 23:25:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id B8A5C10152D; Sat, 27 Oct 2012 23:25:10 +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 53F188F74A for ; Sat, 27 Oct 2012 23:25:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CC99E8B9E2 for ; Sat, 27 Oct 2012 23:25:14 +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 mX9uIcX9PCst for ; Sat, 27 Oct 2012 23:25:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by whitealder.osuosl.org (Postfix) with ESMTP id DDBDC8B8A4 for ; Sat, 27 Oct 2012 23:25:12 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgcFANlsjFBR8cEw/2dsb2JhbABEhVEBvQuBCYJ7I09LN4gKB7tDi36DMIMkA5V0gRqPKIJxgVk 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 01:24:50 +0200 From: Sagaert Johan To: buildroot@busybox.net Date: Sun, 28 Oct 2012 01:24:16 +0200 Message-Id: <1351380256-30040-1-git-send-email-sagaert.johan@skynet.be> X-Mailer: git-send-email 1.8.0 Cc: Sagaert Johan Subject: [Buildroot] [PATCH 1/1] 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 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