From owner-cvs-ports@FreeBSD.ORG Sun Sep 24 21:20:25 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD49016A415; Sun, 24 Sep 2006 21:20:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77FD843D8F; Sun, 24 Sep 2006 21:19:53 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8OLJmbn083484; Sun, 24 Sep 2006 21:19:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8OLJmmH083483; Sun, 24 Sep 2006 21:19:48 GMT (envelope-from miwi) Message-Id: <200609242119.k8OLJmmH083483@repoman.freebsd.org> From: Martin Wilke Date: Sun, 24 Sep 2006 21:19:48 +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 Makefile ports/security/fwipe Makefile distinfo pkg-descr ports/security/fwipe/files patch-hier.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: Sun, 24 Sep 2006 21:20:25 -0000 miwi 2006-09-24 21:19:48 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/fwipe Makefile distinfo pkg-descr security/fwipe/files patch-hier.c Log: Fwipe is a secure file erasing program. fwipe0, which actually erases your files, is immune to filenames containing spaces, carriage returns, dashes, or any other special characters. You can use it in place of rm in cron jobs, together with "find ... -print0". The output of fwipe0 is specially designed to be parsed easily by machine, so it can be embedded in other applications which need secure file erasure. WWW: http://jeenyus.net/~budney/linux/software/fwipe.html PR: ports/103488 Submitted by: David Thiel Revision Changes Path 1.818 +1 -0 ports/security/Makefile 1.1 +29 -0 ports/security/fwipe/Makefile (new) 1.1 +3 -0 ports/security/fwipe/distinfo (new) 1.1 +14 -0 ports/security/fwipe/files/patch-hier.c (new) 1.1 +8 -0 ports/security/fwipe/pkg-descr (new)