Commit graph

5759 commits

Author SHA1 Message Date
Yuri Victorovich
4bee2c7825 dns/mDNSResponder_nss: Update 1096.0.2 -> 1310.40.42
PR:		253083
Submitted by:	mazhe@alkumuna.eu (maintainer)
2021-01-31 21:23:55 +00:00
Yuri Victorovich
35ff1abadf dns/knot3: Update 3.0.3 -> 3.0.4
PR:		252992
Submitted by:	freebsd@dns.company (maintainer)
2021-01-31 21:07:27 +00:00
Luca Pizzamiglio
04acdd7f40 dns/dnscrypt-wrapper: enable xchacha20 detection
Detect and enable xchacha20 via autoconf.

PR:		249506
Submitted by:	Felix Hanley <felix@userspace.com.au>
Approved by:	Will <freebsd@toyingwithfate.com> (maintainer)
2021-01-31 15:02:50 +00:00
Yuri Victorovich
1509ac022e dns/nsd: Update 4.3.4 -> 4.3.5
This release fixes a number of bugs.  It fixes a number of corner
case differences for the output more similar to Bind.  The configure
sources are compatible with the new autoconf 2.70.

PR:		253026
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2021-01-31 04:31:55 +00:00
Sunpoet Po-Chuan Hsieh
e4407abb51 Update to 2.8.15
Changes:	https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
2021-01-30 12:35:59 +00:00
Yuri Victorovich
3a93cf2e91 dns/amass: Update 3.10.3 -> 3.11.2
Reported by:	portscout
2021-01-28 20:50:20 +00:00
Dmitry Marakasov
dc7e8bb596 - Pet portlint
- Remove bogus empty INSTALL_TARGET
- Remove bogus TEST_TARGET which is not a target and run tests properly

Approved by:	portmgr blanket
2021-01-26 19:48:47 +00:00
Matthias Andree
00ddbf629c dns/dnsmasq: upgrade to v2.84 (regression fixes)
Upstream blessed v2.84 rc2 (which 2.83_1 effectively already was)
into v2.84 release, so take it (and patch the upstream bug of
leaving "rc2" in the version out).

MFH:		2021Q1 (regression fixes for security fix release)
2021-01-26 19:19:44 +00:00
Sunpoet Po-Chuan Hsieh
3f2317bccd Update to 2.6.1
Changes:	https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
2021-01-26 17:55:47 +00:00
Sunpoet Po-Chuan Hsieh
f146b120c5 Update to 0.34.0
Changes:	https://github.com/googleapis/google-cloud-ruby/releases
		https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-dns/CHANGELOG.md
2021-01-26 17:48:30 +00:00
Sunpoet Po-Chuan Hsieh
14479ee7bf Update to 0.7.7
Changes:	https://github.com/ko-zu/psl/commits/master
2021-01-26 17:28:48 +00:00
Sunpoet Po-Chuan Hsieh
454029e162 Update to 0.9.8
Changes:	https://github.com/ags-slc/localzone/blob/master/CHANGELOG.rst
2021-01-26 17:28:44 +00:00
Sunpoet Po-Chuan Hsieh
281ff66fcd Bump PORTREVISION for dns/public_suffix_list update 2021-01-26 17:21:24 +00:00
Sunpoet Po-Chuan Hsieh
f0a7ad8082 Update to 20201223
Changes:	https://github.com/publicsuffix/list/commits/master
2021-01-26 17:21:19 +00:00
Sunpoet Po-Chuan Hsieh
3858e544cc Add rubygem-google-apis-dns_v1 0.1.0
This is a simple client library for version V1 of the Cloud DNS API. It
provides:
- A client object that connects to the HTTP/JSON REST endpoint for the service.
- Ruby objects for data structures related to the service.
- Integration with the googleauth gem for authentication using OAuth, API keys,
  and service accounts.
- Control of retry, pagination, and timeouts.

WWW: https://github.com/googleapis/google-api-ruby-client
WWW: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1
2021-01-26 17:20:22 +00:00
Sunpoet Po-Chuan Hsieh
fef65679d6 Bump PORTREVISION for devel/protobuf shlib change 2021-01-26 14:01:09 +00:00
Mathieu Arnold
1dd7827394 Update to 9.16.11. 2021-01-25 17:44:15 +00:00
Matthias Andree
4fc27cd912 dns/dnsmasq: regression fixes from upstream Git
Apparently there are situations where dnsmasq 2.83 can confuse
its peers or sockets, and the upstream Git contains fixes for them.

