pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net update xymon and xymonclient to the current versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12a743c6b14a
branches:  trunk
changeset: 355679:12a743c6b14a
user:      spz <spz%pkgsrc.org@localhost>
date:      Fri Dec 09 21:08:34 2016 +0000

description:
update xymon and xymonclient to the current version, 4.3.27

Upstream relnotes:

Changes for 4.3.27
==================

Fixes for CGI acknowledgements and NK/criticalview web redirects.

Xymon should now properly check for lack of SSLv3 (or v2) support at compile-
time and exclude the openssl options as needed.

Completely empty directories (on Windows) are no longer considered errors.


Changes for 4.3.26
==================

This is mostly a bug fix release for javascript issues on the info and
trends pages, along with the enable / disable CGI. Several browsers had
difficulty with the new CSP rules introduced in 4.3.25.

XYMWEBREFRESH is now used as the default refresh interval for dynamic
status pages and various other xymongen destinations. Non-svcstatus
pages can be overridden by altering the appropriate *_header template
files, but svcstatus refresh interval uses this value. (default: 60s)
Set in xymonserver.cfg(5).

Incoming test names are now restricted to alphanumeric characters, colons
dashes, underscores, and slashes. Slashes and colons may be restricted in
a future release.

Unconfigured (ghost) host names are now restricted to alphanumerics, colons,
commas, periods, dashes, and underscores. It is strongly recommended to use only
valid hostnames and DNS components in servers names.

Files matched multiple times by logfetch in the client config retrieved
from config-local.cfg (such as a file matching multiple globs) will now only
be scanned once and only use the ignore/trigger rules from its first entry.
(Note: A future version of Xymon may combine all matching rules for a file together.)

CLASS groupings in analysis.cfg and alerts.cfg will now reliably work for
hosts with a CLASS override in hosts.cfg. Previous, this class was not used
in favor of the class type sent in on any specific client message.

diffstat:

 net/xymon/Makefile       |   5 ++---
 net/xymon/distinfo       |  10 +++++-----
 net/xymonclient/Makefile |   6 +++---
 net/xymonclient/distinfo |  10 +++++-----
 4 files changed, 15 insertions(+), 16 deletions(-)

diffs (65 lines):

diff -r 12c0fa9b8c48 -r 12a743c6b14a net/xymon/Makefile
--- a/net/xymon/Makefile        Fri Dec 09 19:04:33 2016 +0000
+++ b/net/xymon/Makefile        Fri Dec 09 21:08:34 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2016/03/05 11:29:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.46 2016/12/09 21:08:34 spz Exp $
 #
 
-DISTNAME=              xymon-4.3.25
-PKGREVISION=           1
+DISTNAME=              xymon-4.3.27
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=xymon/}
 
diff -r 12c0fa9b8c48 -r 12a743c6b14a net/xymon/distinfo
--- a/net/xymon/distinfo        Fri Dec 09 19:04:33 2016 +0000
+++ b/net/xymon/distinfo        Fri Dec 09 21:08:34 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2016/02/16 05:58:56 spz Exp $
+$NetBSD: distinfo,v 1.16 2016/12/09 21:08:34 spz Exp $
 
-SHA1 (xymon-4.3.25.tar.gz) = 049bf7e908032e9780e3c67fd5e10dd399c811f3
-RMD160 (xymon-4.3.25.tar.gz) = 1c8315e88a5b418d77e7c6e1c4f5f2e034f049e3
-SHA512 (xymon-4.3.25.tar.gz) = c438ecaac18ca64222643fa361254e7c7a27c60ca3bb27fc092da8182e7c1c7862677b544e4d634ae73bbaa7954a3bb0920ce570d99e8ffd899419119075a940
-Size (xymon-4.3.25.tar.gz) = 2996840 bytes
+SHA1 (xymon-4.3.27.tar.gz) = 76055c6b1b60f1d2f86859d1de8fec70ce59e538
+RMD160 (xymon-4.3.27.tar.gz) = 585b9e5f49444eee255db62d1510fc67f2539f96
+SHA512 (xymon-4.3.27.tar.gz) = bb48fce02e20f040675d3cf8e32596855b57c8ad1ed12c684550458cc286a6d214814ba596a670539d137e238a9e02ff9f8ffe2522571b95445db5b81b12d0f1
+Size (xymon-4.3.27.tar.gz) = 3000255 bytes
 SHA1 (patch-aa) = 227b631c6e002712ebf6019d8473ca4b44904e4a
 SHA1 (patch-ab) = 39a6af51ec216bb8cbdb57a3c07d82fce559b27f
 SHA1 (patch-ac) = a44d1c7471d6aafe36931fa8dd001c0d3b7d7b72
diff -r 12c0fa9b8c48 -r 12a743c6b14a net/xymonclient/Makefile
--- a/net/xymonclient/Makefile  Fri Dec 09 19:04:33 2016 +0000
+++ b/net/xymonclient/Makefile  Fri Dec 09 21:08:34 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2016/02/16 05:58:57 spz Exp $
+# $NetBSD: Makefile,v 1.20 2016/12/09 21:08:34 spz Exp $
 #
 
-DISTNAME=              xymon-4.3.25
-PKGNAME=               xymonclient-4.3.25
+DISTNAME=              xymon-4.3.27
+PKGNAME=               xymonclient-4.3.27
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=xymon/}
 
diff -r 12c0fa9b8c48 -r 12a743c6b14a net/xymonclient/distinfo
--- a/net/xymonclient/distinfo  Fri Dec 09 19:04:33 2016 +0000
+++ b/net/xymonclient/distinfo  Fri Dec 09 21:08:34 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2016/02/16 05:58:57 spz Exp $
+$NetBSD: distinfo,v 1.15 2016/12/09 21:08:34 spz Exp $
 
-SHA1 (xymon-4.3.25.tar.gz) = 049bf7e908032e9780e3c67fd5e10dd399c811f3
-RMD160 (xymon-4.3.25.tar.gz) = 1c8315e88a5b418d77e7c6e1c4f5f2e034f049e3
-SHA512 (xymon-4.3.25.tar.gz) = c438ecaac18ca64222643fa361254e7c7a27c60ca3bb27fc092da8182e7c1c7862677b544e4d634ae73bbaa7954a3bb0920ce570d99e8ffd899419119075a940
-Size (xymon-4.3.25.tar.gz) = 2996840 bytes
+SHA1 (xymon-4.3.27.tar.gz) = 76055c6b1b60f1d2f86859d1de8fec70ce59e538
+RMD160 (xymon-4.3.27.tar.gz) = 585b9e5f49444eee255db62d1510fc67f2539f96
+SHA512 (xymon-4.3.27.tar.gz) = bb48fce02e20f040675d3cf8e32596855b57c8ad1ed12c684550458cc286a6d214814ba596a670539d137e238a9e02ff9f8ffe2522571b95445db5b81b12d0f1
+Size (xymon-4.3.27.tar.gz) = 3000255 bytes
 SHA1 (patch-aa) = c44f791ef6005c809127175cb563bd8f0ac74642
 SHA1 (patch-ab) = db0c5808cfad75aaf37217509399597191236180
 SHA1 (patch-ac) = e36db5081c7461eeec32a9be6e480c8d9643ea41



Home | Main Index | Thread Index | Old Index