From owner-freebsd-ports Fri Aug 6 7:30:42 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 C24381558B for ; Fri, 6 Aug 1999 07:30:40 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA01606; Fri, 6 Aug 1999 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 42A271558B; Fri, 6 Aug 1999 07:28:29 -0700 (PDT) Message-Id: <19990806142829.42A271558B@hub.freebsd.org> Date: Fri, 6 Aug 1999 07:28:29 -0700 (PDT) From: graphite@jp.freebsd.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13001: Security update for ja-groff-0.99 :japanese/groff Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13001 >Category: ports >Synopsis: Security update for ja-groff-0.99 :japanese/groff >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 6 07:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Noritaka Ishizumi >Release: FreeBSD 3.2-RELEASE >Organization: jpman project >Environment: All BSD which use ja-groff-0.99 port. >Description: Update port: japanese/groff This security problem report is at http://www.securityfocus.com/templates/archive.pike?list=1&date=1999-07-22&msg=19990723221642.A15331@szarik Apply attached diff. >How-To-Repeat: >Fix: --- nroff/nroff.sh.old Wed Nov 30 19:29:21 1994 +++ nroff/nroff.sh Fri Aug 6 22:58:21 1999 @@ -24,7 +24,7 @@ echo "$prog: option $1 requires an argument" >&2 exit 1 ;; - -i|-[mrno]*) + -i|-S|-[mrno]*) opts="$opts $1"; ;; @@ -58,4 +58,4 @@ # This shell script is intended for use with man, so warnings are # probably not wanted. Also load nroff-style character definitions. -exec groff -Wall -mtty-char $T $opts ${1+"$@"} +exec groff -S -Wall -mtty-char $T $opts ${1+"$@"} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message