These four fixes essentially take dnsmasq to 2.84test3.

Obtained from:	Simon Kelley <simon@thekelleys.org.uk>'s Git repository
2021-01-24 11:01:20 +00:00
Vinícius Zavam
cb2fcffc56 dns/dnscrypt-proxy2: update 2.0.44 to 2.0.45
* https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.45

PR:		252574
Reported by:	Bill Blake <billblake2018 % gmail.com>
2021-01-23 10:00:47 +00:00
Yuri Victorovich
c8f6296983 dns/coredns: Update 1.8.0 -> 1.8.1
Reported by:	portscout
2021-01-23 06:53:39 +00:00
Mathieu Arnold
25bf57f98b Update to 9.11.27 2021-01-22 11:13:59 +00:00
Lewis Cook
a5c7f2939c Update MAINTAINER fields for myself (lcook)
Approved by:            tcberner (mentor)
Differential Revision:  https://reviews.freebsd.org/D28279
2021-01-22 10:08:51 +00:00
Matthias Andree
d947e5e7ea dns/dnsmasq: security update to 2.83
CHANGELOG of version 2.83:

        Use the values of --min-port and --max-port in outgoing
        TCP connections to upstream DNS servers.

        Fix a remote buffer overflow problem in the DNSSEC code. Any
        dnsmasq with DNSSEC compiled in and enabled is vulnerable to this,
        referenced by CVE-2020-25681, CVE-2020-25682, CVE-2020-25683
        CVE-2020-25687.

        Be sure to only accept UDP DNS query replies at the address
        from which the query was originated. This keeps as much entropy
        in the {query-ID, random-port} tuple as possible, to help defeat
        cache poisoning attacks. Refer: CVE-2020-25684.

        Use the SHA-256 hash function to verify that DNS answers
        received are for the questions originally asked. This replaces
        the slightly insecure SHA-1 (when compiled with DNSSEC) or
        the very insecure CRC32 (otherwise). Refer: CVE-2020-25685.

        Handle multiple identical near simultaneous DNS queries better.
        Previously, such queries would all be forwarded
        independently. This is, in theory, inefficent but in practise
        not a problem, _except_ that is means that an answer for any
        of the forwarded queries will be accepted and cached.
        An attacker can send a query multiple times, and for each repeat,
        another {port, ID} becomes capable of accepting the answer he is
        sending in the blind, to random IDs and ports. The chance of a
        succesful attack is therefore multiplied by the number of repeats
        of the query. The new behaviour detects repeated queries and
        merely stores the clients sending repeats so that when the
        first query completes, the answer can be sent to all the
        clients who asked. Refer: CVE-2020-25686.
MFH:		2021Q1
Security:	5b5cf6e5-5b51-11eb-95ac-7f9491278677
Security:	CVE-2020-25684
Security:	CVE-2020-25685
Security:	CVE-2020-25686
Security:	CVE-2020-25681
Security:	CVE-2020-25682
Security:	CVE-2020-25683
Security:	CVE-2020-25687
2021-01-20 19:20:38 +00:00
Neel Chauhan
188f87ddb1 dns/libnspsl: Update to 0.16
Approved by:	0mp (mentor, implicit)
2021-01-20 16:06:15 +00:00
Tobias C. Berner
ff6758abfc Update KDE Frameworks to 5.78.0
January 09, 2021. KDE today announces the release of KDE Frameworks 5.78.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 pred

Full Changelog:
	https://kde.org/announcements/kde-frameworks-5.78.0

PR:		252591
Exp-run by:	antoine
2021-01-18 12:03:48 +00:00
Piotr Kubaj
2071be3cc5 dns/yadifa: fix build on GCC architectures
In file included from /usr/include/openssl/bn.h:20,
                 from /usr/include/openssl/engine.h:18,
                 from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/digest.h:53,
                 from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/dnskey.h:50,
                 from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/tsig.h:48,
                 from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/message.h:64,
                 from src/acl.c:57:
/usr/include/openssl/crypto.h:322: error: expected ')' before '__attribute__'
/usr/include/openssl/crypto.h:322: error: expected identifier or '(' before ')' token

MFH:		2021Q1
2021-01-12 17:58:41 +00:00
Kurt Jaeger
e2a6a76958 dns/dnsviz: update 0.8.2 -> 0.9.0
Relnotes:	https://github.com/dnsviz/dnsviz/releases/tag/v0.9.0
2021-01-09 20:43:24 +00:00
Antoine Brodin
8524eefbd1 Remove python 2.7 support from a few ports 2021-01-09 16:34:07 +00:00
Dima Panov
2ec10e7dd9 devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip

Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0

