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
This commit is contained in:
John Kehayias 2024-02-28 15:02:47 -05:00
parent 8bf3023a67
commit f0d78aa47e
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9

View File

@ -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