guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: isc-dhcp: Update bundled BIND to 9.11.31 [se


From: guix-commits
Subject: branch master updated: gnu: isc-dhcp: Update bundled BIND to 9.11.31 [security fixes].
Date: Wed, 28 Apr 2021 17:26:21 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 22b3dd5  gnu: isc-dhcp: Update bundled BIND to 9.11.31 [security 
fixes].
22b3dd5 is described below

commit 22b3dd559c8f8430df79ef2486358f35c4dd8ff2
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Apr 28 17:24:37 2021 -0400

    gnu: isc-dhcp: Update bundled BIND to 9.11.31 [security fixes].
    
    Fixes CVE-2021-{25214,25215,25216].
    
    * gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled BIND to 9.11.31.
---
 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 254d429..4274a49 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1135,7 +1135,7 @@ connection alive.")
 (define-public isc-dhcp
   (let* ((bind-major-version "9")
          (bind-minor-version "11")
-         (bind-patch-version "29")
+         (bind-patch-version "31")
          (bind-release-type "")         ; for patch release, use "-P"
          (bind-release-version "")      ; for patch release, e.g. "6"
          (bind-version (string-append bind-major-version
@@ -1272,7 +1272,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"01vvkvlhsxz4ffz2fw86z0fsf170b93jjnn5710ai6vfri8wgfy7"))))
+                      
"0sm3vy5g21isdywxr650442x9r00fpj9cxc81n3qcbibyibl9wpm"))))
 
                 ("coreutils*" ,coreutils)
                 ("sed*" ,sed)))



reply via email to

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