guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: isc-dhcp: Update bundled BIND to 9.11.28 [fixes CVE-2020-862


From: guix-commits
Subject: 01/02: gnu: isc-dhcp: Update bundled BIND to 9.11.28 [fixes CVE-2020-8625].
Date: Thu, 18 Feb 2021 13:26:28 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit caf8f369b09f71028cf69f3a032a666cdd29ae5c
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Feb 18 13:21:25 2021 -0500

    gnu: isc-dhcp: Update bundled BIND to 9.11.28 [fixes CVE-2020-8625].
    
    * gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled BIND to 9.11.28.
---
 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 282a513..6ac34fa 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1042,7 +1042,7 @@ connection alive.")
 (define-public isc-dhcp
   (let* ((bind-major-version "9")
          (bind-minor-version "11")
-         (bind-patch-version "22")
+         (bind-patch-version "28")
          (bind-release-type "")         ; for patch release, use "-P"
          (bind-release-version "")      ; for patch release, e.g. "6"
          (bind-version (string-append bind-major-version
@@ -1179,7 +1179,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"1j9a4r83a77mp8k1y8z524c9rzdqgd8rzwczd6zwmw86a00xiimg"))))
+                      
"0x2yjy0d8p7i5mr2s5y65fdax0jjgvd8fn07s42c8dxsrbkcp40h"))))
 
                 ("coreutils*" ,coreutils)
                 ("sed*" ,sed)))



reply via email to

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