diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-19 13:00:38 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-19 13:00:38 +0000 |
commit | 7d9313d66a5c78c343a26581a4914cb0df445a8e (patch) | |
tree | 428929c8f9ef3a82b3f7f66b5d5a970f06a91eb7 /security | |
parent | dbcc1ca55aeb969505a3bc1ca061b69ba2eb52ec (diff) | |
download | FreeBSD-ports-7d9313d66a5c78c343a26581a4914cb0df445a8e.zip FreeBSD-ports-7d9313d66a5c78c343a26581a4914cb0df445a8e.tar.gz |
upgrade to 1.2.1
PR: 45262
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/bcwipe/Makefile | 4 | ||||
-rw-r--r-- | security/bcwipe/distinfo | 2 | ||||
-rw-r--r-- | security/bcwipe/files/patch-aa | 18 |
3 files changed, 16 insertions, 8 deletions
diff --git a/security/bcwipe/Makefile b/security/bcwipe/Makefile index 3bcc059..2c1b283 100644 --- a/security/bcwipe/Makefile +++ b/security/bcwipe/Makefile @@ -6,10 +6,10 @@ # PORTNAME= bcwipe -PORTVERSION= 0.2.4 +PORTVERSION= 1.2.1 CATEGORIES= security MASTER_SITES= http://www.jetico.com/linux/ \ - http://www.edunet.hu/~crow/ + http://www.underworld.hu/~crow/distfiles/ DISTNAME= BCWipe-${PORTVERSION:S/./-/g:S/-/./} MAINTAINER= crow@nektor.hu diff --git a/security/bcwipe/distinfo b/security/bcwipe/distinfo index 92ea043..31ec14c 100644 --- a/security/bcwipe/distinfo +++ b/security/bcwipe/distinfo @@ -1 +1 @@ -MD5 (BCWipe-0.2-4.tar.gz) = a1fd3b04bfddbef19182010d2426907d +MD5 (BCWipe-1.2-1.tar.gz) = 54fedd9835d436a9eacf3eec6d9c5bcb diff --git a/security/bcwipe/files/patch-aa b/security/bcwipe/files/patch-aa index 5130be3..1e876cd 100644 --- a/security/bcwipe/files/patch-aa +++ b/security/bcwipe/files/patch-aa @@ -1,6 +1,14 @@ ---- wipe.c.orig Thu Jun 6 17:25:28 2002 -+++ wipe.c Thu Jun 6 17:26:36 2002 -@@ -66,7 +66,7 @@ +--- wipe.c Fri Nov 8 11:21:30 2002 ++++ wipe.c Fri Nov 8 11:15:03 2002 +@@ -28,7 +28,6 @@ + #include <utime.h> + #include <stdlib.h> + #include <sys/ioctl.h> +-#include <sys/vfs.h> + #include <time.h> + #include <ctype.h> + #include <sys/mount.h> +@@ -68,7 +67,7 @@ int ask_y_n(char *string) { char c; @@ -9,7 +17,7 @@ c = tolower(fgetc(stdin)); if ( '\n' == c ) return FALSE; while ( '\n' != fgetc(stdin) ); -@@ -675,7 +675,7 @@ +@@ -700,7 +699,7 @@ case '?': case 'h': default: @@ -18,7 +26,7 @@ exit(0); } /* end of switch */ } /* end of while */ -@@ -685,7 +685,7 @@ +@@ -710,7 +709,7 @@ if ( 0 == argc ) { |