Date: Fri, 19 Dec 2014 18:08:41 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374960 - in head: . net-mgmt/xymon-client net-mgmt/xymon-server Message-ID: <201412191808.sBJI8ftM076166@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Fri Dec 19 18:08:40 2014 New Revision: 374960 URL: https://svnweb.freebsd.org/changeset/ports/374960 QAT: https://qat.redports.org/buildarchive/r374960/ Log: Update Xymon to 4.3.18 This version was not put on the usual MASTER SITE much to my dismay. Modified: head/UPDATING head/net-mgmt/xymon-client/Makefile head/net-mgmt/xymon-client/distinfo head/net-mgmt/xymon-server/Makefile head/net-mgmt/xymon-server/distinfo head/net-mgmt/xymon-server/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Dec 19 18:05:51 2014 (r374959) +++ head/UPDATING Fri Dec 19 18:08:40 2014 (r374960) @@ -6,6 +6,24 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20141219: + AFFECTS: users of net-mgmt/xymon-server + AUTHOR: feld@FreeBSD.org + + Xymon has been updated to 4.3.18. A major change is the replacement of + the individual cgi shell scripts with symlinks to a cgi program written + in C. This is to mitigate shellshock on Linux systems where the + /bin/sh -> /bin/bash. FreeBSD users were not exposed except in the + most unusual and unsupported circumstances. However, this is an + important update for security. This change could break your + configuration as Henrik describes here: + + > NOTE: Replacing the shell script wrappers means that the cgioptions.cfg + > file is no longer processed as a shell script. The new wrapper works + > fine with the default version of cgioptions.cfg, but it you have + > modified it in a way that it relies on being processed by a shell, then + > it will break. + +20141219: AFFECTS: users of audio/abcde AUTHOR: gblach@FreeBSD.org Modified: head/net-mgmt/xymon-client/Makefile ============================================================================== --- head/net-mgmt/xymon-client/Makefile Fri Dec 19 18:05:51 2014 (r374959) +++ head/net-mgmt/xymon-client/Makefile Fri Dec 19 18:08:40 2014 (r374960) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= xymon -PORTVERSION= 4.3.17 +PORTVERSION= 4.3.18 CATEGORIES= net-mgmt www -MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} +#MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} +MASTER_SITES= https://www.xymon.com/patches/ PKGNAMESUFFIX= -client${PKGNAMESUFFIX2} DIST_SUBDIR= repacked Modified: head/net-mgmt/xymon-client/distinfo ============================================================================== --- head/net-mgmt/xymon-client/distinfo Fri Dec 19 18:05:51 2014 (r374959) +++ head/net-mgmt/xymon-client/distinfo Fri Dec 19 18:08:40 2014 (r374960) @@ -1,2 +1,2 @@ -SHA256 (repacked/xymon-4.3.17.tar.gz) = fc912efcf7adb7c5d285bf264fa44ae94fefcbeec32b58d7f9a6184fd9ac19d1 -SIZE (repacked/xymon-4.3.17.tar.gz) = 2772765 +SHA256 (repacked/xymon-4.3.18.tar.gz) = 455c1d7754ef7a9dc7f73f4ac9071c6c359fb81292ba0b87c7c5a77080354253 +SIZE (repacked/xymon-4.3.18.tar.gz) = 2770470 Modified: head/net-mgmt/xymon-server/Makefile ============================================================================== --- head/net-mgmt/xymon-server/Makefile Fri Dec 19 18:05:51 2014 (r374959) +++ head/net-mgmt/xymon-server/Makefile Fri Dec 19 18:08:40 2014 (r374960) @@ -1,10 +1,11 @@ # $FreeBSD$ PORTNAME= xymon -PORTVERSION= 4.3.17 -PORTREVISION= 4 +PORTVERSION= 4.3.18 +PORTREVISION= 0 CATEGORIES= net-mgmt www -MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} +#MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} +MASTER_SITES= https://www.xymon.com/patches/ PKGNAMESUFFIX= -server${PKGNAMESUFFIX2} DIST_SUBDIR= repacked Modified: head/net-mgmt/xymon-server/distinfo ============================================================================== --- head/net-mgmt/xymon-server/distinfo Fri Dec 19 18:05:51 2014 (r374959) +++ head/net-mgmt/xymon-server/distinfo Fri Dec 19 18:08:40 2014 (r374960) @@ -1,2 +1,2 @@ -SHA256 (repacked/xymon-4.3.17.tar.gz) = fc912efcf7adb7c5d285bf264fa44ae94fefcbeec32b58d7f9a6184fd9ac19d1 -SIZE (repacked/xymon-4.3.17.tar.gz) = 2772765 +SHA256 (repacked/xymon-4.3.18.tar.gz) = 455c1d7754ef7a9dc7f73f4ac9071c6c359fb81292ba0b87c7c5a77080354253 +SIZE (repacked/xymon-4.3.18.tar.gz) = 2770470 Modified: head/net-mgmt/xymon-server/pkg-plist ============================================================================== --- head/net-mgmt/xymon-server/pkg-plist Fri Dec 19 18:05:51 2014 (r374959) +++ head/net-mgmt/xymon-server/pkg-plist Fri Dec 19 18:08:40 2014 (r374960) @@ -107,6 +107,7 @@ man/man8/xymonproxy.8 %%WWWDIR%%/server/bin/bbhostshow %%WWWDIR%%/server/bin/beastat %%WWWDIR%%/server/bin/boilerplate.cgi +%%WWWDIR%%/server/bin/cgiwrap %%WWWDIR%%/server/bin/combostatus %%WWWDIR%%/server/bin/confreport.cgi %%WWWDIR%%/server/bin/convertnk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412191808.sBJI8ftM076166>