diff options
author | Leo Famulari <leo@famulari.name> | 2017-01-11 17:55:10 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-01-11 18:13:39 -0500 |
commit | 639168dde22092787c90eaf34a74a7e56fbc3878 (patch) | |
tree | c3e1d833d20f61f1b82e174b1a227171748f72eb | |
parent | 5c3d6c1da88d67576659567d95b796b391b94f68 (diff) | |
download | guix-639168dde22092787c90eaf34a74a7e56fbc3878.tar guix-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.
-rw-r--r-- | gnu/packages/admin.scm | 4 |
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. |