ports/125698: [patch] security/srm add conflicts for security/secure_delete

Andrew Stuart andrew at tekrealm.net
Wed Jul 16 21:50:02 UTC 2008


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list