all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32417] [PATCH] gnu: bzip2: Use archived source and home-page URLs.
@ 2018-08-10 18:52 Leo Famulari
  2018-08-10 19:10 ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-08-10 18:52 UTC (permalink / raw)
  To: 32417

* gnu/packages/compression.scm (bzip2)[source, home-page]: Update URLs.
---
 gnu/packages/compression.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index c6cd416bd..582fb00e2 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -237,8 +237,10 @@ file; as a result, it is often used in conjunction with \"tar\", resulting in
     (version "1.0.6")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.bzip.org/" version "/bzip2-"
-                                  version ".tar.gz"))
+              ;; XXX The bzip.org domain was allowed to expire.
+              (uri (string-append "https://web.archive.org/web/20180624184806/"
+                                  "http://www.bzip.org/"
+                                  version "/bzip2-" version ".tar.gz"))
               (sha256
                (base32
                 "1kfrc7f0ja9fdn6j1y6yir6li818npy6217hvr3wzmnmzhs8z152"))))
@@ -316,7 +318,7 @@ being around twice as fast at compression and six times faster at
 decompression.")
     (license (license:non-copyleft "file://LICENSE"
                                    "See LICENSE in the distribution."))
-    (home-page "http://www.bzip.org/")))
+    (home-page "https://web.archive.org/web/20180801004107/http://www.bzip.org/")))
 
 (define-public lbzip2
   (package
-- 
2.18.0

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

* [bug#32417] [PATCH] gnu: bzip2: Use archived source and home-page URLs.
  2018-08-10 18:52 [bug#32417] [PATCH] gnu: bzip2: Use archived source and home-page URLs Leo Famulari
@ 2018-08-10 19:10 ` Tobias Geerinckx-Rice
  2018-08-10 20:42   ` bug#32417: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2018-08-10 19:10 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 32417

Leo,

Leo Famulari wrote:
> +              ;; XXX The bzip.org domain was allowed to expire.

Wow.

> +              (uri (string-append 
> "https://web.archive.org/web/20180624184806/"
> +                                  "http://www.bzip.org/"
> +                                  version "/bzip2-" version 
> ".tar.gz"))

Didn't know that a.o saved tarballs. Nice.

Worked for me,

T G-R

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

* bug#32417: [PATCH] gnu: bzip2: Use archived source and home-page URLs.
  2018-08-10 19:10 ` Tobias Geerinckx-Rice
@ 2018-08-10 20:42   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2018-08-10 20:42 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 32417-done

[-- Attachment #1: Type: text/plain, Size: 559 bytes --]

On Fri, Aug 10, 2018 at 09:10:55PM +0200, Tobias Geerinckx-Rice wrote:
> Leo,
> 
> Leo Famulari wrote:
> > +              ;; XXX The bzip.org domain was allowed to expire.
> 
> Wow.
> 
> > +              (uri (string-append
> > "https://web.archive.org/web/20180624184806/"
> > +                                  "http://www.bzip.org/"
> > +                                  version "/bzip2-" version ".tar.gz"))
> 
> Didn't know that a.o saved tarballs. Nice.
> 
> Worked for me,

Thanks! Pushed as 7598b678fad2112ea87a85acf755908a59dd4676

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

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

end of thread, other threads:[~2018-08-10 20:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-10 18:52 [bug#32417] [PATCH] gnu: bzip2: Use archived source and home-page URLs Leo Famulari
2018-08-10 19:10 ` Tobias Geerinckx-Rice
2018-08-10 20:42   ` bug#32417: " Leo Famulari

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.