Date: Wed, 9 Mar 2005 18:23:59 GMT From: Danny Koenig <dako@bsdberlin.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/78637: update port: security/bcwipe 1.2.3 -> 1.5.3 Message-ID: <200503091823.j29INxqR003516@www.freebsd.org> Resent-Message-ID: <200503091830.j29IU3Lj066130@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78637 >Category: ports >Synopsis: update port: security/bcwipe 1.2.3 -> 1.5.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Mar 09 18:30:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Danny Koenig >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: FreeBSD tiberian.bsdberlin.local 5.3-RELEASE FreeBSD 5.3-RELEASE #1: Sat Mar 5 07:24:24 CET 2005 dako@tiberian.bsdberlin.local:/usr/src/sys/i386/compile/TIBERIAN i386 >Description: >How-To-Repeat: >Fix: diff -ruN bcwipe.old/Makefile bcwipe/Makefile --- bcwipe.old/Makefile Wed Mar 9 18:02:27 2005 +++ bcwipe/Makefile Wed Mar 9 18:34:30 2005 @@ -6,13 +6,13 @@ # PORTNAME= bcwipe -PORTVERSION= 1.2.3 +PORTVERSION= 1.5.3 CATEGORIES= security MASTER_SITES= http://www.jetico.com/linux/ \ - http://www.underworld.hu/~crow/distfiles/ + http://www.bsdberlin.org/~dako/distfiles/security/ DISTNAME= BCWipe-${PORTVERSION:S/./-/g:S/-/./} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dako@bsdberlin.org COMMENT= BCWipe securely erase data from magnetic and solid-state memory NO_CDROM= yes @@ -25,6 +25,8 @@ post-patch: @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s,fprintf(stderr\,string),fprintf(stderr\,\"%s\"\,string),g" ${WRKSRC}/wipe.c + @${REINPLACE_CMD} -e "s,if (NULL == mktemp(result)),if (mkstemp(result) == -1),g" ${WRKSRC}/wipe.c + @${REINPLACE_CMD} -e "s,mktemp,mkstemp,g" ${WRKSRC}/wipe.c do-install: @${INSTALL_PROGRAM} ${WRKSRC}/bcwipe ${PREFIX}/bin diff -ruN bcwipe.old/distinfo bcwipe/distinfo --- bcwipe.old/distinfo Wed Mar 31 05:10:55 2004 +++ bcwipe/distinfo Wed Mar 9 17:56:25 2005 @@ -1,2 +1,2 @@ -MD5 (BCWipe-1.2-3.tar.gz) = d1aba86334a673d2a6f5c43c21fbe5f5 -SIZE (BCWipe-1.2-3.tar.gz) = 17049 +MD5 (BCWipe-1.5-3.tar.gz) = 1b99a6d12c2b3259fdbd527f484f03c3 +SIZE (BCWipe-1.5-3.tar.gz) = 21093 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503091823.j29INxqR003516>