summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-02-28 15:02:47 -0500
committerJohn Kehayias <john.kehayias@protonmail.com>2024-02-28 15:37:35 -0500
commitf0d78aa47e4106a0820b458ef306340766d2ed74 (patch)
treeee5a1313f1538ff200021c643684d100703a98c0
parent8bf3023a6788c4d25519e95635c58cb1596626d1 (diff)
downloadguix-f0d78aa47e4106a0820b458ef306340766d2ed74.tar.gz
gnu: knot-resolver: Update to 5.7.1 [security fixes].
Fixes CVE-2023-50868 and CVE-2023-50387 as well as other security issues.

* gnu/packages/dns.scm (knot-resolver): Update to 5.7.1.

Change-Id: I8d3b084d6ff356593651ff4864edc7cffadcf442

Reported-by: Felix Lechner <felix.lechner@lease-up.com>
Change-Id: I2b2304aaf96582bca81d3f20a5d5a60c3daff68d
-rw-r--r--gnu/packages/dns.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 59834d6bfe..90a0fdf9de 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -984,14 +984,14 @@ synthesis, and on-the-fly re-configuration.")
 (define-public knot-resolver
   (package
     (name "knot-resolver")
-    (version "5.5.3")
+    (version "5.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-resolver/"
                                   "knot-resolver-" version ".tar.xz"))
               (sha256
                (base32
-                "0bgdbx66dsfik3sdqi4g2imddalqc1p41n444xk7s8vxig35g3x3"))))
+                "18n3jh17d22xmzpg8syw2dm85vv7jchdc4hzk5x78lqxqqav856s"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments