diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-25 18:55:26 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-25 18:55:26 +0000 |
commit | e80f3b9f7e8e43e22785ed901813699b77446bb0 (patch) | |
tree | ac1616abcf0beeab04757cb9e082d860c8f663d9 | |
parent | 350f955d9ae8c1a01e5e346a47f5ee22077d397a (diff) | |
download | ports-e80f3b9f7e8e43e22785ed901813699b77446bb0.tar.gz ports-e80f3b9f7e8e43e22785ed901813699b77446bb0.zip |
Notes
-rw-r--r-- | security/Makefile | 1 | ||||
-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 |
7 files changed, 44 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 01e92a5a699d..a988f88d5361 100644 --- a/security/Makefile +++ b/security/Makefile @@ -101,6 +101,7 @@ SUBDIR += smurflog SUBDIR += sniff SUBDIR += snort + SUBDIR += srm SUBDIR += ssh SUBDIR += ssh2 SUBDIR += sslproxy diff --git a/security/srm/Makefile b/security/srm/Makefile new file mode 100644 index 000000000000..ec76309abe56 --- /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 000000000000..83d17c674c26 --- /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 000000000000..24f72999dff4 --- /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 000000000000..2ebfa8f85780 --- /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 000000000000..6ba931ac1c1a --- /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 000000000000..78c8476f5668 --- /dev/null +++ b/security/srm/pkg-plist @@ -0,0 +1 @@ +bin/srm |