summaryrefslogtreecommitdiff
path: root/mysql
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2011-03-16 09:33:10 +0100
committerJuergen Daubert <jue@jue.li>2011-03-16 09:38:02 +0100
commitf9ddf50af991390ba9af432e65572f2861372640 (patch)
treeb604091a8265effb7c5143caefa66d0126c4b526 /mysql
parent706b21c2c4b967f8ff2f4bcd36609856a23c2e73 (diff)
downloadopt-f9ddf50af991390ba9af432e65572f2861372640.tar.gz
opt-f9ddf50af991390ba9af432e65572f2861372640.tar.xz
[notify] mysql: update to 5.5.10
Incompatible Change: The shared library version of the client library was increased to 18 to reflect ABI changes, and avoid compatibility problems with the client library in MySQL 5.1. Note that this is an incompatible change between 5.5.10 and earlier 5.5 versions, so client programs that use the 5.5 client library should be recompiled against the 5.5.10 client library. Extract from http://dev.mysql.com/doc/refman/5.5/en/news-5-5-10.html
Diffstat (limited to 'mysql')
-rw-r--r--mysql/.footprint10
-rw-r--r--mysql/.md5sum2
-rw-r--r--mysql/Pkgfile4
3 files changed, 8 insertions, 8 deletions
diff --git a/mysql/.footprint b/mysql/.footprint
index 22e82bddf..24a1bacd8 100644
--- a/mysql/.footprint
+++ b/mysql/.footprint
@@ -102,13 +102,13 @@ drwxr-xr-x root/root usr/include/mysql/mysql/psi/
-rw-r--r-- root/root usr/include/mysql/typelib.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libmysqlclient.a
-lrwxrwxrwx root/root usr/lib/libmysqlclient.so -> libmysqlclient.so.16
-lrwxrwxrwx root/root usr/lib/libmysqlclient.so.16 -> libmysqlclient.so.16.0.0
--rwxr-xr-x root/root usr/lib/libmysqlclient.so.16.0.0
+lrwxrwxrwx root/root usr/lib/libmysqlclient.so -> libmysqlclient.so.18
+lrwxrwxrwx root/root usr/lib/libmysqlclient.so.18 -> libmysqlclient.so.18.0.0
+-rwxr-xr-x root/root usr/lib/libmysqlclient.so.18.0.0
lrwxrwxrwx root/root usr/lib/libmysqlclient_r.a -> libmysqlclient.a
lrwxrwxrwx root/root usr/lib/libmysqlclient_r.so -> libmysqlclient.so
-lrwxrwxrwx root/root usr/lib/libmysqlclient_r.so.16 -> libmysqlclient.so
-lrwxrwxrwx root/root usr/lib/libmysqlclient_r.so.16.0.0 -> libmysqlclient.so
+lrwxrwxrwx root/root usr/lib/libmysqlclient_r.so.18 -> libmysqlclient.so
+lrwxrwxrwx root/root usr/lib/libmysqlclient_r.so.18.0.0 -> libmysqlclient.so
-rw-r--r-- root/root usr/lib/libmysqld.a
-rw-r--r-- root/root usr/lib/libmysqlservices.a
drwxr-xr-x root/root usr/lib/mysql/
diff --git a/mysql/.md5sum b/mysql/.md5sum
index 5174e3167..cc1bc8e7e 100644
--- a/mysql/.md5sum
+++ b/mysql/.md5sum
@@ -1,3 +1,3 @@
6de62cde6cc212b5cd1f87e0df848b1d my.cnf
-701c0c44b7f1c2300adc0dc45729f903 mysql-5.5.9.tar.gz
+ee604aff531ff85abeb10cf332c1355a mysql-5.5.10.tar.gz
642a596f13ebd7e459c5ff2fd382f06b mysqld
diff --git a/mysql/Pkgfile b/mysql/Pkgfile
index 2aa9a1dc9..5ef59c0b5 100644
--- a/mysql/Pkgfile
+++ b/mysql/Pkgfile
@@ -4,8 +4,8 @@
# Depends on: tcp_wrappers ncurses zlib openssl cmake libaio
name=mysql
-version=5.5.9
-release=2
+version=5.5.10
+release=1
source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.5/$name-$version.tar.gz \
my.cnf mysqld)

Generated by cgit