Trial patch for OpenSSL threading issues, per bz#155850.
This commit is contained in:
parent
70494806c9
commit
b6945290bc
@ -1,6 +1,6 @@
|
|||||||
Name: mysql
|
Name: mysql
|
||||||
Version: 4.1.11
|
Version: 4.1.11
|
||||||
Release: 3
|
Release: 4
|
||||||
Source0: http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-%{version}.tar.gz
|
Source0: http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-%{version}.tar.gz
|
||||||
Source1: mysql.init
|
Source1: mysql.init
|
||||||
Source2: mysql.logrotate
|
Source2: mysql.logrotate
|
||||||
@ -13,7 +13,8 @@ Patch2: mysql-errno.patch
|
|||||||
Patch3: mysql-libtool.patch
|
Patch3: mysql-libtool.patch
|
||||||
Patch4: mysql-testing.patch
|
Patch4: mysql-testing.patch
|
||||||
Patch5: mysql-no-atomic.patch
|
Patch5: mysql-no-atomic.patch
|
||||||
Patch6: mysql-test-ssl.patch
|
Patch6: mysql-lock-ssl.patch
|
||||||
|
Patch7: mysql-test-ssl.patch
|
||||||
URL: http://www.mysql.com
|
URL: http://www.mysql.com
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Summary: MySQL client programs and shared libraries.
|
Summary: MySQL client programs and shared libraries.
|
||||||
@ -92,6 +93,7 @@ MySQL.
|
|||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
%patch7 -p1
|
||||||
|
|
||||||
libtoolize --force
|
libtoolize --force
|
||||||
aclocal
|
aclocal
|
||||||
@ -366,6 +368,9 @@ fi
|
|||||||
%{_datadir}/sql-bench
|
%{_datadir}/sql-bench
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 9 2005 Tom Lane <tgl@redhat.com> 4.1.11-4
|
||||||
|
- Include proper locking for OpenSSL in the server, per bz#155850
|
||||||
|
|
||||||
* Mon Apr 25 2005 Tom Lane <tgl@redhat.com> 4.1.11-3
|
* Mon Apr 25 2005 Tom Lane <tgl@redhat.com> 4.1.11-3
|
||||||
- Enable openssl tests during build, per bz#155850
|
- Enable openssl tests during build, per bz#155850
|
||||||
- Might as well turn on --disable-dependency-tracking
|
- Might as well turn on --disable-dependency-tracking
|
||||||
|
Loading…
Reference in New Issue
Block a user