emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26054: closed ([PATCH] website: Use 'https' instea


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26054: closed ([PATCH] website: Use 'https' instead of 'http' links for 'alpha.gnu.org'.)
Date: Fri, 02 Jun 2017 16:27:01 +0000

Your message dated Fri, 02 Jun 2017 18:26:15 +0200
with message-id <address@hidden>
and subject line Re: bug#26054: [PATCH] website: Use 'https' instead of 'http' 
links for 'alpha.gnu.org'.
has caused the debbugs.gnu.org bug report #26054,
regarding [PATCH] website: Use 'https' instead of 'http' links for 
'alpha.gnu.org'.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26054: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26054
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] website: Use 'https' instead of 'http' links for 'alpha.gnu.org'. Date: Sat, 11 Mar 2017 17:22:53 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
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'.

From 8968c983a20a5dc5ba5222574ec201412b8eb4ee Mon Sep 17 00:00:00 2001
From: Alex Vong <address@hidden>
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 <address@hidden>
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 ;;; Copyright © 2017 ng0 <address@hidden>
+;;; Copyright © 2017 Alex Vong <address@hidden>
 ;;; Initially written by Luis Felipe López Acevedo <address@hidden>
 ;;; 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

Cheers,
Alex

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#26054: [PATCH] website: Use 'https' instead of 'http' links for 'alpha.gnu.org'. Date: Fri, 02 Jun 2017 18:26:15 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
Hi Alex,

Alex Vong <address@hidden> skribis:

> From 8968c983a20a5dc5ba5222574ec201412b8eb4ee Mon Sep 17 00:00:00 2001
> From: Alex Vong <address@hidden>
> 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'.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]