[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: bind: Update to 9.14.8 [fixes CVE-2019-6477].
From: |
guix-commits |
Subject: |
01/01: gnu: bind: Update to 9.14.8 [fixes CVE-2019-6477]. |
Date: |
Wed, 20 Nov 2019 15:14:42 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 8a309c28c0649f33f5f2b4685b04adb6bf8bbe18
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Nov 20 21:12:44 2019 +0100
gnu: bind: Update to 9.14.8 [fixes CVE-2019-6477].
* gnu/packages/dns.scm (isc-bind): Update to 9.14.8.
---
gnu/packages/dns.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 8b3c180..03777cd 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -114,7 +114,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(define-public isc-bind
(package
(name "bind")
- (version "9.14.7")
+ (version "9.14.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -122,7 +122,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
"/bind-" version ".tar.gz"))
(sha256
(base32
- "07998nx0yv3xy8c62b1ira9qygsgvpljwcgb47ypzxq8b57gb86f"))))
+ "0xm0xrpgxq6gk6r6aa2w0lygnq02y1p614dmyjdmlsfnrrsslig5"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs