pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bind918



Module Name:    pkgsrc
Committed By:   he
Date:           Thu Nov 20 10:17:19 UTC 2025

Modified Files:
        pkgsrc/net/bind918: Makefile distinfo

Log Message:
net/bind918: update BIND to version 9.18.42.

Pkgsrc changes:
 * version bump, checksum updates.

Upstream changes:

BIND 9.18.42
------------

Bug Fixes
~~~~~~~~~

- Skip unsupported algorithms when looking for signing key.
  ``2882dbfc803``

  A mix of supported and unsupported DNSSEC algorithms in the same zone
  could have caused validation failures. Ignore the DNSSEC keys with
  unsupported algorithm when looking for the signing keys. :gl:`#5622`
  :gl:`!11211`


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/net/bind918/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/bind918/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bind918/Makefile
diff -u pkgsrc/net/bind918/Makefile:1.58 pkgsrc/net/bind918/Makefile:1.59
--- pkgsrc/net/bind918/Makefile:1.58    Wed Oct 22 14:32:26 2025
+++ pkgsrc/net/bind918/Makefile Thu Nov 20 10:17:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2025/10/22 14:32:26 taca Exp $
+# $NetBSD: Makefile,v 1.59 2025/11/20 10:17:19 he Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -15,7 +15,7 @@ CONFLICTS+=   host-[0-9]*
 
 MAKE_JOBS_SAFE=        no
 
-BIND_VERSION=  9.18.41
+BIND_VERSION=  9.18.42
 
 BUILD_DEFS+=   BIND_DIR VARBASE
 

Index: pkgsrc/net/bind918/distinfo
diff -u pkgsrc/net/bind918/distinfo:1.32 pkgsrc/net/bind918/distinfo:1.33
--- pkgsrc/net/bind918/distinfo:1.32    Wed Oct 22 14:32:26 2025
+++ pkgsrc/net/bind918/distinfo Thu Nov 20 10:17:19 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.32 2025/10/22 14:32:26 taca Exp $
+$NetBSD: distinfo,v 1.33 2025/11/20 10:17:19 he Exp $
 
-BLAKE2s (bind-9.18.41.tar.xz) = 8171c1d2b407f6474d47ff54169ddaebf029cdb6253dd5be1091290a3ce283b1
-SHA512 (bind-9.18.41.tar.xz) = aba4a0add07f1feb2825852faeed14bc946628b818adac93401890cd67ead17c2fd8d820bca70ba7f8c2788dc65195baccc93f87249fb7e47077354341ff0839
-Size (bind-9.18.41.tar.xz) = 5427116 bytes
+BLAKE2s (bind-9.18.42.tar.xz) = 1a2b778ddd9c7e6b4f4637a7882b057ce74c105f64718cc2f82f96a933d0bd68
+SHA512 (bind-9.18.42.tar.xz) = 9133be987e2043aabf8cd7de58f62c41c632b92d9930a3644aaff80b23211e5a967a133080f6e61142408ef752f8a07d6b7c1e775ca8a495bb29ff9d167446c0
+Size (bind-9.18.42.tar.xz) = 5423412 bytes
 SHA1 (patch-bin_named_main.c) = 4e4a763c478f1fcecb7e65968cf6ca20dacf01f1
 SHA1 (patch-bin_named_os.c) = 5ecb0883076575d8ac5fcad68f9daad6c9be0d0b
 SHA1 (patch-bin_named_server.c) = 52190897c4c4b141d98ca5bca7cc3eb4c83ac584



Home | Main Index | Thread Index | Old Index