summaryrefslogtreecommitdiff
path: root/databases/mysql5-client/Makefile.common
diff options
context:
space:
mode:
authortron <tron>2006-08-06 16:30:40 +0000
committertron <tron>2006-08-06 16:30:40 +0000
commit6a7cdd1e12a794103b6dde4e43a2cfe05a30303c (patch)
tree651aa1e0a933ec0fcadf09dc6868d7e495d48b3b /databases/mysql5-client/Makefile.common
parent83721e5cbc0e3015fdeeb1d6b84cf22bfd14256f (diff)
downloadpkgsrc-6a7cdd1e12a794103b6dde4e43a2cfe05a30303c.tar.gz
Update "mysql5-client" and "mysql5-server" packages to version 5.0.24.
Changes since version 5.0.22: - Security fix: If a user has access to MyISAM table t, that user can create a MERGE table m that accesses t. However, if the user's privileges on t are subsequently revoked, the user can continue to access t by doing so through m. If this behavior is undesirable, you can start the server with the new --skip-merge option to disable the MERGE storage engine. (Bug#15195) - In the INFORMATION_SCHEMA.ROUTINES table the ROUTINE_DEFINITION column now is defined as NULL rather than NOT NULL. Also, NULL rather than the empty string is returned as the column value if the user does not have sufficient privileges to see the routine definition. (Bug#20230) - Several other bug fixes
Diffstat (limited to 'databases/mysql5-client/Makefile.common')
-rw-r--r--databases/mysql5-client/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysql5-client/Makefile.common b/databases/mysql5-client/Makefile.common
index 2e27b00a417..f109340d1d4 100644
--- a/databases/mysql5-client/Makefile.common
+++ b/databases/mysql5-client/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.14 2006/06/06 21:18:55 jklos Exp $
+# $NetBSD: Makefile.common,v 1.15 2006/08/06 16:30:40 tron Exp $
-DISTNAME= mysql-5.0.22
+DISTNAME= mysql-5.0.24
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.0/}
@@ -94,7 +94,7 @@ CONFIGURE_ENV+= ac_cv_func_pthread_setschedparam=no
CONFIGURE_ENV+= ac_cv_func_pthread_attr_setschedparam=no
.endif
-USE_LANGUAGES= c c++
+USE_LANGUAGES+= c c++
USE_TOOLS+= gmake perl:run
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/mysql