bind920: update to version 9.20.17.
Pkgsrc changes:
* Update checksums
Upstream changes:
Notes for BIND 9.20.17
----------------------
Feature Changes
~~~~~~~~~~~~~~~
- Reduce the number of outgoing queries.
Reduce the number of outgoing queries when resolving the nameservers
for delegation points. This helps a DNS resolver with a cold cache
resolve client queries with complex delegation chains and
redirections. :gl:`!11148`
[56 lines not shown]
flux2: Update to 2.7.5
Changes:
v2.7.5
Flux v2.7.5 is a patch release that comes with fixes to
helm-controller. Users are encouraged to upgrade for the best
experience.
v2.7.4
Flux v2.7.4 is a patch release that comes with various fixes. Users are
encouraged to upgrade for the best experience.
v2.7.3
Flux v2.7.3 is a patch release that comes with various fixes. Users are
encouraged to upgrade for the best experience.
v2.7.2
Flux v2.7.2 is a patch release that comes with security fixes. Users
are encouraged to upgrade for the best experience.
[22 lines not shown]
py-dnslib: Import py-dnslib-0.9.26
A library to encode/decode DNS wire-format packets supporting both
Python 2.7 and Python 3.2+.
The library provides:
* Support for encoding/decoding DNS packets between wire format,
python objects, and Zone/DiG textual representation (dnslib.dns)
* A server framework allowing the simple creation of custom DNS
resolvers (dnslib.server) and a number of example servers
created using this framework
* A number of utilities for testing (dnslib.client, dnslib.proxy,
dnslib.intercept)
visidata: avoid all unconditional curses.mousemask()
Upstream #2851 (<https://github.com/saulpw/visidata/pull/2851>)
addressed a problematic call to curses.mousemask() but there were still
some other lefts.
Catched via "e" command and mechanically via a `grep mousemask`.
visidata: Add TODO
Briefly opening an xlsx and trying to navigate it a bit point out to
some warnings. This should be tested a bit more and possibly fixed.