summaryrefslogtreecommitdiff
path: root/databases/mysql51-client/Makefile.common
diff options
context:
space:
mode:
authorobache <obache>2012-09-15 14:48:57 +0000
committerobache <obache>2012-09-15 14:48:57 +0000
commita42dd24d655b5b6b99fbfeac91eeb46d7a970ba9 (patch)
tree6bfa784353168e53e6418efdd18f5b1f8c6b6d0b /databases/mysql51-client/Makefile.common
parentea730d83915bd56c5fb85724244842f36ddfbdd2 (diff)
downloadpkgsrc-a42dd24d655b5b6b99fbfeac91eeb46d7a970ba9.tar.gz
Update mysql51 to 5.1.65.
While here, let to use OpenSSL instead of internal yaSSL with ssl option, may related to PR 46912. Changes in MySQL 5.1.65 (2012-08-09) Functionality Added or Changed * Important Change: The YEAR(2) data type is now deprecated because it is problematic. Support for YEAR(2) will be removed in a future release of MySQL. For more information, see Section 11.3.4, "YEAR(2) Limitations and Migrating to YEAR(4)". Bugs Fixed * The server did not build with gcc 4.7. (Bug #14238406) Changes in MySQL 5.1.64 (Not released) Functionality Added or Changed * Important Change: Replication: The SHOW BINARY LOGS statement (and its equivalent SHOW MASTER LOGS) may now be executed by a user with the REPLICATION CLIENT privilege. (Formerly, the SUPER privilege was necessary to use either form of this statement.)
Diffstat (limited to 'databases/mysql51-client/Makefile.common')
-rw-r--r--databases/mysql51-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql51-client/Makefile.common b/databases/mysql51-client/Makefile.common
index 125c5846ad9..a2cc5e81232 100644
--- a/databases/mysql51-client/Makefile.common
+++ b/databases/mysql51-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.25 2012/05/13 12:59:39 taca Exp $
+# $NetBSD: Makefile.common,v 1.26 2012/09/15 14:48:57 obache Exp $
#
# used by databases/mysql51-client/Makefile
# used by databases/mysql51-server/Makefile
-DISTNAME= mysql-5.1.63
+DISTNAME= mysql-5.1.65
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.1/}