diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-16 22:19:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-16 22:21:34 +0100 |
commit | 40267943ae2ac68b64ced37d7b0f9a4a503df545 (patch) | |
tree | c2c21a244e8e10eb34bbebe0ec85dfbd26df2e8a /gnu/packages/dns.scm | |
parent | 78724a5a91a81c6acea8e66c9b6ce86ce10bd110 (diff) | |
download | patches-40267943ae2ac68b64ced37d7b0f9a4a503df545.tar patches-40267943ae2ac68b64ced37d7b0f9a4a503df545.tar.gz |
gnu: bind: Update to 9.11.2-P1 [fixes CVE-2017-3145].
* gnu/packages/dns.scm (isc-bind): Update to 9.11.2-P1.
Diffstat (limited to 'gnu/packages/dns.scm')
-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 987449aa02..05824fdcc0 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -99,7 +99,7 @@ and BOOTP/TFTP for network booting of diskless machines.") (define-public isc-bind (package (name "bind") - (version "9.11.2") + (version "9.11.2-P1") (source (origin (method url-fetch) (uri (string-append @@ -107,7 +107,7 @@ and BOOTP/TFTP for network booting of diskless machines.") version ".tar.gz")) (sha256 (base32 - "0yn7wgi2y8mpmvbjbkl4va7p0xsnn48m4yjx6ynb1hzp423asikz")))) + "04hjvwvs7ssgj69lqparx0wj0w3xkc0x8y2iv62kzjighd41bhyf")))) (build-system gnu-build-system) (outputs `("out" "utils")) (inputs |