unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: powwow: Update download url scheme to tls.
@ 2016-08-02 11:49 ng0
  2016-08-02 12:10 ` Andreas Enge
  0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2016-08-02 11:49 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 207 bytes --]

powwow source moved to TLS download, redirection happens, guix download
or gnutls gets confused and aborts. You know the problem.
This should fix the current redirection which breaks our
downloader/gnutls.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-powwow-Update-download-url-scheme-to-tls.patch --]
[-- Type: text/x-patch, Size: 970 bytes --]

From 263fb5cc0047614b38c199e9eeb2f9629b240817 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Tue, 2 Aug 2016 11:43:36 +0000
Subject: [PATCH] gnu: powwow: Update download url scheme to tls.

* gnu/packages/games.scm (powwow)[source]: Change http to https.
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9245742..fdbbd73 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2087,7 +2087,7 @@ is attributed to Albert Einstein.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://www.hoopajoo.net/static/projects/powwow-"
+                    "https://www.hoopajoo.net/static/projects/powwow-"
                     version ".tar.gz"))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
-- 
2.9.2


[-- Attachment #1.3: Type: text/plain, Size: 132 bytes --]

-- 
♥Ⓐ  ng0
Current Keys: https://we.make.ritual.n0.is/ng0.txt
For non-prism friendly talk find me on http://www.psyced.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]

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

* Re: [PATCH] gnu: powwow: Update download url scheme to tls.
  2016-08-02 11:49 [PATCH] gnu: powwow: Update download url scheme to tls ng0
@ 2016-08-02 12:10 ` Andreas Enge
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2016-08-02 12:10 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

Hi,

On Tue, Aug 02, 2016 at 11:49:12AM +0000, ng0 wrote:
> powwow source moved to TLS download, redirection happens, guix download
> or gnutls gets confused and aborts. You know the problem.

thanks for the fix! I noticed it independently and pushed something already.
Sorry our work overlapped!

Andreas

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

end of thread, other threads:[~2016-08-02 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-02 11:49 [PATCH] gnu: powwow: Update download url scheme to tls ng0
2016-08-02 12:10 ` Andreas Enge

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).