summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-09-27 15:03:16 -0400
committerLeo Famulari <leo@famulari.name>2016-09-27 15:19:14 -0400
commitcc132e0f38ed71148655109ef2c93cc1d8911c76 (patch)
treec1d0028c68bc9da4dc58bf1ceddf340d63773978 /gnu/packages/dns.scm
parente8c9b010908d33c9103839b8d8fddd9e33a731ef (diff)
downloadguix-patches-cc132e0f38ed71148655109ef2c93cc1d8911c76.tar
guix-patches-cc132e0f38ed71148655109ef2c93cc1d8911c76.tar.gz
gnu: bind: Update to 9.10.4-P3 [fixes CVE-2016-2776].
* gnu/packages/dns.scm (bind): Update to 9.10.4-P3.
Diffstat (limited to 'gnu/packages/dns.scm')
-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 57fd183287..3e79e57adb 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -67,7 +67,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(define-public bind
(package
(name "bind")
- (version "9.10.4-P2")
+ (version "9.10.4-P3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -75,7 +75,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
version ".tar.gz"))
(sha256
(base32
- "08s48h5p916ixjiwgar4w6skc20crmg7yj1y7g89c083zvw8lnxk"))))
+ "1vxs29w4hnl7jcd7sknga58xv1qk2rcpsxyich7cpp7xi77faxd0"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs