unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Wilko Meyer <w@wmeyer.eu>
To: 71704@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>
Subject: [bug#71704] [PATCH] gnu: isc-bind: Update to 9.19.24.
Date: Fri, 21 Jun 2024 16:20:26 +0200	[thread overview]
Message-ID: <b954a9fa65b532b41ada465c40a8583827221ccc.1718979626.git.w@wmeyer.eu> (raw)

* gnu/packages/dns.scm (isc-bind): Update to 9.19.24.

Change-Id: I0fc1128191dbda349ac27a9d1b7bf67b59caac39
---
Hi Guix,

bind had a recent release, updated it & builds successfully:

(~/devel/guix) λ ./pre-inst-env guix build bind
/gnu/store/qnaw5zx3knrkpwyci2hyyfcd2shk41sj-bind-9.19.24
/gnu/store/sxn9n0p204zw2qcpsihlxwpg2g81682s-bind-9.19.24-utils

Cheers!

 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 68fc5b9d1d..bfaeeafe3b 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -337,14 +337,14 @@ (define-public isc-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.19.21")
+    (version "9.19.24")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://ftp.isc.org/isc/bind9/" version
                            "/bind-" version ".tar.xz"))
        (sha256
-        (base32 "133f1aq8acaz9z03cl0gcrj4pq0hqm6c3sm4hz67d37phndsjs1b"))))
+        (base32 "171668qgjvf257m3r04lxmbsiz9lnn57djnlmn8plh1lj77fw3nh"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs

base-commit: b993f4735d41e690dbafb8ee2e17fce996a8cf20
prerequisite-patch-id: 73edd1942a5c6076f414ce0a8fca14eacae5c9c4
prerequisite-patch-id: c20c6cf03d45fc6539695edf93b7228440de7d6c
-- 
2.41.0





             reply	other threads:[~2024-06-21 18:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-21 14:20 Wilko Meyer [this message]
2024-06-24  1:49 ` bug#71704: [PATCH] gnu: isc-bind: Update to 9.19.24 Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b954a9fa65b532b41ada465c40a8583827221ccc.1718979626.git.w@wmeyer.eu \
    --to=w@wmeyer.eu \
    --cc=71704@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).