Update mysql5-* to 5.0.24a.
This is a bugfix release for the current production release family. It replaces MySQL 5.0.24. Changes from 5.0.24 to 5.0.24a: MySQL 5.0.24 introduced an ABI incompatibility, which this release reverts. Programs compiled against 5.0.24 are not compatible with any other version and must be recompiled. Closing of temporary tables failed if binary logging was not enabled. For statements that have a DEFINER clause such as CREATE TRIGGER or CREATE VIEW, long usernames or hostnames could cause a buffer overflow. Pathname separator and device characters were not correctly parameterized for NetWare, causing mysqld startup errors. mysqld could crash when closing temporary tables.
This commit is contained in:
parent
c02959be52
commit
912bfebe97
3 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile.common,v 1.15 2006/08/06 16:30:40 tron Exp $
|
||||
# $NetBSD: Makefile.common,v 1.16 2006/09/02 12:32:12 xtraeme Exp $
|
||||
|
||||
DISTNAME= mysql-5.0.24
|
||||
DISTNAME= mysql-5.0.24a
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.0/}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.8 2006/08/06 16:30:40 tron Exp $
|
||||
$NetBSD: distinfo,v 1.9 2006/09/02 12:32:12 xtraeme Exp $
|
||||
|
||||
SHA1 (mysql-5.0.24.tar.gz) = 03f4fbe5e6efaadcd468798daf147fadf7abbe52
|
||||
RMD160 (mysql-5.0.24.tar.gz) = a4ffe83969dd4781762a0f5b906f2f0ece5fdff5
|
||||
Size (mysql-5.0.24.tar.gz) = 19974920 bytes
|
||||
SHA1 (mysql-5.0.24a.tar.gz) = 4bd685e6dda903b321afb8c36e0eac4a2d915f78
|
||||
RMD160 (mysql-5.0.24a.tar.gz) = 892376fc617dadfd34cbfe8c15f53ad2784131c5
|
||||
Size (mysql-5.0.24a.tar.gz) = 19993102 bytes
|
||||
SHA1 (patch-aa) = adc6956d4be304db61aa0323061143fffc1b9751
|
||||
SHA1 (patch-ab) = 0959e0ba7316e4fe00b656d7af2d8c2c04ed296f
|
||||
SHA1 (patch-ac) = 86f7e2755d313bf2debc8dfa53cbe3fa0e8bd893
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.10 2006/08/06 16:30:40 tron Exp $
|
||||
$NetBSD: distinfo,v 1.11 2006/09/02 12:32:12 xtraeme Exp $
|
||||
|
||||
SHA1 (mysql-5.0.24.tar.gz) = 03f4fbe5e6efaadcd468798daf147fadf7abbe52
|
||||
RMD160 (mysql-5.0.24.tar.gz) = a4ffe83969dd4781762a0f5b906f2f0ece5fdff5
|
||||
Size (mysql-5.0.24.tar.gz) = 19974920 bytes
|
||||
SHA1 (mysql-5.0.24a.tar.gz) = 4bd685e6dda903b321afb8c36e0eac4a2d915f78
|
||||
RMD160 (mysql-5.0.24a.tar.gz) = 892376fc617dadfd34cbfe8c15f53ad2784131c5
|
||||
Size (mysql-5.0.24a.tar.gz) = 19993102 bytes
|
||||
SHA1 (patch-aa) = fcd1222f9939070a45bbb8ddf72bb1bdadea1f8b
|
||||
SHA1 (patch-ab) = 3edc7889d3fec049104bd0aba7b9db1cdc4a83d6
|
||||
SHA1 (patch-ac) = e7b0216336a156bdd28a63b0316b9b4615d8efa7
|
||||
|
|
Loading…
Reference in a new issue