diff options
author | salo <salo> | 2006-03-30 13:38:41 +0000 |
---|---|---|
committer | salo <salo> | 2006-03-30 13:38:41 +0000 |
commit | b1849d70f8b4c20d472edac1345110d437c1ce50 (patch) | |
tree | 7c3c76042aa338778c81ef2a656367b85d3dd8eb /security/john/Makefile | |
parent | 04b57c6bb1a66897ffab9da206810f025962b206 (diff) | |
download | pkgsrc-b1849d70f8b4c20d472edac1345110d437c1ce50.tar.gz |
Update to version 1.7.0.2
Changes:
- download tar.bz2 distfile
1.7.0.2:
========
- 64-bit fix in src/rpp.c
Diffstat (limited to 'security/john/Makefile')
-rw-r--r-- | security/john/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 3adef504190..1d6584aa0d2 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2006/03/14 10:17:25 martti Exp $ +# $NetBSD: Makefile,v 1.14 2006/03/30 13:38:41 salo Exp $ # -DISTNAME= john-1.7.0.1 +DISTNAME= john-1.7.0.2 #PKGREVISION= 1 CATEGORIES= security textproc -MASTER_SITES= http://www.openwall.com/john/e/ +MASTER_SITES= http://www.openwall.com/john/f/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= DawS@irc.pl HOMEPAGE= http://www.openwall.com/john/ |