aboutsummaryrefslogtreecommitdiff
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Revert "dns/knock: Mark DEPRECATED"Jason E. Hale2023-10-291-3/+0
| | | | | | | This reverts commit c498dfb3b88bfc3bf230fa220ae63e759a968b65. devel/py-qt5-pyqt is no longer marked DEPRECATED. This port does not require python bindings for www/qt5-webkit.
* dns/c-ares: Update to 1.21.0Daniel Engberg2023-10-293-5/+5
| | | | | | | | Changelog: https://c-ares.org/changelog.html#1_21_0 PR: 274759 Reviewed by: zi (maintainer) Sponsored by: Blinkinblox
* dns/dnsdist: update to 1.8.2Dave Cottlehuber2023-10-282-4/+4
| | | | | | | | | https://dnsdist.org/changelog.html#change-1.8.2 This release fixes the HTTP2 rapid reset attack, and requires the updated libh2o fix. Security: CVE-2023-44487
* dns/knock: Mark DEPRECATEDMuhammad Moinur Rahman2023-10-281-0/+3
| | | | | | | - Depends on deprecated devel/py-qt5-pyqt - Set EXPIRATION_DATE 2023-11-28 Approved by: portmgr (blanket)
* dns/py-dnspython: Fix installationTorsten Schneider2023-10-271-2/+3
| | | | | | | | | | | | - When git is installed and ports tree is used files are not properly installed. [1] - TRIO_DESC is very short and do not explain the real reason of the OPTION hence update the DESC in details. [2] - There was a typo in the IDNA_DESC which is fixed. [3] PR: 272932 [1], 274416 [2], 272624 [3] Reported by: fbsd-bug@tschneider.org [1], dewayne@heuristicsystems.com.au [2]
* dns/yadifa: Update to 2.6.5Leo Vandewoestijne2023-10-273-8/+9
| | | | | ChangeLog: https://www.yadifa.eu/sites/default/files/README_2.6.5.txt PR: 274210
* dns/knot3: update to 3.3.2Leo Vandewoestijne2023-10-272-4/+4
| | | | | | Changelog: https://www.knot-dns.cz/2023-10-20-version-332.html PR: 274691
* dns/libasr[-devel]: remove upstream' unmaintained ports (+)Dima Panov2023-10-2511-119/+0
| | | | | | | | | | | libasr will be maintained only as part of OpenSMTPD. The current port has known security fixes that were addressed in the bundled copy of OpenSMTPD but not in the libasr-portable. The libasr-portable repository on github will be archived soon. PR: 272048
* dns/dnstable: Upgrade to 0.13.2Don Lewis2023-10-253-6/+6
| | | | | | | | | | | | 0.13.2: * Fix bug handling short rdata entry keys in IPv6 range queries. * Efficiency improvements in string handling code and IP range queries. * Fix use of buggy base32 decoding from wdns in rrtype bitmap test program. MFH: 2023Q4
* lang/rust: Bump revisions after 1.73.0Mikael Urankar2023-10-243-3/+3
| | | | PR: 274499
* dns/dnscontrol: Update to 4.6.0Bernhard Froehlich2023-10-232-7/+7
|
* dns/godns: New port: Dynamic DNS (DDNS) client with notification supportDaniel Engberg2023-10-229-0/+248
| | | | | | | | Yet another client but with support for sending notifications over multiple services such as Email, Telegram, Slack, Discord, Pushover and additional ways such as webhooks. Website: https://github.com/TimothyYe/godns
* dns/py-dns-lexicon: Update to 3.16.0Po-Chuan Hsieh2023-10-162-4/+4
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* security/openssl: Update BROKEN in ports referring to openssl3*Bernard Spil2023-10-151-1/+1
| | | | | | * via FreeBSD 14 stanza Reported by: bofh
* dns/unbound: Fix loop when ENOBUFS is returnedCy Schubert2023-10-132-0/+160
| | | | | | | | | | - Fix send of udp retries when ENOBUFS is returned. It stops looping and also waits for the condition to go away. Reported to upstream by Florian Obser. PR: 274352, 274446 Approved by: jaap@NLnetLabs.nl (maintainer) MFH: 2023Q4
* dns/c-ares: Update to 1.20.1Ryan Steinmetz2023-10-113-7/+5
| | | | | PR: 274349 Submitted by: Daniel Engberg <diizzy@FreeBSD.org>
* dns/powerdns: update to 4.8.3Ralf van der Enden2023-10-112-5/+4
| | | | | | | | Changelog: https://doc.powerdns.com/authoritative/changelog/4.8.html#change-4.8.3 Upgrade guide: https://doc.powerdns.com/authoritative/upgrading.html#any-version-to-4-8-x (nothing new going from 4.8.2 to 4.8.3) PR: 274369
* dns/dnsx: Update to 1.1.5Gabriel M. Dutra2023-10-112-7/+6
| | | | | | ChangeLog: https://github.com/projectdiscovery/dnsx/releases/tag/v1.1.5 PR: 274364
* dns/libasr-devel: Remove unneeded CA_BUNDLE option.Dag-Erling Smørgrav2023-10-061-9/+1
| | | | | | MFH: 2023Q4 Approved by: fluffy Differential Revision: https://reviews.freebsd.org/D42073
* dns/py-dns-lexicon: Update to 3.15.0Po-Chuan Hsieh2023-10-052-6/+12
| | | | Changes: https://github.com/AnalogJ/lexicon/releases
* dns/py-dns-crawler: Update to 1.5.8Po-Chuan Hsieh2023-10-054-56/+53
| | | | Changes: https://gitlab.nic.cz/adam/dns-crawler/-/blob/master/CHANGELOG.md
* dns/pear-Net_DNS2: Update to 1.5.4Po-Chuan Hsieh2023-10-052-4/+4
| | | | Changes: https://github.com/mikepultz/netdns2/releases
* dns/public_suffix_list: Update to 20231001Po-Chuan Hsieh2023-10-058-11/+11
| | | | | | - Bump PORTREVISION of dependent ports for package change Changes: https://github.com/publicsuffix/list/commits/master
* *: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}Po-Chuan Hsieh2023-09-294-7/+7
| | | | | | | | | | - Introduce USE_PYTHON=cryptography{,_build,_test} - Switch all 96 ports from USES=pycryptography to with USE_PYTHON=cryptography{,_build,_test} - Remove Mk/Uses/pycryptography.mk PR: 273727 Approved by: tcberner (portmgr) Exp-run by: antoine
* dns/dnscontrol: Update to 4.4.1Bernhard Froehlich2023-09-282-7/+6
|
* devel/boost*: bump all consumers after 1.83.0Dima Panov2023-09-272-0/+2
|
* dns/void-zones-tools: fix unbound-killing bugVidar Karlsen2023-09-244-74/+14
| | | | | | | | | | | | | | | | | | | | | | | void-zones-tools downloads a set of pre-defined lists of undesirable domains and creates "voided" dns zones for Unbound, blocking access to these domains via dns. One of the default lists is no longer maintained, and was removed from the upstream code. However, there hasn't been released a new version after the change was made, thus the port has not been updated. This has not been a problem up until now because the update script has been downloading an empty file, essentially a no-op in the zone creation/loading, but at some point today it started serving a domain parking page, and the HTML of that page is being dumped into the dns zone file resulting in parse errors and Unbound cannot start. While waiting for upstream to tag a new version, I changed the port to track the latest GitHub commit. This fixes the issue for now. PR: 274027 Upstream issue: https://github.com/cyclaero/void-zones-tools/issues/12 Reported by: Robert William Vesterman <bob@vesterman.com> MFH: 2023Q3
* dns/nextdns: Update to 1.40.1Olivier Cochard2023-09-222-5/+4
| | | | | | Changelog: https://github.com/nextdns/nextdns/releases/tag/v1.40.1 Approved by: rs@nextdns.io (maintainer)
* dns/rubygem-google-apis-dns_v1: Update to 0.34.0Po-Chuan Hsieh2023-09-222-4/+4
| | | | Changes: https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-dns_v1/CHANGELOG.md
* dns/p5-Net-DNS-SEC: Update to 1.22Po-Chuan Hsieh2023-09-222-4/+4
| | | | Changes: https://metacpan.org/dist/Net-DNS-SEC/changes
* dns/bind918: update to 9.18.19Mathieu Arnold2023-09-205-26/+26
| | | | Security: -2023-3341, CVE-2023-4236
* dns/bind916: update to 9.16.44Mathieu Arnold2023-09-202-4/+4
| | | | Security: CVE-2023-3341, CVE-2023-4236
* dns/tinystats: Remove expired portMuhammad Moinur Rahman2023-09-204-49/+0
| | | | 2023-09-18 dns/tinystats: djbdns got removed, port is no longer required
* dns/knot3: upgrade to 3.3.1Leo Vandewoestijne2023-09-192-4/+4
| | | | | | | ChangeLog: https://gitlab.nic.cz/knot/knot-dns/raw/v3.2.10/NEWS PR: 273927 Reported by: freebsd@dns.company (maintainer)
* KDE: Update KDE Frameworks to 5.110Tobias C. Berner2023-09-181-3/+3
| | | | | | | | | | | | | | | | | | | Saturday, 9 September 2023 KDE today announces the release of KDE Frameworks 5.110.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.110.0/ Exp-run by: antoine PR: 273695
* dns/bind918: fails to build with MANPAGES=off if sphinx is installedMichael Osipov2023-09-151-0/+4
| | | | | | PR: 272995 Approved by: maintainer timeout (mat) Reviewed by: meta
* dns/subfinder: update 2.6.2 → 2.6.3Yuri Victorovich2023-09-132-7/+6
| | | | Reported by: portscout
* dns/powerdns: update to 4.8.2Ralf van der Enden2023-09-122-4/+4
| | | | | | | | | | | | In Authoritative Server 4.8, the LMDB backend gains a new Lightning Stream-compatible schema, which requires a data migration (this is automatic, and there is no migration back to the old schema). LMDB backend users should pay extra attention to the Upgrade Notes at https://doc.powerdns.com/authoritative/upgrading.html. Changelog: https://blog.powerdns.com/2023/09/07/authoritative-server-4-8-2 PR: 273709
* dns/dnsdist: update to 1.8.1Ralf van der Enden2023-09-122-5/+4
| | | | | | Changelog: https://blog.powerdns.com/powerdns-dnsdist-1.8.1-released PR: 273708
* dns/amass: update 4.1.0 → 4.2.0Yuri Victorovich2023-09-112-7/+6
| | | | Reported by: portscout
* devel/re2: Update to 20230801Po-Chuan Hsieh2023-09-111-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/google/re2/releases
* dns/public_suffix_list: Update to 20230827Po-Chuan Hsieh2023-09-118-11/+11
| | | | | | - Bump PORTREVISION of dependent ports for package change Changes: https://github.com/publicsuffix/list/commits/master
* Returning all my ports to the pool.Alexandre C. Guimarães2023-09-102-2/+2
| | | | - Unfortunately I have no time to maintain them anymore.
* net/nmsg: 1.1.0Don Lewis2023-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.1.0: * Multiple performance improvements to JSON formatting. * Multiple performance and concurrency improvements in nmsg_io loop. * Add new dnsobs message type for raw passive DNS observations. * Format DNS messages as JSON in base:dnsqr, base:dnstap, and base:dnsobs. * Format base:encode payload in human readable form in JSON output. * Replace yajl with json-c for JSON parsing. * nmsgtool: exit with nonzero status when interrupted by signal. * Correct container size calculation when sequencing. * Address doxygen deprecations. Build fails with JSON_C option turned off, mark BROKEN. Reported upstream. Bump PORTREVISION of dependent ports MFH: 2023Q3 Sponsored by: DomainTools LLC
* dns/wdns: upgrade to version 0.12.0Don Lewis2023-09-105-7/+7
| | | | | | | | | | | | | | | | | | | 0.12.0: * Add EDNS output to wdns_message_to_str(). * Fix memory leak triggered by multiple OPT records in messages. * Fixes multiple bugs in base32 encoding, NSEC bitmap parsing, and HTTPS svcparam parsing. * Fix out of bounds memory write in wdns_str_to_name. * Fix handling of no address for client subnets. Bump PORTREVISION of dependent ports. MFH: 2023Q3 Sponsored by: DomainTools LLC
* all: Bump PORTREVISION after lang/go* updateDmitri Goutnik2023-09-0814-9/+14
|
* lang/rust: Bump revisions after 1.72.0Mikael Urankar2023-09-083-3/+3
| | | | PR: 273331
* dns/idnkit: try to unbreak the port's build on fresh -CURRENT.Alexey Dokuchaev2023-09-072-13/+62
|
* dns/p5-Net-DNS: Update to 1.40Po-Chuan Hsieh2023-09-042-4/+4
| | | | Changes: https://metacpan.org/dist/Net-DNS/changes
* dns/rubygem-google-apis-dns_v1: Update to 0.33.0Po-Chuan Hsieh2023-09-042-4/+4
| | | | Changes: https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-dns_v1/CHANGELOG.md