PR:		242347
Submitted by:	fluffy
Reported by:	Naram Qashat (ex-maintainer)
Exp-run by:	antoine
2021-01-08 07:47:02 +00:00
Mikael Urankar
a798515415 lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0

Tested by:	mikael, pkubaj
Differential Revision:	https://reviews.freebsd.org/D27940
2021-01-06 10:13:58 +00:00
Mathieu Arnold
63e7b6278b Update to latest commit. 2021-01-04 13:55:44 +00:00
Sunpoet Po-Chuan Hsieh
6de5ac29f4 Add rubygem-resolv-replace 0.1.0
resolv-replace.rb replaces Socket DNS with Resolv.

WWW: https://github.com/ruby/resolv-replace
2021-01-03 20:02:15 +00:00
Sunpoet Po-Chuan Hsieh
9b94dc9bff Add rubygem-resolv 0.2.0
Resolv is a thread-aware DNS resolver library written in Ruby. Resolv can handle
multiple DNS requests concurrently without blocking the entire Ruby interpreter.

WWW: https://github.com/ruby/resolv
2021-01-03 20:02:10 +00:00
Rene Ladan
493ba2de6e dns/maradns: remove CONV option which depended on expired Python 2.7
PR:		249676
Submitted by:	swills
2021-01-01 15:09:13 +00:00
Antoine Brodin
189c1e5521 Re-apply part of r559792 (INDEX and bulk -a OK)
With hat:	portmgr
2021-01-01 11:45:05 +00:00
Antoine Brodin
26b4c8f71f Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
2021-01-01 10:11:34 +00:00
Rene Ladan
e095f78463 Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
  upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
  them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
  of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves

I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things.

