diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-23 17:04:07 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-23 17:21:20 +0200 |
commit | 5a2b45d136ec091f6323d4a481445963dea6ef9f (patch) | |
tree | 0355fbcd8fef8b47d946c1432be14a003d03ae04 /gnu | |
parent | 89be33f75bc3ef98f9db03a75c1569e86ce23731 (diff) | |
download | patches-5a2b45d136ec091f6323d4a481445963dea6ef9f.tar patches-5a2b45d136ec091f6323d4a481445963dea6ef9f.tar.gz |
gnu: knot: Update to 2.5.2.
This fixes a security hole (‘Improper TSIG validity period check can allow
TSIG forgery’) without CVE.
* gnu/packages/dns.scm (knot): Update to 2.5.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 0fc8fc775d..514acee271 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -486,14 +486,14 @@ Extensions} (DNSSEC).") (define-public knot (package (name "knot") - (version "2.5.1") + (version "2.5.2") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-dns/" name "-" version ".tar.xz")) (sha256 (base32 - "1643q2pj5sjhgv19jp8r2bhvqyk6mmlajdmr6qhjcbhql30cs23c")) + "1sgmw8k9qccc7bgxbwrvahdinj1bjq90iza55rxj199mxsj72ri8")) (modules '((guix build utils))) (snippet '(begin |