guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: strongswan: Update to 5.8.0 [fixes CVE-2018-17540, CVE-2018-


From: guix-commits
Subject: 02/04: gnu: strongswan: Update to 5.8.0 [fixes CVE-2018-17540, CVE-2018-2065{0, 1}].
Date: Wed, 10 Jul 2019 14:34:26 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 037036cb198659e23bb5f1c848c7034657af83e2
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 10 14:16:53 2019 +0300

    gnu: strongswan: Update to 5.8.0 [fixes CVE-2018-17540, CVE-2018-2065{0,1}].
    
    * gnu/packages/networking.scm (strongswan): Update to 5.8.0.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 27f63aa..53c11f6 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1870,14 +1870,14 @@ displays the results in real time.")
 (define-public strongswan
   (package
     (name "strongswan")
-    (version "5.6.3")
+    (version "5.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.strongswan.org/strongswan-";
                            version ".tar.bz2"))
        (sha256
-        (base32 "095zg7h7qwsc456sqgwb1lhhk29ac3mk5z9gm6xja1pl061driy3"))))
+        (base32 "0cq9m86ydd2i0awxkv4a256f4926p2f9pzlisyskl9fngl6f3c8m"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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