Bug 103488 - New port: security/fwipe, another file wiping utility
Summary: New port: security/fwipe, another file wiping utility
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-22 15:30 UTC by David Thiel
Modified: 2006-09-24 22:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.83 KB, text/plain)
2006-09-22 15:30 UTC, David Thiel
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Thiel 2006-09-22 15:30:25 UTC
This is a file wiping utility designed to be able to work smoothly with
find and cronjobs, and to not screw up when presented with spaces or
other special characters in filenames.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-09-24 22:18:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-24 22:20:30 UTC
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 <lx(at)redundancy.redundancy.org>
  
  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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-09-24 22:21:10 UTC
State Changed
From-To: open->closed

New port added. Thanks!