unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31753] [PATCH] gnu: Fix url in jbig2dec.
@ 2018-06-08  8:49 Gábor Boskovits
       [not found] ` <handler.31753.B.152844776429913.ack@debbugs.gnu.org>
  2018-06-08 12:33 ` bug#31753: [PATCH] gnu: Fix url in jbig2dec 宋文武
  0 siblings, 2 replies; 3+ messages in thread
From: Gábor Boskovits @ 2018-06-08  8:49 UTC (permalink / raw)
  To: 31753; +Cc: Gábor Boskovits

* gnu/packages/image.scm (jbig2dec): Fix url.
---
 gnu/packages/image.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 37d51f1e5..c687576bb 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -487,7 +487,8 @@ arithmetic ops.")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "http://downloads.ghostscript.com/public/" name "/"
+        (uri (string-append "https://github.com/ArtifexSoftware/"
+                            "ghostpdl-downloads/releases/download/gs922/"
                             name "-" version ".tar.gz"))
         (sha256
           (base32 "0k01hp0q4275fj4rbr1gy64svfraw5w7wvwl08yjhvsnpb1rid11"))
-- 
2.17.1

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

* [bug#31753] Acknowledgement ([PATCH] gnu: Fix url in jbig2dec.)
       [not found] ` <handler.31753.B.152844776429913.ack@debbugs.gnu.org>
@ 2018-06-08  8:55   ` Gábor Boskovits
  0 siblings, 0 replies; 3+ messages in thread
From: Gábor Boskovits @ 2018-06-08  8:55 UTC (permalink / raw)
  To: 31753

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

Just to provide a bit more context:
The tarball was removed form the previous url. A puppet "pageok" is served
there.
This new url is the one referenced on the official site.
The hash of the tarball matches the original, so no rebuilds will occur. It
is safe do this on master.
Rekado mentioned on IRC, that we should aim to get rid of github urls, but
I don't know if we can
do here better.
This is not a github autogenerated tarball, so it will not produce
reproducibility problems.

2018-06-08 10:50 GMT+02:00 GNU bug Tracking System <help-debbugs@gnu.org>:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 31753@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 31753: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31753
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
>

[-- Attachment #2: Type: text/html, Size: 2153 bytes --]

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

* bug#31753: [PATCH] gnu: Fix url in jbig2dec.
  2018-06-08  8:49 [bug#31753] [PATCH] gnu: Fix url in jbig2dec Gábor Boskovits
       [not found] ` <handler.31753.B.152844776429913.ack@debbugs.gnu.org>
@ 2018-06-08 12:33 ` 宋文武
  1 sibling, 0 replies; 3+ messages in thread
From: 宋文武 @ 2018-06-08 12:33 UTC (permalink / raw)
  To: Gábor Boskovits; +Cc: 31753-done

Gábor Boskovits <boskovits@gmail.com> writes:

> * gnu/packages/image.scm (jbig2dec): Fix url.

Hello, thank you for the patch.

It was fixed by commit 6acc671befa8567360bc014f43ee8a9dc69b33d9 already.

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

end of thread, other threads:[~2018-06-08 12:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-08  8:49 [bug#31753] [PATCH] gnu: Fix url in jbig2dec Gábor Boskovits
     [not found] ` <handler.31753.B.152844776429913.ack@debbugs.gnu.org>
2018-06-08  8:55   ` [bug#31753] Acknowledgement ([PATCH] gnu: Fix url in jbig2dec.) Gábor Boskovits
2018-06-08 12:33 ` bug#31753: [PATCH] gnu: Fix url in jbig2dec 宋文武

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