summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-06-30 11:51:08 -0400
committerLeo Famulari <leo@famulari.name>2017-06-30 11:59:31 -0400
commitecb232bdfcb2718de5944bcf4d9c4e288ec41519 (patch)
treefb3c341a043d7199695674461983cf2e2a8aab70 /gnu
parentfaa1369e3cb72bda4ba8b63029d0ad780df9cf78 (diff)
downloadguix-patches-ecb232bdfcb2718de5944bcf4d9c4e288ec41519.tar
guix-patches-ecb232bdfcb2718de5944bcf4d9c4e288ec41519.tar.gz
gnu: isc-dhcp: Update bundled bind to 9.9.10-P2 [fixes CVE-2017-{3142,3143}].
* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 7012eb6d4c..ab3ae9f911 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -483,7 +483,7 @@ connection alive.")
(bind-minor-version "9")
(bind-patch-version "10")
(bind-release-type "-P") ; for patch release, use "-P"
- (bind-release-version "1") ; for patch release, e.g. "6"
+ (bind-release-version "2") ; for patch release, e.g. "6"
(bind-version (string-append bind-major-version
"."
bind-minor-version
@@ -599,7 +599,7 @@ connection alive.")
"/bind-" bind-version ".tar.gz"))
(sha256
(base32
- "1ibbparr9k52rbs0qf0ar8jwvhhx6lja7ylxzpf32swklmhz629c"))))
+ "19yl7axphmpm4n2ggb7j5irw4c655yifa1bnlckg6qiyv8dr8n7b"))))
;; When cross-compiling, we need the cross Coreutils and sed.
;; Otherwise just use those from %FINAL-INPUTS.