]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- rel 3; free compression methods using proper API which avoids conflict with curl... auto/th/mysql-5.6.30-76.3.3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 19 Jul 2016 17:29:08 +0000 (19:29 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 19 Jul 2016 17:29:08 +0000 (19:29 +0200)
mysql-ssl.patch [new file with mode: 0644]
mysql.spec

diff --git a/mysql-ssl.patch b/mysql-ssl.patch
new file mode 100644 (file)
index 0000000..522b9f5
--- /dev/null
@@ -0,0 +1,10 @@
+--- percona-server-5.6.28-76.1/vio/vio.c~      2016-01-08 23:12:24.000000000 +0100
++++ percona-server-5.6.28-76.1/vio/vio.c       2016-07-19 18:54:23.648042457 +0200
+@@ -399,6 +399,6 @@ void vio_end(void)
+   ERR_free_strings();
+   EVP_cleanup();
+   CRYPTO_cleanup_all_ex_data();
+-  sk_SSL_COMP_free(SSL_COMP_get_compression_methods());
++  SSL_COMP_free_compression_methods();
+ #endif
+ }
index 0ebc2766cd1f46db2bb60f6ff9edd7389927970c..1214e5bcfadf0e0222595b2daf44dca46983c04f 100644 (file)
@@ -29,7 +29,7 @@
 %undefine      with_tokudb
 %endif
 
-%define                rel     2
+%define                rel     3
 %define                percona_rel     76.3
 %include       /usr/lib/rpm/macros.perl
 Summary:       MySQL: a very fast and reliable SQL database engine
@@ -72,6 +72,7 @@ Patch4:               %{name}-no-default-secure-auth.patch
 Patch5:                %{name}-system-libhsclient.patch
 # from fedora
 Patch6:                %{name}-system-users.patch
+Patch7:                %{name}-ssl.patch
 
 Patch9:                %{name}-build.patch
 Patch11:       %{name}-upgrade.patch
@@ -523,6 +524,7 @@ mv sphinx-*/mysqlse storage/sphinx
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %patch9 -p1
 %patch11 -p1
This page took 0.148414 seconds and 4 git commands to generate.