diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-09 03:18:21 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-09 03:18:21 +0800 |
commit | 65ddb6730d499ef15d44ffd07398be908b65da31 (patch) | |
tree | 36894e7f32e08155dec04a75e2d82fd64152bc35 /security/crack | |
parent | 9f3fbae7c1084786d98277af679d7eee55ad34af (diff) | |
download | freebsd-ports-gnome-65ddb6730d499ef15d44ffd07398be908b65da31.tar.gz freebsd-ports-gnome-65ddb6730d499ef15d44ffd07398be908b65da31.tar.zst freebsd-ports-gnome-65ddb6730d499ef15d44ffd07398be908b65da31.zip |
Update master sites
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
PR: 37850
Diffstat (limited to 'security/crack')
-rw-r--r-- | security/crack/Makefile | 8 | ||||
-rw-r--r-- | security/crack/pkg-descr | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile index 19d67f2d0c6f..57b25045034b 100644 --- a/security/crack/Makefile +++ b/security/crack/Makefile @@ -10,13 +10,11 @@ PORTNAME= crack PORTVERSION= 5.0 CATEGORIES= security -MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ \ - ftp://ftp.ox.ac.uk/pub/comp/security/software/crackers/ \ - ftp://ftp.auscert.org.au/pub/coast/mirrors/cert.org/tools/crack/ \ - ftp://ftp.riken.go.jp/pub/net/cert_security_tools/crack/ +MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/pwdutils/crack/ \ + ftp://ftp.cert.dfn.de/pub/tools/password/Crack/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/c50a diff --git a/security/crack/pkg-descr b/security/crack/pkg-descr index abee92940da2..be3150dd693d 100644 --- a/security/crack/pkg-descr +++ b/security/crack/pkg-descr @@ -9,3 +9,5 @@ When you would like to crack a 4.4BSD password file: Or, for non-BSD machines: Crack <password_file> + +WWW: http://www.users.dircon.co.uk/~crypto/ |