guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: BIND: Point out where to find the release notes.


From: guix-commits
Subject: 02/02: gnu: BIND: Point out where to find the release notes.
Date: Thu, 18 Feb 2021 13:26:29 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

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

    gnu: BIND: Point out where to find the release notes.
    
    The isc.org web page is hard to navigate and designed to steer users
    into support contracts, so let's give a hint for Guix packagers.
    
    * gnu/packages/dns.scm (bind): Add comment.
---
 gnu/packages/dns.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 1b98efc..2c40085 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -317,6 +317,8 @@ and BOOTP/TFTP for network booting of diskless machines.")
   (package
     (name "bind")
     ;; When updating, check whether isc-dhcp's bundled copy should be as well.
+    ;; The BIND release notes are available here:
+    ;; https://www.isc.org/bind/
     (version "9.16.12")
     (source (origin
               (method url-fetch)



reply via email to

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