diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-08 19:18:21 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-08 19:18:21 +0000 |
commit | 40b30100ae2084b6d21e3c90f5c9d3aefffe972d (patch) | |
tree | b89370a4ccf6e1ae2b4273e02662dfaf0e9af002 /security/crack | |
parent | aab84881a22f08e33582676a2f74cf47f4655466 (diff) | |
download | ports-40b30100ae2084b6d21e3c90f5c9d3aefffe972d.tar.gz ports-40b30100ae2084b6d21e3c90f5c9d3aefffe972d.zip |
Update master sites
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
PR: 37850
Notes
Notes:
svn path=/head/; revision=58727
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/ |