guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/14: gnu: stunnel: Update to 5.57 [security fixes].


From: guix-commits
Subject: 08/14: gnu: stunnel: Update to 5.57 [security fixes].
Date: Tue, 13 Oct 2020 14:08:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7e868a3958eaed25088b2ea9acd8cc7dd5967c0d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 13 17:07:23 2020 +0200

    gnu: stunnel: Update to 5.57 [security fixes].
    
    * gnu/packages/web.scm (stunnel): Update to 5.57.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index df36a43..f291768 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]