unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42061] [PATCH] gnu: libtiff: Use HTTPS.
@ 2020-06-26 14:23 Timotej Lazar
  2020-06-27 21:21 ` bug#42061: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2020-06-26 14:23 UTC (permalink / raw)
  To: 42061; +Cc: Timotej Lazar

* gnu/packages/image.scm (libtiff)[source]: Use HTTPS.
---
 gnu/packages/image.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 393ee7e08b..ea1c178bc1 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -553,7 +553,7 @@ extracting icontainer icon files.")
    (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://download.osgeo.org/libtiff/tiff-"
+       (uri (string-append "https://download.osgeo.org/libtiff/tiff-"
                            version ".tar.gz"))
        (sha256
         (base32
-- 
2.26.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42061: [PATCH] gnu: libtiff: Use HTTPS.
  2020-06-26 14:23 [bug#42061] [PATCH] gnu: libtiff: Use HTTPS Timotej Lazar
@ 2020-06-27 21:21 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-06-27 21:21 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 42061-done

Hi,

Timotej Lazar <timotej.lazar@araneo.si> skribis:

> * gnu/packages/image.scm (libtiff)[source]: Use HTTPS.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-27 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-26 14:23 [bug#42061] [PATCH] gnu: libtiff: Use HTTPS Timotej Lazar
2020-06-27 21:21 ` bug#42061: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).