Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2003 15:29:40 -0500 (EST)
From:      Adam Jette <jettea46@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48930: Update port: security/john New version out
Message-ID:  <200303042029.h24KTeBY090777@fuzzilicious.fuzzynerd.com>

next in thread | raw e-mail | index | archive | help

>Number:         48930
>Category:       ports
>Synopsis:       Update port: security/john New version out
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 04 12:30:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Adam Jette
>Release:        FreeBSD 5.0-RELEASE-p4 i386
>Organization:
nada
>Environment:
System: FreeBSD 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #0:

>Description:
	John the Ripper has a new development version out
>How-To-Repeat:
	
>Fix:

	

--- john.update begins here ---
diff -ru john/Makefile /usr/ports/security/john/Makefile
--- john/Makefile	Tue Mar  4 15:22:36 2003
+++ /usr/ports/security/john/Makefile	Tue Mar  4 15:23:12 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	john
-PORTVERSION=	1.6.32
+PORTVERSION=	1.6.33
 CATEGORIES=	security
 MASTER_SITES=	http://www.openwall.com/john/ \
 		ftp://ftp.ca.openwall.com/pub/projects/john/ \
diff -ru john/distinfo /usr/ports/security/john/distinfo
--- john/distinfo	Tue Mar  4 15:22:36 2003
+++ /usr/ports/security/john/distinfo	Tue Mar  4 14:56:45 2003
@@ -1,2 +1,2 @@
-MD5 (john-1.6.32.tar.gz) = fc43647268a2841bf9c8df819fafef26
+MD5 (john-1.6.33.tar.gz) = d62a62e3b0144ee8e5d05199b57447d9
 MD5 (john-1.6.tar.gz) = aae782f160041b2bdc624b0a84054e32
Only in john/files: patch-Makefile
diff -ru john/files/patch-aa /usr/ports/security/john/files/patch-aa
--- john/files/patch-aa	Tue Mar  4 15:22:36 2003
+++ /usr/ports/security/john/files/patch-aa	Tue Mar  4 15:05:17 2003
@@ -1,7 +1,7 @@
---- Makefile.orig	Wed Dec  2 16:29:50 1998
-+++ Makefile	Sun Feb  6 18:00:15 2000
-@@ -3,17 +3,18 @@
- # Copyright (c) 1996-98 by Solar Designer
+--- Makefile.orig	Tue Mar  4 15:04:46 2003
++++ Makefile	Tue Mar  4 15:04:50 2003
+@@ -3,10 +3,10 @@
+ # Copyright (c) 1996-2003 by Solar Designer
  #
  
 -CPP = gcc
@@ -15,6 +15,7 @@
  CP = cp
  LN = ln -sf
  RM = rm -f
+@@ -14,7 +14,8 @@
  SED = sed
  NULL = /dev/null
  CPPFLAGS = -E
@@ -24,33 +25,15 @@
  ASFLAGS = -c
  LDFLAGS = -s
  OPT_NORMAL = -funroll-loops
-@@ -89,6 +90,7 @@
- 	@echo "freebsd-x86-any-a.out    FreeBSD, x86, a.out binaries"
- 	@echo "freebsd-x86-k6-a.out     FreeBSD, AMD K6, a.out binaries"
- 	@echo "freebsd-x86-any-elf      FreeBSD, x86, ELF binaries"
-+	@echo "freebsd-alpha-any-elf    FreeBSD, Alpha, ELF binaries"
- 	@echo "freebsd-x86-mmx-elf      FreeBSD, x86 with MMX, ELF binaries"
- 	@echo "freebsd-x86-k6-elf       FreeBSD, AMD K6, ELF binaries"
- 	@echo "openbsd-x86-any          OpenBSD, x86"
-@@ -173,14 +175,19 @@
- 	$(LN) x86-any.h arch.h
+@@ -188,6 +189,11 @@
+ 	$(LN) alpha.h arch.h
  	$(MAKE) $(PROJ) \
