[Pkg-mysql-commits] r1828 - mysql-dfsg-5.1/branches/unstable/debian/patches

Norbert Tretkowski nobse at alioth.debian.org
Mon Feb 1 17:27:50 UTC 2010


Author: nobse
Date: 2010-02-01 17:27:47 +0000 (Mon, 01 Feb 2010)
New Revision: 1828

Added:
   mysql-dfsg-5.1/branches/unstable/debian/patches/11_disable_ssl_tests.dpatch
Modified:
   mysql-dfsg-5.1/branches/unstable/debian/patches/00list
Log:
Add patch to disable SSL related tests.

Modified: mysql-dfsg-5.1/branches/unstable/debian/patches/00list
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/patches/00list	2010-02-01 15:39:55 UTC (rev 1827)
+++ mysql-dfsg-5.1/branches/unstable/debian/patches/00list	2010-02-01 17:27:47 UTC (rev 1828)
@@ -2,6 +2,7 @@
 01_MAKEFILES__Docs_Makefile.in.dpatch
 02_no_builtin_ndbcluster_plugin.dpatch
 10_readline_build_fix.dpatch
+11_disable_ssl_tests.dpatch
 33_scripts__mysql_create_system_tables__no_test.dpatch
 38_scripts__mysqld_safe.sh__signals.dpatch
 41_scripts__mysql_install_db.sh__no_test.dpatch

Added: mysql-dfsg-5.1/branches/unstable/debian/patches/11_disable_ssl_tests.dpatch
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/patches/11_disable_ssl_tests.dpatch	                        (rev 0)
+++ mysql-dfsg-5.1/branches/unstable/debian/patches/11_disable_ssl_tests.dpatch	2010-02-01 17:27:47 UTC (rev 1828)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 11_disable_ssl_tests.dpatch by Norbert Tretkowski <nobse at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: http://bugs.mysql.com/bug.php?id=50642
+
+ at DPATCH@
+diff -Nur mysql-dfsg-5.1-5.1.43.orig/mysql-test/t/disabled.def mysql-dfsg-5.1-5.1.43/mysql-test/t/disabled.def
+--- mysql-dfsg-5.1-5.1.43.orig/mysql-test/t/disabled.def	2010-01-15 18:46:09.000000000 +0100
++++ mysql-dfsg-5.1-5.1.43/mysql-test/t/disabled.def	2010-02-01 18:25:43.000000000 +0100
+@@ -11,3 +11,10 @@
+ ##############################################################################
+ kill                     : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
+ query_cache_28249        : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
++main.openssl_1           : Bug#50642 2010-02-01 expired SSL certificates in test suite
++main.ssl                 : Bug#50642 2010-02-01 expired SSL certificates in test suite
++main.ssl_8k_key          : Bug#50642 2010-02-01 expired SSL certificates in test suite
++main.ssl_compress        : Bug#50642 2010-02-01 expired SSL certificates in test suite
++main.ssl_connect         : Bug#50642 2010-02-01 expired SSL certificates in test suite
++rpl.rpl_ssl              : Bug#50642 2010-02-01 expired SSL certificates in test suite
++rpl.rpl_ssl1             : Bug#50642 2010-02-01 expired SSL certificates in test suite




More information about the Pkg-mysql-commits mailing list