[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ISC DHCP: Update bundled BIND to 9.11.18 [se
From: |
guix-commits |
Subject: |
branch master updated: gnu: ISC DHCP: Update bundled BIND to 9.11.18 [security fixes]. |
Date: |
Wed, 15 Apr 2020 23:19:26 -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 46bc7c3 gnu: ISC DHCP: Update bundled BIND to 9.11.18 [security
fixes].
46bc7c3 is described below
commit 46bc7c31c6f720b0d9f12ff514a02c27f3fb706f
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Apr 15 21:40:46 2020 -0400
gnu: ISC DHCP: Update bundled BIND to 9.11.18 [security fixes].
* gnu/packages/admin.scm (isc-dhcp): Update bundled BIND to 9.11.18.
---
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 e7f63eb..bf5aa9d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -768,7 +768,7 @@ connection alive.")
(define-public isc-dhcp
(let* ((bind-major-version "9")
(bind-minor-version "11")
- (bind-patch-version "14")
+ (bind-patch-version "18")
(bind-release-type "") ; for patch release, use "-P"
(bind-release-version "") ; for patch release, e.g. "6"
(bind-version (string-append bind-major-version
@@ -904,7 +904,7 @@ connection alive.")
"/bind-" bind-version ".tar.gz"))
(sha256
(base32
-
"1pv3bvm9dzyz2kqjkw15sgh0hd5fzsv274v5z6jp9c4nb5130fyr"))))
+
"0vws0zzb39mkphj4hhjrgfj9dzw951lc4pfa6pqg5ll5ma51mbsr"))))
;; When cross-compiling, we need the cross Coreutils and sed.
;; Otherwise just use those from %FINAL-INPUTS.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ISC DHCP: Update bundled BIND to 9.11.18 [security fixes].,
guix-commits <=