emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32417: closed ([PATCH] gnu: bzip2: Use archived so


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32417: closed ([PATCH] gnu: bzip2: Use archived source and home-page URLs.)
Date: Fri, 10 Aug 2018 20:44:02 +0000

Your message dated Fri, 10 Aug 2018 16:42:58 -0400
with message-id <address@hidden>
and subject line Re: [bug#32417] [PATCH] gnu: bzip2: Use archived source and 
home-page URLs.
has caused the debbugs.gnu.org bug report #32417,
regarding [PATCH] gnu: bzip2: Use archived source and home-page URLs.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32417: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32417
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: bzip2: Use archived source and home-page URLs. Date: Fri, 10 Aug 2018 14:52:12 -0400
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32417] [PATCH] gnu: bzip2: Use archived source and home-page URLs. Date: Fri, 10 Aug 2018 16:42:58 -0400 User-agent: Mutt/1.10.1 (2018-07-13)
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]