CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
mysql: updated to 5.6.30
authorVictor Martinez <pitillo@ono.com>
Mon, 4 Jan 2010 07:42:09 +0000 (08:42 +0100)
committerVictor Martinez <pitillo@ono.com>
Mon, 4 Jan 2010 07:42:09 +0000 (08:42 +0100)
mysql/.md5sum
mysql/Pkgfile

index 7a401a43e105d3c9b67233558b49b9ae41e4232b..2b92933c2b66ef99c5e8d0f766c912fc492ed159 100644 (file)
@@ -1,4 +1,4 @@
 1622e62c80d128f1951a12c0125d3fb5  my.cnf
-aaa21c6450adee3a1894fd1710f02bf5  mysql-5.6.29.tar.gz
+ac8ba1db4454d2c144c7d892185a9328  mysql-5.6.30.tar.gz
 5ce1297ee84c95df59260707f0ec44c3  mysqld
 53b421ec605c7d3c437daf10e70e9498  valist.patch
index 2385b60527bc2e3891160e11408e84c17a6f88f5..12ac00e1ca063f826cb0197bac1129df899f56c1 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: ncurses zlib openssl cmake libaio
 
 name=mysql
-version=5.6.29
+version=5.6.30
 release=1
 source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.6/$name-$version.tar.gz \
         my.cnf mysqld valist.patch)
@@ -15,9 +15,6 @@ build () {
 
   patch -p1 -i $SRC/valist.patch
   
-  # fix for openssl 1.0.2
-  sed -i 's/REGEX "^#define/REGEX "^# *define/' cmake/ssl.cmake
-
   cmake . \
         -DBUILD_CONFIG=mysql_release \
         -DINSTALL_LAYOUT=RPM \