GNU bug report logs -
#26054
[PATCH] website: Use 'https' instead of 'http' links for 'alpha.gnu.org'.
Previous Next
Reported by: Alex Vong <alexvong1995 <at> gmail.com>
Date: Sat, 11 Mar 2017 09:24:02 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#26054: [PATCH] website: Use 'https' instead of 'http' links for 'alpha.gnu.org'.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 26054 <at> debbugs.gnu.org.
--
26054: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26054
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi Alex,
Alex Vong <alexvong1995 <at> gmail.com> skribis:
> From 8968c983a20a5dc5ba5222574ec201412b8eb4ee Mon Sep 17 00:00:00 2001
> From: Alex Vong <alexvong1995 <at> gmail.com>
> Date: Sat, 11 Mar 2017 17:15:15 +0800
> Subject: [PATCH] website: Use 'https' instead of 'http' links for
> 'alpha.gnu.org'.
>
> * website/www/download.scm (download-page): Replace 'http' with
> 'https'.
Finally applied, thanks!
Ludo'.
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Hello,
This patch is a follow-up of ng0's patch, which changes the 'http' link
in the bottom the download page to use 'https'.
[0001-website-Use-https-instead-of-http-links-for-alpha.gn.patch (text/x-diff, inline)]
From 8968c983a20a5dc5ba5222574ec201412b8eb4ee Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995 <at> gmail.com>
Date: Sat, 11 Mar 2017 17:15:15 +0800
Subject: [PATCH] website: Use 'https' instead of 'http' links for
'alpha.gnu.org'.
* website/www/download.scm (download-page): Replace 'http' with
'https'.
---
website/www/download.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/website/www/download.scm b/website/www/download.scm
index 887c6db..6baaf40 100644
--- a/website/www/download.scm
+++ b/website/www/download.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2015, 2016 Ludovic Courtès <ludo <at> gnu.org>
;;; Copyright © 2015 Mathieu Lirzin <mthl <at> openmailbox.org>
;;; Copyright © 2017 ng0 <contact.ng0 <at> cryptolab.net>
+;;; Copyright © 2017 Alex Vong <alexvong1995 <at> gmail.com>
;;; Initially written by Luis Felipe López Acevedo <felipe.lopez <at> openmailbox.org>
;;; who waives all copyright interest on this file.
;;;
@@ -156,9 +157,9 @@ Linux-based system.")
installation images as well as GNU Guix can be found on the GNU ftp server for "
(em "alpha")
" releases: "
- (a (@ (href "http://alpha.gnu.org/gnu/guix/"))
- "http://alpha.gnu.org/gnu/guix/")
- " (via HTTP) and "
+ (a (@ (href "https://alpha.gnu.org/gnu/guix/"))
+ "https://alpha.gnu.org/gnu/guix/")
+ " (via HTTPS) and "
(a (@ (href "ftp://alpha.gnu.org/gnu/guix/"))
"ftp://alpha.gnu.org/gnu/guix/")
" (via FTP). ")))
--
2.12.0
[Message part 6 (text/plain, inline)]
Cheers,
Alex
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 years and 351 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.