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
ChangeLog:
https://blog.powerdns.com/2022/09/20/powerdns-recursor-4-5-11-4-6-4-and-4-7-3-released/
Improvements
* For zones having many NS records, we are not interested in all so take a
sample.
* Also check qperq limit if throttling happened, as it increases counters.
Bug Fixes
* Failure to retrieve DNSKEYs of an Insecure zone should not be fatal.
* Fix recursor not responsive after Lua config reload.
* Clear the caches after loading authzones.
* Resize answer length to actual received length in udpQueryResponse.¶
PR: 266645
Reported by: tremere@cainites.net (maintainer)
Monday, 12 September 2022
KDE today announces the release of KDE Frameworks 5.98.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.
Announcement: https://kde.org/announcements/frameworks/5/5.98.0/
PR: 266364
Exp-run by: antoine
* 2.6.1
- use 'zu' format string in deduper_dump() (#196)
- ctype.h functions require int arguments. cygwin gcc enforces this.
Update version to 2.6.1
* 2.6.2
- fix three memory leaks revealed by valgrind (#202)
- see if we can remove the need for res_rcode() by changing the error
path (#200)
- use strtok_r() in preference to strsep(), for consistency and
modernity (#203)
- based on PR 204, refactor and comment for clarity (#205)
* 2.6.3
- replace strtok_r() by new tokstr library
- tokstr_h was a typo, thanks to codereview.stackexchange.com for
finding it
- attempt to work around gcc11 structure size checks (#207)
- tokstr regions (#208)
- Revised fix for issue 209: "error: unknown type ssize_t; did you
mean _ssize_t?" (#211)
- Can now build on Apple M1 processors by following the instructions
(#212)
- Clarify that not all macOS M1 machines have homebrew in the new
/opt/homebrew location
- Document again the HTTPS_PROXY environment variable
* 2.6.4
- Issue 214: batch option parsing bug in tokstr library changes.
(#215)
Sponsored by: DomainTools
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit)
Changes since test9:
+ Tweak DHCPv6 relay code so that packets relayed towards a server
have source address on the server-facing network, not the
client facing network. Thanks to Luis Thomas for spotting this
and initial patch.
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit)
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
The use of FTP URLs in pkg-descr files has been deprecated and some of
the FTP URLs in those files have already become stale.
Replace FTP URLs with HTTP URLs where possible.
There does not appear to be any mirror that preserves the contents of
the defunct ftp.cac.washington.edu host.
Approved by: portmgr (implicit)