guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: unbound: Update to 1.6.8 [fixes CVE-2017-15105].


From: Marius Bakke
Subject: 02/02: gnu: unbound: Update to 1.6.8 [fixes CVE-2017-15105].
Date: Fri, 19 Jan 2018 10:19:09 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 28f6f22912ccbdbd485888c59ea263b8581027db
Author: Marius Bakke <address@hidden>
Date:   Fri Jan 19 16:09:38 2018 +0100

    gnu: unbound: Update to 1.6.8 [fixes CVE-2017-15105].
    
    * gnu/packages/dns.scm (unbound): Update to 1.6.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 05824fd..e7b9b22 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -284,7 +284,7 @@ asynchronous fashion.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.6.7")
+    (version "1.6.8")
     (source
      (origin
        (method url-fetch)
@@ -292,7 +292,7 @@ asynchronous fashion.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "17qwfmlls0w9kpkya3dlpn44b3kr87wsswzg3gawc13hh8yx8ysf"))))
+         "0jfxhh4gc5amhndikskz1s7da27ycn442j3l20bm992n7zijid73"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs



reply via email to

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