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: taca
Date: Wed May 17 13:43:52 UTC 2023
Modified Files:
pkgsrc/net/bind918: Makefile distinfo
Log Message:
net/bind918: update to 9.18.15
--- 9.18.15 released ---
6164. [bug] Set the rndc idle read timeout back to 60 seconds,
from the netmgr default of 30 seconds, in order to
match the behavior of 9.16 and earlier. [GL #4046]
6161. [bug] Fix log file rotation when using absolute path as
file. [GL #3991]
6157. [bug] When removing delegations in an OPTOUT range
empty-non-terminal NSEC3 records generated by
those delegations were not removed. [GL #4027]
6156. [bug] Reimplement the maximum and idle timeouts for incoming
zone tranfers. [GL #4004]
6155. [bug] Treat ISC_R_INVALIDPROTO as a networking error
in the dispatch code to avoid retrying with the
same server. [GL #4005]
6152. [bug] In dispatch, honour the configured source-port
selection when UDP connection fails with address
in use error.
Also treat ISC_R_NOPERM same as ISC_R_ADDRINUSE.
[GL #3986]
6149. [test] As a workaround, include an OpenSSL header file before
including cmocka.h in the unit tests, because OpenSSL
3.1.0 uses __attribute__(malloc), conflicting with a
redefined malloc in cmocka.h. [GL #4000]
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/bind918/Makefile
cvs rdiff -u -r1.7 -r1.8 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.10 pkgsrc/net/bind918/Makefile:1.11
--- pkgsrc/net/bind918/Makefile:1.10 Mon Apr 24 13:48:06 2023
+++ pkgsrc/net/bind918/Makefile Wed May 17 13:43:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/04/24 13:48:06 taca Exp $
+# $NetBSD: Makefile,v 1.11 2023/05/17 13:43:52 taca 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.14
+BIND_VERSION= 9.18.15
BUILD_DEFS+= BIND_DIR VARBASE
Index: pkgsrc/net/bind918/distinfo
diff -u pkgsrc/net/bind918/distinfo:1.7 pkgsrc/net/bind918/distinfo:1.8
--- pkgsrc/net/bind918/distinfo:1.7 Mon Apr 24 13:48:06 2023
+++ pkgsrc/net/bind918/distinfo Wed May 17 13:43:52 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2023/04/24 13:48:06 taca Exp $
+$NetBSD: distinfo,v 1.8 2023/05/17 13:43:52 taca Exp $
-BLAKE2s (bind-9.18.14.tar.xz) = 997194a201778d57812bf6f40cc43b4e65bc1610eafb7857cc1b754716a2f737
-SHA512 (bind-9.18.14.tar.xz) = 3dccda83ee4c9fa9fa74232a52d97122bd957e98152a12568a099bcfc2780367f17424702e7e0bff3a1ac427e9b71647eefeb9b4f8d462e27893a057e0a5b969
-Size (bind-9.18.14.tar.xz) = 5481396 bytes
+BLAKE2s (bind-9.18.15.tar.xz) = 4a38750651940abff9ebcab59aef9e3162899f99e08639729282f790f9ed8c60
+SHA512 (bind-9.18.15.tar.xz) = e038574f9c7b1156c8e3049b9b2464421d6d5e53ab09c47dc68d3b66af9cec1eda9f41b2517909573307a5341f8cf14a8c5f5155e8bbfffee4e06ecb61baa8bf
+Size (bind-9.18.15.tar.xz) = 5476876 bytes
SHA1 (patch-bin_named_main.c) = 4e4a763c478f1fcecb7e65968cf6ca20dacf01f1
SHA1 (patch-bin_named_os.c) = 5ecb0883076575d8ac5fcad68f9daad6c9be0d0b
SHA1 (patch-bin_named_server.c) = 6e59d3f637ebb829eec2f76ba7c350fb5cf9be6d
Home |
Main Index |
Thread Index |
Old Index