Archived
1
0
Fork 0

gnu: stunnel: Update to 5.57 [security fixes].

* gnu/packages/web.scm (stunnel): Update to 5.57.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-13 17:07:23 +02:00
parent d395f422e7
commit 7e868a3958
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5648,14 +5648,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.56") (version "5.57")
(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 "08kb4gi9fzqngrczykvba6xhaxhq9m4wmdbhxvgrva5rasrvz13k")))) (base32 "1q8gc05fiz7w55ws0whwzb94ffjnhzfppf1mhz1hf671vmrvjnmg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
;; For tests. ;; For tests.