update to john 1.7.0.2

remove the no_mmx FLAVOR

from maintainer cathcart@
This commit is contained in:
sturm 2006-07-16 18:17:25 +00:00
parent 583d8e09ce
commit cb7a5defb6
4 changed files with 15 additions and 20 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.34 2006/01/06 04:26:09 cathcart Exp $
# $OpenBSD: Makefile,v 1.35 2006/07/16 18:17:25 sturm Exp $
COMMENT= "extremely fast password cracker"
DISTNAME= john-1.6.40
DISTNAME= john-1.7.0.2
CATEGORIES= security
HOMEPAGE= http://www.openwall.com/john/
@ -16,7 +16,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}c/
MASTER_SITES= ${HOMEPAGE}f/
NO_REGRESS= Yes
@ -26,13 +26,7 @@ MAKE_FLAGS= CC=${CC} AS=${CC} LD=${CC} \
CFLAGS="${CFLAGS} -c" LDFLAGS="${LDFLAGS}"
.if ${MACHINE_ARCH} == "i386"
FLAVORS= no_mmx
FLAVOR?=
. if ${FLAVOR:L:Mno_mmx}
ALL_TARGET= openbsd-x86-any
. else
ALL_TARGET= openbsd-x86-mmx
. endif
.elif ${MACHINE_ARCH} == "amd64"
ALL_TARGET= openbsd-x86-64
.elif ${MACHINE_ARCH} == "sparc"

View File

@ -1,4 +1,4 @@
MD5 (john-1.6.40.tar.gz) = 507916220812c5834136d378a13e48a0
RMD160 (john-1.6.40.tar.gz) = b54e41eec65a9c185731b2e137fb155ae2eb348b
SHA1 (john-1.6.40.tar.gz) = 1f9fc46d10eb218065f024775578db3642d2bd20
SIZE (john-1.6.40.tar.gz) = 797220
MD5 (john-1.7.0.2.tar.gz) = 084fa03f265491ef7e32c05e9fb027db
RMD160 (john-1.7.0.2.tar.gz) = f4e7fead92d0b14ad088c8331d1b5c5ca941b85b
SHA1 (john-1.7.0.2.tar.gz) = c1dd6bf2447ca22e016eafa69027e4c01e11f620
SIZE (john-1.7.0.2.tar.gz) = 802354

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-src_params_h,v 1.3 2006/01/06 04:26:09 cathcart Exp $
--- src/params.h.orig Fri Dec 16 16:47:25 2005
+++ src/params.h Thu Jan 5 19:40:05 2006
@@ -22,15 +22,15 @@
* will probably want to set this to 1 for their builds of John.
$OpenBSD: patch-src_params_h,v 1.4 2006/07/16 18:17:25 sturm Exp $
--- src/params.h.orig Mon Mar 20 00:34:15 2006
+++ src/params.h Sun Jul 16 20:07:29 2006
@@ -49,15 +49,15 @@
* notes above.
*/
#ifndef JOHN_SYSTEMWIDE
-#define JOHN_SYSTEMWIDE 0
@ -10,7 +10,7 @@ $OpenBSD: patch-src_params_h,v 1.3 2006/01/06 04:26:09 cathcart Exp $
#endif
#if JOHN_SYSTEMWIDE
#ifndef JOHN_SYSTEMWIDE_EXEC
#ifndef JOHN_SYSTEMWIDE_EXEC /* please refer to the notes above */
-#define JOHN_SYSTEMWIDE_EXEC "/usr/libexec/john"
+#define JOHN_SYSTEMWIDE_EXEC "%%PREFIX%%/bin/john"
#endif

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2006/01/06 04:26:09 cathcart Exp $
@comment $OpenBSD: PLIST,v 1.12 2006/07/16 18:17:25 sturm Exp $
bin/john
bin/mailer
bin/unafs
@ -7,6 +7,7 @@ bin/unshadow
share/doc/john/
share/doc/john/CHANGES
share/doc/john/CONFIG
share/doc/john/CONTACT
@comment share/doc/john/CREDITS
share/doc/john/EXAMPLES
share/doc/john/EXTERNAL