From 14516581aea5b4c8b552bcd11f03d53e12a11205 Mon Sep 17 00:00:00 2001 From: vs Date: Sat, 15 Apr 2006 12:50:57 +0000 Subject: Update security/bcwipe from 1.5.4 to 1.6.1 - Options for test wiping passes added (overwriting by zeros and overwriting by writing sector numbers) PR: ports/95753 Submitted by: maintainer --- security/bcwipe/Makefile | 4 ++-- security/bcwipe/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/bcwipe/Makefile b/security/bcwipe/Makefile index d05b825341a1..b913cd86a126 100644 --- a/security/bcwipe/Makefile +++ b/security/bcwipe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bcwipe -PORTVERSION= 1.5.4 +PORTVERSION= 1.6.1 CATEGORIES= security MASTER_SITES= http://www.jetico.com/linux/ \ http://bsd.desa-hosting.de/distfiles/security/ @@ -19,12 +19,12 @@ NO_CDROM= yes WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -DOS_FreeBSD +MAKE_ARGS+= CFLAGS="${CFLAGS}" MAN1= bcwipe.1 PLIST_FILES= bin/bcwipe 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 diff --git a/security/bcwipe/distinfo b/security/bcwipe/distinfo index 3969a86b839d..b3ba3fb5acdd 100644 --- a/security/bcwipe/distinfo +++ b/security/bcwipe/distinfo @@ -1,3 +1,3 @@ -MD5 (BCWipe-1.5-4.tar.gz) = 9e74e90ed5792edf22782a6a6d074660 -SHA256 (BCWipe-1.5-4.tar.gz) = d223d3a279124c17ef3d7b5f3d14446be83a6eeb3785bbc5b017504969a352c3 -SIZE (BCWipe-1.5-4.tar.gz) = 21373 +MD5 (BCWipe-1.6-1.tar.gz) = 3ee1f865acda62a2721c595e8905d8bb +SHA256 (BCWipe-1.6-1.tar.gz) = 7135e79a2394f03bfa0b17c11db02f1bb479a2a85e2aad5c95ba00318cc68500 +SIZE (BCWipe-1.6-1.tar.gz) = 21674 -- cgit