[mysql/f15/master] Add my_make_scrambled_password to the list of exported symbols.

Tom Lane tgl at fedoraproject.org
Wed Mar 23 23:38:33 UTC 2011


commit a8104cc9e5f95746a6361da9cb10fbcfa8ab88ae
Author: Tom Lane <tgl at redhat.com>
Date:   Wed Mar 23 19:35:26 2011 -0400

    Add my_make_scrambled_password to the list of exported symbols.

 libmysql.version |    4 ++++
 mysql.spec       |    6 +++++-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/libmysql.version b/libmysql.version
index 5ed10ec..dc32cd7 100644
--- a/libmysql.version
+++ b/libmysql.version
@@ -113,6 +113,10 @@ libmysqlclient_16 {
 	handle_options;
 	load_defaults;
 	my_print_help;
+# This isn't really documented anywhere, but it seems to be part of the
+# de-facto API as well.  We're not going to export the deprecated version
+# make_scrambled_password, however.
+	my_make_scrambled_password;
   local:
 	*;
 };
diff --git a/mysql.spec b/mysql.spec
index 712107f..447cdfd 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -1,6 +1,6 @@
 Name: mysql
 Version: 5.5.10
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
 URL: http://www.mysql.com
@@ -611,6 +611,10 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Wed Mar 23 2011 Tom Lane <tgl at redhat.com> 5.5.10-2
+- Add my_make_scrambled_password to the list of symbols exported by
+  libmysqlclient.so.  Needed at least by pure-ftpd.
+
 * Mon Mar 21 2011 Tom Lane <tgl at redhat.com> 5.5.10-1
 - Update to MySQL 5.5.10, for various fixes described at
   http://dev.mysql.com/doc/refman/5.5/en/news-5-5-10.html


More information about the scm-commits mailing list