2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-03-17 14:58:59 by Takahiro Kambe | Files touched by this commit (5) | |
Log message:
net/bind918: update to 9.18.13
--- 9.18.13 released ---
6120. [bug] Use two pairs of dns_db_t and dns_dbversion_t in a
catalog zone structure to avoid a race between the
dns__catz_update_cb() and dns_catz_dbupdate_callback()
functions. [GL #3907]
6119. [bug] Make sure to revert the reconfigured zones to the
previous version of the view, when the new view
reconfiguration fails during the configuration of
one of the configured zones. [GL #3911]
6116. [bug] Fix error path cleanup issues in dns_catz_new_zones()
and dns_catz_new_zone() functions. [GL #3900]
6115. [bug] Unregister db update notify callback before detaching
from the previous db inside the catz update notify
callback. [GL #3777]
6114. [func] Run the catalog zone update process on the offload
threads. [GL #3881]
6113. [func] Add shutdown signaling for catalog zones. [GL !7571]
6112. [func] Add reference count tracing for dns_catz_zone_t and
dns_catz_zones_t. [GL !7570]
6105. [bug] Detach 'rpzs' and 'catzs' from the previous view in
configure_rpz() and configure_catz(), respectively,
just after attaching it to the new view. [GL #3880]
6098. [test] Don't test HMAC-MD5 when not supported by libcrypto.
[GL #3871]
6096. [bug] Fix RPZ reference counting error on shutdown in
dns__rpz_timer_cb(). [GL #3866]
6095. [test] Test various 'islands of trust' configurations when
using managed keys. [GL #3662]
6094. [bug] Building against (or running with) libuv versions
1.35.0 and 1.36.0 is now a fatal error. The rules for
mixing and matching compile-time and run-time libuv
versions have been tightened for libuv versions between
1.35.0 and 1.40.0. [GL #3840]
6092. [bug] dnssec-cds failed to cleanup properly. [GL #3831]
6089. [bug] Source ports configured for query-source,
transfer-source, etc, were being ignored. (This
feature is deprecated, but it is not yet removed,
so the bug still needed fixing.) [GL #3790]
|
2023-02-16 14:37:16 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
net/bind918: update to 9.18.12
--- 9.18.12 released ---
6083. [bug] Fix DNSRPS-enabled builds as they were inadvertently
broken by change 6042. [GL #3827]
6082. [test] fuzz/dns_message_checksig leaked memory when shutting
down. [GL #3828]
6081. [bug] Handle primary server address lookup failures in
nsupdate more gracefully. [GL #3830]
6080. [bug] 'named -V' leaked memory. [GL #3829]
6079. [bug] Force set the DS state after a 'rdnc dnssec -checkds'
command. [GL #3822]
6075. [bug] Add missing node lock when setting node->wild in
add_wildcard_magic. [GL #3799]
6074. [func] Refactor the isc_nm_xfr_allowed() function to return
isc_result_t instead of boolean. [GL #3808]
6073. [bug] Set RD=1 on DS requests to parental-agents. [GL #3783]
6072. [bug] Avoid the OpenSSL lock contention when initializing
Message Digest Contexts by using explicit algorithm
fetching, initializing static contexts for every
supported algorithms, and initializing the new context
by copying the static copy. [GL #3795]
6071. [func] The use of "port" when configuring query-source,
transfer-source, notify-source and parental-source
addresses has been deprecated, along with the
use-v[46]-udp-ports and avoid-v[46]-udp-ports
options. A warning will be logged when these
options are used. In a future release, they
will be removed. [GL #3781]
6069. [bug] Detach from the view in zone_shutdown() to
release the memory held by the dead view
early. [GL #3801]
6068. [bug] Downloading a zone via TLS from a server which does
not negotiate "dot" ALPN token could crash BIND
on shutdown. That has been fixed. [GL #3767]
|
2023-01-13 06:31:52 by Christopher KOBAYASHI | Files touched by this commit (1) |
Log message:
Python is only needed for tests, so remove the dependency.
Pointed out by tnn@ and john@
Bump package revision.
|
2023-01-12 20:01:46 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
bind918: Fix path to named-checkconf.
It moved since 9.16 from sbin to bin. Bump PKGREVISION.
|
2022-12-14 22:44:04 by Christopher KOBAYASHI | Files touched by this commit (1) |
Log message:
Fix MASTER_SITE, which was weirdly botched between test and commit. No
functional code change.
Reported by jklos@.
|
2022-12-12 23:07:05 by Christopher KOBAYASHI | Files touched by this commit (3) |
Log message:
Fix build for PKG_DEVELOPER=yes (from taca@)
Bump pkgsrc version.
|
2022-12-11 22:17:54 by Christopher KOBAYASHI | Files touched by this commit (2) |
Log message:
Fix shell portability (from taca@)
|
2022-12-11 04:00:01 by Christopher KOBAYASHI | Files touched by this commit (3) |
Log message:
Add files that were accidentally omitted from initial commit.
|
2022-12-11 02:57:55 by Christopher KOBAYASHI | Files touched by this commit (40) |
Log message:
Add net/bind918
|