From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CA3D913877A for ; Mon, 28 Jul 2014 23:43:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 690F4E0BCB; Mon, 28 Jul 2014 23:43:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDB58E0BCB for ; Mon, 28 Jul 2014 23:43:50 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EACD33FC4E for ; Mon, 28 Jul 2014 23:43:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5855F18BF0 for ; Mon, 28 Jul 2014 23:43:48 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1406591021.99fe52498d9660aee37dca6c3d32de895c43a5dd.grknight.pub@gentoo> Subject: [gentoo-commits] proj/mysql-extras:master commit in: / X-VCS-Repository: proj/mysql-extras X-VCS-Files: 00000_index.txt 20009_all_mysql_myodbc_symbol_fix-5.6.patch X-VCS-Directories: / X-VCS-Committer: grknight.pub X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 99fe52498d9660aee37dca6c3d32de895c43a5dd X-VCS-Branch: master Date: Mon, 28 Jul 2014 23:43:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2bde736d-37a6-452e-b60c-af3052346394 X-Archives-Hash: 9bd061989f803d05954ce9c64a9fc60a commit: 99fe52498d9660aee37dca6c3d32de895c43a5dd Author: Brian Evans tuffmail com> AuthorDate: Mon Jul 28 23:43:41 2014 +0000 Commit: Brian Evans tuffmail com> CommitDate: Mon Jul 28 23:43:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql-extras.git;a=commit;h=99fe5249 Respin last patch for MySQL 5.6 --- 00000_index.txt | 8 +++++++- 20009_all_mysql_myodbc_symbol_fix-5.6.patch | 12 ++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/00000_index.txt b/00000_index.txt index 4f167a1..ac7bcb0 100644 --- a/00000_index.txt +++ b/00000_index.txt @@ -1668,7 +1668,13 @@ @@ MariaDB bug MDEV-6131 @patch 20009_all_mysql_myodbc_symbol_fix-5.5.38.patch -@ver 5.05.38.00 to 5.07.99.99 +@ver 5.05.38.00 to 5.05.99.99 +@pn mysql +@pn percona-server +@@ Export missing symbols + +@patch 20009_all_mysql_myodbc_symbol_fix-5.6.patch +@ver 5.06.00.00 to 5.07.99.99 @pn mysql @pn percona-server @@ Export missing symbols diff --git a/20009_all_mysql_myodbc_symbol_fix-5.6.patch b/20009_all_mysql_myodbc_symbol_fix-5.6.patch new file mode 100644 index 0000000..f081d64 --- /dev/null +++ b/20009_all_mysql_myodbc_symbol_fix-5.6.patch @@ -0,0 +1,12 @@ +diff -auwrN a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt +--- a/libmysql/CMakeLists.txt 2014-07-27 22:03:27.806254846 -0400 ++++ b/libmysql/CMakeLists.txt 2014-07-27 22:05:08.400521754 -0400 +@@ -138,6 +138,8 @@ + mysql_load_plugin_v + mysql_options4 + mysql_plugin_options ++dynstr_append_os_quoted ++strfill + + CACHE INTERNAL "Functions exported by client API" +