summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-13 17:07:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-13 19:01:32 +0200
commit7e868a3958eaed25088b2ea9acd8cc7dd5967c0d (patch)
treea7e62eebe730265a4e9b762a3de40014f90d15a3 /gnu/packages
parentd395f422e7c77633f5299b8940a01cd525eb251e (diff)
downloadguix-patches-7e868a3958eaed25088b2ea9acd8cc7dd5967c0d.tar
guix-patches-7e868a3958eaed25088b2ea9acd8cc7dd5967c0d.tar.gz
gnu: stunnel: Update to 5.57 [security fixes].
* gnu/packages/web.scm (stunnel): Update to 5.57.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index df36a43e98..f291768e12 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5648,14 +5648,14 @@ tools like SSH (Secure Shell) to reach the outside world.")
(define-public stunnel
(package
(name "stunnel")
- (version "5.56")
+ (version "5.57")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.stunnel.org/downloads/stunnel-"
version ".tar.gz"))
(sha256
- (base32 "08kb4gi9fzqngrczykvba6xhaxhq9m4wmdbhxvgrva5rasrvz13k"))))
+ (base32 "1q8gc05fiz7w55ws0whwzb94ffjnhzfppf1mhz1hf671vmrvjnmg"))))
(build-system gnu-build-system)
(native-inputs
;; For tests.