[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: bind: Update to 9.11.1-P3.
From: |
Leo Famulari |
Subject: |
01/02: gnu: bind: Update to 9.11.1-P3. |
Date: |
Sun, 23 Jul 2017 19:06:03 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 5391c6c9d224bba4732d91471da6d314bc90dd01
Author: Leo Famulari <address@hidden>
Date: Sun Jul 23 18:34:30 2017 -0400
gnu: bind: Update to 9.11.1-P3.
This fixes a regression introduced in the fix for CVE-2017-3142, in BIND
9.11.1-P2, commit faa1369e3cb72bda4ba8b63029d0ad780df9cf78.
See 'CHANGELOG' in the source distribution for more information.
* gnu/packages/dns.scm (isc-bind): Update to 9.11.1-P3.
---
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 ccb13d4..e29708a 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -99,7 +99,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(define-public isc-bind
(package
(name "bind")
- (version "9.11.1-P2")
+ (version "9.11.1-P3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -107,7 +107,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
version ".tar.gz"))
(sha256
(base32
- "19gyh7yij6cpvk5b199ghhns5wmsz67d2rpgvl91dbkm2m1wclxz"))))
+ "1x6cfwkcv6nwc0mh5fzv70f38nl04yhgq90gr5nrjiif8dsnwhjj"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs