unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26461: [PATCH] gnu: darkhttpd: Update source URI.
@ 2017-04-12 10:02 Arun Isaac
  2017-04-12 10:16 ` bug#26461: darkhttpd release tarball Arun Isaac
  2017-04-12 11:44 ` bug#26461: [PATCH] gnu: darkhttpd: Update source URI Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Arun Isaac @ 2017-04-12 10:02 UTC (permalink / raw)
  To: 26461

* gnu/packages/web.scm (darkhttpd)[source]: Update URI.
---
 gnu/packages/web.scm | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 368599351..fb5082af2 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
 ;;; Copyright © 2016 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
-;;; Copyright © 2016 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2016 Bake Timmons <b3timmons@speedymail.org>
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
@@ -4220,17 +4220,12 @@ and similar services.")
     (version "1.12")
     (source
      (origin
-       ;; The darkhttpd release tarball URL fails to download with a
-       ;; 'TLS warning alert'. Download from the darkhttpd git repo
-       ;; until the problem has been fixed upstream.
-       (method git-fetch)
-       (uri (git-reference
-             (url (string-append "https://unix4lyfe.org/git/darkhttpd"))
-             (commit "41b68476c35270f47dcd2ddebe27cbcd87e43d41")))
+       (method url-fetch)
+       (uri (string-append "https://unix4lyfe.org/darkhttpd/darkhttpd-"
+                           version ".tar.bz2"))
        (sha256
         (base32
-         "0wi8dfgj4ic0fsy4dszl69xgxdxlwxz4c30vsw2i2dpnczgjm04k"))
-       (file-name (string-append name "-" version "-checkout"))))
+         "0185wlyx4iqiwfigp1zvql14zw7gxfacncii3d15yaxk4av1f155"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags '("CC=gcc")
-- 
2.12.2

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

* bug#26461: darkhttpd release tarball
  2017-04-12 10:02 bug#26461: [PATCH] gnu: darkhttpd: Update source URI Arun Isaac
@ 2017-04-12 10:16 ` Arun Isaac
  2017-04-12 11:44 ` bug#26461: [PATCH] gnu: darkhttpd: Update source URI Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Arun Isaac @ 2017-04-12 10:16 UTC (permalink / raw)
  To: 26461


The upstream problem with the release tarball URI has been fixed. So,
we can now switch to using that instead of the git checkout. I'll push
this if nobody has any issues.

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

* bug#26461: [PATCH] gnu: darkhttpd: Update source URI.
  2017-04-12 10:02 bug#26461: [PATCH] gnu: darkhttpd: Update source URI Arun Isaac
  2017-04-12 10:16 ` bug#26461: darkhttpd release tarball Arun Isaac
@ 2017-04-12 11:44 ` Ludovic Courtès
  2017-04-12 13:27   ` Arun Isaac
  1 sibling, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-04-12 11:44 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 26461

Arun Isaac <arunisaac@systemreboot.net> skribis:

> * gnu/packages/web.scm (darkhttpd)[source]: Update URI.

LGTM, thanks!

Ludo'.

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

* bug#26461: [PATCH] gnu: darkhttpd: Update source URI.
  2017-04-12 11:44 ` bug#26461: [PATCH] gnu: darkhttpd: Update source URI Ludovic Courtès
@ 2017-04-12 13:27   ` Arun Isaac
  0 siblings, 0 replies; 4+ messages in thread
From: Arun Isaac @ 2017-04-12 13:27 UTC (permalink / raw)
  To: 26461-done


Pushed!

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

end of thread, other threads:[~2017-04-12 13:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-12 10:02 bug#26461: [PATCH] gnu: darkhttpd: Update source URI Arun Isaac
2017-04-12 10:16 ` bug#26461: darkhttpd release tarball Arun Isaac
2017-04-12 11:44 ` bug#26461: [PATCH] gnu: darkhttpd: Update source URI Ludovic Courtès
2017-04-12 13:27   ` Arun Isaac

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