gnu: knot: Update to 2.9.1 [fixes CVE-2019-19331].
authorLeo Famulari <leo@famulari.name>
Wed, 4 Dec 2019 20:58:28 +0000 (15:58 -0500)
committerLeo Famulari <leo@famulari.name>
Wed, 4 Dec 2019 21:09:20 +0000 (16:09 -0500)
* gnu/packages/dns.scm (knot): Update to 2.9.1.

gnu/packages/dns.scm

index 3058f74..0fbccdd 100644 (file)
@@ -595,14 +595,15 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "2.9.0")
+    (version "2.9.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://secure.nic.cz/files/knot-dns/"
                            "knot-" version ".tar.xz"))
        (sha256
-        (base32 "18i1kdyaqaskjyhmq888wml4d2p4ic1sbjynlb6ggfxsxzm38x6z"))
+        (base32
+         "0kd0v2w1c2by1l8jw91x16wkyyy9wh9lyr93g4w0qdmadjaj34gi"))
        (modules '((guix build utils)))
        (snippet
         '(begin