From: Nils Gillmann <ng0@n0.is>
To: 31573@debbugs.gnu.org
Subject: [bug#31573] gnurl 7.60.0
Date: Wed, 23 May 2018 19:17:10 +0000 [thread overview]
Message-ID: <20180523191710.h22khmip3gxtlq5k@abyayala> (raw)
[-- 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 --]
next reply other threads:[~2018-05-23 19:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-23 19:17 Nils Gillmann [this message]
2018-05-24 16:14 ` [bug#31573] gnurl 7.60.0 Leo Famulari
2018-05-24 19:07 ` bug#31573: " Nils Gillmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180523191710.h22khmip3gxtlq5k@abyayala \
--to=ng0@n0.is \
--cc=31573@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.