69d6407e51
This release many bug fixes and DoS security problem (CVE-2009-4484). Plese refer these URL in detail. http://dev.mysql.com/doc/refman/5.0/en/news-5-0-89.html http://dev.mysql.com/doc/refman/5.0/en/news-5-0-90.html There some minor pkgsrc change to prevent compile time warnings.
29 lines
799 B
Text
29 lines
799 B
Text
$NetBSD: patch-ae,v 1.10 2010/02/18 15:46:10 taca Exp $
|
|
|
|
--- scripts/Makefile.in.orig 2010-01-15 09:54:00.000000000 +0000
|
|
+++ scripts/Makefile.in
|
|
@@ -377,13 +377,12 @@ zlib_dir = @zlib_dir@
|
|
BUILT_SOURCES = mysql_fix_privilege_tables.sql \
|
|
mysql_fix_privilege_tables_sql.c
|
|
|
|
-bin_SCRIPTS = @server_scripts@ \
|
|
+bin_SCRIPTS = \
|
|
msql2mysql \
|
|
mysql_config \
|
|
mysql_fix_privilege_tables \
|
|
mysql_fix_extensions \
|
|
mysql_setpermission \
|
|
- mysql_secure_installation \
|
|
mysql_zap \
|
|
mysqlaccess \
|
|
mysqlbug \
|
|
@@ -393,8 +392,7 @@ bin_SCRIPTS = @server_scripts@ \
|
|
mysqldumpslow \
|
|
mysql_explain_log \
|
|
mysql_tableinfo \
|
|
- mysql_upgrade_shell \
|
|
- mysqld_multi
|
|
+ mysql_upgrade_shell
|
|
|
|
noinst_SCRIPTS = make_binary_distribution \
|
|
make_sharedlib_distribution \
|