Fix another instance of not-very-exciting buffer overflow.
This commit is contained in:
parent
229de3d260
commit
ee8d597ef6
@ -1,6 +1,6 @@
|
|||||||
Name: mysql
|
Name: mysql
|
||||||
Version: 4.1.12
|
Version: 4.1.12
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -15,6 +15,7 @@ Patch4: mysql-testing.patch
|
|||||||
Patch5: mysql-no-atomic.patch
|
Patch5: mysql-no-atomic.patch
|
||||||
Patch6: mysql-lock-ssl.patch
|
Patch6: mysql-lock-ssl.patch
|
||||||
Patch7: mysql-test-ssl.patch
|
Patch7: mysql-test-ssl.patch
|
||||||
|
Patch8: mysql-buffer-nazi.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.
|
||||||
@ -95,6 +96,7 @@ MySQL.
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
|
||||||
libtoolize --force
|
libtoolize --force
|
||||||
aclocal
|
aclocal
|
||||||
@ -363,6 +365,11 @@ fi
|
|||||||
%{_datadir}/sql-bench
|
%{_datadir}/sql-bench
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 12 2005 Tom Lane <tgl@redhat.com> 4.1.12-2
|
||||||
|
- Fix buffer overflow newly exposed in isam code; it's the same issue
|
||||||
|
previously found in myisam, and not very exciting, but I'm tired of
|
||||||
|
seeing build warnings.
|
||||||
|
|
||||||
* Mon Jul 11 2005 Tom Lane <tgl@redhat.com> 4.1.12-1
|
* Mon Jul 11 2005 Tom Lane <tgl@redhat.com> 4.1.12-1
|
||||||
- Update to MySQL 4.1.12 (includes a fix for bz#158688, bz#158689)
|
- Update to MySQL 4.1.12 (includes a fix for bz#158688, bz#158689)
|
||||||
- Extend mysql-test-ssl.patch to solve rpl_openssl test failure (bz#155850)
|
- Extend mysql-test-ssl.patch to solve rpl_openssl test failure (bz#155850)
|
||||||
|
Loading…
Reference in New Issue
Block a user