summaryrefslogtreecommitdiff
path: root/dns
AgeCommit message (Collapse)Author
2023-06-30dns/ares: Remove expired portMuhammad Moinur Rahman
2023-06-30 dns/ares: Deprecated upstream as of March 12, 2023 Approved by: portmgr (blanket)
2023-06-30dns/mydns: Remove expired portMuhammad Moinur Rahman
2023-06-30 dns/mydns: Abandonware, last release in 2006. Consider migrating to dns/powerdns Approved by: portmgr (blanket)
2023-06-30dns/mydns-ng: Remove expired portMuhammad Moinur Rahman
2023-06-30 dns/mydns-ng: Abandonware, last release in 2010. Consider migrating to dns/powerdns Approved by: portmgr (blanket)
2023-06-30dns/libdjbdns: Remove expired portMuhammad Moinur Rahman
2023-06-30 dns/libdjbdns: No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years Approved by: portmgr (blanket)
2023-06-30dns/djbdns: Remove expired portMuhammad Moinur Rahman
2023-06-30 dns/djbdns: No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years Approved by: portmgr (blanket)
2023-06-30dns/djbdns-tools: Remove expired portMuhammad Moinur Rahman
2023-06-30 dns/djbdns-tools: No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years Approved by: portmgr (blanket)
2023-06-29KDE: Update KDE Frameworks to 5.107Tobias C. Berner
Saturday, 10 June 2023 KDE today announces the release of KDE Frameworks 5.107.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: 272099 Exp-run by: antoine
2023-06-29dns/powerdns: fix build on 14.0-CURRENT (+ OpenSSL 3.0.9)Ralf van der Enden
This fixes the way OpenSSL is detected (it now uses a non-deprecated function), which is not available anymore on 14.0-CURRENT. Doesn't change anything for previous versions of FreeBSD. PR: 272231 Reported by: tremere@cainites.net (maintainer)
2023-06-29dns/powerdns-recursor: fix build on 14.0-CURRENT (+ OpenSSL 3.0.9)Ralf van der Enden
This fixes the way OpenSSL is detected (it now uses a non-deprecated function), which is not available anymore on 14.0-CURRENT. Doesn't change anything for previous versions of FreeBSD. PR: 272232 Reported by: tremere@cainites.net (maintainer)
2023-06-29dns/opendnssec2: Update t0 2.1.7Jaap Akkerhuis
ChangeLog: https://www.opendnssec.org/2023/06/opendnssec-2-1-13/ This release fixes a bug that affects both signer and enforcer command line handling. Under heavy usage of the command line there was a small change for a crash. Furthermore there is a small behavioural change for users of the "keep" policy. The back-off for retrying a sign task change is now equal to the resign period in case the input file isn't available or updated. This because users nearly always will emit an external sign command for this period. This will reduce logging errors. PR: 272254 Reported by: jaap@NLnetLabs.nl (maintainer)
2023-06-28dns/dnstable-convert: Upgrade to 0.12.0Don Lewis
* dnstable_convert: add -p option to not remove generated mtbl file with no records. * dnstable_convert: additional logging at startup and exit. * dnstable_convert: increase file descriptor resource limit at startup. * dnstable_unconvert: sort rdata values in "wdns_sort_rrset" order for consistency with other dnstable data sources. The problem fixed by patch-dnstable__convert.c has been fixed upstream. Sponsored by: DomainTools LLC
2023-06-28dns/openresolv: update to 3.13.2Dries Michiels
Changes: https://github.com/NetworkConfiguration/openresolv/releases/tag/v3.13.2
2023-06-27all: remove explicit versions in USES=python for "3.x+"Rene Ladan
The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
2023-06-26dns/mDNSResponder_nss: Convert port as a slave to net/mDNSResponderMatthieu Volat
PR: 256955
2023-06-25*/*: Updating maintainer addressGabriel M. Dutra
PR: 272055 Reported by: nulldutra@proton.me (maintainer)
2023-06-24dns/nsd: Update to 4.7.0Jaap Akkerhuis
ChangeLog: https://www.nlnetlabs.nl/news/2023/Jun/07/nsd-4.7.0-released/ 4.7.0 ================ FEATURES: - Merge #263: Add bash autocompletion script for nsd-control. - Fix #267: Allow unencrypted local operation of nsd-control. - Merge #269 from Fale: Add systemd service unit. - Fix #271: DNSTAP over TCP, with dnstap-ip: "127.0.0.1@3333". - dnstap over TLS, default enabled. Configured with the options dnstap-tls, dnstap-tls-server-name, dnstap-tls-cert-bundle, dnstap-tls-client-key-file and dnstap-tls-client-cert-file. BUG FIXES: - Fix #239: -Wincompatible-pointer-types warning in remote.c. - Fix configure for -Wstrict-prototypes. - Fix #262: Zone(s) not synchronizing properly via TLS. - Fix for #262: More error logging for SSL read failures for zone transfers. - Merge #265: Fix C99 compatibility issue. - Fix #266: Fix build with --without-ssl. - Fix for #267: neater variable definitions. - Fix #270: reserved identifier violation. - Fix to clean more memory on exit of dnstap collector. - Fix dnstap to not check socket path when using IP address. - Fix to compile without ssl with dnstap-tls code. - Dnstap tls code fixes. - Fix include brackets for ssl.h include statements, instead of quotes. - Fix static analyzer warning about nsd_event_method initialization. - Fix #273: Large TXT record breaks AXFR. - Fix ixfr create from adding too many record types. - Fix cirrus script for submit to coverity scan to libtoolize the configure script components config.guess and config.sub. - Fix readme status badge links. - make depend. - Fix for build to run flex and bison before compiling code that needs the headers. - Fix to remove unused whitespace from acx_nlnetlabs.m4 and config.h. - For #279: Note that autoreconf -fi creates the configure script and also the needed auxiliary files, for autoconf 2.69 and 2.71. - Fix unused variable warning in unit test, from clang compile. - Fix #240: Prefix messages originating from verifier. - Fix #275: Drop unnecessary root server checks. PR: 272096 Reported by: jaap@NLnetLabs.nl (maintainer)
2023-06-24dns/knot3: upgrade to 3.2.7Leo Vandewoestijne
ChangeLog: https://www.knot-dns.cz/2023-06-06-version-327.html Features: * knotd: new configuration option for preserving incoming IXFR changeset history (see 'zone.ixfr-by-one') Improvements: * knotd: journal ensures the stored changeset's SOA serials are strictly increasing * knotd: more effective handling of zero KNOT_ZONE_LOAD_TIMEOUT_SEC environment value * knotd, kdig: incoming transfer fails if a message has the TC bit set * knotd, kjournalprint: store or print the timestamp of changeset creation * kxdpgun: load only necessary number of queries (Thanks to Petr Špaček) * kxdpgun: print ratio of sent vs. requested queries (Thanks to Petr Špaček) * kxdpgun: print percentages as floats (Thanks to Petr Špaček) * kjournalprint: ability to print a changeset loop * kjournalprint: added changset serials information to '-z -d' output * packaging: RHEL9 requires libxdp like fedora since RHEL 9.2 * doc: various improvements Bugfixes: * knotd: journal loading can get stuck in a multi-changeset loop * knotd: missing RCU lock when reading zone through the control interface * knotd: server start D-Bus signaling doesn't work well if the zone file is missing, catalog zones are used, or in the async-start mode * knotd: test suite fails on 32bit architectures on musl 1.2 and newer * knotd: failed to process zero-length messages over QUIC * libs: compilation with embedded ngtcp2 fails if there is another ngtcp2 in the path PR: 272088 Reported by: freebsd@dns.company (maintainer)
2023-06-21dns/bind918: update to 9.18.16Mathieu Arnold
Security: CVE-2023-2828, CVE-2023-2911
2023-06-21dns/bind916: update to 9.16.42Mathieu Arnold
Security: CVE-2023-2828, CVE-2023-2911
2023-06-21dns/amass: Update 3.23.2 → 3.23.3Yuri Victorovich
Reported by: portscout
2023-06-18dns/ares: Deprecate and set expiration date to 2023-06-30Daniel Engberg
Deprecated upstream as of Mar 12, 2023 Reference: https://github.com/mit-athena/libares/commits/master PR: 271811 Approved by: zi (maintainer timeout, 2+ weeks)
2023-06-16dns/subfinder: Update 2.5.7 → 2.6.0Yuri Victorovich
Reported by: portscout
2023-06-13dns/c-ares: Update to 1.19.1Daniel Engberg
Changelog: https://github.com/c-ares/c-ares/releases/tag/cares-1_19_1 PR: 271678 Approved by: zi (maintainer timeout, 2+ weeks)
2023-06-09lang/rust: Bump revisions after 1.70.0Mikael Urankar
PR: 271797
2023-06-06dns/powerdns: update to 4.8.0Ralf van der Enden
Maintainer update to PowerDNS Authoritative Server 4.8.0 Changes: https://doc.powerdns.com/authoritative/changelog/4.8.html#change-4.8.0 Upgrade notes: https://doc.powerdns.com/authoritative/upgrading.html PR: 271865
2023-06-06dns/mydns-ng: Deprecate and set expiration date to 2023-06-30Daniel Engberg
Abandonware, last release in 2010. Point users to dns/powerdns as it has a similar feature set PR: 271813 Reviewed by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
2023-06-06dns/mydns: Deprecate and set expiration date to 2023-06-30Daniel Engberg
Abandonware, last release in 2006. Point users to dns/powerdns as it has a similar feature set PR: 271812 Reviewed by: ale (maintainer)
2023-06-06dns/inadyn: fix for pidfile creation on transient /var/run configurationOleksii Samorukov
PR: 266106
2023-06-06dns/p5-POE-Component-Client-DNS-Recursive: Update to 1.14Po-Chuan Hsieh
- Update version requirement of *_DEPENDS Changes: https://metacpan.org/dist/POE-Component-Client-DNS-Recursive/changes
2023-06-06dns/rubygem-google-cloud-dns: Update WWWPo-Chuan Hsieh
2023-06-06dns/p5-Net-DNS-SEC: Update to 1.21Po-Chuan Hsieh
Changes: https://metacpan.org/dist/Net-DNS-SEC/changes
2023-06-06dns/p5-Net-DNS: Update to 1.39Po-Chuan Hsieh
Changes: https://metacpan.org/dist/Net-DNS/changes
2023-06-06dns/public_suffix_list: Update to 20230510Po-Chuan Hsieh
- Bump PORTREVISION of dependent ports for package change Changes: https://github.com/publicsuffix/list/commits/master
2023-06-05dns/inadyn: update to 2.11.0Oleksii Samorukov
ChangeLog: https://github.com/troglobit/inadyn/blob/master/ChangeLog.md
2023-06-04dns/amass: Update 3.22.2 → 3.23.2Yuri Victorovich
Reported by: portscout
2023-06-03dns/validns: Remove expired portRene Ladan
2023-06-03 dns/validns: Last upstream release was 10 years ago and last upstream activity in 2017
2023-05-28dns/rubygem-google-cloud-dns: Update to 0.36.1Po-Chuan Hsieh
Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-dns/CHANGELOG.md
2023-05-28dns/py-publicsuffixlist: Update to 0.10.0.20230506Po-Chuan Hsieh
Changes: https://github.com/ko-zu/psl/commits/master
2023-05-27dns/rubygem-validates_hostname: Update to 1.0.13Po-Chuan Hsieh
Changes: https://github.com/KimNorgaard/validates_hostname/commits/master
2023-05-27dns/py-publicsuffixlist: Update to 0.9.4Po-Chuan Hsieh
Changes: https://github.com/ko-zu/psl/commits/master
2023-05-27dns/p5-Net-DNS: Update to 1.38Po-Chuan Hsieh
Changes: https://metacpan.org/dist/Net-DNS/changes
2023-05-18dns/py-pycares: update to version 4.3.0.Dmitry Sivachenko
2023-05-17KDE: Update KDE Frameworks to 5.106Tobias C. Berner
Saturday, 13 May 2023 KDE today announces the release of KDE Frameworks 5.106.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.106.0/ Exp-run by: antoine PR: 271426
2023-05-15dns/nextdns: Update to 1.39.4Olivier Cochard
While here, fix a bug to correctly remove the RC script. Approved by: rs@nextdns.io (maintainer)
2023-05-14dns/rubygem-gitlab-net-dns: update to 0.9.2Matthias Fechner
Required for gitlab-ce 15.11. Changelog: https://gitlab.com/gitlab-org/ruby/gems/gitlab-net-dns/-/blob/master/CHANGELOG.md#release-092
2023-05-14dns/dnscontrol: Update to 3.31.4Bernhard Froehlich
2023-05-10dns/noip: fix the port's installation instructions (pkg-message)Alexey Dokuchaev
- Do not hardcode the prefix, use appropriate %%-substitutions - Reindent commands and files and convert UTF-8 quotes to ASCII
2023-05-10dns/powerdns: improve installation/upgrade instructions (pkg-message)Alexey Dokuchaev
Fix a typo (mimimum_version -> minimum_version), wrap some very long lines for better readability, add missing Oxford commas, and replace UTF-8 quotes with ASCII ones.
2023-05-08dns/dnsx: Update to 1.1.4Gabriel M. Dutra
Changelog: https://github.com/projectdiscovery/dnsx/releases/tag/v1.1.4 PR: 271304
2023-05-08dns/libpsl: Cosmetic changePo-Chuan Hsieh