From owner-cvs-ports@FreeBSD.ORG Sun Nov 7 16:25:41 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 061381065693; Sun, 7 Nov 2010 16:25:41 +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 EB0978FC27; Sun, 7 Nov 2010 16:25:40 +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 oA7GPe0G070179; Sun, 7 Nov 2010 16:25:40 GMT (envelope-from ohauer@repoman.freebsd.org) Received: (from ohauer@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oA7GPeud070178; Sun, 7 Nov 2010 16:25:40 GMT (envelope-from ohauer) Message-Id: <201011071625.oA7GPeud070178@repoman.freebsd.org> From: Olli Hauer Date: Sun, 7 Nov 2010 16:25:40 +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/sysutils/monit Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 16:25:41 -0000 ohauer 2010-11-07 16:25:40 UTC FreeBSD ports repository Modified files: sysutils/monit Makefile distinfo Log: - update monit to version 5.2.2 BUGFIXES: * Fix crash on MacOSX * ICMP echo test (ping): - bug #31128: do not log error if different response type is received - bug #31129: do not require root to use ping test. Privilege to create raw socket is still required, but on some platforms such as Solaris it can be granted to non-root users too. If the user has no permission to perform ping, monit will skip the icmp test and log message (in debug mode only). * rsync protocol test: - wait for full server response and verify exit was received - bug #31249: send full version to rsync server. Thanks to John Hall for report PR: 152012 Submitted by: Martin Pala (maintainer) Approved by: glarkin (mentor, implicit) Revision Changes Path 1.19 +1 -1 ports/sysutils/monit/Makefile 1.15 +2 -3 ports/sysutils/monit/distinfo