Files
Blair Zajac f9ee8f3341 Revert "srm: add 3-pass DoD 5220.22-M."
This reverts commit de2bfa3b0b.

This was a local patch I had and accidentally committed it, so revert
it. Bump the revision as the bad commit bumped it so new builds will
be made.
2025-09-26 00:44:55 -07:00

32 lines
1.0 KiB
Plaintext

PortSystem 1.0
name srm
version 1.2.15
revision 2
description srm is a secure replacement for rm(1).
long_description \
srm is a secure replacement for rm(1). Unlike the standard rm, it \
overwrites the data in the target files before unlinking them. This \
prevents command-line recovery of the data by examining the raw \
block device. It may also help frustrate physical examination of the\
disk, although it's unlikely that it can completely prevent that \
type of recovery. It is, essentially, a paper shredder for sensitive\
files.
maintainers nomaintainer
categories sysutils
# included getopt is LGPL
license MIT LGPL
platforms darwin
homepage http://srm.sourceforge.net/
master_sites sourceforge
checksums rmd160 61b674b21acf48ec837fcaf59836abdda62bc496 \
sha256 7583c1120e911e292f22b4a1d949b32c23518038afd966d527dae87c61565283
test.run yes
post-destroot {
delete ${destroot}${prefix}/bin/fill_test
}