From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 17:33:00 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 2B54F106564A for ; Thu, 29 Sep 2011 17:33:00 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id B19778FC0C for ; Thu, 29 Sep 2011 17:32:59 +0000 (UTC) Received: by fxg9 with SMTP id 9so2741780fxg.13 for ; Thu, 29 Sep 2011 10:32:58 -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 :cc:content-type; bh=iJPJWvrOcZrfrIc1xlP5t7IRppUv/YozWPmlWDnu0RI=; b=SFKzTMAjpbUsci0cVAYuCw/iOfJhKKSdQSdI1ipFrvcb0MXJ76h8KWctvgp+JBcSdS rcgPSiTL5CIXNgueWk+KGwDwP1Kq4FoKnHhnJuSDi3qIjDk696p7dgxjj1fV44PwMpI3 CSAtbj6zRX0DAJaWhg7a/D5aPkIbq+q3NaEBY= MIME-Version: 1.0 Received: by 10.223.37.215 with SMTP id y23mr16483826fad.12.1317317578559; Thu, 29 Sep 2011 10:32:58 -0700 (PDT) Received: by 10.223.124.197 with HTTP; Thu, 29 Sep 2011 10:32:58 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Sep 2011 12:32:58 -0500 Message-ID: From: Adam Vande More To: Kurt Buff Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org 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:33:00 -0000 On Thu, Sep 29, 2011 at 12:21 PM, Kurt Buff wrote: > In the Makefile I see the line > > MASTER_SITES= ${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? -- Adam Vande More