gnu: knot: Update to 3.3.1.

* gnu/packages/dns.scm (knot): Update to 3.3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 6415fd680d
commit d6381a2f16
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -844,7 +844,7 @@ (define-public yadifa
(define-public knot (define-public knot
(package (package
(name "knot") (name "knot")
(version "3.2.9") (version "3.3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -853,7 +853,7 @@ (define-public knot
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1kxmplngnlpd6j9nbzq1c1z02ipd38ypnppy7frg5crn83phfbxm")) (base32 "0l29809wcpx4q1d87539799c4mai0vvfkzkbmrba186mn47p3lsd"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -863,9 +863,8 @@ (define-public knot
;; Remove bundled libraries to ensure we always use the system's. ;; Remove bundled libraries to ensure we always use the system's.
(with-directory-excursion "src/contrib" (with-directory-excursion "src/contrib"
(for-each delete-file-recursively (for-each delete-file-recursively
(list "libbpf" ;; TODO: package libngtcp2 for DoQ (QUIC) support.
;; TODO: package this for DoQ (QUIC) support. '("libngtcp2")))))))
"libngtcp2")))))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs (list "out" "doc" "lib" "tools")) (outputs (list "out" "doc" "lib" "tools"))
(arguments (arguments