[Pkg-mysql-commits] r1099 - trunk/debian/patches

Norbert Tretkowski nobse at alioth.debian.org
Wed Dec 19 15:17:48 UTC 2007


Author: nobse
Date: 2007-12-19 15:17:47 +0000 (Wed, 19 Dec 2007)
New Revision: 1099

Added:
   trunk/debian/patches/54_ssl-client-support.dpatch
Log:
Forgot to add the patch...

Added: trunk/debian/patches/54_ssl-client-support.dpatch
===================================================================
--- trunk/debian/patches/54_ssl-client-support.dpatch	                        (rev 0)
+++ trunk/debian/patches/54_ssl-client-support.dpatch	2007-12-19 15:17:47 UTC (rev 1099)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 54_ssl-client-support.dpatch by  <nobse at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: http://bugs.mysql.com/bug.php?id=33292
+
+ at DPATCH@
+diff -ru mysql-5.0.51.org/vio/viossl.c mysql-5.0.51/vio/viossl.c
+--- mysql-5.0.51.org/vio/viossl.c	2007-11-15 15:07:13.000000000 +0100
++++ mysql-5.0.51/vio/viossl.c	2007-12-19 15:21:53.211570804 +0100
+@@ -199,6 +199,9 @@
+     vio_blocking(vio, was_blocking, &unused);
+     DBUG_RETURN(1);
+   }
++
++  SSL_set_connect_state(ssl);
++
+   DBUG_PRINT("info", ("ssl: 0x%lx timeout: %ld", (long) ssl, timeout));
+   SSL_clear(ssl);
+   SSL_SESSION_set_timeout(SSL_get_session(ssl), timeout);




More information about the Pkg-mysql-commits mailing list