From owner-svn-src-head@FreeBSD.ORG Tue Nov 9 22:05:19 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 187EE10656A9; Tue, 9 Nov 2010 22:05:19 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id D7BC18FC26; Tue, 9 Nov 2010 22:05:18 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 8E94546B32; Tue, 9 Nov 2010 17:05:18 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id BE5518A009; Tue, 9 Nov 2010 17:05:17 -0500 (EST) From: John Baldwin To: Ulrich =?iso-8859-1?q?Sp=F6rlein?= Date: Tue, 9 Nov 2010 17:04:27 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20100819; KDE/4.4.5; amd64; ; ) References: <201011091832.oA9IWvCo034092@svn.freebsd.org> <20101109212356.GC85693@acme.spoerlein.net> In-Reply-To: <20101109212356.GC85693@acme.spoerlein.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201011091704.27846.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 09 Nov 2010 17:05:17 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.9 required=4.2 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, "David E. O'Brien" Subject: Re: svn commit: r215041 - head/contrib/bzip2 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 22:05:19 -0000 On Tuesday, November 09, 2010 4:23:56 pm Ulrich Sp=F6rlein wrote: > On Tue, 09.11.2010 at 18:32:57 +0000, David E. O'Brien wrote: > > Author: obrien > > Date: Tue Nov 9 18:32:57 2010 > > New Revision: 215041 > > URL: http://svn.freebsd.org/changeset/base/215041 > >=20 > > Log: > > Upgrade to Bzip2 version 1.0.6. > > =20 > > Reviewed by: SO (cperciva) > >=20 > > Modified: > > head/contrib/bzip2/CHANGES > > head/contrib/bzip2/LICENSE > > head/contrib/bzip2/Makefile > > head/contrib/bzip2/Makefile-libbz2_so > > head/contrib/bzip2/README > > head/contrib/bzip2/README.COMPILATION.PROBLEMS > > head/contrib/bzip2/blocksort.c > > head/contrib/bzip2/bzip2.1 > > head/contrib/bzip2/bzip2.c > > head/contrib/bzip2/bzip2recover.c > > head/contrib/bzip2/bzlib.c > > head/contrib/bzip2/bzlib.h > > head/contrib/bzip2/bzlib_private.h > > head/contrib/bzip2/compress.c > > head/contrib/bzip2/crctable.c > > head/contrib/bzip2/decompress.c > > head/contrib/bzip2/huffman.c > > head/contrib/bzip2/randtable.c > > head/contrib/bzip2/spewG.c > > head/contrib/bzip2/unzcrash.c > > Directory Properties: > > head/contrib/bzip2/ (props changed) >=20 > Perhaps I'm reading this wrong, but shouldn't those files have been > copied/merged from vendor/bzip2/dist? I think they were. Notice the prop change on the directory. Also, 1.0.6 w= as=20 imported into the vendor area a while ago. I think David was just now able= to=20 get review completed and commit the merge. =2D-=20 John Baldwin