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.master
parent
caf8f369b0
commit
11feecc23a
|
@ -317,6 +317,8 @@ and BOOTP/TFTP for network booting of diskless machines.")
|
||||||
(package
|
(package
|
||||||
(name "bind")
|
(name "bind")
|
||||||
;; When updating, check whether isc-dhcp's bundled copy should be as well.
|
;; 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")
|
(version "9.16.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Reference in New Issue