GNU bug report logs - #65807
[PATCH 0/8] gnu: libftdi: Update to 1.5; other improvements.

Previous Next

Package: guix-patches;

Reported by: Simon South <simon <at> simonsouth.net>

Date: Thu, 7 Sep 2023 15:44:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Simon South <simon <at> simonsouth.net>
To: 65807 <at> debbugs.gnu.org
Subject: [bug#65807] [PATCH v2 2/9] gnu: libftdi: Use HTTPS for package source.
Date: Thu,  7 Sep 2023 12:37:51 -0400
* gnu/packages/libftdi.scm (libftdi)[source]: Use HTTPS.
---
 gnu/packages/libftdi.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/libftdi.scm b/gnu/packages/libftdi.scm
index 4cfa1d3424..b881aa5cc2 100644
--- a/gnu/packages/libftdi.scm
+++ b/gnu/packages/libftdi.scm
@@ -32,7 +32,7 @@ (define-public libftdi
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://www.intra2net.com/en/developer/libftdi/download/"
+                    "https://www.intra2net.com/en/developer/libftdi/download/"
                     "libftdi1-" version ".tar.bz2"))
               (sha256
                (base32
-- 
2.40.1





This bug report was last modified 1 year and 246 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.