gnu: gnurl: Update to 7.50.2-1.
* gnu/packages/gnunet.scm (gnurl): Update to 7.50.2-1. [arguments]: Remove 'delete-failing-test1139 phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
5f4d09b52c
commit
c543b4e1d3
|
@ -158,7 +158,7 @@ and support for SSL3 and TLS.")
|
||||||
(define-public gnurl
|
(define-public gnurl
|
||||||
(package
|
(package
|
||||||
(name "gnurl")
|
(name "gnurl")
|
||||||
(version "7.50.1")
|
(version "7.50.2-1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (let ((version-with-underscores
|
(uri (let ((version-with-underscores
|
||||||
|
@ -167,7 +167,7 @@ and support for SSL3 and TLS.")
|
||||||
name "-" version-with-underscores ".tar.bz2")))
|
name "-" version-with-underscores ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0irb8df3lqd9w1pb627q260hn448vbkh0sn4l6p6jh0q8lqscv84"))))
|
"0bxm2015xvcazgh103hi5rpdnl2hbipx0gd5z6a65bj6nzky0pml"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("gnutls" ,gnutls)
|
(inputs `(("gnutls" ,gnutls)
|
||||||
("libidn" ,libidn)
|
("libidn" ,libidn)
|
||||||
|
@ -189,21 +189,16 @@ and support for SSL3 and TLS.")
|
||||||
"--disable-telnet" "--disable-tftp" "--disable-pop3"
|
"--disable-telnet" "--disable-tftp" "--disable-pop3"
|
||||||
"--disable-imap" "--disable-smtp" "--disable-gopher"
|
"--disable-imap" "--disable-smtp" "--disable-gopher"
|
||||||
"--disable-file" "--disable-ftp" "--disable-smb")
|
"--disable-file" "--disable-ftp" "--disable-smb")
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
#:parallel-tests? #f
|
#:parallel-tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
;; We have to patch runtests.pl in tests/ directory
|
;; We have to patch runtests.pl in tests/ directory
|
||||||
(alist-cons-before
|
(alist-cons-before
|
||||||
'check 'patch-runtests
|
'check 'patch-runtests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/runtests.pl"
|
(substitute* "tests/runtests.pl"
|
||||||
(("/bin/sh") (which "sh"))))
|
(("/bin/sh") (which "sh"))))
|
||||||
;; To be discussed with upstream.
|
%standard-phases)))
|
||||||
(alist-cons-before
|
|
||||||
'check 'delete-failing-test1139
|
|
||||||
(lambda _
|
|
||||||
(delete-file "tests/data/test1139"))
|
|
||||||
%standard-phases))))
|
|
||||||
(synopsis "Microfork of cURL with support for the HTTP/HTTPS/GnuTLS subset of cURL")
|
(synopsis "Microfork of cURL with support for the HTTP/HTTPS/GnuTLS subset of cURL")
|
||||||
(description
|
(description
|
||||||
"Gnurl is a microfork of cURL, a command line tool for transferring data
|
"Gnurl is a microfork of cURL, a command line tool for transferring data
|
||||||
|
|
Loading…
Reference in New Issue