From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 17:40:20 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8791B106564A for ; Thu, 29 Sep 2011 17:40:20 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 195BB8FC08 for ; Thu, 29 Sep 2011 17:40:19 +0000 (UTC) Received: by wwe3 with SMTP id 3so1333022wwe.31 for ; Thu, 29 Sep 2011 10:40:19 -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:content-transfer-encoding; bh=Ht+6Fg2mQ5hsvTWvCukZxZmU1lpck5hqpQILeP7fCho=; b=eZB58dXa2gAyfKFSZoga4ypb9Fd4y7EIrmV4d1BVneqb1OO9isd/Jo4cRKOqUC1bbt jGOCZjRaxtVl+i4s2tqYgIKWO88cOax5MKKTT/Hb3TuqC3GY7Gsc0gCeynhOp69XwRbF xaetcTF0VhfDn1WiXyBf7d52Iral9awMsR4Ms= MIME-Version: 1.0 Received: by 10.216.176.14 with SMTP id a14mr12272717wem.6.1317318018972; Thu, 29 Sep 2011 10:40:18 -0700 (PDT) Received: by 10.216.81.144 with HTTP; Thu, 29 Sep 2011 10:40:18 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Sep 2011 10:40:18 -0700 Message-ID: From: Kurt Buff To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: libgcrypt SHA256 mismatch? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2011 17:40:20 -0000 On Thu, Sep 29, 2011 at 10:32, Adam Vande More wrot= e: > On Thu, Sep 29, 2011 at 12:21 PM, Kurt Buff wrote: >> >> In the Makefile I see the line >> >> =C2=A0 =C2=A0 MASTER_SITES=3D =C2=A0 ${MASTER_SITE_GNUPG} >> >> which I'd bet controls how it finds what sites to visit, but don't >> know anything beyond that. >> > > Maybe RANDOMIZE_MASTER_SITES would help? Scurries off to web to start reading... Kurt