2020-12-31 audio/ardour: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 audio/mixxx21: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 audio/xmms2: Uses Python 2.7 which is EOLed upstream
2020-12-31 chinese/sunpinyin: Uses Python 2.7 which is EOLed upstream
2020-12-31 databases/arangodb32: Uses Python 2.7 which is EOLed upstream
2020-12-31 databases/arangodb33: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/bzr: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/chromium-gn: Uses deprecated version of python, use devel/gn instead
2020-12-31 devel/electron4: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron5: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron6: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron7: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/gnatpython: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/godot2: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 devel/godot2-tools: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 devel/libhid: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/libosmocore: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/llvm60: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/mongo-cxx-driver: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-06-30 devel/p5-Log-Any-Adapter-Callback: Use devel/p5-Log-Any (Log::Any::Adapter::Capture) instead
2020-12-31 devel/py-backports.functools_lru_cache: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-backports.os: Python 2 is EOL upstream
2020-12-31 devel/py-backports.shutil_get_terminal_size: Python 2 is EOL upstream
2020-12-31 devel/py-backports_abc: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-cheetah: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-dis3: Python 2 only, backport of Python 3
2020-12-31 devel/py-enum34: Will be removed along with python27
2020-12-31 devel/py-functools32: Python 2 only, backport of Python 3
2020-12-31 devel/py-futures: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-more-itertools5: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-pathlib: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-selectors2: Python 2 is EOL upstream
2020-12-31 devel/py-should_dsl: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-singledispatch: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-subprocess32: Python 2 only, following EOL of lang/python27
2020-12-31 devel/py-total-ordering: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/py-typing: Python 2 only, backport of Python 3
2020-12-31 devel/py-weakrefmethod: Python 2 only, backport of Python 3
2020-12-31 devel/rbtools: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/subversion-lts: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/viewvc: Uses Python 2.7 which is EOLed upstream
2020-12-31 dns/py-dns: Uses Python 2.7 which is EOLed upstream
2020-12-31 editors/atom: Uses Python 2.7 which is EOLed upstream
2020-12-31 emulators/fceux: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 emulators/gem5: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 emulators/nonpareil: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/0ad: Uses deprecated version of python
2020-12-31 games/dangerdeep: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/freera: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/glob2: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/marsnomercy: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/netpanzer: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/pingus: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 games/renpy: Uses deprecated version of python
2020-12-31 graphics/goxel: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 graphics/py-pillow6: Uses Python 2.7 which is EOLed upstream
2020-12-31 graphics/sk1libs: Uses Python 2.7 which is EOLed upstream
2020-12-31 graphics/uniconvertor: Uses deprecated version of python
2020-12-31 lang/julia10: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/pypy: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/pypy3: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey185: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey24: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey52: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey60: Requires python2 to build
2020-12-31 lang/tolua++: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 mail/getmail: Uses deprecated version of python
2020-12-31 math/gringo: Uses Python 2.7 which is EOLed upstream
2020-12-31 multimedia/ffmpeg2theora: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 multimedia/mimms: Uses Python 2.7 which is EOLed upstream
2020-12-31 net/py-ipaddress: Uses Python 2.7 which is EOLed upstream
2020-12-31 net-p2p/linuxdcpp: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 security/broccoli: Depends lang/python27 which is EOLed upstream
2020-12-31 security/orthrus: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 security/py-backports.ssl_match_hostname: Uses Python 2.7 which is EOLed upstream
2020-12-31 security/sandsifter: Uses deprecated version of python, see https://github.com/rigred/sandsifter/issues/10
2020-12-31 sysutils/cinnamon-control-center: Uses Python 2.7 which is EOLed upstream
2020-12-31 sysutils/ori: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 sysutils/osquery: Uses Python 2.7 which is EOLed upstream
2020-12-31 sysutils/py-shutilwhich: Python 2 only, backport of Python 3
2020-12-31 sysutils/uefi-edk2-bhyve-csm: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/cliqz: Uses deprecated version of python
2020-12-31 www/iridium: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/moinmoin: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/node10: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/node12: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-OhlohWidgetsMacro: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-TracGoogleAnalytics: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-accountmanager: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-advancedticketworkflow: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-autocomplete: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-ccselector: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-customfieldadmin: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-datefield: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-defaultcc: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-devel: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-discussion: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-downloads: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-email2trac: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-email2trac-postfix: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-estimator: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-fivestarvote: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-fullblog: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-fullblognotification: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-graphviz: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-iniadmin: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-keywords: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-keywordsecretticket: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-ldap: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-ldapauthstore: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-math: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-mercurial: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-navadd: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-permredirect: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-privatetickets: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-pydotorgtheme: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-scrumburndown: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-spam-filter: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-subtickets: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-tags: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-themeengine: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-ticketimport: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-tickettemplate: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-timingandestimation: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-tocmacro: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-tweakui: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-vote: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wikigoodies: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wikinotification: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wikitemplates: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wikitopdf: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-wysiwyg: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-xmlrpc: Uses Python 2.7 which is EOLed upstream
2021-01-01 00:57:23 +00:00
Juraj Lutter
8c0798bc29 dns/yadifa: update to 2.4.1
* YADIFA 2.4.1-public:
  - Fixes an issue in dnscore where a DNS TCP query would not return the real
    DNS error code.
  - Fixes an issue that could happen when a network model isn't supported.
  - Fixes the propagation of sendmmsg/recvmmsg function availability detection.
  - Fixes an issue where yadifad would issue a warning when a key with
    algorithm > 7 is used with an NSEC zone.
  - Fixes an issue that will occur on a chrooted environment where a
    managed-path would be used incorrectly.
  - Fixes CNAME answers not following the aliases chain.
  - Fixes CNAME recursion not returning the same answer as named in NXDOMAIN
    cases (reported by https://github.com/SivaKesava1, see
    https://github.com/yadifa/yadifa/issues/11)
  - Adds patch for musl support
  - Adds stack size fix for musl support (the default size is way too small)
  - Now imports a custom version of stdatomic.h for systems where it is
    missing, located in dnscore/thirdpary/stdatomic.h. Made for CentOS 7 and
    any other release where that file is missing. The import is only active if
    strictly needed and will only be visible during the build. At the moment,
    it is not being installed with the other headers.

* YAKEYROLLD 2.4.1:
  - Fixes the handling of incomplete TCP queries.
  - Fixes a possible race-condition when initialising the keyroll context error
    codes.
  - The keyroll now has another automatic recovery layer where it completely
    restarts the handling of a domain, generating a one-step update to put the
    zone in the expected state.

Full changelog at https://github.com/yadifa/yadifa/blob/master/ChangeLog

And while here, reformat Makefile according to portfmt and portclippy

PR:		252107
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D27808
2020-12-31 18:04:11 +00:00
Kurt Jaeger
b6e0698282 dns/knot3: update 3.0.0 -> 3.0.3
PR:		250485
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-dns.cz/2020-12-15-version-303.html
		https://www.knot-dns.cz/2020-11-11-version-302.html
		https://www.knot-dns.cz/2020-10-10-version-301.html
2020-12-29 12:22:02 +00:00
Antoine Brodin
aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Bernhard Froehlich
18613c0e2f dns/dnscontrol: Update to 3.5.1 2020-12-26 19:32:32 +00:00
Kai Knoblich
9cb5898561 Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme.  This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".

The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.

Remedy the issue by adding wildcards to these paths.  This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.

[1] https://bugs.python.org/issue42604

PR:		252057
Reported by:	John Kennedy
Reviewed by:	fluffy, koobs
Approved by:	koobs (python)
2020-12-24 13:46:01 +00:00
Juraj Lutter
cecdb5fd3c dns/powerdns: Update to 4.4.0
* This release drops GSS/TSIG support, please see
  PowerDNS Security Advisory 2020-06.

* New features:
  - the LMDB backend now supports long record content, making it production
    ready for everybody
  - the SVCB and HTTPS record types are supported, with limited additional
    processing transaction handling in the 2136 handler and the HTTP API was
    again improved a lot, avoiding various spurious issues users may have
    noticed if they do a lot of changes a new setting (consistent-backends)
    offers a roughly 30% speedup, subject to conditions
  - we finally emit Prometheus metrics!

* Improvements:
  - don’t log trusted-notification-proxy notify at error level
  - Stop using incbin and use od & sed to generate constant string data.

* Bug Fixes:
  - clear the LMDB set state when performing a new lookup or list to prevent
    corruption cases
  - SVCB: Correctly parse and print unknown params
  - fix direct-dnskey in AXFR-out

Please make sure to read the upgrade notes before upgrading:
https://doc.powerdns.com/authoritative/upgrading.html

PR:		251945
Submitted by:	Ralf van der Enden (maintainer)
Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Security:	61d89849-43cb-11eb-aba5-00a09858faf5
Differential Revision:	https://reviews.freebsd.org/D27680
2020-12-24 11:42:34 +00:00
Antoine Brodin
8ca43586e1 pygraphviz is now only compatible with python 3.6+ 2020-12-24 08:57:55 +00:00
Juraj Lutter
9aea5cee46 dns/powerdns-recursor: Update to 4.4.2
- Improvements:
  - Use the non-cryptographic variant of the boost::uuid.
  - Keep a cached, valid entry over a fresher Bogus one.
  - Ensure socket-dir matches runtime directory on old systemd
  - Move to several distinct Bogus states, for easier debugging.
  - Do not chase CNAME during qname minimization step 4.

- Bug Fixes:
  - Untangle the validation/resolving qnames and qtypes.
  - APL records: fix endianness problem.

PR:		251923
Submitted by:	Ralf van der Enden (maintainer)
Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D27679
2020-12-19 14:58:27 +00:00
Tobias C. Berner
ee2d70dd7d Update KDE Frameworks to 5.77.0
December 12, 2020. KDE today announces the release of KDE Frameworks 5.77.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/kde-frameworks-5.77.0/

PR:		251792
Exp-run by:	antoine
2020-12-17 15:41:41 +00:00
Bernard Spil
1656d43b8d dns/unbound: SIGSEGV fix
PR:		251821
Submitted by:	delphij
Approved by:	Jaap Akkerhuis (maintainer)
Obtained from:	https://github.com/NLnetLabs/unbound/issues/376
MFH:		2020Q4
2020-12-17 09:38:40 +00:00
Mathieu Arnold
d68688b84d Update to 9.16.10
Changes: https://downloads.isc.org/isc/bind9/9.16.10/doc/arm/html/notes.html#notes-for-bind-9-16-10
2020-12-16 21:36:35 +00:00
Mathieu Arnold
892754392f Update to 9.11.26.
Changes: https://downloads.isc.org/isc/bind9/9.11.25/RELEASE-NOTES-bind-9.11.25.html
2020-12-16 21:36:27 +00:00
Kurt Jaeger
7a215c4c3f dns/knot2: upgrade to 2.9.8 and add deprecation advice to use knot3.x
PR:		249367
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Reviewed by:	Chris Hutchinson <portmaster@bsdforge.com>
Relnotes:	https://www.knot-dns.cz/2020-10-09-version-297.html
		https://www.knot-dns.cz/2020-12-14-version-298.html
2020-12-15 18:40:18 +00:00