summaryrefslogtreecommitdiff
path: root/databases/mysql55-client/Makefile.common
diff options
context:
space:
mode:
authoradam <adam>2013-12-03 15:40:19 +0000
committeradam <adam>2013-12-03 15:40:19 +0000
commit6b38e77e558a59d3cc5ea696c100887511a14c55 (patch)
tree3fa78028d8a2fb45b2ebaf21a5c22c561288227f /databases/mysql55-client/Makefile.common
parentf4cd97dcd4a01119c93085df1f323d41429d46a4 (diff)
downloadpkgsrc-6b38e77e558a59d3cc5ea696c100887511a14c55.tar.gz
Changes 5.5.35:
* Previously, MySQL Server distributions included the MySQL Reference Manual in Info format (the Docs/mysql.info file). Because the license for the manual restricts redistribution, its inclusion in Community packages caused problems for downstream redistributors, such as those who create Linux distributions. Community distributions of MySQL Server no longer include the mysql.info file, to make the repackaging and redistribution process easier (for example, the source tarball and its checksum can be used directly). This change applies to all source and binary Community packaging formats. Commercial (Enterprise) distributions are unchanged. * A new CMake option, WITH_ASAN, permits enabling address sanitization for compilers that support it. * Attempts to use the thread_concurrency system variable (which has an effect only for Solaris 8 and earlier) now indicate that it has no effect when that is the case. * Bugs Fixed
Diffstat (limited to 'databases/mysql55-client/Makefile.common')
-rw-r--r--databases/mysql55-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql55-client/Makefile.common b/databases/mysql55-client/Makefile.common
index 34f22172677..30a47038c54 100644
--- a/databases/mysql55-client/Makefile.common
+++ b/databases/mysql55-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.32 2013/09/30 18:26:38 adam Exp $
+# $NetBSD: Makefile.common,v 1.33 2013/12/03 15:40:19 adam Exp $
#
# used by databases/mysql55-client/Makefile
# used by databases/mysql55-server/Makefile
-DISTNAME= mysql-5.5.34
+DISTNAME= mysql-5.5.35
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.5/}