From owner-freebsd-ports@FreeBSD.ORG Tue Oct 18 01:40:41 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16BD416A41F for ; Tue, 18 Oct 2005 01:40:41 +0000 (GMT) (envelope-from mike@skew.org) Received: from chilled.skew.org (skew.org [65.101.207.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id A16CA43D4C for ; Tue, 18 Oct 2005 01:40:38 +0000 (GMT) (envelope-from mike@skew.org) Received: from chilled.skew.org (localhost.skew.org [127.0.0.1]) by chilled.skew.org (8.13.1/8.13.1) with ESMTP id j9I1dl7S025131; Mon, 17 Oct 2005 19:39:47 -0600 (MDT) (envelope-from mike@chilled.skew.org) Received: (from mike@localhost) by chilled.skew.org (8.13.1/8.13.1/Submit) id j9I1deoL025130; Mon, 17 Oct 2005 19:39:40 -0600 (MDT) (envelope-from mike) From: Mike Brown Message-Id: <200510180139.j9I1deoL025130@chilled.skew.org> In-Reply-To: <20051016000000.GH1278@k7.mavetju> To: Edwin Groothuis Date: Mon, 17 Oct 2005 19:39:40 -0600 (MDT) X-Whoa: whoa. X-Mailer: ELM [version 2.4ME+ PL119 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8 Cc: Mike Brown , jharris@widomaker.com, freebsd-ports@freebsd.org Subject: Re: bzip2 port still out of date X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 01:40:41 -0000 Edwin Groothuis wrote: > I have gone through the patches noted in the > ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:14.bzip2.asc > and compared them with the current state of 1.0.3. There was only > something missing in bzip2.c. If the maintainer (hi jharris!) is > okay with it I will commit the following patch: > [...] Thanks for doing that, Edwin. Hopefully the maintainer will reply soon. I also suggest that the pkg-descr be updated to include the following: FreeBSD 5 ships with bzip2 in the base system, but it is trimmed such that it includes only libbz2 plus the binaries for bzip2, bunzip2, bzcat, and bzip2recover. However, /usr/bin/bzgrep is a link to zgrep, which supports .bz2 files. FreeBSD 5 does not include the shell script version of bzgrep or the scripts for bzdiff and bzmore. FreeBSD 4 does not ship with bzip2 in the base system at all. This port installs the entire bzip2 package, including libbz2, the binaries for bzip2, bunzip2, bzcat/bz2cat, and bzip2recover, and the shell scripts for bzgrep, bzegrep, bzfgrep, bzdiff, and bzmore. -Mike