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.11.36 [fixes CVE-2021-252


From: guix-commits
Subject: 02/02: gnu: isc-dhcp: Update bundled BIND to 9.11.36 [fixes CVE-2021-25219].
Date: Wed, 8 Dec 2021 19:28:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 37186ec462dc574477af195aa07fea3fe1ed07a2
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Dec 8 15:03:26 2021 -0500

    gnu: isc-dhcp: Update bundled BIND to 9.11.36 [fixes CVE-2021-25219].
    
    * gnu/packages/admin.scm (isc-dhcp)[inputs]:
    Update bundled BIND to 9.11.36.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 8e55d98..ce12c01 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1152,7 +1152,7 @@ connection alive.")
 (define-public isc-dhcp
   (let* ((bind-major-version "9")
          (bind-minor-version "11")
-         (bind-patch-version "32")
+         (bind-patch-version "36")
          (bind-release-type "")         ; for patch release, use "-P"
          (bind-release-version "")      ; for patch release, e.g. "6"
          (bind-version (string-append bind-major-version
@@ -1312,7 +1312,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"0hhkb4d14hvly2751cxl2s2xyim3bri8qaisgkcm456xfi5wpy6b"))))
+                      
"108nh7hha4r0lb5hf1fn7lqaascvhsrghpz6afm5lf9vf2vgqly9"))))
 
                 ("coreutils*" ,coreutils)
                 ("sed*" ,sed)))



reply via email to

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