From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] gnu: emacs: Use https for elpa.gnu.org Date: Sat, 27 Aug 2016 23:55:38 +0300 Message-ID: <871t1adj91.fsf@gmail.com> References: <87fupqqoms.fsf@we.make.ritual.n0.is> 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]:33478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdkdk-0000hl-I0 for guix-devel@gnu.org; Sat, 27 Aug 2016 16:55:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdkdg-0003y5-B8 for guix-devel@gnu.org; Sat, 27 Aug 2016 16:55:43 -0400 Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]:35531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdkdf-0003y1-NY for guix-devel@gnu.org; Sat, 27 Aug 2016 16:55:40 -0400 Received: by mail-lf0-x243.google.com with SMTP id l89so5333055lfi.2 for ; Sat, 27 Aug 2016 13:55:39 -0700 (PDT) In-Reply-To: <87fupqqoms.fsf@we.make.ritual.n0.is> (ng0@we.make.ritual.n0.is's message of "Sat, 27 Aug 2016 14:20:59 +0000") 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: ng0 Cc: guix-devel@gnu.org ng0 (2016-08-27 17:20 +0300) wrote: > From d2dfd0fcc34f5cdcb9d181093cffd5af16be6641 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sat, 27 Aug 2016 13:33:31 +0000 > Subject: [PATCH 1/4] gnu: emacs: Use https for elpa.gnu.org. > > * gnu/packages/emacs.scm: Use 'https' for all elpa.gnu.org urls. > --- > gnu/packages/emacs.scm | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) > > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 4fe9a8a..d1d8af0 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -652,7 +652,7 @@ programs.") > (version "1.0.4") > (source (origin > (method url-fetch) > - (uri (string-append "http://elpa.gnu.org/packages/let-alis= t-" > + (uri (string-append "https://elpa.gnu.org/packages/let-ali= st-" > version ".el")) FYI 'let-alist' was added by Ludovic, and I think using "http" was intentional. I asked once about "https" vs. "http", and I'm not sure whether these http=E2=86=92https changes are desired: http://lists.gnu.org/archive/html/guix-devel/2015-07/msg00378.html --=20 Alex