Since the move from base to ports of BIND9 the manpage isn't updated
when the port is build. When you run "man named.conf" the FILES section
says:
| FILES
| /etc/named.conf
but this file does not exist. It should point to /usr/local/etc/named.conf.
PR: 257703
Approved by: mat@ (maintainer timeout, 46 d)
MFH: 2022Q4
Monday, 14 November 2022
KDE today announces the release of KDE Frameworks 5.100.0.
KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
- devel/kf5-kconfig update to 5.100.1 (bug fix release)
- x11/kf5-plasma-framework: update to 5.100.1 (bug fix releas)
- fix fallout
Changelog: https://kde.org/announcements/frameworks/5/5.100.0/
Exp-run by: antoine
PR: 267764
Improvements:
* knotd: new per-zone DS push configuration option (see 'zone.ds-push')
* libs: upgraded embedded libngtcp2 to 0.11.0
Bugfixes:
* knsupdate: program crashes when sending an update
* knotd: server drops more responses over UDP under higher load
* knotd: missing EDNS padding in responses over QUIC
* knotd: some memory issues when handling unusual QUIC traffic
* kxdpgun: broken IPv4 source subnet processing
* kdig: incorrect handling of unsent data over QUIC
PR: 267965
Reported by: clukas@firc.de
Approved by: freebsd@dns.company (maintainer)
CHANGELOG diff vs. rc3:
Optimise reading large numbers of --server options. When re-reading
upstream servers from /etc/resolv.conf or other sources that
can change dnsmasq tries to avoid memory fragmentation by re-using
existing records that are being re-read unchanged. This involves
seaching all the server records for each new one installed.
During startup this search is pointless, and can cause long
start times with thousands of --server options because the work
needed is O(n^2). Handle this case more intelligently.
Thanks to Ye Zhou for spotting the problem and an initial patch.
If we detect that a DNS reply from upstream is malformed don't
return it to the requestor; send a SEVFAIL rcode instead.
Sunday, 9 October 2022
KDE today announces the release of KDE Frameworks 5.99.0.
KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
PR: 266950
Exp-run by: antoine
This is correction after latest mat's change to make it really work.
Default build unaffected, so PORTREVISON not bumped.
PR: 262773
Approved by: mat (maintainer timeout, 2 weeks)
Submitted by: Michael Osipov
Requested by: many