guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bind-utils: Update to 9.10.3-P3 [fixes CVE-2015-8704].


From: Mark H. Weaver
Subject: 01/02: gnu: bind-utils: Update to 9.10.3-P3 [fixes CVE-2015-8704].
Date: Wed, 20 Jan 2016 19:58:50 +0000

mhw pushed a commit to branch master
in repository guix.

commit d912db5bc04bb806ef1df50e3f5d92f6bb186fe1
Author: Mark H Weaver <address@hidden>
Date:   Wed Jan 20 14:50:09 2016 -0500

    gnu: bind-utils: Update to 9.10.3-P3 [fixes CVE-2015-8704].
    
    * gnu/packages/dns.scm (bind-utils): Update to 9.10.3-P3.
---
 gnu/packages/dns.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 8357dad..c83d16a 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
+;;; Copyright © 2016 Mark H Weaver <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -63,14 +64,14 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public bind-utils
   (package
     (name "bind-utils")
-    (version "9.10.3-P2")
+    (version "9.10.3-P3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://ftp.isc.org/isc/bind9/"; version
                                   "/bind-" version ".tar.gz"))
               (sha256
                (base32
-                "1kbfzml37sx4r2xi4gq48ji8w5kckd1f6gdn6pk6njqdmh8ijv2a"))))
+                "10yblk8qbb85qxakzdjy5qmqvqj4rlcqsqvlkriglampzg8i0239"))))
     (build-system gnu-build-system)
     (inputs
      ;; it would be nice to add GeoIP and gssapi once there is package



reply via email to

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