summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-01-11 17:55:10 -0500
committerLeo Famulari <leo@famulari.name>2017-01-11 18:13:39 -0500
commit639168dde22092787c90eaf34a74a7e56fbc3878 (patch)
treec3e1d833d20f61f1b82e174b1a227171748f72eb /gnu
parent5c3d6c1da88d67576659567d95b796b391b94f68 (diff)
downloadguix-patches-639168dde22092787c90eaf34a74a7e56fbc3878.tar
guix-patches-639168dde22092787c90eaf34a74a7e56fbc3878.tar.gz
gnu: isc-dhcp: Update bundled bind to 9.9.9-P5 [security fixes].
Fixes CVE-2016-{9131,9147,9444}. * gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.9-P5.
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 8a7dc6af89..def9a6fbf3 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -471,7 +471,7 @@ connection alive.")
(bind-minor-version "9")
(bind-patch-version "9")
(bind-release-type "-P") ; for patch release, use "-P"
- (bind-release-version "4") ; for patch release, e.g. "4"
+ (bind-release-version "5") ; for patch release, e.g. "4"
(bind-version (string-append bind-major-version
"."
bind-minor-version
@@ -587,7 +587,7 @@ connection alive.")
"/bind-" bind-version ".tar.gz"))
(sha256
(base32
- "1qpi23lrs6jfxqx8dakbqfyg3hvrzq5ldchg6my19xcvx8515mgx"))))
+ "1yn15chkfqf4d7961ip2x10jm27a9wqymz2xqh0a2g89arrirkaw"))))
;; When cross-compiling, we need the cross Coreutils and sed.
;; Otherwise just use those from %FINAL-INPUTS.