guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: bind: Note that isc-dhcp bundles a BIND.


From: guix-commits
Subject: 10/12: gnu: bind: Note that isc-dhcp bundles a BIND.
Date: Sun, 23 Aug 2020 22:55:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 56b4a1d53f1a9d67f2406cd874b80c7372ac3d7b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Aug 24 04:31:29 2020 +0200

    gnu: bind: Note that isc-dhcp bundles a BIND.
    
    This follows up on commit dad963a4393ea51409baa63817b26b449ed58338.
    
    * gnu/packages/admin.scm (isc-bind): Comment.
---
 gnu/packages/dns.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 3ea9d02..c0d5d64 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -312,6 +312,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public isc-bind
   (package
     (name "bind")
+    ;; When updating, check whether isc-dhcp's bundled copy should be as well.
     (version "9.16.6")
     (source (origin
               (method url-fetch)



reply via email to

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