gnu: ldns: Update to 1.8.4.

* gnu/packages/dns.scm (ldns): Update to 1.8.4.
* gnu/packages/patches/ldns-drill-examples.patch: Adjust diff.

Change-Id: I52480085d45890b73278b2b529764482c591c9ac
This commit is contained in:
Tobias Geerinckx-Rice 2024-09-08 02:00:00 +02:00
parent ba5b975173
commit ff5d9ae0fa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
2 changed files with 44 additions and 47 deletions

View file

@ -144,7 +144,7 @@ protocol.")
(define-public ldns
(package
(name "ldns")
(version "1.8.3")
(version "1.8.4")
(source
(origin
(method url-fetch)
@ -152,12 +152,11 @@ protocol.")
(string-append "https://www.nlnetlabs.nl/downloads/"
"ldns/ldns-" version ".tar.gz"))
(sha256
(base32 "0q3q1svyxpj2g5wdkfy1ndb14m9fzffwyskflpihfabb0g8jvxy3"))
(base32 "0is25vgf4qncvhwf0jy79gk8m6a5fxm4d5byfv6z3bxsjisr12w3"))
(patches
(search-patches
;; To create make-flag variables,
;; for splitting installation of drill and examples.
"ldns-drill-examples.patch"))))
;; This patch adds the Guix-specific {drill,examples}{bin,man}dir make
;; flags used below.
(search-patches "ldns-drill-examples.patch"))))
(build-system gnu-build-system)
(outputs '("out" "drill" "examples" "pyldns"))
(arguments