diff options
author | danfe <danfe@FreeBSD.org> | 2011-11-10 10:00:43 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-11-10 10:00:43 +0800 |
commit | b9215be14f3e611923e30c7dc9e484faa7010777 (patch) | |
tree | 9429298b9616e77f9d64ac5d0ce7f3bdf352d8c2 /security/john | |
parent | fff7390add0751e9aaeeb4d0a1bc62a9d4822f05 (diff) | |
download | freebsd-ports-gnome-b9215be14f3e611923e30c7dc9e484faa7010777.tar.gz freebsd-ports-gnome-b9215be14f3e611923e30c7dc9e484faa7010777.tar.zst freebsd-ports-gnome-b9215be14f3e611923e30c7dc9e484faa7010777.zip |
Update to shiny new version 1.7.8-jumbo-8, most notably featuring optional
OpenMP to parallelize MD5-based crypt(3) and Apache $apr1$ when using SSE2,
as announced here: http://www.openwall.com/lists/john-users/2011/11/09/1
Submitted by: Royce Williams
Diffstat (limited to 'security/john')
-rw-r--r-- | security/john/Makefile | 2 | ||||
-rw-r--r-- | security/john/distinfo | 4 | ||||
-rw-r--r-- | security/john/pkg-plist | 7 |
3 files changed, 8 insertions, 5 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 3ac3aa1b340e..10f902d6c571 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -6,7 +6,7 @@ # PORTNAME= john -DISTVERSION= 1.7.8-jumbo-7 +DISTVERSION= 1.7.8-jumbo-8 CATEGORIES= security MASTER_SITES= http://www.openwall.com/john/g/ \ http://mirrors.kernel.org/openwall/projects/john/${DISTVERSION:C/-.*//}/ \ diff --git a/security/john/distinfo b/security/john/distinfo index 8703cc4b6b10..4249cd58e6c6 100644 --- a/security/john/distinfo +++ b/security/john/distinfo @@ -1,2 +1,2 @@ -SHA256 (john-1.7.8-jumbo-7.tar.bz2) = 40092d39c7e28f6463d04f775495fa739e5ee4fddb9bab4ed56477543c2b2383 -SIZE (john-1.7.8-jumbo-7.tar.bz2) = 1130441 +SHA256 (john-1.7.8-jumbo-8.tar.bz2) = ab5aaf483b63656751bea3de767a856523e9814450bd94e386e539ec6daacd69 +SIZE (john-1.7.8-jumbo-8.tar.bz2) = 1170660 diff --git a/security/john/pkg-plist b/security/john/pkg-plist index 87c122bcaab7..d351052dc0f1 100644 --- a/security/john/pkg-plist +++ b/security/john/pkg-plist @@ -11,14 +11,17 @@ etc/john.conf.default %%DATADIR%%/digits.chr %%DATADIR%%/dumb16.conf %%DATADIR%%/dumb32.conf -%%DATADIR%%/generic.conf +%%DATADIR%%/dynamic.conf %%DATADIR%%/genincstats.rb %%DATADIR%%/lanman.chr -%%DATADIR%%/ldif2pw.pl +%%DATADIR%%/ldif2john.pl +%%DATADIR%%/lion2john-alt.pl +%%DATADIR%%/lion2john.pl %%DATADIR%%/mailer %%DATADIR%%/netntlm.pl %%DATADIR%%/netscreen.py %%DATADIR%%/password.lst +%%DATADIR%%/relbench.pl %%DATADIR%%/sap_prepare.pl %%DATADIR%%/sha-dump.pl %%DATADIR%%/sha-test.pl |