[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: isc-dhcp: Update bundled BIND to 9.11.37.
From: |
guix-commits |
Subject: |
06/06: gnu: isc-dhcp: Update bundled BIND to 9.11.37. |
Date: |
Wed, 16 Mar 2022 15:42:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3076e695771794e7193901f9c263fb5ae2abd194
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 13 01:00:02 2022 +0100
gnu: isc-dhcp: Update bundled BIND to 9.11.37.
* gnu/packages/admin.scm (isc-dhcp)[inputs]:
Update bind-source-tarball to 9.11.37.
---
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 f96d668269..9867dd8729 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1166,7 +1166,7 @@ connection alive.")
(define-public isc-dhcp
(let* ((bind-major-version "9")
(bind-minor-version "11")
- (bind-patch-version "36")
+ (bind-patch-version "37")
(bind-release-type "") ; for patch release, use "-P"
(bind-release-version "") ; for patch release, e.g. "6"
(bind-version (string-append bind-major-version
@@ -1315,7 +1315,7 @@ connection alive.")
"/bind-" bind-version ".tar.gz"))
(sha256
(base32
-
"108nh7hha4r0lb5hf1fn7lqaascvhsrghpz6afm5lf9vf2vgqly9"))))
+
"1zsszgxs9043dfpxb6xs1iwk9jg7nxkl5pbawj8dlshnxkkzp3hd"))))
("coreutils*" ,coreutils)
("sed*" ,sed)))
- branch master updated (21457fb31e -> 3076e69577), guix-commits, 2022/03/16
- 03/06: gnu: cdrtools: Use G-expressions., guix-commits, 2022/03/16
- 05/06: gnu: bind: Update to 9.16.27 [fixes CVE-2022-0396]., guix-commits, 2022/03/16
- 01/06: gnu: cdrtools: Prepare for cross-compilation., guix-commits, 2022/03/16
- 04/06: gnu: cdrtools: Don't return #t from snippet., guix-commits, 2022/03/16
- 02/06: gnu: cdrtools: Link dynamically., guix-commits, 2022/03/16
- 06/06: gnu: isc-dhcp: Update bundled BIND to 9.11.37.,
guix-commits <=