summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-20 00:13:57 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-20 00:44:57 +0100
commitd17b1c0891c2e1b2b1bfc92a120e91c1f8909c39 (patch)
tree60123871bc55e969bf2436f2796af6c91817ff89 /gnu/packages/dns.scm
parent1c4d4196c2b21d4880c4bd97ea3ec28d2b05e2b3 (diff)
downloadguix-patches-d17b1c0891c2e1b2b1bfc92a120e91c1f8909c39.tar
guix-patches-d17b1c0891c2e1b2b1bfc92a120e91c1f8909c39.tar.gz
gnu: knot: Update to 2.8.0.
* gnu/packages/dns.scm (knot): Update to 2.8.0. [source]: Add patch. * gnu/packages/patches/knot-include-system-lmdb-header.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r--gnu/packages/dns.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index f8b60e34c5..034fe6916a 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -569,14 +569,16 @@ Extensions} (DNSSEC).")
(define-public knot
(package
(name "knot")
- (version "2.7.6")
+ (version "2.8.0")
(source (origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-dns/"
"knot-" version ".tar.xz"))
(sha256
(base32
- "18lpyq3vgr2ainmfiy14x7hcf1zxza66bhkpr54jaz2gy1viijx1"))
+ "1vw7xx7bm440jwrpvdd04vrp6ccz2b11swcn9msvs62hf0kdjjj9"))
+ (patches
+ (search-patches "knot-include-system-lmdb-header.patch"))
(modules '((guix build utils)))
(snippet
'(begin