gnu: knot-resolver: Update to 4.3.0 [fixes CVE-2019-19331].

* gnu/packages/dns.scm (knot-resolver): Update to 4.3.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-23 04:31:16 +01:00
parent 5a30234c21
commit cb73f30d52
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -671,18 +671,18 @@ (define-public knot
(define-public knot-resolver
(package
(name "knot-resolver")
(version "4.2.2")
(version "4.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-resolver/"
"knot-resolver-" version ".tar.xz"))
(sha256
(base32
"0n0llpclhparq9wbcrymxkl5d03c4y4p3shcbdxfv6j22vzqvdh3"))))
"09ffmqx79lv5psr433x4n946njgsn071b9b7161pcb9bmrqz380c"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags
'("-Dmanaged_ta=disabled" ; We'll manage the DNS root data ourself.
'("-Dmanaged_ta=disabled" ; we'll manage the DNS root data ourself
"-Ddoc=enabled")
#:phases
(modify-phases %standard-phases