From owner-cvs-all@FreeBSD.ORG Thu Oct 29 18:27:47 2009 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 855BA1065693; Thu, 29 Oct 2009 18:27:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5C82B8FC20; Thu, 29 Oct 2009 18:27:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TIRls8021990; Thu, 29 Oct 2009 18:27:47 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9TIRlsL021989; Thu, 29 Oct 2009 18:27:47 GMT (envelope-from amdmi3) Message-Id: <200910291827.n9TIRlsL021989@repoman.freebsd.org> From: Dmitry Marakasov Date: Thu, 29 Oct 2009 18:27:46 +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/security/wipe Makefile ports/security/wipe/files patch-prompt.c 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: Thu, 29 Oct 2009 18:27:47 -0000 amdmi3 2009-10-29 18:27:46 UTC FreeBSD ports repository Modified files: security/wipe Makefile Added files: security/wipe/files patch-prompt.c Log: - fix the core dump when wiping e.g. /tmp/testfile ([1]) - fix permissions handling ([2]) PR: 139611 [1], 139637 [2] Submitted by: Michael [1], Christoph Weber-Fahr [2] Patch by: Rob Farmer (maintainer) Revision Changes Path 1.6 +1 -0 ports/security/wipe/Makefile 1.1 +37 -0 ports/security/wipe/files/patch-prompt.c (new)