aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-11-01 17:00:23 -0400
committerLeo Famulari <leo@famulari.name>2016-11-01 17:03:12 -0400
commit3325803b0b98941d67de5098d1351df058933982 (patch)
tree91fdf7c3d5e16923d6778f7fac04d17d38315832
parente3e3e488a1d64f81500a6471fd2d5c0ac3da17bc (diff)
downloadguix-3325803b0b98941d67de5098d1351df058933982.tar
guix-3325803b0b98941d67de5098d1351df058933982.tar.gz
gnu: bind: Update to 9.10.4-P4 [fixes CVE-2016-8864].
* gnu/packages/dns.scm (bind): Update to 9.10.4-P4.
-rw-r--r--gnu/packages/dns.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index f60f1d1c54..b49a0b7392 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -73,7 +73,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(define-public bind
(package
(name "bind")
- (version "9.10.4-P3")
+ (version "9.10.4-P4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -81,7 +81,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
version ".tar.gz"))
(sha256
(base32
- "1vxs29w4hnl7jcd7sknga58xv1qk2rcpsxyich7cpp7xi77faxd0"))))
+ "11lxkb7d79c75scrs28q4xmr0ii2li69zj1c650al3qxir8yf754"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs