guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: stunnel: Update to 5.48 [security fix].


From: Tobias Geerinckx-Rice
Subject: 01/11: gnu: stunnel: Update to 5.48 [security fix].
Date: Wed, 8 Aug 2018 20:27:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c0efb1fe56048a980256c8ccc72366b59347e0cf
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 8 18:47:08 2018 +0200

    gnu: stunnel: Update to 5.48 [security fix].
    
    No CVE. From the ChangeLog:
    
     “Security bugfixes: Fixed requesting client certificate when specified
      as a global option.”
    
    * gnu/packages/web.scm (stunnel): Update to 5.48.
---
 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 c4b78d0..84eb437 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4946,7 +4946,7 @@ tools like SSH (Secure Shell) to reach the outside 
world.")
 (define-public stunnel
   (package
   (name "stunnel")
-  (version "5.47")
+  (version "5.48")
   (source
     (origin
       (method url-fetch)
@@ -4954,7 +4954,7 @@ tools like SSH (Secure Shell) to reach the outside 
world.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "02qx0b0dd38rfcl9vfd6zq1pcg5gv0z2mxw5z3p2pfbfk7dpbrn4"))))
+        "1pxqn9ixl80nrhfq12igyi874653jclji56hh9w24snf0aixa48h"))))
   (build-system gnu-build-system)
   (native-inputs
    ;; For tests.



reply via email to

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