From owner-cvs-all@FreeBSD.ORG Sun Jul 4 02:33:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 255BF16A4CE; Sun, 4 Jul 2004 02:33:11 +0000 (GMT) Received: from robbins.dropbear.id.au (043.b.010.mel.iprimus.net.au [210.50.201.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 686AD43D48; Sun, 4 Jul 2004 02:33:10 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 97794421A; Sun, 4 Jul 2004 12:36:50 +1000 (EST) Date: Sun, 4 Jul 2004 12:36:50 +1000 From: Tim Robbins To: Andrey Chernov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040704023650.GA52613@cat.robbins.dropbear.id.au> References: <200407040107.i6417cfl006274@repoman.freebsd.org> <20040704011848.GA43304@nagual.pp.ru> <20040704014023.GA52300@cat.robbins.dropbear.id.au> <20040704014816.GA43664@nagual.pp.ru> <20040704020137.GA52443@cat.robbins.dropbear.id.au> <20040704021643.GA50434@nagual.pp.ru> <20040704021914.GA50525@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040704021914.GA50525@nagual.pp.ru> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/gnu/lib/libregex regex.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 02:33:11 -0000 On Sun, Jul 04, 2004 at 06:19:14AM +0400, Andrey Chernov wrote: > On Sun, Jul 04, 2004 at 06:16:43AM +0400, Andrey Chernov wrote: > > > Sorry, it really was 2.5 which fails, not 2.5.1: > > BTW, from where you download 2.5.1? It is not on official GNU site. > There is 2.5-1.rpm - just repackaged 2.5. grep 2.5.1 hasn't been available from the GNU FTP site since it got compromised a while ago. Since development seems to have stalled, I'm planning on importing 2.5.1 + Isamu Hasegawa's multibyte fixes + the performance improvement patch from Tim Waugh at Redhat. The patch and the original source tarball are in this SRPM: http://download.fedora.redhat.com/pub/fedora/linux/core/2/SRPMS/grep-2.5.1-26.src.rpm Debian has picked up the multibyte fixes, but not the performance patch: http://packages.debian.org/unstable/base/grep Tim