From owner-freebsd-audit@FreeBSD.ORG Mon Sep 6 19:37:16 2004 Return-Path: Delivered-To: freebsd-audit@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7671F16A4CE for ; Mon, 6 Sep 2004 19:37:16 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE1BB43D31 for ; Mon, 6 Sep 2004 19:37:15 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-b187.otenet.gr [212.205.244.195]) i86JbCPJ005242 for ; Mon, 6 Sep 2004 22:37:13 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i86JZFet001654 for ; Mon, 6 Sep 2004 22:35:15 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i86JZFZR001653 for freebsd-audit@freebsd.org; Mon, 6 Sep 2004 22:35:15 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Mon, 6 Sep 2004 22:35:14 +0300 From: Giorgos Keramidas To: freebsd-audit@freebsd.org Message-ID: <20040906193514.GA1373@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Phone: +30-2610-312145 Mobile: +30-6944-116520 Subject: Keeping compress(1) WARNS?=6 clean X-BeenThere: freebsd-audit@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Security Audit List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 19:37:16 -0000 I've been locally using compress(1) with the following patch for a long while now (at least 1 year, since a bug in compress was found in Jan 2003 by me and committed a few months later by Tom Rhodes): %%% Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.bin/compress/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 8 Feb 2002 22:31:37 -0000 1.7 +++ Makefile 22 Aug 2004 02:14:18 -0000 @@ -6,6 +6,8 @@ LINKS= ${BINDIR}/compress ${BINDIR}/uncompress MLINKS= compress.1 uncompress.1 +WARNS?= 6 + # XXX zopen is not part of libc # MAN=zopen.3 %%% Is it ok if I ask RE's approval to commit this change in HEAD to keep the source clean from changes that might seem like a regression from its current state? - Giorgos