gnu: strongswan: Update to 5.6.3 [fixes CVE-2018-{10811,5388}].
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 12 Aug 2018 23:01:51 +0000 (01:01 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 12 Aug 2018 23:51:47 +0000 (01:51 +0200)
* gnu/packages/networking.scm (strongswan): Update to 5.6.3.

gnu/packages/networking.scm

index 92941ba..4f2b3ad 100644 (file)
@@ -1717,14 +1717,14 @@ displays the results in real time.")
 (define-public strongswan
   (package
     (name "strongswan")
-    (version "5.6.2")
+    (version "5.6.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.strongswan.org/strongswan-"
                            version ".tar.bz2"))
        (sha256
-        (base32 "14ifqay54brw2b2hbmm517bxw8bs9631d7jm4g139igkxcq0m9p0"))))
+        (base32 "095zg7h7qwsc456sqgwb1lhhk29ac3mk5z9gm6xja1pl061driy3"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases