Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2002 17:02:25 +0100 (CET)
From:      Ulrich Spoerlein <q@uni.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        d.marks@student.umist.ac.uk
Subject:   ports/45803: security/john does not install lanman.chr
Message-ID:  <200211271602.gARG2Pgv073059@coyote.dnsalias.net>

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

>Number:         45803
>Category:       ports
>Synopsis:       security/john does not install lanman.chr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 27 08:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD coyote.dnsalias.net 4.7-STABLE FreeBSD 4.7-STABLE #1: Mon Nov 18 09:46:38 CET 2002 root@coyote.dnsalias.net:/usr/obj/usr/src/sys/COYOTE i386


	
>Description:
the port does install all.chr, alpha.chr, digits.chr but not lanman.chr
	
>How-To-Repeat:
try to test LanManager passwords (smbpasswd)
	
>Fix:
apply attached patch

	

--- patch begins here ---
--- Makefile	Wed Nov 27 16:45:33 2002
+++ Makefile	Wed Nov 27 16:46:37 2002
@@ -44,6 +44,7 @@
 	@${SED} -e "s:~/all.chr:${PREFIX}/share/john/all.chr:" \
 		-e "s:~/alpha.chr:${PREFIX}/share/john/alpha.chr:" \
 		-e "s:~/digits.chr:${PREFIX}/share/john/digits.chr:" \
+		-e "s:~/lanman.chr:${PREFIX}/share/john/lanman.chr:" \
 		${WRKDIR}/${DISTNAME}/run/john.ini.in > ${WRKDIR}/${DISTNAME}/run/john.ini
 
 do-install:
@@ -55,6 +56,7 @@
 		${WRKDIR}/${DISTNAME}/run/all.chr \
 		${WRKDIR}/${DISTNAME}/run/alpha.chr \
 		${WRKDIR}/${DISTNAME}/run/digits.chr \
+		${WRKDIR}/${DISTNAME}/run/lanman.chr \
 		${WRKDIR}/${DISTNAME}/run/password.lst \
 		${WRKDIR}/${DISTNAME}/run/john.ini \
 		${DATADIR}
--- pkg-plist	Wed Nov 27 16:45:27 2002
+++ pkg-plist	Wed Nov 27 16:46:47 2002
@@ -5,6 +5,7 @@
 share/john/all.chr
 share/john/alpha.chr
 share/john/digits.chr
+share/john/lanman.chr
 share/john/john.ini
 share/john/password.lst
 share/doc/john/CONFIG
--- patch ends here ---


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

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




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