cvs commit: ports/security Makefile ports/security/fwipe Makefile distinfo pkg-descr ports/security/fwipe/files patch-hier.c

Martin Wilke miwi at FreeBSD.org
Sun Sep 24 14:20:25 PDT 2006


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)


More information about the cvs-ports mailing list