From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R1CdK-0000DG-Vd for garchives@archives.gentoo.org; Wed, 07 Sep 2011 07:33:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D50DF21C126; Wed, 7 Sep 2011 07:33:05 +0000 (UTC) Received: from mail-ey0-f171.google.com (mail-ey0-f171.google.com [209.85.215.171]) by pigeon.gentoo.org (Postfix) with ESMTP id 32ED921C110 for ; Wed, 7 Sep 2011 07:32:30 +0000 (UTC) Received: by eyg24 with SMTP id 24so4020424eyg.16 for ; Wed, 07 Sep 2011 00:32:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=n+SiD4dqycEyW2tVCq04jLUn2+0xTJGxhJYGoaJQ6BA=; b=vtA8/jYi/2bD0+UoCiiq83+TayMUc2LzZu7lknrsm+NZPeHnopYM01hcL6Uhxuw5Bv pmE4gKGrm3L64/zKixN6EU0zLIBe8i4lN1urryQN4LI1BfmoXqbmtmJ4Q+SzwhYJHmMo FuU1w+Uu96QevzjbSjz5EX0p5LDIKUD+TC414= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.213.19.78 with SMTP id z14mr2415920eba.11.1315380750179; Wed, 07 Sep 2011 00:32:30 -0700 (PDT) Received: by 10.213.112.206 with HTTP; Wed, 7 Sep 2011 00:32:30 -0700 (PDT) In-Reply-To: References: Date: Wed, 7 Sep 2011 09:32:30 +0200 Message-ID: Subject: Re: [gentoo-dev] Re: euscan proof of concept (like debian's uscan) From: Corentin Chary To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: X-Archives-Hash: 4a246b9386f2eeb76a0f8a51776764bc On Tue, Sep 6, 2011 at 8:20 PM, Matt Turner wrote: > On Sun, Apr 3, 2011 at 1:20 PM, Corentin Chary wrote: >> Hi again, > > Found a little problem: it's not finding a newer version of > wireless-regdb, which uses a date-based versioning system. If euscan > tried to view/parse the directory index where the distfiles are > located, it would find this new file. > > http://euscan.iksaif.net/package/net-wireless/wireless-regdb/ Hi, If you try to run euscan on that, you'll get: > * Url doesn't seems to depend on version: 20101124 not found in http://wireless.kernel.org/download/wireless-regdb/wireless-regdb-2010.11.24.tar.bz2 What's happenning here is that the version can be found in the url, so even a directory scan won't find anything because it won't be able to match files. It would work correctly if the version was 2010.11.24 or the file was named wireless-regdb-20101124.tar.bz2. Unfortunatly, making that work would probably introduce a lot of false positive in other cases. Thanks, -- Corentin Chary http://xf.iksaif.net