GNU bug report logs

#30835 [PATCH 1/3] guix import elpa: use https in download URLs

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#30835; Package guix-patches. (Fri, 16 Mar 2018 13:58:02 GMT) (full text, mbox, link).


Acknowledgement sent to Konrad Hinsen <konrad.hinsen@fastmail.net>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Fri, 16 Mar 2018 13:58:02 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Konrad Hinsen <konrad.hinsen@fastmail.net>
To: guix-patches@gnu.org
Subject: [PATCH 1/3] guix import elpa: use https in download URLs
Date: Fri, 16 Mar 2018 14:53:09 +0100
---
 guix/import/elpa.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/guix/import/elpa.scm b/guix/import/elpa.scm
index 45a419217..7f76a13ad 100644
--- a/guix/import/elpa.scm
+++ b/guix/import/elpa.scm
@@ -69,9 +69,9 @@ NAMES (strings)."
 (define* (elpa-url #:optional (repo 'gnu))
   "Retrun the URL of REPO."
   (let ((elpa-archives
-         '((gnu . "http://elpa.gnu.org/packages")
-           (melpa-stable . "http://stable.melpa.org/packages")
-           (melpa . "http://melpa.org/packages"))))
+         '((gnu . "https://elpa.gnu.org/packages")
+           (melpa-stable . "https://stable.melpa.org/packages")
+           (melpa . "https://melpa.org/packages"))))
     (assq-ref elpa-archives repo)))
 
 (define* (elpa-fetch-archive #:optional (repo 'gnu))
-- 
2.16.2





Information forwarded to guix-patches@gnu.org:
bug#30835; Package guix-patches. (Sat, 17 Mar 2018 21:28:01 GMT) (full text, mbox, link).


Message #8 received at 30835@debbugs.gnu.org (full text, mbox, reply):

From: ludo@gnu.org (Ludovic Courtès)
To: Konrad Hinsen <konrad.hinsen@fastmail.net>
Cc: 30835@debbugs.gnu.org
Subject: Re: [bug#30835] [PATCH 1/3] guix import elpa: use https in download URLs
Date: Sat, 17 Mar 2018 22:27:16 +0100
Hi Konrad,

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> ---
>  guix/import/elpa.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied with a commit log, thanks!

Ludo’.




Added tag(s) fixed. Request was from ludo@gnu.org (Ludovic Courtès) to control@debbugs.gnu.org. (Sat, 17 Mar 2018 22:02:02 GMT) (full text, mbox, link).


bug closed, send any further explanations to 30835@debbugs.gnu.org and Konrad Hinsen <konrad.hinsen@fastmail.net> Request was from ludo@gnu.org (Ludovic Courtès) to control@debbugs.gnu.org. (Sat, 17 Mar 2018 22:02:02 GMT) (full text, mbox, link).


bug archived. Request was from Debbugs Internal Request <help-debbugs@gnu.org> to internal_control@debbugs.gnu.org. (Sun, 15 Apr 2018 11:24:05 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Mon Nov 4 20:59:14 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.