Archived
1
0
Fork 0

gnu: stunnel: Update to 5.53.

* gnu/packages/web.scm (stunnel): Update to 5.53.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-11 03:51:04 +02:00
parent 079db05675
commit 20d509643c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4782,14 +4782,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.50") (version "5.53")
(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 "0j811iakljjxw39qchmqf235jdkwixb0i4xxjyi55f08558947cm")))) (base32 "119560alb8k0qz2zkjb2i80ikmn76fa6dg681fvrw9hlxsb9hhw0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
;; For tests. ;; For tests.