GNU bug report logs -
#25862
[PATCH] gnu: gnurl: Update to 7.53.1.
Previous Next
Reported by: contact.ng0 <at> cryptolab.net
Date: Fri, 24 Feb 2017 15:14:01 UTC
Severity: normal
Tags: patch
Done: ng0 <contact.ng0 <at> cryptolab.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 25862 in the body.
You can then email your comments to 25862 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#25862
; Package
guix-patches
.
(Fri, 24 Feb 2017 15:14:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
contact.ng0 <at> cryptolab.net
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 24 Feb 2017 15:14:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: ng0 <contact.ng0 <at> cryptolab.net>
* gnu/packages/gnunet.scm (gnurl): Update to 7.53.1.
(source)[uri]: Update to new upstream filename.
---
gnu/packages/gnunet.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index a4514a7f4..bcd467581 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -184,16 +184,14 @@ and support for SSL3 and TLS.")
(define-public gnurl
(package
(name "gnurl")
- (version "7.52.1")
+ (version "7.53.1")
(source (origin
(method url-fetch)
- (uri (let ((version-with-underscores
- (string-join (string-split version #\.) "_")))
- (string-append "https://gnunet.org/sites/default/files/"
- name "-" version-with-underscores ".tar.bz2")))
+ (uri (string-append "https://gnunet.org/sites/default/files/"
+ name "-" version ".tar.bz2"))
(sha256
(base32
- "1gn6mvab2vhfj9637ykg1zjzb23fngfnyd24wlgxmjhf49pn334h"))))
+ "1ah2304cm6y7d201vdph170mrwxmg6r72v2zsxzjn0jk68d8kb6d"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ; 1.5 MiB of man3 pages
--
2.11.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#25862
; Package
guix-patches
.
(Fri, 24 Feb 2017 16:57:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 25862 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
contact.ng0 <at> cryptolab.net writes:
> From: ng0 <contact.ng0 <at> cryptolab.net>
>
> * gnu/packages/gnunet.scm (gnurl): Update to 7.53.1.
> (source)[uri]: Update to new upstream filename.
> ---
> gnu/packages/gnunet.scm | 10 ++++------
> 1 file changed, 4 insertions(+), 6 deletions(-)
>
> diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
> index a4514a7f4..bcd467581 100644
> --- a/gnu/packages/gnunet.scm
> +++ b/gnu/packages/gnunet.scm
> @@ -184,16 +184,14 @@ and support for SSL3 and TLS.")
> (define-public gnurl
> (package
> (name "gnurl")
> - (version "7.52.1")
> + (version "7.53.1")
> (source (origin
> (method url-fetch)
> - (uri (let ((version-with-underscores
> - (string-join (string-split version #\.) "_")))
> - (string-append "https://gnunet.org/sites/default/files/"
> - name "-" version-with-underscores ".tar.bz2")))
> + (uri (string-append "https://gnunet.org/sites/default/files/"
> + name "-" version ".tar.bz2"))
> (sha256
> (base32
> - "1gn6mvab2vhfj9637ykg1zjzb23fngfnyd24wlgxmjhf49pn334h"))))
> + "1ah2304cm6y7d201vdph170mrwxmg6r72v2zsxzjn0jk68d8kb6d"))))
> (build-system gnu-build-system)
> (outputs '("out"
> "doc")) ; 1.5 MiB of man3 pages
LGTM. Pushed as b53e4cbd2ce6a3046f51df3126818ad004d0e682 to master.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
ng0 <contact.ng0 <at> cryptolab.net>
:
You have taken responsibility.
(Fri, 24 Feb 2017 17:31:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
contact.ng0 <at> cryptolab.net
:
bug acknowledged by developer.
(Fri, 24 Feb 2017 17:31:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 25862-done <at> debbugs.gnu.org (full text, mbox):
On 17-02-24 11:56:50, Kei Kebreau wrote:
> contact.ng0 <at> cryptolab.net writes:
>
> > From: ng0 <contact.ng0 <at> cryptolab.net>
> >
> > * gnu/packages/gnunet.scm (gnurl): Update to 7.53.1.
> > (source)[uri]: Update to new upstream filename.
> > ---
> > gnu/packages/gnunet.scm | 10 ++++------
> > 1 file changed, 4 insertions(+), 6 deletions(-)
> >
> > diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
> > index a4514a7f4..bcd467581 100644
> > --- a/gnu/packages/gnunet.scm
> > +++ b/gnu/packages/gnunet.scm
> > @@ -184,16 +184,14 @@ and support for SSL3 and TLS.")
> > (define-public gnurl
> > (package
> > (name "gnurl")
> > - (version "7.52.1")
> > + (version "7.53.1")
> > (source (origin
> > (method url-fetch)
> > - (uri (let ((version-with-underscores
> > - (string-join (string-split version #\.) "_")))
> > - (string-append "https://gnunet.org/sites/default/files/"
> > - name "-" version-with-underscores ".tar.bz2")))
> > + (uri (string-append "https://gnunet.org/sites/default/files/"
> > + name "-" version ".tar.bz2"))
> > (sha256
> > (base32
> > - "1gn6mvab2vhfj9637ykg1zjzb23fngfnyd24wlgxmjhf49pn334h"))))
> > + "1ah2304cm6y7d201vdph170mrwxmg6r72v2zsxzjn0jk68d8kb6d"))))
> > (build-system gnu-build-system)
> > (outputs '("out"
> > "doc")) ; 1.5 MiB of man3 pages
>
> LGTM. Pushed as b53e4cbd2ce6a3046f51df3126818ad004d0e682 to master.
Thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 25 Mar 2017 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.