- 		JOHN_OBJS="$(JOHN_OBJS) x86.o" \
--		CFLAGS="$(CFLAGS) -m486" \
-+		CFLAGS="$(CFLAGS)" \
- 		ASFLAGS="$(ASFLAGS) -DBSD"
- 
+ 		JOHN_OBJS="$(JOHN_OBJS) alpha.o"
++
 +freebsd-alpha-any-elf:
 +	$(LN) alpha.h arch.h
 +	$(MAKE) $(PROJ) \
 +		JOHN_OBJS="$(BITSLICE_OBJS) $(JOHN_OBJS) alpha.o"
-+
- freebsd-x86-mmx-elf:
- 	$(LN) x86-mmx.h arch.h
- 	$(MAKE) $(PROJ) \
- 		JOHN_OBJS="$(JOHN_OBJS) x86.o" \
--		CFLAGS="$(CFLAGS) -m486" \
-+		CFLAGS="$(CFLAGS)" \
- 		ASFLAGS="$(ASFLAGS) -DBSD"
  
- freebsd-x86-k6-elf:
+ openbsd-x86-any:
+ 	$(LN) x86-any.h arch.h
diff -ru john/files/patch-john.conf /usr/ports/security/john/files/patch-john.conf
--- john/files/patch-john.conf	Tue Mar  4 15:22:36 2003
+++ /usr/ports/security/john/files/patch-john.conf	Tue Mar  4 15:15:55 2003
@@ -1,5 +1,5 @@
---- ../run/john.conf	Fri May 10 19:16:35 2002
-+++ ../run/john.conf	Wed Jan 15 23:18:43 2003
+--- ../run/john.conf.orig	Tue Mar  4 15:15:10 2003
++++ ../run/john.conf	Tue Mar  4 15:15:18 2003
 @@ -5,7 +5,7 @@
  
  [Options]
diff -ru john/files/patch-params.h /usr/ports/security/john/files/patch-params.h
--- john/files/patch-params.h	Tue Mar  4 15:22:36 2003
+++ /usr/ports/security/john/files/patch-params.h	Tue Mar  4 15:09:46 2003
@@ -1,13 +1,13 @@
---- params.h	Sun Sep 15 20:19:20 2002
-+++ params.h	Wed Jan 15 23:50:29 2003
+--- params.orig	Tue Mar  4 15:08:30 2003
++++ params.h	Tue Mar  4 15:08:36 2003
 @@ -26,8 +26,8 @@
  #endif
  
  #if JOHN_SYSTEMWIDE
 -#define JOHN_SYSTEMWIDE_EXEC		"/usr/libexec/john"
 -#define JOHN_SYSTEMWIDE_HOME		"/usr/share/john"
-+#define JOHN_SYSTEMWIDE_EXEC		"%%PREFIX%%/bin/john"
-+#define JOHN_SYSTEMWIDE_HOME		"%%PREFIX%%/share/john"
++#define JOHN_SYSTEMWIDE_EXEC           "%%PREFIX%%/bin/john"
++#define JOHN_SYSTEMWIDE_HOME           "%%PREFIX%%/share/john"
  #define JOHN_PRIVATE_HOME		"~/.john"
  #endif
  
@@ -17,8 +17,8 @@
   */
 -#define CFG_FULL_NAME			"$JOHN/john.conf"
 -#define CFG_ALT_NAME			"$JOHN/john.ini"
-+#define CFG_FULL_NAME		"%%PREFIX%%/share/john/john.conf"
-+#define CFG_ALT_NAME		"%%PREFIX%%/share/john/john.ini"
++#define CFG_FULL_NAME          "%%PREFIX%%/share/john/john.conf"
++#define CFG_ALT_NAME           "%%PREFIX%%/share/john/john.ini"
  #if JOHN_SYSTEMWIDE
  #define CFG_PRIVATE_FULL_NAME		JOHN_PRIVATE_HOME "/john.conf"
  #define CFG_PRIVATE_ALT_NAME		JOHN_PRIVATE_HOME "/john.ini"
@@ -27,7 +27,7 @@
  #define RECOVERY_NAME			"$JOHN/restore"
  #endif
 -#define WORDLIST_NAME			"$JOHN/password.lst"
-+#define WORDLIST_NAME		"%%PREFIX%%/share/john/password.lst"
++#define WORDLIST_NAME          "%%PREFIX%%/share/john/password.lst"
  
  /*
   * Configuration file section names.
--- john.update ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303042029.h24KTeBY090777>