9f33908b1f
This version fixes a lot of bugs including the security vulnerability reported in CVE-2007-5969. A complete list of the changes can be found here: http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-51.html
20 lines
540 B
Text
20 lines
540 B
Text
$NetBSD: patch-ak,v 1.4 2007/12/14 13:36:54 tron Exp $
|
|
|
|
--- support-files/Makefile.in.orig 2007-11-15 14:08:49.000000000 +0000
|
|
+++ support-files/Makefile.in 2007-12-13 23:59:01.000000000 +0000
|
|
@@ -383,14 +383,7 @@
|
|
compiler_warnings.supp
|
|
|
|
SUBDIRS = MacOSX RHEL4-SElinux
|
|
-pkgdata_DATA = my-small.cnf \
|
|
- my-medium.cnf \
|
|
- my-large.cnf \
|
|
- my-huge.cnf \
|
|
- my-innodb-heavy-4G.cnf \
|
|
- mysql-log-rotate \
|
|
- binary-configure \
|
|
- ndb-config-2-node.ini
|
|
+pkgdata_DATA =
|
|
|
|
pkgdata_SCRIPTS = mysql.server \
|
|
mysqld_multi.server
|