From owner-cvs-ports@FreeBSD.ORG Sat Jun 6 08:14:41 2009 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 3657F106566C; Sat, 6 Jun 2009 08:14:41 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2534F8FC0A; Sat, 6 Jun 2009 08:14:41 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n568Ef9t059731; Sat, 6 Jun 2009 08:14:41 GMT (envelope-from beat@repoman.freebsd.org) Received: (from beat@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n568EfCa059730; Sat, 6 Jun 2009 08:14:41 GMT (envelope-from beat) Message-Id: <200906060814.n568EfCa059730@repoman.freebsd.org> From: Beat Gaetzi Date: Sat, 6 Jun 2009 08:14:41 +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/cmdwatch Makefile ports/sysutils/cmdwatch/files patch-cmdwatch.c 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: Sat, 06 Jun 2009 08:14:41 -0000 beat 2009-06-06 08:14:41 UTC FreeBSD ports repository Modified files: sysutils/cmdwatch Makefile Added files: sysutils/cmdwatch/files patch-cmdwatch.c Log: - Add patch to shuffle around the command line realloc loop to avoid a assigning endp to the end of the buffer then realloc()ing the buffer to a different location. 'cmdwatch ps ruaxww' failed consistently due to this bug. - Bump PORTREVISION. Submitted by: brian@ (via private mail) Approved by: miwi (mentor, implicit) Revision Changes Path 1.9 +1 -1 ports/sysutils/cmdwatch/Makefile 1.1 +20 -0 ports/sysutils/cmdwatch/files/patch-cmdwatch.c (new)