From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] download: Use basic authentication when userinfo is present in URI. Date: Wed, 29 Jun 2016 14:35:40 +0200 Message-ID: <87r3bg895v.fsf@gnu.org> References: <20160628133942.14982-1-dthompson2@worcester.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIEid-0008NL-6w for guix-devel@gnu.org; Wed, 29 Jun 2016 08:35:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIEib-0006f0-DE for guix-devel@gnu.org; Wed, 29 Jun 2016 08:35:50 -0400 In-Reply-To: <20160628133942.14982-1-dthompson2@worcester.edu> (David Thompson's message of "Tue, 28 Jun 2016 09:39:42 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Thompson Cc: guix-devel@gnu.org, David Thompson David Thompson skribis: > From: David Thompson > > * guix/download.scm (url-fetch): Include (guix base64) module on the > build-side. > * guix/build/download.scm (http-fetch): Add "Authorization" header when > userinfo is present in the URI. LGTM, thanks! Ludo=E2=80=99.