[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-04-18 Thread Launchpad Bug Tracker
This bug was fixed in the package python-mysqldb - 1.2.3-1ubuntu0.1 --- python-mysqldb (1.2.3-1ubuntu0.1) precise-proposed; urgency=low * debian/patches/05_ssl.patch: Add upstream patch to force building SSL support with newer MySQL client libraries. Thanks to Lloyd Kvam

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-04-11 Thread Dave Walker
Hello C, or anyone else affected, Accepted python-mysqldb into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/python- mysqldb/1.2.3-1ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-04-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/python-mysqldb /precise-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027075 Title: SSL support broken, despite SSL support in command

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-04-11 Thread C Filorux
Looks correct to me: The /proposed package fixes this problem - I tested the precise package on a quantal installation which was broken before the fix (no SSL support). After the fix the mysql SSL connection worked. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-04-11 Thread Dmitrijs Ledkovs
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027075 Title: SSL support broken, despite SSL support in command line mysql

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-03-29 Thread Launchpad Bug Tracker
This bug was fixed in the package python-mysqldb - 1.2.3-1ubuntu1 --- python-mysqldb (1.2.3-1ubuntu1) raring; urgency=low * debian/patches/05_ssl.patch: Add upstream patch to force building SSL support with newer MySQL client libraries. Thanks to Lloyd Kvam for raising the

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-03-29 Thread Lloyd Kvam
SRU Bug Template [Impact] * A change in MySQL confused the python-mysqldb (version 1.2.3) build process into omitting SSL support. Andy Dustman, the upstream author, dealt with this by adding this patch. It simply checks for the new MySQL versions and automatically sets the proper C macro

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-03-29 Thread Brian Murray
A test case does not need to spell out the details of how to setup and configure a remote MySQL server as that is something that is likely to be well documented. However, if there are changes to the configuration of that server those should be included. Regardless I've uploaded this to the

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-03-28 Thread Brian Murray
** Tags added: precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027075 Title: SSL support broken, despite SSL support in command line mysql client To manage notifications about this bug go

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-03-28 Thread Brian Murray
This has been fixed in Debian using the same patch that was linked to: python-mysqldb (1.2.3-2) unstable; urgency=low [ Mika Pflüger ] * Team upload. * debian/patches/05_ssl.patch: Add upstream patch to force building SSL support with newer MySQL client libraries. Thanks to Eldon

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-03-28 Thread Brian Murray
I've uploaded the fix to Raring which will become Ubuntu release 13.04. If you would like to see this fixed in Ubuntu 12.04 please fill out Stable Release Update information for this bug report following the guidelines at http://wiki.ubuntu.com/StableReleaseUpdates and I'll be happy to get this

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-03-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/raring/python-mysqldb /raring-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027075 Title: SSL support broken, despite SSL support in command

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-03-28 Thread Bug Watch Updater
** Changed in: python-mysqldb (Debian) Status: Unknown = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027075 Title: SSL support broken, despite SSL support in command line

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-03-11 Thread Lloyd Kvam
http://sourceforge.net/p/mysql-python/svn/656/ Here's the link to the patch Andy Dustmann made to fix the problem. Since he's the upstream author, it should be a reasonable approach. Applying that patch to the source worked well for me. ** Patch added: Simply copied Andy Dustmann's patch

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-03-11 Thread Ubuntu Foundations Team Bug Bot
The attachment Simply copied Andy Dustmann's patch of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2013-03-09 Thread James Carr
I am having the exact same problem and it appears to be due to mysql_config on ubuntu 12.04 no longer reporting --lssl as when running mysql_config --libs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2012-08-16 Thread C Filorux
I hacked mine to work by defining HAVE_OPENSSL in _mysql.c so that SSL is compiled despite what mysql_config doesn't say: diff -ur MySQL-python-1.2.3/_mysql.c python-mysqldb-1.2.3/_mysql.c --- MySQL-python-1.2.3/_mysql.c 2010-06-17 09:21:56.0 +0200 +++ python-mysqldb-1.2.3/_mysql.c

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2012-07-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: python-mysqldb (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027075

[Bug 1027075] Re: SSL support broken, despite SSL support in command line mysql client

2012-07-25 Thread Felipe Reyes
I'm experiencing the same issue, MySQLdb doesn't have SSL support. Python 2.7.3 (default, Apr 20 2012, 22:39:59) [GCC 4.6.3] on linux2 Type help, copyright, credits or license for more information. import MySQLdb con = MySQLdb.connect('localhost', 'testuser','test623', 'testdb', ssl=foo)