guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: bind: Update to 9.11.1-P1 [fixes CVE-2017-3140].


From: Leo Famulari
Subject: 01/01: gnu: bind: Update to 9.11.1-P1 [fixes CVE-2017-3140].
Date: Thu, 15 Jun 2017 12:12:40 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit e50c8aadae75486c91cfc21b09721a6b6509c5e2
Author: Leo Famulari <address@hidden>
Date:   Thu Jun 15 12:03:14 2017 -0400

    gnu: bind: Update to 9.11.1-P1 [fixes CVE-2017-3140].
    
    * gnu/packages/dns.scm (isc-bind): Update to 9.11.1-P1.
---
 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 7f1d18f..2e4d8fd 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -93,7 +93,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public isc-bind
   (package
     (name "bind")
-    (version "9.11.1")
+    (version "9.11.1-P1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -101,7 +101,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1chhphaa4lmfxj9daqsxph5ng4h3qq51jx21rj2i6an8ynah0192"))))
+                "0f56bhkxx7bga3f1a4whlm8fh5q8lz7ah97fdayp310vsn43w6vb"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]