From owner-freebsd-ports Sun Apr 25 13:50: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F93214FED for ; Sun, 25 Apr 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA30868; Sun, 25 Apr 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id D180E14D15 for ; Sun, 25 Apr 1999 13:44:08 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) id OAA00501; Sun, 25 Apr 1999 14:44:08 -0600 (MDT) (envelope-from handy) Message-Id: <199904252044.OAA00501@lambic.physics.montana.edu> Date: Sun, 25 Apr 1999 14:44:08 -0600 (MDT) From: handy@physics.montana.edu Reply-To: handy@physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11319: netscape4 fortify fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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