guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bind: Update to 9.16.38.


From: guix-commits
Subject: branch master updated: gnu: bind: Update to 9.16.38.
Date: Wed, 15 Feb 2023 16:43:55 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ebd19dd668 gnu: bind: Update to 9.16.38.
ebd19dd668 is described below

commit ebd19dd668fa7d42f32d1e21e0ecdc9eae0e0495
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 12 01:00:00 2023 +0100

    gnu: bind: Update to 9.16.38.
    
    * gnu/packages/dns.scm (isc-bind): Update to 9.16.38.
---
 gnu/packages/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 3c2762918f..8865d16a1a 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -337,14 +337,14 @@ and BOOTP/TFTP for network booting of diskless machines.")
     ;; 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.37")
+    (version "9.16.38")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://ftp.isc.org/isc/bind9/"; version
                            "/bind-" version ".tar.xz"))
        (sha256
-        (base32 "1az2y8zdpn6vfmx4xqnsh5znagcrsvkqa1hz3h8izzm24ban2ihf"))
+        (base32 "03y52iyc2g63lkk9x2vaizpr0jv27g1z6mcxnjw8m8l4kaflrx4d"))
        (patches
         (search-patches "bind-re-add-attr-constructor-priority.patch"))))
     (build-system gnu-build-system)



reply via email to

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