all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31573] gnurl 7.60.0
@ 2018-05-23 19:17 Nils Gillmann
  2018-05-24 16:14 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Nils Gillmann @ 2018-05-23 19:17 UTC (permalink / raw)
  To: 31573


[-- Attachment #1.1: Type: text/plain, Size: 623 bytes --]

Update of gnurl to 7.60.0

Since the release email is still to be published, here's the sha512sums:

cdfa6cf5d576b7db63612bf77c2bb0d03dbde143dbf1c61f8fbab526e7c20bf46ac13df44babaa8a0d8ab78b38ca30d50c944e3c1843043c5fbd07553a00ffcb  gnurl-7.60.0.tar.gz
d9fedd41d3b55ff723793c19cb79001cee413773fe7d404dacdf07a1663c7eca03a5e5c2e7f86ebdc1fd0f5afb2d8c477c5967587acab2fda97bca4476f47c86  gnurl-7.60.0.tar.Z

I noticed an error in the testsuite while offloading the build. Locally
it builds fine.
If you encounter a bug, please report it to our Mantis bugtracker (https://gnunet.org/bugs)
or the bugs mailinglist of GNUnet.

Thanks

[-- Attachment #1.2: 0001-gnu-gnurl-Update-to-7.60.0.patch --]
[-- Type: text/plain, Size: 1543 bytes --]

From 23dfb9afe4869722fb7d54a51d0d13cdf1bb92a4 Mon Sep 17 00:00:00 2001
From: Nils Gillmann <ng0@n0.is>
Date: Wed, 23 May 2018 19:09:34 +0000
Subject: [PATCH] gnu: gnurl: Update to 7.60.0.

* gnu/packages/gnunet.scm (gnurl): Update to 7.60.0.

Signed-off-by: Nils Gillmann <ng0@n0.is>
---
 gnu/packages/gnunet.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 880fb9f09..1286f4d46 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -186,16 +186,13 @@ authentication and support for SSL3 and TLS.")
 (define-public gnurl
   (package
    (name "gnurl")
-   (version "7.59.0")
+   (version "7.60.0")
    (source (origin
             (method url-fetch)
-            (uri (list (string-append "mirror://gnu/gnunet/" name "-" version ".tar.xz")
-                       ;; TODO: Remove once gnurl-7.59.0 release has synced to ftp.gnu.org
-                       (string-append "https://ftp.n0.is/pub/releases/gnurl/"
-                                       name "-" version ".tar.xz")))
+            (uri (string-append "mirror://gnu/gnunet/" name "-" version ".tar.Z"))
             (sha256
              (base32
-              "0fdwqxs4crzj1nbq3lz0xbqjiiqpq16vpll09gryyq4c1y6lbyib"))))
+              "0klf3h339dznbm903474mjjysrarz09s1wiypnbai3xnfjamha99"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "doc"))                             ; 1.5 MiB of man3 pages
-- 
2.17.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [bug#31573] gnurl 7.60.0
  2018-05-23 19:17 [bug#31573] gnurl 7.60.0 Nils Gillmann
@ 2018-05-24 16:14 ` Leo Famulari
  2018-05-24 19:07   ` bug#31573: " Nils Gillmann
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2018-05-24 16:14 UTC (permalink / raw)
  To: Nils Gillmann; +Cc: 31573

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

On Wed, May 23, 2018 at 07:17:10PM +0000, Nils Gillmann wrote:
> From 23dfb9afe4869722fb7d54a51d0d13cdf1bb92a4 Mon Sep 17 00:00:00 2001
> From: Nils Gillmann <ng0@n0.is>
> Date: Wed, 23 May 2018 19:09:34 +0000
> Subject: [PATCH] gnu: gnurl: Update to 7.60.0.
> 
> * gnu/packages/gnunet.scm (gnurl): Update to 7.60.0.

Thanks! Pushed as c10679f5f1af6a825612fb3c59a81bca7c5d0f02

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#31573: gnurl 7.60.0
  2018-05-24 16:14 ` Leo Famulari
@ 2018-05-24 19:07   ` Nils Gillmann
  0 siblings, 0 replies; 3+ messages in thread
From: Nils Gillmann @ 2018-05-24 19:07 UTC (permalink / raw)
  To: 31573-done

Leo Famulari transcribed 1.4K bytes:
> On Wed, May 23, 2018 at 07:17:10PM +0000, Nils Gillmann wrote:
> > From 23dfb9afe4869722fb7d54a51d0d13cdf1bb92a4 Mon Sep 17 00:00:00 2001
> > From: Nils Gillmann <ng0@n0.is>
> > Date: Wed, 23 May 2018 19:09:34 +0000
> > Subject: [PATCH] gnu: gnurl: Update to 7.60.0.
> > 
> > * gnu/packages/gnunet.scm (gnurl): Update to 7.60.0.
> 
> Thanks! Pushed as c10679f5f1af6a825612fb3c59a81bca7c5d0f02

Thanks.

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

end of thread, other threads:[~2018-05-24 19:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-23 19:17 [bug#31573] gnurl 7.60.0 Nils Gillmann
2018-05-24 16:14 ` Leo Famulari
2018-05-24 19:07   ` bug#31573: " Nils Gillmann

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.