summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorspz <spz>2016-12-09 21:08:34 +0000
committerspz <spz>2016-12-09 21:08:34 +0000
commit6f0527149e0e437fa9792632f2790c0f18f6228c (patch)
treeeca30700c62f9081459dde7132dc97fdd298898d /net
parentc2ecd5e594976f7bfb19fbdac9ee62b35b656640 (diff)
downloadpkgsrc-6f0527149e0e437fa9792632f2790c0f18f6228c.tar.gz
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 (limited to 'net')
-rw-r--r--net/xymon/Makefile5
-rw-r--r--net/xymon/distinfo10
-rw-r--r--net/xymonclient/Makefile6
-rw-r--r--net/xymonclient/distinfo10
4 files changed, 15 insertions, 16 deletions
diff --git a/net/xymon/Makefile b/net/xymon/Makefile
index 906215b7dc0..83e355148a6 100644
--- a/net/xymon/Makefile
+++ b/net/xymon/Makefile
@@ -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 --git a/net/xymon/distinfo b/net/xymon/distinfo
index 9f4627da910..ff0dd7d6dfc 100644
--- a/net/xymon/distinfo
+++ b/net/xymon/distinfo
@@ -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 --git a/net/xymonclient/Makefile b/net/xymonclient/Makefile
index 51acc8e1f7e..75953a58d71 100644
--- a/net/xymonclient/Makefile
+++ b/net/xymonclient/Makefile
@@ -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 --git a/net/xymonclient/distinfo b/net/xymonclient/distinfo
index 0a85e524388..601da4d90ba 100644
--- a/net/xymonclient/distinfo
+++ b/net/xymonclient/distinfo
@@ -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