diff options
author | vs <vs@FreeBSD.org> | 2006-04-15 20:50:57 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-04-15 20:50:57 +0800 |
commit | 14516581aea5b4c8b552bcd11f03d53e12a11205 (patch) | |
tree | f73828128bf9c7c62f70bdfdb5ef3dd91fd05967 /security/bcwipe | |
parent | 1a2ccb800a9ec5f985e11bf3787936cfa3383bb4 (diff) | |
download | freebsd-ports-gnome-14516581aea5b4c8b552bcd11f03d53e12a11205.tar.gz freebsd-ports-gnome-14516581aea5b4c8b552bcd11f03d53e12a11205.tar.zst freebsd-ports-gnome-14516581aea5b4c8b552bcd11f03d53e12a11205.zip |
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
Diffstat (limited to 'security/bcwipe')
-rw-r--r-- | security/bcwipe/Makefile | 4 | ||||
-rw-r--r-- | 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 |