Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2008 21:44:06 GMT
From:      Andrew Stuart <andrew@tekrealm.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125698: [patch] security/srm add conflicts for security/secure_delete
Message-ID:  <200807162144.m6GLi6tg035321@www.freebsd.org>
Resent-Message-ID: <200807162150.m6GLo2eo089204@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125698
>Category:       ports
>Synopsis:       [patch]  security/srm add conflicts for  security/secure_delete
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 16 21:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Stuart
>Release:        7.0-RELEASE-p1
>Organization:
>Environment:
FreeBSD scrappy 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Tue Apr 29 12:02:54 PDT 2008 andrew@scrappy:/usr/obj/usr/src/sys/SCRAPPY i386
>Description:
Both security/secure_delete and security/srm install a srm binary, thus overwriting each other. 

I contacted the maintainer on June 16th, and have not received a reply. 
>How-To-Repeat:
Install security/srm, run srm notice output 
then install security/secure_delete and run srm, notice difference in output
>Fix:


Patch attached with submission follows:

--- Makefile.orig	2008-06-16 18:31:19.000000000 -0700
+++ Makefile	2008-06-16 18:33:56.000000000 -0700
@@ -14,6 +14,8 @@
 MAINTAINER=	kjones@antihackertoolkit.com
 COMMENT=	Secure rm, a utility which destroys file contents before unlinking
 
+CONFLICTS=	secure_delete-3.*
+
 GNU_CONFIGURE=		yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807162144.m6GLi6tg035321>