diff options
author | adam <adam@pkgsrc.org> | 2015-04-08 10:38:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-04-08 10:38:01 +0000 |
commit | 2f5c73e505ab20793ef8fd854e3d5f4a47273053 (patch) | |
tree | d823327b356502d8db5ab8a102c68d51da774f34 /databases/mysql55-client | |
parent | 481b301a7e49c2d39acab69b52068b24a7acd35e (diff) | |
download | pkgsrc-2f5c73e505ab20793ef8fd854e3d5f4a47273053.tar.gz |
Changes 5.5.43:
* CMake support was updated to handle CMake version 3.1.
* The server now includes its version number when it writes the initial “starting” message to the error log, to make it easier to tell which server instance error log output applies to. This value is the same as that available from the version system variable.
* Bug fixes.
Diffstat (limited to 'databases/mysql55-client')
-rw-r--r-- | databases/mysql55-client/Makefile.common | 4 | ||||
-rw-r--r-- | databases/mysql55-client/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/mysql55-client/Makefile.common b/databases/mysql55-client/Makefile.common index cbcf0e9cf49..90296a214e3 100644 --- a/databases/mysql55-client/Makefile.common +++ b/databases/mysql55-client/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.42 2015/02/07 10:13:59 adam Exp $ +# $NetBSD: Makefile.common,v 1.43 2015/04/08 10:38:01 adam Exp $ # # used by databases/mysql55-client/Makefile # used by databases/mysql55-server/Makefile -DISTNAME= mysql-5.5.42 +DISTNAME= mysql-5.5.43 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.5/} diff --git a/databases/mysql55-client/distinfo b/databases/mysql55-client/distinfo index b5d60a4312c..41a3220ccd6 100644 --- a/databases/mysql55-client/distinfo +++ b/databases/mysql55-client/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.41 2015/02/07 10:13:59 adam Exp $ +$NetBSD: distinfo,v 1.42 2015/04/08 10:38:01 adam Exp $ -SHA1 (mysql-5.5.42.tar.gz) = 29f9c31f3857283c58e5887ea6479faa26a509dd -RMD160 (mysql-5.5.42.tar.gz) = 6dc47c5a885439a99585a0a8225a8e234a19e12e -Size (mysql-5.5.42.tar.gz) = 21795431 bytes +SHA1 (mysql-5.5.43.tar.gz) = ac986973e921d669d3bd5e14d8f35110eb7a3428 +RMD160 (mysql-5.5.43.tar.gz) = 780d539d1aed5e753b91ea70f601b97ef03bfff7 +Size (mysql-5.5.43.tar.gz) = 21784417 bytes SHA1 (sphinx-2.2.7-release.tar.gz) = dedae28c0deafda90109745230dacbe0dc441e1a RMD160 (sphinx-2.2.7-release.tar.gz) = d9f0150f6779b43457e30c77be50aa9bc658b03a Size (sphinx-2.2.7-release.tar.gz) = 2969037 bytes |