diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-19 15:22:50 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-19 15:22:50 +0000 |
commit | fb2a8d1906c188ad2a48e4c4e24d506c646cb294 (patch) | |
tree | 9a741f85541b0d3f7a3e63fd921e8514c5eb831d /security | |
parent | e775e7e95cfc2f5f6f0c0fe419f8bc80441c95a5 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/john/Makefile | 7 | ||||
-rw-r--r-- | security/john/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 499a5d5de2d2..6cacc1486510 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -6,10 +6,12 @@ # PORTNAME= john -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= security MASTER_SITES= http://www.openwall.com/john/f/ \ - ftp://ftp.ru.openwall.com/pub/projects/john/${PORTVERSION}/ + ftp://ftp.ru.openwall.com/pub/projects/john/${PORTVERSION}/ \ + ftp://ftp.se.openwall.com/pub/projects/john/${PORTVERSION}/ \ + http://distro.ibiblio.org/pub/linux/distributions/openwall/projects/john/${PORTVERSION}/ MAINTAINER= rainer.alves@gmail.com COMMENT= Featureful Unix password cracker @@ -59,7 +61,6 @@ ALL_TARGET= generic post-patch: @${REINPLACE_CMD} -e 's|= gcc|= ${CC}|g' \ -e 's|CFLAGS =.*|CFLAGS = -c ${CFLAGS}|g' \ - -e 's|openbsd-x86-64|${OSNAME}-x86-64|g' \ ${WRKSRC}/Makefile pre-build: diff --git a/security/john/distinfo b/security/john/distinfo index df23733a9d22..446c930f285c 100644 --- a/security/john/distinfo +++ b/security/john/distinfo @@ -1,3 +1,3 @@ -MD5 (john-1.7.1.tar.bz2) = 38eea8aae42f9da08513ef2629b61bd9 -SHA256 (john-1.7.1.tar.bz2) = 959b6179f7eee5a5754604abd4f10d6c5d6cff07e256d0666514bf1a1867b85c -SIZE (john-1.7.1.tar.bz2) = 692049 +MD5 (john-1.7.2.tar.bz2) = dc6a6c2a885110ccb5da4c1e2010cb07 +SHA256 (john-1.7.2.tar.bz2) = 7e2ca95ce9038771adb009133feb1b508698244449ceed84b6442f83327c5d58 +SIZE (john-1.7.2.tar.bz2) = 691706 |