[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/19: import: cpan: Use HTTPS for home pages.
From: |
Tobias Geerinckx-Rice |
Subject: |
10/19: import: cpan: Use HTTPS for home pages. |
Date: |
Sun, 29 Oct 2017 12:33:51 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 29f7bf59d5d4d4b848eaedc6766bb4e02cae20d3
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Oct 29 15:53:23 2017 +0100
import: cpan: Use HTTPS for home pages.
* guix/import/cpan.scm (cpan-home): Use HTTPS.
* tests/cpan.scm ("cpan->guix-package"): Expect it.
---
guix/import/cpan.scm | 2 +-
tests/cpan.scm | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/guix/import/cpan.scm b/guix/import/cpan.scm
index 2ef02c4..792da0a 100644
--- a/guix/import/cpan.scm
+++ b/guix/import/cpan.scm
@@ -116,7 +116,7 @@ or #f on failure. MODULE should be e.g. \"Test::Script\""
(json-fetch (string-append "https://fastapi.metacpan.org/v1/release/" name)))
(define (cpan-home name)
- (string-append "http://search.cpan.org/dist/" name "/"))
+ (string-append "https://search.cpan.org/dist/" name "/"))
(define (cpan-source-url meta)
"Return the download URL for a module's source tarball."
diff --git a/tests/cpan.scm b/tests/cpan.scm
index e5bd0ae..36712ce 100644
--- a/tests/cpan.scm
+++ b/tests/cpan.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Eric Bavier <address@hidden>
;;; Copyright © 2016 Alex Sassmannshausen <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -97,7 +98,7 @@
('propagated-inputs
('quasiquote
(("perl-test-script" ('unquote 'perl-test-script)))))
- ('home-page "http://search.cpan.org/dist/Foo-Bar/")
+ ('home-page "https://search.cpan.org/dist/Foo-Bar/")
('synopsis "Fizzle Fuzz")
('description 'fill-in-yourself!)
('license 'perl-license))
- 05/19: gnu: perl-safe-isa: Update to 1.000008., (continued)
- 05/19: gnu: perl-safe-isa: Update to 1.000008., Tobias Geerinckx-Rice, 2017/10/29
- 09/19: import: cpan: Actually use CPAN-HOME., Tobias Geerinckx-Rice, 2017/10/29
- 03/19: gnu: perl-file-sharedir-dist: Update to 0.05., Tobias Geerinckx-Rice, 2017/10/29
- 06/19: gnu: perl-text-table: Update to 1.133., Tobias Geerinckx-Rice, 2017/10/29
- 12/19: gnu: perl-email-simple: Update to 2.214., Tobias Geerinckx-Rice, 2017/10/29
- 15/19: gnu: perl-uri-find: Update to 20160806., Tobias Geerinckx-Rice, 2017/10/29
- 14/19: gnu: perl-email-mime: Update to 1.946., Tobias Geerinckx-Rice, 2017/10/29
- 16/19: gnu: perl-test-www-mechanize: Update to 1.48., Tobias Geerinckx-Rice, 2017/10/29
- 07/19: gnu: perl-tie-cycle: Update to 1.225., Tobias Geerinckx-Rice, 2017/10/29
- 08/19: import: cpan: Add trailing "/" to CPAN-HOME., Tobias Geerinckx-Rice, 2017/10/29
- 10/19: import: cpan: Use HTTPS for home pages.,
Tobias Geerinckx-Rice <=
- 13/19: gnu: perl-email-mime-contenttype: Update to 1.022., Tobias Geerinckx-Rice, 2017/10/29
- 11/19: gnu: perl-email-sender: Update to 1.300031., Tobias Geerinckx-Rice, 2017/10/29
- 17/19: gnu: perl-test-www-mechanize-psgi: Update to 0.37., Tobias Geerinckx-Rice, 2017/10/29
- 18/19: gnu: youtube-dl: Update to 2017.10.29., Tobias Geerinckx-Rice, 2017/10/29
- 19/19: gnu: offlineimap: Update to 7.1.4., Tobias Geerinckx-Rice, 2017/10/29