From owner-freebsd-stable@FreeBSD.ORG Tue Nov 27 12:18:49 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDBF91D3 for ; Tue, 27 Nov 2012 12:18:49 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2CD8FC14 for ; Tue, 27 Nov 2012 12:18:49 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id l1so5033784vba.13 for ; Tue, 27 Nov 2012 04:18:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UF8k+mCCcwfGsqvgS1tWHA+g8ntbc2EgQu8nHErVog4=; b=rcJFOkydf/ZtUYQRwVPCQeO+NV+n2Wt0xoNJzHjBJQAqApjsoVg8FOplnqQDiB30uN 98ajmXIdQsDzLcXoDW56N4xwtdxSPBasp76rXjPpWzKrHbd9B0ppW7Zj3NsWUQ2iO58e hRzLAFOCbSEMVkXjjCHC0ih/FGkCLhqRjgYJkCRcl0BXkMsAqkIIisrPkFW3Ei5LsPhD wCJNUuJ+bVU16s0HIb54im9hNs4b2ACWpM+DPJI1sdeF0CSjiKV02NHVlKWxdeT+hHta AXPAUxtVKTJiVmCTUJkys4xlG5NXdTglFHpK2vpLiTDtJ6CcpsB4G2AhAzhm77bO0Kx/ oQVA== MIME-Version: 1.0 Received: by 10.52.100.65 with SMTP id ew1mr20693168vdb.125.1354018728924; Tue, 27 Nov 2012 04:18:48 -0800 (PST) Received: by 10.58.233.39 with HTTP; Tue, 27 Nov 2012 04:18:48 -0800 (PST) In-Reply-To: References: Date: Tue, 27 Nov 2012 12:18:48 +0000 Message-ID: Subject: Re: simple patch for portsnap to use wget From: Tom Evans To: Luca Ferrari Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 12:18:50 -0000 On Tue, Nov 27, 2012 at 12:16 PM, Luca Ferrari wrote: > I did a little review and now it is possible to specify to use wget or > not using the portsnap.conf file, as well as the option to ingore > certificate checking even if I don't believe this is correct. > Therefore portsnap with this patch could work with either wget or > phttpget, even if I'm not able to test if the laminating is still > correct for phttpget (someone could test please?). > Why wget and not fetch(1)? Cheers Tom