* [bug#28750] gnurl 7.56.0
@ 2017-10-08 17:34 ng0
2017-10-08 20:37 ` ng0
0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2017-10-08 17:34 UTC (permalink / raw)
To: 28750
[-- Attachment #1.1: Type: text/plain, Size: 192 bytes --]
I just released 7.56.0. Patch appended.
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://dist.krosos.org/dist/keys/
https://www.infotropique.org https://krosos.org
[-- Attachment #1.2: 0001-gnu-gnurl-Update-to-7.56.0.patch --]
[-- Type: text/plain, Size: 1201 bytes --]
From 3fb0102c50f5626f5d8f1ab82b875ad7ea65fada Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Sun, 8 Oct 2017 17:32:48 +0000
Subject: [PATCH] gnu: gnurl: Update to 7.56.0.
* gnu/packages/gnunet.scm (gnurl): Update to 7.56.0.
---
gnu/packages/gnunet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 9a2713e66..e28bac6e8 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -186,14 +186,14 @@ and support for SSL3 and TLS.")
(define-public gnurl
(package
(name "gnurl")
- (version "7.55.1-4")
+ (version "7.56.0")
(source (origin
(method url-fetch)
(uri (string-append "https://gnunet.org/sites/default/files/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "09c1bfwiwxqlh0dl839lslwhvkf98bvpyg9x4pcn3sagz0i8hxfl"))))
+ "18inbbqg7jygxa37x313ivc51p215fkp0ppw3xznk6d5ci4bs8fg"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ; 1.5 MiB of man3 pages
--
2.14.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#28750] gnurl 7.56.0
2017-10-08 17:34 [bug#28750] gnurl 7.56.0 ng0
@ 2017-10-08 20:37 ` ng0
2017-10-09 7:38 ` bug#28750: " Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2017-10-08 20:37 UTC (permalink / raw)
To: 28750
[-- Attachment #1.1: Type: text/plain, Size: 751 bytes --]
ng0 transcribed 2.7K bytes:
> I just released 7.56.0. Patch appended.
> --
> ng0
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://dist.krosos.org/dist/keys/
> https://www.infotropique.org https://krosos.org
> From 3fb0102c50f5626f5d8f1ab82b875ad7ea65fada Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@infotropique.org>
> Date: Sun, 8 Oct 2017 17:32:48 +0000
> Subject: [PATCH] gnu: gnurl: Update to 7.56.0.
The appended patch needs to be applied after the update.
I found out that somewhere in the last 12 months I fixed
test1026 and didn't apply the change in Guix.
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://dist.krosos.org/dist/keys/
https://www.infotropique.org https://krosos.org
[-- Attachment #1.2: 0001-gnu-gnurl-Let-the-testsuite-run-test1026.patch --]
[-- Type: text/plain, Size: 989 bytes --]
From c6562431f5ccfad0a8a83d76fee08d9a2673c845 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Sun, 8 Oct 2017 20:32:01 +0000
Subject: [PATCH] gnu: gnurl: Let the testsuite run test1026.
* gnu/packages/gnunet.scm (gnurl)[argument]: Remove
'(delete-file "tests/data/test1026")' and the comments related to it.
---
gnu/packages/gnunet.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index e28bac6e8..9b79dfd9d 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -234,10 +234,6 @@ and support for SSL3 and TLS.")
#t)))
(replace 'check
(lambda _
- ;; It is unclear why test1026 fails, however the content of it
- ;; suggests that it is not vital for gnurl.
- (delete-file "tests/data/test1026")
-
(substitute* "tests/runtests.pl"
(("/bin/sh") (which "sh")))
--
2.14.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#28750: gnurl 7.56.0
2017-10-08 20:37 ` ng0
@ 2017-10-09 7:38 ` Ludovic Courtès
0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-10-09 7:38 UTC (permalink / raw)
To: ng0; +Cc: 28750-done
ng0 <ng0@infotropique.org> skribis:
> From c6562431f5ccfad0a8a83d76fee08d9a2673c845 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@infotropique.org>
> Date: Sun, 8 Oct 2017 20:32:01 +0000
> Subject: [PATCH] gnu: gnurl: Let the testsuite run test1026.
>
> * gnu/packages/gnunet.scm (gnurl)[argument]: Remove
> '(delete-file "tests/data/test1026")' and the comments related to it.
Applied, thanks!
Ludo'.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-09 7:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-08 17:34 [bug#28750] gnurl 7.56.0 ng0
2017-10-08 20:37 ` ng0
2017-10-09 7:38 ` bug#28750: " Ludovic Courtès
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.