mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: stunnel: Update to 5.58 [security fixes].
* gnu/packages/web.scm (stunnel): Update to 5.58.
This commit is contained in:
parent
0f4030c4c6
commit
d85edd7a95
1 changed files with 4 additions and 2 deletions
|
@ -5813,14 +5813,14 @@ (define-public httptunnel
|
||||||
(define-public stunnel
|
(define-public stunnel
|
||||||
(package
|
(package
|
||||||
(name "stunnel")
|
(name "stunnel")
|
||||||
(version "5.57")
|
(version "5.58")
|
||||||
(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 "1q8gc05fiz7w55ws0whwzb94ffjnhzfppf1mhz1hf671vmrvjnmg"))))
|
(base32 "0y9vjzjqi340vy6h321r1cskb7l6a4prr9d2ysixqzjpjv04rhfl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; For tests.
|
;; For tests.
|
||||||
|
@ -5847,6 +5847,8 @@ (define-public stunnel
|
||||||
(substitute* "tests/make_test"
|
(substitute* "tests/make_test"
|
||||||
(("/bin/sh ")
|
(("/bin/sh ")
|
||||||
(string-append (which "sh") " ")))
|
(string-append (which "sh") " ")))
|
||||||
|
;; test requires networking
|
||||||
|
(delete-file "tests/recipes/055_socket_closed")
|
||||||
#t)))))
|
#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")
|
||||||
|
|
Loading…
Reference in a new issue