diff options
author | trevor <trevor@FreeBSD.org> | 2000-10-25 18:55:26 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-10-25 18:55:26 +0000 |
commit | f77a5d734b56020d2d604607ea50eb6f5f42628b (patch) | |
tree | b4dd4cc4879a0044b3d24d2a876379a869dac81b /security/srm | |
parent | 648449324a44a2fc2a537cb9c793f05cb17481b4 (diff) | |
download | FreeBSD-ports-f77a5d734b56020d2d604607ea50eb6f5f42628b.zip FreeBSD-ports-f77a5d734b56020d2d604607ea50eb6f5f42628b.tar.gz |
Add new port of srm 1.2.0, a utility which overwrites the contents
of files when it deletes them.
PR: 22289
Submitted by: Keith J. Jones <keith.jones@ieee.org>
Diffstat (limited to 'security/srm')
-rw-r--r-- | security/srm/Makefile | 20 | ||||
-rw-r--r-- | security/srm/distinfo | 1 | ||||
-rw-r--r-- | security/srm/files/patch-01 | 11 | ||||
-rw-r--r-- | security/srm/pkg-comment | 1 | ||||
-rw-r--r-- | security/srm/pkg-descr | 9 | ||||
-rw-r--r-- | security/srm/pkg-plist | 1 |
6 files changed, 43 insertions, 0 deletions
diff --git a/security/srm/Makefile b/security/srm/Makefile new file mode 100644 index 0000000..ec76309 --- /dev/null +++ b/security/srm/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: srm +# Date created: 25 Oct 2000 +# Whom: Keith J. Jones <keith.jones@ieee.org> +# +# $FreeBSD$ +# + +PORTNAME= srm +PORTVERSION= 1.2.0 +CATEGORIES= security sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= srm + +MAINTAINER= keith.jones@ieee.org + +USE_LIBTOOL= YES + +MAN1= srm.1 + +.include <bsd.port.mk> diff --git a/security/srm/distinfo b/security/srm/distinfo new file mode 100644 index 0000000..83d17c6 --- /dev/null +++ b/security/srm/distinfo @@ -0,0 +1 @@ +MD5 (srm-1.2.0.tar.gz) = 3a70cce3f54b66d509c26ee6136c557e diff --git a/security/srm/files/patch-01 b/security/srm/files/patch-01 new file mode 100644 index 0000000..24f7299 --- /dev/null +++ b/security/srm/files/patch-01 @@ -0,0 +1,11 @@ +diff -ru src/main.c src/main.c +--- src/main.c Thu Jun 22 16:18:03 2000 ++++ src/main.c Tue Oct 24 10:47:08 2000 +@@ -1,6 +1,6 @@ + #include <errno.h> + #include <fcntl.h> +-#include <getopt.h> ++#include "../lib/getopt.h" + #include <stdio.h> + #include <stdlib.h> + #include <string.h> diff --git a/security/srm/pkg-comment b/security/srm/pkg-comment new file mode 100644 index 0000000..2ebfa8f --- /dev/null +++ b/security/srm/pkg-comment @@ -0,0 +1 @@ +Secure rm, a utility which destroys file contents before unlinking diff --git a/security/srm/pkg-descr b/security/srm/pkg-descr new file mode 100644 index 0000000..6ba931a --- /dev/null +++ b/security/srm/pkg-descr @@ -0,0 +1,9 @@ +Secure rm (srm) is a command-line utility compatible with rm(1) which destroys +file contents before unlinking. The goal is to provide drop-in security for +users who wish to prevent command-line recovery of deleted information, even if +the machine is compromised. + +WWW: http://sourceforge.net/projects/srm + +Keith J. Jones +keith.jones@ieee.org diff --git a/security/srm/pkg-plist b/security/srm/pkg-plist new file mode 100644 index 0000000..78c8476 --- /dev/null +++ b/security/srm/pkg-plist @@ -0,0 +1 @@ +bin/srm |