From owner-cvs-all@FreeBSD.ORG Mon Dec 20 19:50:45 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB60D1065670; Mon, 20 Dec 2010 19:50:45 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 91C088FC08; Mon, 20 Dec 2010 19:50:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBKJojXT043891; Mon, 20 Dec 2010 19:50:45 GMT (envelope-from ohauer@repoman.freebsd.org) Received: (from ohauer@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBKJojcF043890; Mon, 20 Dec 2010 19:50:45 GMT (envelope-from ohauer) Message-Id: <201012201950.oBKJojcF043890@repoman.freebsd.org> From: Olli Hauer Date: Mon, 20 Dec 2010 19:50:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/mrtg Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2010 19:50:45 -0000 ohauer 2010-12-20 19:50:45 UTC FreeBSD ports repository Modified files: net-mgmt/mrtg Makefile distinfo Log: - update mrtg to version 2.17.0 The update to 2.17.0 uncludes: * added rrdcached support - new keyword: RRDCached: which overrides anything set in the RRDCACHED_ADDRESS environment variable and sets MRTG to work in RRDCached mode. This verifies that you're using a unix-domain socket and the socket is writable. - Check for environment variable RRDCACHED_ADDRESS and use this if no explicit address was set in the cfg file, making the same config validity checks. - Make warning if using rrdcached to the effect that the threshold checks will no longer work. - If in rrdcached-mode, and using RRDTool 1.4, then force use of update rather than updatev (as rrdcached does not yet support updatev) and consequently bypass the threshold checks. - Changes to validity check error messages to also report the file containing the error (as well as the line). * Added support for glob patterns in include * Make daemon reload cfg automatically when it changes * added support for Arista to cfgmaker * fix cfgmaker to work in mixed v1/2/3 snmp environment * do not stringify arguments to conversion function let eval take care of this * untaint inlast and outlast to make perl taint mode happy PR: ports/153317 Submitted by: Alexey V. Panfilov (maintainer) Revision Changes Path 1.108 +1 -1 ports/net-mgmt/mrtg/Makefile 1.64 +2 -3 ports/net-mgmt/mrtg/distinfo