Fixes for bugs 119442, 125991, 130347, 130348, 124352.
This commit is contained in:
parent
2473c8f019
commit
2713f0a32c
13
mysql.spec
13
mysql.spec
@ -1,6 +1,6 @@
|
|||||||
Name: mysql
|
Name: mysql
|
||||||
Version: 3.23.58
|
Version: 3.23.58
|
||||||
Release: 10
|
Release: 11
|
||||||
Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}.tar.gz
|
Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}.tar.gz
|
||||||
Source1: mysql.init
|
Source1: mysql.init
|
||||||
Source2: mysql.logrotate
|
Source2: mysql.logrotate
|
||||||
@ -13,6 +13,8 @@ Patch2: mysql-errno.patch
|
|||||||
Patch3: mysql-3.23.58-hotcopy.patch
|
Patch3: mysql-3.23.58-hotcopy.patch
|
||||||
Patch4: mysql-3.23.58-setpermission.patch
|
Patch4: mysql-3.23.58-setpermission.patch
|
||||||
Patch5: mysql-3.23.58-typo.patch
|
Patch5: mysql-3.23.58-typo.patch
|
||||||
|
Patch6: mysql-3.23.58-symlink.patch
|
||||||
|
Patch7: mysql-3.23.58-dropdb.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.
|
||||||
@ -90,6 +92,8 @@ MySQL.
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
%patch6 -p1
|
||||||
|
%patch7 -p1
|
||||||
|
|
||||||
libtoolize --force
|
libtoolize --force
|
||||||
aclocal
|
aclocal
|
||||||
@ -291,7 +295,12 @@ fi
|
|||||||
%{_datadir}/sql-bench
|
%{_datadir}/sql-bench
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Oct 05 2004 Tom Lane <tgl@redhat.com> 3.23.58-11
|
||||||
|
- fix low-priority security issues CAN-2004-0388, CAN-2004-0381, CAN-2004-0457
|
||||||
|
(bugs #119442, 125991, 130347, 130348)
|
||||||
|
- fix bug with dropping databases under recent kernels (bug #124352)
|
||||||
|
|
||||||
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 3.23.58-10
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
* Sat Apr 17 2004 Warren Togami <wtogami@redhat.com> 3.23.58-9
|
* Sat Apr 17 2004 Warren Togami <wtogami@redhat.com> 3.23.58-9
|
||||||
|
Loading…
Reference in New Issue
Block a user