guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: isc-dhcp: Update bundled bind to 9.9.8-P4 [fixes CVE-2016-12


From: Efraim Flashner
Subject: 02/02: gnu: isc-dhcp: Update bundled bind to 9.9.8-P4 [fixes CVE-2016-1285, CVE-2016-1286].
Date: Thu, 10 Mar 2016 07:52:11 +0000

efraim pushed a commit to branch master
in repository guix.

commit 2f9862ffd0cdcfbd05bc5baaaae9bbd499b1d7d8
Author: Efraim Flashner <address@hidden>
Date:   Thu Mar 10 09:49:04 2016 +0200

    gnu: isc-dhcp: Update bundled bind to 9.9.8-P4 [fixes CVE-2016-1285, 
CVE-2016-1286].
    
    * gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.8-P4.
---
 gnu/packages/admin.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index b0b2046..69802e9 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2016 Leo Famulari <address@hidden>
 ;;; Copyright © 2016 Pjotr Prins <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -424,7 +425,7 @@ connection alive.")
          (bind-minor-version "9")
          (bind-patch-version "8")
          (bind-release-type "-P")
-         (bind-release-version "3")
+         (bind-release-version "4")
          (bind-version (string-append bind-major-version
                                       "."
                                       bind-minor-version
@@ -540,7 +541,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"01qa17479jghy90lb2j8b1bpg3ay6k6aaajpigyirwzsvyc9yj3a"))))
+                      
"1wl9kl0630dc1qjrf7fnp8cscagfm5qgmisi0zhr1p6iwi9bil2y"))))
 
                 ;; 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]