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

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

>Number:         125697
>Category:       ports
>Synopsis:       [patch] security/secure_delete add conflicts for security/srm
>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:01 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, I was later told the maintainer was unable to test the patch (doesn't use FreeBSD on laptop anymore), and to submit it directly. 
>How-To-Repeat:
Install security/secure_delete, run srm notice output 
then install security/srm and run srm, notice difference in output
>Fix:


Patch attached with submission follows:

--- Makefile.orig	2008-06-16 18:35:10.000000000 -0700
+++ Makefile	2008-06-16 18:35:30.000000000 -0700
@@ -13,6 +13,8 @@
 MAINTAINER=	vaida.bogdan@gmail.com
 COMMENT=	Secure data deletion toolkit
 
+CONFLICTS=	srm-1.*
+
 MANCOMPRESSED=	no
 MAN1=		srm.1 sfill.1 sswap.1 smem.1
 


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



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