diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-19 23:22:50 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-19 23:22:50 +0800 |
commit | 69edc08cfd69e1d26aac9231dfff8a340633c0a6 (patch) | |
tree | 36a2286ed994e1c4e368823028d9d6e5044d3e2c | |
parent | 168e12c32b41acdf3d316d24d87714008a5d3fb5 (diff) | |
download | freebsd-ports-gnome-69edc08cfd69e1d26aac9231dfff8a340633c0a6.tar.gz freebsd-ports-gnome-69edc08cfd69e1d26aac9231dfff8a340633c0a6.tar.zst freebsd-ports-gnome-69edc08cfd69e1d26aac9231dfff8a340633c0a6.zip |
Update to 1.7.2
PR: 99132
Submitted by: Rainer Alves <rainer.alves@gmail.com> (maintainer)
-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 |