Blame SOURCES/mysql-ssltest.patch

6f9931
Don't test EDH-RSA-DES-CBC-SHA cipher, it seems to be removed from openssl
6f9931
which now makes mariadb/mysql FTBFS because openssl_1 test fails
6f9931
6f9931
Related: #1044565
6f9931
6f9931
diff -up mariadb-5.5.34/mysql-test/r/openssl_1.result.ssltest mariadb-5.5.34/mysql-test/r/openssl_1.result
6f9931
--- mariadb-5.5.34/mysql-test/r/openssl_1.result.ssltest	2013-12-22 11:38:19.926260536 +0100
6f9931
+++ mariadb-5.5.34/mysql-test/r/openssl_1.result	2013-12-22 11:38:30.395256651 +0100
6f9931
@@ -196,8 +196,6 @@ Ssl_cipher	DHE-RSA-AES256-SHA
6f9931
 Variable_name	Value
6f9931
 Ssl_cipher	EDH-RSA-DES-CBC3-SHA
6f9931
 Variable_name	Value
6f9931
-Ssl_cipher	EDH-RSA-DES-CBC-SHA
6f9931
-Variable_name	Value
6f9931
 Ssl_cipher	RC4-SHA
6f9931
 select 'is still running; no cipher request crashed the server' as result from dual;
6f9931
 result
6f9931
diff -up mariadb-5.5.34/mysql-test/t/openssl_1.test.ssltest mariadb-5.5.34/mysql-test/t/openssl_1.test
6f9931
--- mariadb-5.5.34/mysql-test/t/openssl_1.test.ssltest	2013-12-22 11:36:46.356261507 +0100
6f9931
+++ mariadb-5.5.34/mysql-test/t/openssl_1.test	2013-12-22 11:38:07.452260658 +0100
6f9931
@@ -218,7 +218,7 @@ DROP TABLE t1;
6f9931
 # Common ciphers to openssl and yassl
6f9931
 --exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=DHE-RSA-AES256-SHA
6f9931
 --exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=EDH-RSA-DES-CBC3-SHA
6f9931
---exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=EDH-RSA-DES-CBC-SHA
6f9931
+#--exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=EDH-RSA-DES-CBC-SHA
6f9931
 --exec $MYSQL --host=localhost -e "SHOW STATUS LIKE 'Ssl_cipher';" --ssl-cipher=RC4-SHA
6f9931
 --disable_query_log
6f9931
 --disable_result_log