guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: isc-dhcp: Update bundled bind to 9.9.9-P8 [security fixes].


From: Leo Famulari
Subject: 01/01: gnu: isc-dhcp: Update bundled bind to 9.9.9-P8 [security fixes].
Date: Wed, 12 Apr 2017 22:08:43 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 098bb004beabf561182ff2f6b6980467a79756d0
Author: Leo Famulari <address@hidden>
Date:   Wed Apr 12 22:04:32 2017 -0400

    gnu: isc-dhcp: Update bundled bind to 9.9.9-P8 [security fixes].
    
    Fixes CVE-2017-{3136,3137,3138}.
    
    * gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.9-P8.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index bff480b..7404e5b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -480,7 +480,7 @@ connection alive.")
          (bind-minor-version "9")
          (bind-patch-version "9")
          (bind-release-type "-P")         ; for patch release, use "-P"
-         (bind-release-version "6")      ; for patch release, e.g. "6"
+         (bind-release-version "8")      ; for patch release, e.g. "6"
          (bind-version (string-append bind-major-version
                                       "."
                                       bind-minor-version
@@ -596,7 +596,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"1qf9j0nyqx0qy871mj22xh4dg0n1pqlv94lpiijb8vr7n7m3svhr"))))
+                      
"1f5i64f6y4rmy61y63r5if1lifw8dw8r8dh6ns3x4002hanzrpgz"))))
 
                 ;; When cross-compiling, we need the cross Coreutils and sed.
                 ;; Otherwise just use those from %FINAL-INPUTS.



reply via email to

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