mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Update to 1.6.39
- Use DATADIR - Pass maintainership to submitter Submitted by: Emanuel Haupt <ehaupt@FreeBSD.org> Approved by: Dominic Marks <dom@goodforbusiness.co.uk> (old maintainer)
This commit is contained in:
parent
a3b33a0100
commit
463dd17b4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144353
@ -7,15 +7,14 @@
|
||||
#
|
||||
|
||||
PORTNAME= john
|
||||
PORTVERSION= 1.6.37
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6.39
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.openwall.com/john/a/ \
|
||||
ftp://ftp.ru.openwall.com/pub/projects/john/
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \
|
||||
${PORTNAME}-1.6.tar.gz
|
||||
|
||||
MAINTAINER= dom@helenmarks.co.uk
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Featureful Unix password cracker
|
||||
|
||||
USE_REINPLACE= yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (john-1.6.37.tar.gz) = 9403233b640927295c05b0564ff1f678
|
||||
SIZE (john-1.6.37.tar.gz) = 139372
|
||||
MD5 (john-1.6.39.tar.gz) = 823ee78095db8568aa68fb0721b1efea
|
||||
SIZE (john-1.6.39.tar.gz) = 167425
|
||||
MD5 (john-1.6.tar.gz) = aae782f160041b2bdc624b0a84054e32
|
||||
SIZE (john-1.6.tar.gz) = 497341
|
||||
|
@ -1,10 +1,10 @@
|
||||
bin/john
|
||||
bin/unshadow
|
||||
bin/xtract
|
||||
share/john/all.chr
|
||||
share/john/alpha.chr
|
||||
share/john/digits.chr
|
||||
share/john/lanman.chr
|
||||
share/john/john.conf
|
||||
share/john/password.lst
|
||||
%%DATADIR%%/all.chr
|
||||
%%DATADIR%%/alpha.chr
|
||||
%%DATADIR%%/digits.chr
|
||||
%%DATADIR%%/lanman.chr
|
||||
%%DATADIR%%/john.conf
|
||||
%%DATADIR%%/password.lst
|
||||
@dirrm share/john
|
||||
|
Loading…
Reference in New Issue
Block a user