12th June 2022. KDE today announces the release of KDE Frameworks
5.95.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
https://kde.org/products/frameworks/
Exp-run by: antoine
PR: 264651
ChangeLog: https://github.com/0xERR0R/blocky/releases/tag/v0.19
Features:
* Add rewrite support to custom DNS
* CustomDNS: parameter "filterUnmappedTypes" to allow/disable forwarding to
* the upstream resolver
* filtering of queries
* Support of DoH/DoT as bootstrap DNS
* Memory optimization internal blacklist/whitelist cache
* Cache refresh memory consumption optimization
* Enable "ForceAttemptHTTP2" for DoH upstreamClient
* Improve DoT server TLS cipher suites
* Hide DoH client http header "User-Agent"
* Add HTTP Secure Headers on HTTPS server response
* Make DoH/DoT server mininum TLS version configurable
* Adds user customizable DoH upstream user agent
* Support for multiple configuration files
* Self-signed certificate generation
Misc
* Updated dependencies and documentation
* Environment variable for configurable config file location
Reported by: portscout
This release has EDE support, for extended EDNS error reporting,
it fixes unsupported ZONEMD algorithms to load, and has more bug fixes.
The EDE errors can be turned on by `ede: yes`, it is default disabled.
Validation errors and other errors are then reported. If you also want
stale answers for expired responses to have an error code, the option
`ede-serve-expired: yes` can be used.
On request, the port now also has dnscrypt support default enabled.
PR: 264538
0.8 was not update. Misdetected by portscout.
PR: 264138
Reported by: Raivo Hool
Approved by: punkt.de Hosting Team (maintainer)
This reverts commit 4a6fdbeea1.
Saturday, 14 May 2022
KDE today announces the release of KDE Frameworks 5.94.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.
Changelog: https://kde.org/announcements/frameworks/5/5.94.0/
PR: 263968
Exp-run by: antoine
Version 1.5.0 produces errors when used with PHP-8:
PHP Fatal error: Uncaught ValueError: fread(): Argument #2 ($length) must be greater than 0 in /usr/local/share/pear/Net/DNS2/Cache/File.
It has been fixed in 1.5.2.
PR: 263924
Approved by: sunpoet (maintainer)
Changes: https://www.nlnetlabs.nl/news/2022/May/13/nsd-4.5.0-released/
This release fixes a couple of minor bugs and adds IXFR out
functionality. With this functionality NSD can respond to IXFR queries
and serve IXFR transfers downstream.
It is default disabled, that means it does not store IXFR contents for
zones by default. The response on the wire is different, also with IXFR
disabled, because it is now supported, and thus also for those zones a
reply is served, that no differential data is available.
FEATURES:
- Merge PR #209: IXFR out
This adds IXFR out functionality to NSD. NSD can copy IXFRs from
upstream to downstream clients, or create IXFRs from zonefiles.
The options store-ixfr: yes and create-ixfr: yes can be used to
turn this on. Default is turned off. The options ixfr-number and
ixfr-size can be used to tune the number of IXFR transfers and
total data size stored. This is configured per zone, the IXFRs
are served to the hosts that are allowed to perform zone transfers.
And if TSIG is configured, signed with the same key. The content
is stored to file if a zonefile is configured for the zone, in
the zonefile.ixfr and zonefile.ixfr.2, .. files. They contain
readable text format. The number of IXFRs is num.rixfr in
statistics output, also per zone if per zone statistics are enabled.
If offline, nsd-checkzone -i can create ixfr files.
NSD already supports requesting IXFRs, this addition allows NSD
to serve IXFR transfers to clients.
NSD stops responding with NOTIMPL to IXFR requests, also for zones
that do not have IXFR enabled. The clients gets a full zone reply
or a status reply if the serial is up to date.
BUG FIXES:
- Fix code analyzer zero divide warning.
- Fix code analyzer large value with assertion.
- Fix another code analyzer zero divide warning.
- Fix code analyzer warning about uninitialized temp storage in loop.
- Fix spelling error in comment in svcbparam_lookup_key.
- Update cirrus script FreeBSD version.
PR: 263952