From owner-cvs-all Tue Sep 29 11:24:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11146 for cvs-all-outgoing; Tue, 29 Sep 1998 11:24:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11056; Tue, 29 Sep 1998 11:24:15 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.1/8.9.1/Spinner) with ESMTP id CAA07609; Wed, 30 Sep 1998 02:20:44 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199809291820.CAA07609@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Brian Somers cc: "Jordan K. Hubbard" , "Andrey A. Chernov" , "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libz minigzip.c In-reply-to: Your message of "Tue, 29 Sep 1998 10:11:27 +0100." <199809290911.KAA17679@woof.lan.awfulhak.org> Date: Wed, 30 Sep 1998 02:20:44 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brian Somers wrote: > > > BTW, whole library needs upgrade to the next version. > > > > Urgh. Well, maybe we should hold off until after 3.0 is released. :) > > > > Do you know if they've made minigzip more compat with gzip in > > this next release? If not, we should be sure and bring John's > > changes forward after the upgrade. > > I've contribified it and upgraded it to 1.1.3 locally - just waiting > for commit permission ;-O When I originally imported libz, there was no "Makefile" and the file tree was suitable for direct use without needing to reorganize for bmake building. There is no practical benefit to keeping it in native form in contrib, since it's already in native form where it is. It's already vendor branch clean so could be imported where it is without any hassle. Cheers, -Peter