Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 1999 14:44:08 -0600 (MDT)
From:      handy@physics.montana.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11319: netscape4 fortify fix
Message-ID:  <199904252044.OAA00501@lambic.physics.montana.edu>

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

>Number:         11319
>Category:       ports
>Synopsis:       Netscape4-navigator wasn't FORTIFY'ing
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 25 13:50:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Brian Handy
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
MSU - Physics
>Environment:
>Description:
I went to install Netscape4-navigator on my box with the FORTIFY 128 bit 
encryption.  It installed and gave no errors, but much to my chagrin it
wasn't fortified.  My bank gave me the two thumbs down, so I found the 
bug in the Netscape4-communicator Makefile.  While I was here, I turned 
off the USA_RESIDENT=no nonsense so this is synched up with Netscape 4.5.

>How-To-Repeat:
>Fix:

--- netscape4-communicator/Makefile.orig	Sun Apr 25 14:38:01 1999
+++ netscape4-communicator/Makefile	Sun Apr 25 07:34:56 1999
@@ -25,8 +25,8 @@
 
 BROWSER?=	communicator
 BROWSER_VER=	4.08
-NSUBDIR=	lib/netscape
 NDIR=		${PREFIX}/${NSUBDIR}
+NSUBDIR=	lib/netscape
 BINDIR=		${PREFIX}/bin
 INFILE_HEAD?=	'Communicator,4.08.0.98306'
 WRAPPER_TEMPLATE= ${MASTERDIR}/files/netscape.sh
@@ -80,7 +80,7 @@
 .if (${BROWSER} == "communicator")
 	tar zxf ${DISTDIR}/${AUTOADMIN} -C ${NDIR}
 .endif
-.if defined(USE_128BIT)
+.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
 	cd ${WRKDIR}/Fortify-1.4.1-unix-x86 && \
 		(${ECHO} yes ; ${ECHO} no ; ${ECHO} no) \
 		| ./Fortify.sh ${NDIR}/${BROWSER}-${BROWSER_VER}.bin

>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?199904252044.OAA00501>