podiki pushed a commit to branch master
in repository guix.
commit f0d78aa47e4106a0820b458ef306340766d2ed74
Author: John Kehayias <[email protected]>
AuthorDate: Wed Feb 28 15:02:47 2024 -0500
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 <[email protected]>
Change-Id: I2b2304aaf96582bca81d3f20a5d5a60c3daff68d
---
gnu/packages/dns.scm | 4 ++--
1 file 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