gnu: stunnel: Update to 5.60.
* gnu/packages/web.scm (stunnel): Update to 5.60. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
d5750d565f
commit
9ef958d8a2
@ -5948,14 +5948,14 @@ tools like SSH (Secure Shell) to reach the outside world.")
|
|||||||
(define-public stunnel
|
(define-public stunnel
|
||||||
(package
|
(package
|
||||||
(name "stunnel")
|
(name "stunnel")
|
||||||
(version "5.59")
|
(version "5.60")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.stunnel.org/downloads/stunnel-"
|
(uri (string-append "https://www.stunnel.org/downloads/stunnel-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17yf2n47j5hw2y9527mrkx3j7q9jk5vvg46m3hgp1wg8dggpcxqk"))))
|
(base32 "0zbqiydyz9dvfg3axh18a42v6j3xvnwjbd03kgm1z1i12mdpcpf4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; For tests.
|
;; For tests.
|
||||||
@ -5975,16 +5975,14 @@ tools like SSH (Secure Shell) to reach the outside world.")
|
|||||||
"doc/Makefile.in"
|
"doc/Makefile.in"
|
||||||
"tools/Makefile.in")
|
"tools/Makefile.in")
|
||||||
(("/doc/stunnel")
|
(("/doc/stunnel")
|
||||||
(string-append "/doc/" ,name "-" ,version)))
|
(string-append "/doc/" ,name "-" ,version)))))
|
||||||
#t))
|
|
||||||
(add-before 'check 'patch-tests
|
(add-before 'check 'patch-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/make_test"
|
(substitute* "tests/make_test"
|
||||||
(("/bin/sh ")
|
(("/bin/sh ")
|
||||||
(string-append (which "sh") " ")))
|
(string-append (which "sh") " ")))
|
||||||
;; test requires networking
|
;; This test requires networking.
|
||||||
(delete-file "tests/recipes/055_socket_closed")
|
(delete-file "tests/recipes/055_socket_closed"))))))
|
||||||
#t)))))
|
|
||||||
(home-page "https://www.stunnel.org")
|
(home-page "https://www.stunnel.org")
|
||||||
(synopsis "TLS proxy for clients or servers")
|
(synopsis "TLS proxy for clients or servers")
|
||||||
(description "Stunnel is a proxy designed to add TLS encryption
|
(description "Stunnel is a proxy designed to add TLS encryption
|
||||||
|
Loading…
x
Reference in New Issue
Block a user