From unknown Sat Jun 14 03:57:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#29828] Various Linter corrections Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 23 Dec 2017 20:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 29828 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 29828@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.151406235812011 (code B ref -1); Sat, 23 Dec 2017 20:53:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 Dec 2017 20:52:38 +0000 Received: from localhost ([127.0.0.1]:49594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSqmS-00037V-KT for submit@debbugs.gnu.org; Sat, 23 Dec 2017 15:52:38 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSqmK-00037C-9u for submit@debbugs.gnu.org; Sat, 23 Dec 2017 15:52:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSqmC-0004ax-VV for submit@debbugs.gnu.org; Sat, 23 Dec 2017 15:52:14 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47089) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eSqmC-0004aT-Po for submit@debbugs.gnu.org; Sat, 23 Dec 2017 15:52:12 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSqmB-0004sd-4d for guix-patches@gnu.org; Sat, 23 Dec 2017 15:52:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSqm7-0004Ro-Cm for guix-patches@gnu.org; Sat, 23 Dec 2017 15:52:11 -0500 Received: from aibo.runbox.com ([91.220.196.211]:34230) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSqm6-0004PQ-SM for guix-patches@gnu.org; Sat, 23 Dec 2017 15:52:07 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eSqm5-0003Ke-GT for guix-patches@gnu.org; Sat, 23 Dec 2017 21:52:05 +0100 Received: from dslb-088-078-030-078.088.078.pools.vodafone-ip.de ([88.78.30.78] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eSqm2-0005i7-MQ for guix-patches@gnu.org; Sat, 23 Dec 2017 21:52:02 +0100 Date: Sat, 23 Dec 2017 20:52:01 +0000 From: ng0 Message-ID: <20171223205201.zecc5tjpiqbdwymt@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ickguon5relxumel" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --ickguon5relxumel Content-Type: multipart/mixed; boundary="kjwywlzi3nhwtdrr" Content-Disposition: inline --kjwywlzi3nhwtdrr Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This bug starts a series of patches to: - fix complains external linters found - fix complains our linter found These fixes include: addressing permanent redirects, 404s -> new files, domains, URLs, etc. 4 Patches for the start, more to follow. --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --kjwywlzi3nhwtdrr Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-xz-Adjust-the-home-page.patch" Content-Transfer-Encoding: quoted-printable =46rom 9a3f25a2e3df5d7fbfa06ed598216385e85212a5 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 13 Dec 2017 16:57:17 +0000 Subject: [PATCH 1/4] gnu: xz: Adjust the home page. Its http URL permanently redirects to the https one, throwing off some basic external linters. * gnu/packages/compression.scm (xz)[home-page]: Adjust home page. --- gnu/packages/compression.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index be9c6344b..c87eff3b1 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -14,7 +14,7 @@ ;;; Copyright =C2=A9 2016 David Craven ;;; Copyright =C2=A9 2016 Kei Kebreau ;;; Copyright =C2=A9 2016 Marius Bakke -;;; Copyright =C2=A9 2017 ng0 +;;; Copyright =C2=A9 2017 ng0 ;;; Copyright =C2=A9 2017 Manolis Fragkiskos Ragkousis ;;; Copyright =C2=A9 2017 Theodoros Foradis ;;; Copyright =C2=A9 2017 Stefan Reich=C3=B6r @@ -371,7 +371,7 @@ compression algorithm is currently LZMA2, which is used= inside the .xz container format. With typical files, XZ Utils create 30 % smaller output than gzip and 15 % smaller output than bzip2.") (license (list license:gpl2+ license:lgpl2.1+)) ; bits of both - (home-page "http://tukaani.org/xz/"))) + (home-page "https://tukaani.org/xz/"))) =20 (define-public lzo (package --=20 2.15.1 --kjwywlzi3nhwtdrr Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0002-gnu-xdelta-Change-to-new-home-page.patch" Content-Transfer-Encoding: quoted-printable =46rom 339135e4b3ffbc011ed30d0876542f1da9f4248b Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 13 Dec 2017 17:01:00 +0000 Subject: [PATCH 2/4] gnu: xdelta: Change to new home page. The previous used http://xdelta.com is linking to a parked/squatted domain. * gnu/packages/compression.scm (xdelta)[home-page]: Use http://xdelta.org as new home page. --- gnu/packages/compression.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index c87eff3b1..c242a5a4e 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -985,7 +985,7 @@ respectively, based on the reference implementation fro= m Google.") (lambda _ (chdir "xdelta3"))) (add-after 'enter-build-directory 'autoconf (lambda _ (zero? (system* "autoreconf" "-vfi"))))))) - (home-page "http://xdelta.com") + (home-page "http://xdelta.org") (synopsis "Delta encoder for binary files") (description "xdelta encodes only the differences between two binary f= iles using the VCDIFF algorithm and patch file format described in RFC 3284. I= t can --=20 2.15.1 --kjwywlzi3nhwtdrr Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0003-gnu-java-xz-Adjust-home-page.patch" Content-Transfer-Encoding: quoted-printable =46rom 954527da93c03ebb93da7c439c22c0974a60e956 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 13 Dec 2017 22:03:40 +0000 Subject: [PATCH 3/4] gnu: java-xz: Adjust home page. * gnu/packages/java.scm (java-xz)[home-page]: Adjust home-page. The http pa= rt of it is a permanent redirect to https. --- gnu/packages/java.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 0be488dec..8dd635605 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -2157,7 +2157,7 @@ is implemented.") (lambda _ (chdir "..") #t))))) (native-inputs `(("unzip" ,unzip))) - (home-page "http://tukaani.org/xz/java.html") + (home-page "https://tukaani.org/xz/java.html") (synopsis "Implementation of XZ data compression in pure Java") (description "This library aims to be a complete implementation of XZ d= ata compression in pure Java. Single-threaded streamed compression and --=20 2.15.1 --kjwywlzi3nhwtdrr Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0004-gnu-ruby-Use-new-home-page.patch" Content-Transfer-Encoding: quoted-printable =46rom 6a9320f991ca122823972e9fb84f4ddf952fedec Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 13 Dec 2017 22:05:37 +0000 Subject: [PATCH 4/4] gnu: ruby: Use new home page. The certificate for ruby-lang.org is only valid for lists.ruby-lang.org, the home page has moved to www.ruby-lang.org with its own certificate. * gnu/packages/ruby.scm (ruby)[home-page]: Use 'www.ruby-lang.org'. --- gnu/packages/ruby.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index c66c0a414..968a05999 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -5,7 +5,7 @@ ;;; Copyright =C2=A9 2014, 2015 David Thompson ;;; Copyright =C2=A9 2015 Ricardo Wurmus ;;; Copyright =C2=A9 2015, 2016, 2017 Ben Woodcroft -;;; Copyright =C2=A9 2017 ng0 +;;; Copyright =C2=A9 2017 ng0 ;;; Copyright =C2=A9 2017 Marius Bakke ;;; Copyright =C2=A9 2017 Tobias Geerinckx-Rice ;;; @@ -101,7 +101,7 @@ (synopsis "Programming language interpreter") (description "Ruby is a dynamic object-oriented programming language w= ith a focus on simplicity and productivity.") - (home-page "https://ruby-lang.org") + (home-page "https://www.ruby-lang.org") (license license:ruby))) =20 (define-public ruby-2.4.3 --=20 2.15.1 --kjwywlzi3nhwtdrr-- --ickguon5relxumel Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlo+wfEACgkQ4i+bv+40 hYidTxAArex4RhzYVusOpsv0FqXaOMIKEN/gF7MMPsMesEfJzLI2CV1xy4NDn1g2 xduWK5yOCRicLyupP81cglENZ2XsoetaQca1x7xl6ZaYLTIhctJAp5FLFjnM8iLC eyWLN4V2osRCn9mdKrM8b68mUzGIXHCq+A0qR3a4/gMmOKiAhN4ScTa+E65No4yg 9TW/k2kLS6r2JUgNb2BzM+q9Ugc4yipO2JSIm70bRJxRfpfHXupp2Ld6Fp1/kyNj RQH8pS2yN13E5EuCWy2kqWX8Ec/RclRMJMAzzm5Dyw7HyyRReKO/pT2XXUBeNwto aVdYG/KA98JhwazZrpzon/DaE7EcEusmTh6DiVNJQWPVnbNeUO9IlSUj6271UMne GkU0iOg01D6ENnGCf4ixvIAMJLChHb7kDXbb/xuz9eMeVwrcC6WzeHY7kKfN8/rc yZHfhfG3sr28B6uE6nWbLpY+dbmRYghIYK5uGdM+yccNceoMz++TkiOvufkx+Nkj BdMRnGfIIKEISlNHhfqaBTtY/79flTGS7tE5Eb9RbrIr3AL1U51wgdyuAJ1NHmCf HqSAgSTtUOqbOFNbNSGDTV/irpy9AMBuTlCW4kDYSy/78xrRwy4/YeQ/K1Wc2wAM 1dNcFvlgJYpAtqEE57BwHPZ0hnnAVdqpMOc9Tm0EwwRtak85hfo= =EGay -----END PGP SIGNATURE----- --ickguon5relxumel-- From unknown Sat Jun 14 03:57:17 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: ng0 Subject: bug#29828: closed (Re: [bug#29828] Various Linter corrections) Message-ID: References: <20171223221411.5ee1c433@scratchpost.org> <20171223205201.zecc5tjpiqbdwymt@abyayala> X-Gnu-PR-Message: they-closed 29828 X-Gnu-PR-Package: guix-patches Reply-To: 29828@debbugs.gnu.org Date: Sat, 23 Dec 2017 21:15:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1514063701-14039-1" This is a multi-part message in MIME format... ------------=_1514063701-14039-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #29828: Various Linter corrections which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 29828@debbugs.gnu.org. --=20 29828: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D29828 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1514063701-14039-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 29828-done) by debbugs.gnu.org; 23 Dec 2017 21:14:16 +0000 Received: from localhost ([127.0.0.1]:49616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSr7Y-0003dL-0J for submit@debbugs.gnu.org; Sat, 23 Dec 2017 16:14:16 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:46738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSr7W-0003dD-7M for 29828-done@debbugs.gnu.org; Sat, 23 Dec 2017 16:14:14 -0500 Received: from localhost (77.118.245.126.wireless.dyn.drei.com [77.118.245.126]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 202553360B9E; Sat, 23 Dec 2017 22:14:13 +0100 (CET) Date: Sat, 23 Dec 2017 22:14:11 +0100 From: Danny Milosavljevic To: ng0 Subject: Re: [bug#29828] Various Linter corrections Message-ID: <20171223221411.5ee1c433@scratchpost.org> In-Reply-To: <20171223205201.zecc5tjpiqbdwymt@abyayala> References: <20171223205201.zecc5tjpiqbdwymt@abyayala> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29828-done Cc: 29828-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Hi ng0, thanks! Pushed to master. ------------=_1514063701-14039-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Dec 2017 20:52:38 +0000 Received: from localhost ([127.0.0.1]:49594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSqmS-00037V-KT for submit@debbugs.gnu.org; Sat, 23 Dec 2017 15:52:38 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSqmK-00037C-9u for submit@debbugs.gnu.org; Sat, 23 Dec 2017 15:52:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSqmC-0004ax-VV for submit@debbugs.gnu.org; Sat, 23 Dec 2017 15:52:14 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47089) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eSqmC-0004aT-Po for submit@debbugs.gnu.org; Sat, 23 Dec 2017 15:52:12 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSqmB-0004sd-4d for guix-patches@gnu.org; Sat, 23 Dec 2017 15:52:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSqm7-0004Ro-Cm for guix-patches@gnu.org; Sat, 23 Dec 2017 15:52:11 -0500 Received: from aibo.runbox.com ([91.220.196.211]:34230) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSqm6-0004PQ-SM for guix-patches@gnu.org; Sat, 23 Dec 2017 15:52:07 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eSqm5-0003Ke-GT for guix-patches@gnu.org; Sat, 23 Dec 2017 21:52:05 +0100 Received: from dslb-088-078-030-078.088.078.pools.vodafone-ip.de ([88.78.30.78] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eSqm2-0005i7-MQ for guix-patches@gnu.org; Sat, 23 Dec 2017 21:52:02 +0100 Date: Sat, 23 Dec 2017 20:52:01 +0000 From: ng0 To: guix-patches@gnu.org Subject: Various Linter corrections Message-ID: <20171223205201.zecc5tjpiqbdwymt@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ickguon5relxumel" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --ickguon5relxumel Content-Type: multipart/mixed; boundary="kjwywlzi3nhwtdrr" Content-Disposition: inline --kjwywlzi3nhwtdrr Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This bug starts a series of patches to: - fix complains external linters found - fix complains our linter found These fixes include: addressing permanent redirects, 404s -> new files, domains, URLs, etc. 4 Patches for the start, more to follow. --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --kjwywlzi3nhwtdrr Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-xz-Adjust-the-home-page.patch" Content-Transfer-Encoding: quoted-printable =46rom 9a3f25a2e3df5d7fbfa06ed598216385e85212a5 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 13 Dec 2017 16:57:17 +0000 Subject: [PATCH 1/4] gnu: xz: Adjust the home page. Its http URL permanently redirects to the https one, throwing off some basic external linters. * gnu/packages/compression.scm (xz)[home-page]: Adjust home page. --- gnu/packages/compression.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index be9c6344b..c87eff3b1 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -14,7 +14,7 @@ ;;; Copyright =C2=A9 2016 David Craven ;;; Copyright =C2=A9 2016 Kei Kebreau ;;; Copyright =C2=A9 2016 Marius Bakke -;;; Copyright =C2=A9 2017 ng0 +;;; Copyright =C2=A9 2017 ng0 ;;; Copyright =C2=A9 2017 Manolis Fragkiskos Ragkousis ;;; Copyright =C2=A9 2017 Theodoros Foradis ;;; Copyright =C2=A9 2017 Stefan Reich=C3=B6r @@ -371,7 +371,7 @@ compression algorithm is currently LZMA2, which is used= inside the .xz container format. With typical files, XZ Utils create 30 % smaller output than gzip and 15 % smaller output than bzip2.") (license (list license:gpl2+ license:lgpl2.1+)) ; bits of both - (home-page "http://tukaani.org/xz/"))) + (home-page "https://tukaani.org/xz/"))) =20 (define-public lzo (package --=20 2.15.1 --kjwywlzi3nhwtdrr Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0002-gnu-xdelta-Change-to-new-home-page.patch" Content-Transfer-Encoding: quoted-printable =46rom 339135e4b3ffbc011ed30d0876542f1da9f4248b Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 13 Dec 2017 17:01:00 +0000 Subject: [PATCH 2/4] gnu: xdelta: Change to new home page. The previous used http://xdelta.com is linking to a parked/squatted domain. * gnu/packages/compression.scm (xdelta)[home-page]: Use http://xdelta.org as new home page. --- gnu/packages/compression.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index c87eff3b1..c242a5a4e 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -985,7 +985,7 @@ respectively, based on the reference implementation fro= m Google.") (lambda _ (chdir "xdelta3"))) (add-after 'enter-build-directory 'autoconf (lambda _ (zero? (system* "autoreconf" "-vfi"))))))) - (home-page "http://xdelta.com") + (home-page "http://xdelta.org") (synopsis "Delta encoder for binary files") (description "xdelta encodes only the differences between two binary f= iles using the VCDIFF algorithm and patch file format described in RFC 3284. I= t can --=20 2.15.1 --kjwywlzi3nhwtdrr Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0003-gnu-java-xz-Adjust-home-page.patch" Content-Transfer-Encoding: quoted-printable =46rom 954527da93c03ebb93da7c439c22c0974a60e956 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 13 Dec 2017 22:03:40 +0000 Subject: [PATCH 3/4] gnu: java-xz: Adjust home page. * gnu/packages/java.scm (java-xz)[home-page]: Adjust home-page. The http pa= rt of it is a permanent redirect to https. --- gnu/packages/java.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 0be488dec..8dd635605 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -2157,7 +2157,7 @@ is implemented.") (lambda _ (chdir "..") #t))))) (native-inputs `(("unzip" ,unzip))) - (home-page "http://tukaani.org/xz/java.html") + (home-page "https://tukaani.org/xz/java.html") (synopsis "Implementation of XZ data compression in pure Java") (description "This library aims to be a complete implementation of XZ d= ata compression in pure Java. Single-threaded streamed compression and --=20 2.15.1 --kjwywlzi3nhwtdrr Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0004-gnu-ruby-Use-new-home-page.patch" Content-Transfer-Encoding: quoted-printable =46rom 6a9320f991ca122823972e9fb84f4ddf952fedec Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 13 Dec 2017 22:05:37 +0000 Subject: [PATCH 4/4] gnu: ruby: Use new home page. The certificate for ruby-lang.org is only valid for lists.ruby-lang.org, the home page has moved to www.ruby-lang.org with its own certificate. * gnu/packages/ruby.scm (ruby)[home-page]: Use 'www.ruby-lang.org'. --- gnu/packages/ruby.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index c66c0a414..968a05999 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -5,7 +5,7 @@ ;;; Copyright =C2=A9 2014, 2015 David Thompson ;;; Copyright =C2=A9 2015 Ricardo Wurmus ;;; Copyright =C2=A9 2015, 2016, 2017 Ben Woodcroft -;;; Copyright =C2=A9 2017 ng0 +;;; Copyright =C2=A9 2017 ng0 ;;; Copyright =C2=A9 2017 Marius Bakke ;;; Copyright =C2=A9 2017 Tobias Geerinckx-Rice ;;; @@ -101,7 +101,7 @@ (synopsis "Programming language interpreter") (description "Ruby is a dynamic object-oriented programming language w= ith a focus on simplicity and productivity.") - (home-page "https://ruby-lang.org") + (home-page "https://www.ruby-lang.org") (license license:ruby))) =20 (define-public ruby-2.4.3 --=20 2.15.1 --kjwywlzi3nhwtdrr-- --ickguon5relxumel Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlo+wfEACgkQ4i+bv+40 hYidTxAArex4RhzYVusOpsv0FqXaOMIKEN/gF7MMPsMesEfJzLI2CV1xy4NDn1g2 xduWK5yOCRicLyupP81cglENZ2XsoetaQca1x7xl6ZaYLTIhctJAp5FLFjnM8iLC eyWLN4V2osRCn9mdKrM8b68mUzGIXHCq+A0qR3a4/gMmOKiAhN4ScTa+E65No4yg 9TW/k2kLS6r2JUgNb2BzM+q9Ugc4yipO2JSIm70bRJxRfpfHXupp2Ld6Fp1/kyNj RQH8pS2yN13E5EuCWy2kqWX8Ec/RclRMJMAzzm5Dyw7HyyRReKO/pT2XXUBeNwto aVdYG/KA98JhwazZrpzon/DaE7EcEusmTh6DiVNJQWPVnbNeUO9IlSUj6271UMne GkU0iOg01D6ENnGCf4ixvIAMJLChHb7kDXbb/xuz9eMeVwrcC6WzeHY7kKfN8/rc yZHfhfG3sr28B6uE6nWbLpY+dbmRYghIYK5uGdM+yccNceoMz++TkiOvufkx+Nkj BdMRnGfIIKEISlNHhfqaBTtY/79flTGS7tE5Eb9RbrIr3AL1U51wgdyuAJ1NHmCf HqSAgSTtUOqbOFNbNSGDTV/irpy9AMBuTlCW4kDYSy/78xrRwy4/YeQ/K1Wc2wAM 1dNcFvlgJYpAtqEE57BwHPZ0hnnAVdqpMOc9Tm0EwwRtak85hfo= =EGay -----END PGP SIGNATURE----- --ickguon5relxumel-- ------------=_1514063701-14039-1-- From unknown Sat Jun 14 03:57:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#29828] Various Linter corrections Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 23 Dec 2017 21:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 29828 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 29828@debbugs.gnu.org Received: via spool by 29828-submit@debbugs.gnu.org id=B29828.151406436515144 (code B ref 29828); Sat, 23 Dec 2017 21:27:01 +0000 Received: (at 29828) by debbugs.gnu.org; 23 Dec 2017 21:26:05 +0000 Received: from localhost ([127.0.0.1]:49638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSrIs-0003vp-H8 for submit@debbugs.gnu.org; Sat, 23 Dec 2017 16:26:05 -0500 Received: from aibo.runbox.com ([91.220.196.211]:53282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSrIq-0003vg-TV for 29828@debbugs.gnu.org; Sat, 23 Dec 2017 16:25:57 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eSrIp-0001A6-Kf for 29828@debbugs.gnu.org; Sat, 23 Dec 2017 22:25:55 +0100 Received: from dslb-088-078-030-078.088.078.pools.vodafone-ip.de ([88.78.30.78] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eSrIX-0002Ms-Cr for 29828@debbugs.gnu.org; Sat, 23 Dec 2017 22:25:37 +0100 Date: Sat, 23 Dec 2017 21:25:36 +0000 From: ng0 Message-ID: <20171223212536.wia43fmkqrpp54gi@abyayala> References: <20171223205201.zecc5tjpiqbdwymt@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xo2yeqfk6wn6atsi" Content-Disposition: inline In-Reply-To: <20171223205201.zecc5tjpiqbdwymt@abyayala> X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --xo2yeqfk6wn6atsi Content-Type: multipart/mixed; boundary="dtlpubsleyperjur" Content-Disposition: inline --dtlpubsleyperjur Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ng0 transcribed 7.3K bytes: > This bug starts a series of patches to: > - fix complains external linters found > - fix complains our linter found > These fixes include: addressing permanent redirects, > 404s -> new files, domains, URLs, etc. >=20 > 4 Patches for the start, more to follow. Follow-up Number 1: Workaround for the mozjs@38 source changing. This comes with a 'TODO' task: Work on building mozjs@38 from the new source. --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --dtlpubsleyperjur Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-mozjs-38-Workaround-for-people.mozilla.org-shutd.patch" Content-Transfer-Encoding: quoted-printable =46rom 460eacedc4f1f01a9e5e84b84657af5be928615a Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 23 Dec 2017 21:17:24 +0000 Subject: [PATCH] gnu: mozjs@38: Workaround for people.mozilla.org shutdown. Read https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00189.html for more details about this workaround. * gnu/packages/gnuzilla.scm (mozjs@38)[source]: Provide additional URL. --- gnu/packages/gnuzilla.scm | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index c53c31613..9aa13ebf2 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -6,7 +6,7 @@ ;;; Copyright =C2=A9 2016, 2017 Efraim Flashner ;;; Copyright =C2=A9 2016 Alex Griffin ;;; Copyright =C2=A9 2017 Cl=C3=A9ment Lassieur -;;; Copyright =C2=A9 2017 ng0 +;;; Copyright =C2=A9 2017 ng0 ;;; Copyright =C2=A9 2017 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. @@ -168,9 +168,17 @@ in C/C++.") (version "38.2.1.rc0") (source (origin (method url-fetch) - (uri (string-append - "https://people.mozilla.org/~sstangl/" - name "-" version ".tar.bz2")) + (uri (list (string-append + "https://people.mozilla.org/~sstangl/" + name "-" version ".tar.bz2") + ;; FIXME: people.mozilla.org has shut down: + ;; https://lists.gnu.org/archive/html/guix-devel/= 2017-12/msg00189.html + ;; This is an unofficial temporary location until= we + ;; can build mozjs-38 from the new location: + (string-append + "https://d.n0.is/d/v/mozjs/" + name "-" version ".tar.bz2"))) + (sha256 (base32 "0p4bmbpgkfsj54xschcny0a118jdrdgg0q29rwxigg3lh5slr681")) --=20 2.15.1 --dtlpubsleyperjur-- --xo2yeqfk6wn6atsi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlo+ydAACgkQ4i+bv+40 hYjniw//bcaSeumbBMn4c2Knm8mS+uhtstHNVtw2AQMBfre0xjFMhTW67vdAO1ty AweLbVMm+DcRum5ndNvSecpdq53CZb+nV1TpiZ6Ujz2A++Hbl6f7Q3Jyn0WgYiy5 ewCQCAsbFfv+9et2tlP5DWOHqtUpkmIPMUYnV1XKiqKVMgADaTnBl5yMQnP8ddIM aFITyevJoAEL3DvuVg/dbS/QaGGBK/Lq2ix8PaM9NThWgkOOVHQl8O/BumBuPYjM uav7Dx98k8rqVm+2x4/Nsh/yI4vp7fhjCK6pw6WuHgJgbOPYoKPdvK/AD4TgjZTO s/Egc6ZK1hZRb3iRYocBjYut1d17/LNEc8LsIwtX8iWZG+ShdGyhUuaphE3f8YRo Y29jzRu+9y8zUelc0+B9VBzw/TY7+G+7dxkWY7LMUlO0L8BoOO6bDWh4DX+9YovI tFge8PYXIYkdCsrCgXNR7yshtNcOAofnOpsZn2o8M0CAYGNpHqFTTE+x5oWo3Si6 tr0RZtRuEPW9XvFnRkdrWnzn+yFGEQay9Sc4SVOWxUz7YiCErjpKYKU6BlgAYfDi +Vmx83g7ZMguD22opVJA2XNa/xpjkP4Ze3KqfKpXLOSKy0trM6JpbYd+vB9qTMJI 8Q1O2lgQFOIxkZ8Q/3bD4QQCom254AgNU6VME5C9UztfHxR/HTI= =NEgv -----END PGP SIGNATURE----- --xo2yeqfk6wn6atsi-- From unknown Sat Jun 14 03:57:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#29828] Various Linter corrections Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 23 Dec 2017 21:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 29828 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Danny Milosavljevic Cc: 29828-done@debbugs.gnu.org, ng0 Received: via spool by 29828-done@debbugs.gnu.org id=D29828.151406444415264 (code D ref 29828); Sat, 23 Dec 2017 21:28:02 +0000 Received: (at 29828-done) by debbugs.gnu.org; 23 Dec 2017 21:27:24 +0000 Received: from localhost ([127.0.0.1]:49642 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSrKF-0003y8-O2 for submit@debbugs.gnu.org; Sat, 23 Dec 2017 16:27:23 -0500 Received: from aibo.runbox.com ([91.220.196.211]:53316) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSrKE-0003y1-PX for 29828-done@debbugs.gnu.org; Sat, 23 Dec 2017 16:27:23 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eSrKE-0001EP-0m; Sat, 23 Dec 2017 22:27:22 +0100 Received: from dslb-088-078-030-078.088.078.pools.vodafone-ip.de ([88.78.30.78] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eSrJs-00063t-Va; Sat, 23 Dec 2017 22:27:01 +0100 Date: Sat, 23 Dec 2017 21:27:00 +0000 From: ng0 Message-ID: <20171223212700.ewbywkidl3zb3frl@abyayala> References: <20171223205201.zecc5tjpiqbdwymt@abyayala> <20171223221411.5ee1c433@scratchpost.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="nm5meamiydnttj34" Content-Disposition: inline In-Reply-To: <20171223221411.5ee1c433@scratchpost.org> X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --nm5meamiydnttj34 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Danny Milosavljevic transcribed 0.1K bytes: > Hi ng0, >=20 > thanks! Pushed to master. Thanks. I just wasn't done with this. I'll just open new bug for each patch= then. --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --nm5meamiydnttj34 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlo+yiQACgkQ4i+bv+40 hYg8kQ//R536ewdsaZSCdhzeGJe67WFzNPw/Kkl0fD95WvFZ9NbhgvujGtKGrZ77 Dc7hWYcsHvDDzttvrswXNmuAyYTEqY4OF+3qBsfSNvCU523pKs2eAMDWUe03yZ69 aQTAvb/Q1Lu2IAGNxhBbvqcyUpfkaEsuQLZZwlSIYHZo6h92TL8uZ17LwonBQK77 U8f4ZOYlkBcFTXKiUb4iTYMLOhQDR3K+lTab0AcV71ZTktzVqGkFgwMM1tMW546c sScMvX1Jcn14dOgpPiLFTkBv74pp2S+azvg3JEuYGhBNpcgDe5KZUckAZrwtsb6C zvJVBqHi8kRKYwKhrR0xngmtAY4yjI9uRxpx5jBcYjWL3FPV88FSKqF3opoSYmOa j5L6ufn2LG7w7Sn/kd1Zcm2wktUWNnRU3dKH2gXFb0uF+trs/xCV7cpVR2ws2HBL 8JrzrF3xjTHGT6G26PzDBYAebM9RjPLw10+jn2LeKcbMujkpEnFj8eM0BfMy4uzU qThESR/zcELaigJmNInidOFlN1+hQVhnRPbwr1VH2WbJT0L6BpNG3xCvRGKhWRFb LXDWkNjfVRCUWxrd1hfGzZvH/NRZyVyZLuP8JA+U5hPgLVnslmLRpUX7M/CYcoq6 0Rx6boAcbq29XCxODltO2OYgyqQ0/3IA4u54REQX8bEEn7Kd3NA= =FOPX -----END PGP SIGNATURE----- --nm5meamiydnttj34-- From unknown Sat Jun 14 03:57:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#29828] Various Linter corrections Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 23 Dec 2017 21:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 29828 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 29828-done@debbugs.gnu.org Received: via spool by 29828-done@debbugs.gnu.org id=D29828.151406454615466 (code D ref 29828); Sat, 23 Dec 2017 21:30:02 +0000 Received: (at 29828-done) by debbugs.gnu.org; 23 Dec 2017 21:29:06 +0000 Received: from localhost ([127.0.0.1]:49647 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSrLo-00040t-3U for submit@debbugs.gnu.org; Sat, 23 Dec 2017 16:29:06 -0500 Received: from aibo.runbox.com ([91.220.196.211]:53364) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSrLj-00040f-Cu for 29828-done@debbugs.gnu.org; Sat, 23 Dec 2017 16:28:58 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eSrLi-0001HV-PB for 29828-done@debbugs.gnu.org; Sat, 23 Dec 2017 22:28:54 +0100 Received: from dslb-088-078-030-078.088.078.pools.vodafone-ip.de ([88.78.30.78] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eSrLZ-0003mQ-QR for 29828-done@debbugs.gnu.org; Sat, 23 Dec 2017 22:28:45 +0100 Date: Sat, 23 Dec 2017 21:28:45 +0000 From: ng0 Message-ID: <20171223212845.z6db2jwaemew7wcw@abyayala> References: <20171223205201.zecc5tjpiqbdwymt@abyayala> <20171223212536.wia43fmkqrpp54gi@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rfktqqeqnsgpu6vy" Content-Disposition: inline In-Reply-To: <20171223212536.wia43fmkqrpp54gi@abyayala> X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --rfktqqeqnsgpu6vy Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Disregard this, will open a new bug. ng0 transcribed 4.0K bytes: > ng0 transcribed 7.3K bytes: > > This bug starts a series of patches to: > > - fix complains external linters found > > - fix complains our linter found > > These fixes include: addressing permanent redirects, > > 404s -> new files, domains, URLs, etc. > >=20 > > 4 Patches for the start, more to follow. >=20 > Follow-up Number 1: >=20 > Workaround for the mozjs@38 source changing. > This comes with a 'TODO' task: Work on building > mozjs@38 from the new source. > --=20 > GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 > GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys > WWW: https://n0.is > From 460eacedc4f1f01a9e5e84b84657af5be928615a Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sat, 23 Dec 2017 21:17:24 +0000 > Subject: [PATCH] gnu: mozjs@38: Workaround for people.mozilla.org shutdow= n. >=20 > Read https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00189.html > for more details about this workaround. >=20 > * gnu/packages/gnuzilla.scm (mozjs@38)[source]: Provide additional URL. > --- > gnu/packages/gnuzilla.scm | 16 ++++++++++++---- > 1 file changed, 12 insertions(+), 4 deletions(-) >=20 > diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm > index c53c31613..9aa13ebf2 100644 > --- a/gnu/packages/gnuzilla.scm > +++ b/gnu/packages/gnuzilla.scm > @@ -6,7 +6,7 @@ > ;;; Copyright =C2=A9 2016, 2017 Efraim Flashner > ;;; Copyright =C2=A9 2016 Alex Griffin > ;;; Copyright =C2=A9 2017 Cl=C3=A9ment Lassieur > -;;; Copyright =C2=A9 2017 ng0 > +;;; Copyright =C2=A9 2017 ng0 > ;;; Copyright =C2=A9 2017 Tobias Geerinckx-Rice > ;;; > ;;; This file is part of GNU Guix. > @@ -168,9 +168,17 @@ in C/C++.") > (version "38.2.1.rc0") > (source (origin > (method url-fetch) > - (uri (string-append > - "https://people.mozilla.org/~sstangl/" > - name "-" version ".tar.bz2")) > + (uri (list (string-append > + "https://people.mozilla.org/~sstangl/" > + name "-" version ".tar.bz2") > + ;; FIXME: people.mozilla.org has shut down: > + ;; https://lists.gnu.org/archive/html/guix-deve= l/2017-12/msg00189.html > + ;; This is an unofficial temporary location unt= il we > + ;; can build mozjs-38 from the new location: > + (string-append > + "https://d.n0.is/d/v/mozjs/" > + name "-" version ".tar.bz2"))) > + > (sha256 > (base32 > "0p4bmbpgkfsj54xschcny0a118jdrdgg0q29rwxigg3lh5slr681")) > --=20 > 2.15.1 >=20 --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --rfktqqeqnsgpu6vy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIyBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlo+yo0ACgkQ4i+bv+40 hYhvSg/3cPGH3gqKjDaNOGqdQpiBU11Gu1+p/iBuGmK43S/y72YYNIJXcy52GYNW RgdopGGA2JQRewXHPiELRHzXtgd7zuHp7bOK0JIG1YzkumbKGzePE7++83i6Aip3 wAEzwDDuqoF1VHyvs72V5Gm6gMaR/PbKldoHF15L7ByigXlEZRDBjN36whtAMk5b Xq8GLQa52oedSy+K/05g5EYp5VlUuWwnIMzZx6puICKQSWzpfBKYfjrtCrNB4rLB nBdJP4zv+1ROIwsF3mkP/HbfdEv5FadB7YlpurRZCskSToK4vY5xO238odCM8BDq psQ63FAfWC2sfALffd0rHJIUJMvH6CTZq2DN778nKUIrr9GnIiLEOQLLadYEIiTc Pg2hOD7Og5Xm88xFbpMKH1f20wSwEhmrXomjIeoupDXmn+4WYk6epPCCImvhMBWI rim6Av+ayuzjEcXVjWp+iAr+vIJ1gpqvwAYLB7fAeeThALbNSiCHAgBDKag1t5YU R3fIcMk1hdwzwezEPZ3Dis01EhjsrEdT7hHpCTDl15cZL/FI4GPZUNWzx4nmlIQ2 zA7JQJRi+F/IgxGCkIoDQxbh8pIBhjj9Fcu0n0CrtZnkWJllh/bo5u4HvNuZp0gO y2KZKj4Gs/gQQSJpVA8AZVybxIJsHpf+7jjNoSmVIOFC9PuxOg== =HyKa -----END PGP SIGNATURE----- --rfktqqeqnsgpu6vy--