From owner-svn-ports-head@FreeBSD.ORG Fri Dec 19 18:08:43 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A98442D; Fri, 19 Dec 2014 18:08:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6955C287F; Fri, 19 Dec 2014 18:08:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBJI8hvo076173; Fri, 19 Dec 2014 18:08:43 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBJI8ftM076166; Fri, 19 Dec 2014 18:08:41 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412191808.sBJI8ftM076166@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 19 Dec 2014 18:08:41 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2014 18:08:43 -0000 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