svn commit: r396177 - in head/net-mgmt/check_mysql_health: . files

Kurt Jaeger pi at FreeBSD.org
Sat Sep 5 14:40:43 UTC 2015


Author: pi
Date: Sat Sep  5 14:40:42 2015
New Revision: 396177
URL: https://svnweb.freebsd.org/changeset/ports/396177

Log:
  net-mgmt/check_mysql_health: 2.1.5.1 -> 2.2.1
  
  Changes: see
    https://labs.consol.de/de/nagios/check_mysql_health/
    The changelog is in english, but the english page (/en/) is not up2date
  
  - 2.2.1 - 2015-08-18
    fix the autoconf m4, so the debian-builds don't fail (thanks Jan Wagner)
  - 2.2 - 2015-04-23
    add rfc3986-encoded passwords
  - 2.1.9.2 2014-12-22
    bugfix in InnoDB initialization & versions > 5.6.1 (Thanks Jorg Veit)
  - 2.1.9.1 2014-06-12
    add connections_aborted, open_files to the pnp template
    (Thanks Simon Meggle)
  - 2.1.9 2014-06-12
    bugfix in pnp template (Thanks Simon Meggle)
    bugfix in qcache calculation (Thanks lermit)
  - 2.1.8.4 2014-04-01
    implement -negate old_level=new_level
    allow floating point numbers in thresholds
  - 2.1.8.3 2012-10-15
    output also ok-messages for my-modes
  - 2.1.8.2 2012-08-08
    bugfix in querycache-hitrate (div by 0 after db restart).
    (Thanks Gianluca Varisco)
  - 2.1.8.1 2012-01-21
    bugfix in timeout-alarm handling under windows
    fix warnings for newest perl versions
  - 2.1.8 2011-09-29
    new parameters -mycnf and -mycnfgroup
    single ticks around the -name argument under Windows CMD will be
    removed automatically
  - 2.1.7 2011-08-23
    innodb modes now detect problems with the innodb engine
  - 2.1.6 2011-08-12
    fix a bug with statefilesdir and capital letters
    add -labelformat so that groundwork no longer complains
    (max label length is 19 characters)
  - 2.1.5.2 2011-06-03
    sites in an OMD (http://omdistro.org) environment have now private
    statefile directories

Deleted:
  head/net-mgmt/check_mysql_health/files/
Modified:
  head/net-mgmt/check_mysql_health/Makefile
  head/net-mgmt/check_mysql_health/distinfo
  head/net-mgmt/check_mysql_health/pkg-descr

Modified: head/net-mgmt/check_mysql_health/Makefile
==============================================================================
--- head/net-mgmt/check_mysql_health/Makefile	Sat Sep  5 14:35:21 2015	(r396176)
+++ head/net-mgmt/check_mysql_health/Makefile	Sat Sep  5 14:40:42 2015	(r396177)
@@ -1,10 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	check_mysql_health
-PORTVERSION=	2.1.5.1
-PORTREVISION=	1
+PORTVERSION=	2.2.1
 CATEGORIES=	net-mgmt
-MASTER_SITES=	http://labs.consol.de/wp-content/uploads/2011/04/
+MASTER_SITES=	https://labs.consol.de/assets/downloads/nagios/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Nagios plugin to check various parameters of a MySQL database

Modified: head/net-mgmt/check_mysql_health/distinfo
==============================================================================
--- head/net-mgmt/check_mysql_health/distinfo	Sat Sep  5 14:35:21 2015	(r396176)
+++ head/net-mgmt/check_mysql_health/distinfo	Sat Sep  5 14:40:42 2015	(r396177)
@@ -1,2 +1,2 @@
-SHA256 (check_mysql_health-2.1.5.1.tar.gz) = dc6c6019ac318cc8e74a6065f16ccf3b93bb2c3b35aa47054dcf24803a967a0c
-SIZE (check_mysql_health-2.1.5.1.tar.gz) = 118408
+SHA256 (check_mysql_health-2.2.1.tar.gz) = a88aabe7bd9ead97998e2d4dd4d41c2ddfd4373d759b4312dc92ce18fc983b55
+SIZE (check_mysql_health-2.2.1.tar.gz) = 140160

Modified: head/net-mgmt/check_mysql_health/pkg-descr
==============================================================================
--- head/net-mgmt/check_mysql_health/pkg-descr	Sat Sep  5 14:35:21 2015	(r396176)
+++ head/net-mgmt/check_mysql_health/pkg-descr	Sat Sep  5 14:40:42 2015	(r396177)
@@ -1,3 +1,5 @@
-a plugin to check various parameters of a MySQL database
+Plugin to check various parameters of a MySQL database.
 
-WWW: http://labs.consol.de/lang/en/nagios/check_mysql_health/
+The english site is at /en/, but not as up2date.
+
+WWW: https://labs.consol.de/de/nagios/check_mysql_health/


More information about the svn-ports-all mailing list