Commits
Davide Gerhard authored and Frank Schima committed c4f342f09b7
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name john |
6 6 | conflicts john-devel \ |
7 7 | john-jumbo |
8 - | version 1.8.0 |
8 + | version 1.9.0 |
9 9 | categories sysutils security |
10 10 | maintainers nomaintainer |
11 11 | license {GPL-2+ OpenSSLException} |
12 12 | |
13 13 | description Featureful Unix password cracker |
14 14 | long_description John the Ripper is a UNIX password cracker, currently available for \ |
15 15 | UNIX (tested with Linux x86, FreeBSD x86, Solaris 2.x SPARC, OSF/1 \ |
16 16 | Alpha), DOS, WinNT/Win95. |
17 17 | homepage http://www.openwall.com/john/ |
18 18 | platforms darwin |
19 - | master_sites http://www.openwall.com/${name}/j/ |
19 + | master_sites http://www.openwall.com/${name}/k/ |
20 20 | |
21 21 | use_xz yes |
22 22 | |
23 - | checksums rmd160 fda9971cd78bdf2b5154586efde2504c9a5974a4 \ |
24 - | sha256 952cf68369fb5b27f2d112ce7ca1eb16b975c85cbce8c658abb8bc5a20e1b266 |
23 + | checksums rmd160 16114db2fe5004ce4044a2d56b46ef209b941dc4 \ |
24 + | sha256 0b266adcfef8c11eed690187e71494baea539efbd632fe221181063ba09508df \ |
25 + | size 8944932 |
25 26 | |
26 27 | patchfiles patch-src-params.h.diff |
27 28 | |
28 29 | post-patch { |
29 30 | reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/src/params.h |
30 31 | } |
31 32 | |
32 33 | use_configure no |
33 34 | |
34 35 | use_parallel_build no |