GNU bug report logs -
#31753
[PATCH] gnu: Fix url in jbig2dec.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31753 in the body.
You can then email your comments to 31753 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#31753
; Package
guix-patches
.
(Fri, 08 Jun 2018 08:50:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Gábor Boskovits <boskovits <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 08 Jun 2018 08:50:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31753
; Package
guix-patches
.
(Fri, 08 Jun 2018 08:56:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 31753 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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 <at> 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 <at> gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 31753 <at> debbugs.gnu.org.
>
> Please do not send mail to help-debbugs <at> 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 <at> gnu.org with problems
>
[Message part 2 (text/html, inline)]
Reply sent
to
iyzsong <at> member.fsf.org (宋文武)
:
You have taken responsibility.
(Fri, 08 Jun 2018 12:35:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Gábor Boskovits <boskovits <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 08 Jun 2018 12:35:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 31753-done <at> debbugs.gnu.org (full text, mbox):
Gábor Boskovits <boskovits <at> gmail.com> writes:
> * gnu/packages/image.scm (jbig2dec): Fix url.
Hello, thank you for the patch.
It was fixed by commit 6acc671befa8567360bc014f43ee8a9dc69b33d9 already.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 07 Jul 2018 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 351 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.