February 02, 2020. KDE today announces the release of KDE Frameworks 5.67.0.
KDE Frameworks are over 70 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 web page.
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/kde-frameworks-5.67.0.php
PR: 244015
Exp-run by: antoine
This release of 2.1.6 fixes some issues regarding the key list
wrongfully displayed (a regression bug in 2.1.5) as well as a small
leak in the enforcer (which can add up when you bang the enforcer
with a lot of commands. And as well as a serious signing error when
using Combined Signing Keys (CSKs), this is only relevant if you
combine KSK and ZSK in one. Especially users of CSKs need this fix
now. Another nice fix is a reconnect to a MySQL/MariaDB database
you you don't have to tweak database parameters.
PR: 244047
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Relnotes: https://www.opendnssec.org/2019/11/opendnssec-2-1-5/https://www.opendnssec.org/2020/02/opendnssec-2-1-6/
This module allows you to get the public suffix of a domain name using the
Public Suffix List from http://publicsuffix.org
A public suffix is one under which Internet users can directly register names.
Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us. Accurately
knowing the public suffix of a domain is useful when handling web browser
cookies, highlighting the most important part of a domain name in a user
interface or sorting URLs by web site
WWW: https://github.com/nexb/python-publicsuffix2
- While I'm here, patch setup.py to avoid unnecessary py-requests dependency and network connection during build
PR: 243846
Submitted by: <ml@netfence.it>
- Lint Makefile
- Some configure switches changed from --enable to --with
- Rename FSTRM to DNSTAP
- Add DoH support
- Switch to LuaJIT-Openresty (when LUAJIT is selected instead of LUA)
- Remove unnecessary patch (files/patch-dnsdist-lua-vars.cc)
- Major improvement in the rc script: allowing multiple daemons
- Start using -C and %%ETCDIR%% causing the default path for dnsdist.conf
changes to usually /usr/local/etc/dnsdist/ in which you can store single
or multiple config files, includes, key-files for DNSCrypt, key/certs for
DoH, etc.
Also, change maintainer to Ralf van der Enden.
Changelog:
https://dnsdist.org/changelog.html
PR: 242125
Submitted by: Jørn Åne de Jong, Ralf van der Enden, Leo Vandewoestijne
Reviewed by: cpm@, Sascha Biberhofer, Yann Kerherve
Approved by: maintainer
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
produce more useful failure logs when something panics during
builds
Changes: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23385
4.2.1 release notes:
This release fixes several bugs and makes a few features more robust or
intuitive. It also contains a few performance improvements for API users.
For a full list of changes look here:
https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.1
PR: 242519
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
January 11, 2020. KDE today announces the release of KDE Frameworks 5.66.0.
KDE Frameworks are over 70 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 web page.
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/kde-frameworks-5.66.0.php
PR: 243289
Exp-run by: antoine
Also compress manpages in this location.
As a followup of a discussion which occured in 2017:
https://lists.freebsd.org/pipermail/freebsd-arch/2017-March/018115.html
And following:
https://svnweb.freebsd.org/base?view=revision&revision=315053
and
https://svnweb.freebsd.org/base?view=revision&revision=315142
All the supported FreeBSD version now supports share/man in manpath for
LOCALBASE As a result the ports tree can now accept it for manpage, but
more over migrate to this new path. Resulting in more consistency now the
manpages in base and ports would be in the relative path (under share/)
and a reduced amount of patching needed to port something to FreeBSD
Note1: this has already be done for GNU info pages earlier
Note2: due to the fact that for end user no functionnality will change during
the migration of the manpages to the new location and to avoid massive rebuild
of packages, it has been decided to not bump portrevision when migrating.
Reviewed by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D23166
It compiles fine without gmake now.
Differential Revision: https://reviews.freebsd.org/D23120
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* add -q and document -v
* Use CURLOPT_PATH_AS_IS option if it is available
* Correct -r to be "-r rrset". Correct batch rdata/ip to be
"rdata/ip/ADDR[,PFXLEN]"
* In man page: remove duplicate -v flag description. Move -q flag to be
in alphabetical order
* Change -R option to be a -N option. Add a new -R option that searches
the left-hand-side. Reference dnstable-encoding(5)
* fix no-newline-eof bug in -f for jonas; add -f -f support (verbose
batching)
* correct behaviour of -l and -L with respect to -f and -m
* only call writer_fini() from the scope who called writer_init(),
except in the my_exit() path
* kill the sort on overcount
* add error code and description to the -f -f ++ marker
* fix abort in writer_status() by changing where "once" lives from
reader to writer
* fix no-newline-eof bug in -f; add -f -f support (verbose batching)
* Change parsing -l and -L to use parse_long so it will catch parsing
errors
* Fix an assert
* fix#90 with some warning and documentation changes
* fix#89 by restructuring the validate_verb() system
* fix#88 by better explaining text vs. dns formats
* fix#87 by reorganizing some man page text
* fix#86 by checking argument to -A and -B options
* fix#83 by rewording the -k section of the man page
* replace text for -A and -B options
* improve documentation about interaction of -s/-S with -l/-L
* fix#81
* improve documentation of -c to explain about -A + -B quota impact
* time, not date
* fix everything noted in #85
* document RRset (raw) query. document HEX better (#111)
Restrict portscount to real release tags.
Sponsored by: Farsight Security, Inc.
From [1]:
December 14, 2019. KDE today announces the release of KDE Frameworks 5.65.0.
KDE Frameworks are over 70 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 web page.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
[1] https://kde.org/announcements/kde-frameworks-5.65.0.php
Exp-run by: antoine
PR: 242633
- Update to 2.2.2, this version also builds fine on aarch64
- Add GH_ACCOUNT, it appears that upstream moved the repo to a dedicated account
Changes: https://github.com/projectdiscovery/subfinder/releases
PR: 242604
Approved by: yuri (maintainer)
===> Building coredns from github.com/coredns/coredns
# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128
http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518685_s355218/logs/errors/coredns-1.6.2_1.log
Unbreak by updating golang.org/x/sys to 33540a1f6037 and golang.org/x/net to
83d349e8ac1a which adds support for freebsd/arm64.
PR: 242561
Approved by: yuri (maintainer)
Currently a lot of ports www/gitlab-ce is using pulls rails 5.0 and 5.2 ports as dependencies in.
To reduce the number of ports required, the attached patch switches all required ports to rails 5.2.
I carefully tested it, if I oversaw a port, please let me know.
Differential Revision: https://reviews.freebsd.org/D22220
* Handle corner case of NSEC3 hash field with length zero.
* Preserve name case when parsing rdata strings.
* Fix printing of bitmap entries for rrtypes larger than 255.
Improve rrtype sorting.
* Preserve character-string boundaries when formatting TXT rdata.
* Add ./configure --with-coverage option to build with code coverage
and make targets: clean-coverage to remove the coverage data and results
and report-coverage to generate report (after running the code such as
with "make check").
* Configure check for python which is used to generate some of the C code.
* Lots of compiler warning cleanups.
* Unit testing improvements and additional tests added.
* Added library versioning API: wdns_get_version() and
wdns_get_version_number() available at run-time and WDNS_LIBRARY_VERSION
and WDNS_LIBRARY_VERSION_NUMBER for compile-time.
Add python as a build dependency.
Pet portlint (USES vs. USE ordering).
Sponsored by: Farsight Security Inc.
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
November 10, 2019. KDE today announces the release of KDE Frameworks 5.64.0. [1]
KDE Frameworks are over 70 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 web page.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Noteably, there is one FreeBSD specific change:
* KCoreAddons
- KProcessInfoList -- add proclist backend for FreeBSD
[1] https://kde.org/announcements/kde-frameworks-5.64.0.php
PR: 241852
Exp-run by: antoine