1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

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>
This commit is contained in:
Trevor Johnson 2000-10-25 18:55:26 +00:00
parent 350f955d9a
commit e80f3b9f7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34231
7 changed files with 44 additions and 0 deletions

View File

@ -101,6 +101,7 @@
SUBDIR += smurflog
SUBDIR += sniff
SUBDIR += snort
SUBDIR += srm
SUBDIR += ssh
SUBDIR += ssh2
SUBDIR += sslproxy

20
security/srm/Makefile Normal file
View File

@ -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>

1
security/srm/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (srm-1.2.0.tar.gz) = 3a70cce3f54b66d509c26ee6136c557e

View File

@ -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>

1
security/srm/pkg-comment Normal file
View File

@ -0,0 +1 @@
Secure rm, a utility which destroys file contents before unlinking

9
security/srm/pkg-descr Normal file
View File

@ -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

1
security/srm/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/srm