gnu: knot: Update to 2.5.2.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 23 Jun 2017 15:04:07 +0000 (17:04 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 23 Jun 2017 15:21:20 +0000 (17:21 +0200)
This fixes a security hole (‘Improper TSIG validity period check can allow
TSIG forgery’) without CVE.

* gnu/packages/dns.scm (knot): Update to 2.5.2.

gnu/packages/dns.scm

index 0fc8fc7..514acee 100644 (file)
@@ -486,14 +486,14 @@ Extensions} (DNSSEC).")
 (define-public knot
   (package
     (name "knot")
-    (version "2.5.1")
+    (version "2.5.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-dns/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1643q2pj5sjhgv19jp8r2bhvqyk6mmlajdmr6qhjcbhql30cs23c"))
+                "1sgmw8k9qccc7bgxbwrvahdinj1bjq90iza55rxj199mxsj72ri8"))
               (modules '((guix build utils)))
               (snippet
                '(begin