* [PATCH] Update gnurl to 7.35.0.
@ 2014-02-16 19:00 Sree Harsha Totakura
2014-02-16 19:00 ` [PATCH] gnu: gnurl: Update " Sree Harsha Totakura
0 siblings, 1 reply; 4+ messages in thread
From: Sree Harsha Totakura @ 2014-02-16 19:00 UTC (permalink / raw)
To: guix-devel
gnunet.org has release gnurl-7.35.0 recently. This patch updates gnurl in guix.
Sree Harsha Totakura (1):
gnu: gnurl: Update to 7.35.0.
gnu/packages/gnunet.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
--
1.8.5.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] gnu: gnurl: Update to 7.35.0.
2014-02-16 19:00 [PATCH] Update gnurl to 7.35.0 Sree Harsha Totakura
@ 2014-02-16 19:00 ` Sree Harsha Totakura
2014-02-16 21:20 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: Sree Harsha Totakura @ 2014-02-16 19:00 UTC (permalink / raw)
To: guix-devel
* gnu/packages/gnunet.scm (gnurl): Update to 7.35.0.
---
gnu/packages/gnunet.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 960a5d7..b084796 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -137,17 +137,13 @@ and support for SSL3 and TLS.")
(define-public gnurl
(package
(name "gnurl")
- (version "7.34.0")
+ (version "7.35.0")
(source (origin
(method url-fetch)
(uri (string-append "https://gnunet.org/sites/default/files/gnurl-"
version ".tar.bz2"))
(sha256
- (base32
- "0kpi9wx9lg938b982smjg54acdwswdshs2bzf10sj5r6zmb05ygp"))
- ;; This patch fixes testcase 172 which uses a hardcoded cookie
- ;; expiration value which is expired as of Feb 1, 2014.
- (patches (list (search-patch "curl-fix-test172.patch")))))
+ (base32 "0dzj22f5z6ppjj1aq1bml64iwbzzcd8w1qy3bgpk6gnzqslsxknf"))))
(build-system gnu-build-system)
(inputs `(("gnutls" ,gnutls)
("libidn" ,libidn)
--
1.8.5.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] gnu: gnurl: Update to 7.35.0.
2014-02-16 19:00 ` [PATCH] gnu: gnurl: Update " Sree Harsha Totakura
@ 2014-02-16 21:20 ` Ludovic Courtès
2014-02-17 8:11 ` Sree Harsha Totakura
0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2014-02-16 21:20 UTC (permalink / raw)
To: Sree Harsha Totakura; +Cc: guix-devel
Sree Harsha Totakura <sreeharsha@totakura.in> skribis:
> * gnu/packages/gnunet.scm (gnurl): Update to 7.35.0.
Applied, thanks.
I suppose there’s a new cURL version as well?
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] gnu: gnurl: Update to 7.35.0.
2014-02-16 21:20 ` Ludovic Courtès
@ 2014-02-17 8:11 ` Sree Harsha Totakura
0 siblings, 0 replies; 4+ messages in thread
From: Sree Harsha Totakura @ 2014-02-17 8:11 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
On 02/16/2014 10:20 PM, Ludovic Courtès wrote:
> Applied, thanks.
>
> I suppose there’s a new cURL version as well?
Yes, there is, but its tests are currently failing. I shall look into
it and send a patch soon.
Sree
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-02-17 8:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-16 19:00 [PATCH] Update gnurl to 7.35.0 Sree Harsha Totakura
2014-02-16 19:00 ` [PATCH] gnu: gnurl: Update " Sree Harsha Totakura
2014-02-16 21:20 ` Ludovic Courtès
2014-02-17 8:11 ` Sree Harsha Totakura
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.