Commit Graph

6083 Commits

Author SHA1 Message Date
Yuri Victorovich
8bdb23931d dns/subfinder: Update 2.4.8 -> 2.4.9
Reported by:	portscout
2021-10-15 08:50:23 -07:00
Don Lewis
260f3661d8 dns/dnstable-convert: Upgrade to version 0.11.0
dnstable-convert 0.11.0:

  * Add new tool dnstable_unconvert which converts the RRSET entries of
    a dnstable file to the equivalent NMSG format.

  * Add SVCB and HTTPS records indexing support, based upon
    draft-ietf-dnsop-svcb-https-07. Note that the hostname portion in
    the RDATA is downcased in the sliced encoding and reversed name
    entry.

  * Put CDS, CDNSKEY, and TA resource record types into dnssec.*
    output files. To duplicate these three DNSSEC types to the dns.*
    output files for compatibility, use the new dnstable_convert -D
    option.

  * Put RRtype in the currently empty value portion of RRSET_NAME_FWD
    and RDATA_NAME_REV indexes if it's in range (1 to 65535). Use an
    8-bit integer if it is less than 256, else uses a 16-bit little
    endian integer.

  * Generate ENTRY_TYPE_TIME_RANGE and ENTRY_TYPE_VERSION metadata
    entries in output dnstable files.

  * The versions of the following entries are:

    ENTRY_TYPE_RRSET = 0
    // Initial version.

    ENTRY_TYPE_RRSET_NAME_FWD = 1
    // Add rrtype union as value.

    ENTRY_TYPE_RDATA = 1
    // Fix the SRV slicing and add SVCB/HTTPS sliced entries.

    ENTRY_TYPE_RDATA_NAME_REV = 1
    // Add SOA, SVCB, and HTTPS name indexing; add rrtype union
    // as value.

  * dnstable_convert: use input file - (dash) for standard input
    (stdin).

  * dnstable_convert: add -c compression option to set type of
    compression used. This defaults to zlib.

  * dnstable_convert: add -l compression option to set compression
    level.

  * dnstable_convert: add -m option to specify maximum megabytes of
    memory to use for in-memory sorting. It defaults to 2048 MB.

  * Various changes to the status output from dnstable_convert when it
    runs.

  * Documentation and testing improvements.

Sponsored by:	Farsight Security, Inc.
2021-10-14 21:46:59 -07:00
Don Lewis
3555695ec1 dns/dnstable: upgrade to version 1.2.0
dnstable 1.2.0:

  * Implement indexing using RRtypes for ENTRY_TYPE_RRSET_NAME_FWD and
    ENTRY_TYPE_RDATA_NAME_REV entries. This uses RFC6840 RRtype bitmaps
    as the primary data structure.

  * Added support for dnstable entries encoding version information and
    time metadata.

  * The version entries, time metadata, and rrtype index information are
    generated by an updated dnstable-convert. Files generated by the old
    dnstable-convert will be processed as they were with the previous
    dnstable versions i.e., the new entry types and rrset index
    information will be absent.

  * Add -R flag to dnstable_dump and dnstable_lookup to add raw rdata
    representation to outputs.

  * Add long options to dnstable_dump to fix bug in not accepting some
    options properly.

  * Fix dnstable_lookup usage output.

  * Refactor time formatters and fix compiler warnings.

  * Ignore entries which fail decoding for use with legacy empty data.

  * Miscellaneous documentation improvements.

Sponsored by:	Farsight Security, Inc.
2021-10-14 21:44:14 -07:00
Po-Chuan Hsieh
e2f0472552 dns/py-dns-lexicon: Update to 3.8.0
Changes:	https://github.com/AnalogJ/lexicon/releases
2021-10-14 03:13:59 +08:00
Po-Chuan Hsieh
ab67ea7a0f dns/p5-Net-DNS-SEC: Update to 1.19
- Add LICENSE_FILE

Changes:	https://metacpan.org/dist/Net-DNS-SEC/changes
2021-10-14 03:13:11 +08:00
Po-Chuan Hsieh
b6b619fc4a dns/public_suffix_list: Update to 20210929
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
2021-10-14 03:12:09 +08:00
Ralf van der Enden
de7aecf7da dns/powerdns-recursor: update to 4.5.6
ChangeLog:
https://blog.powerdns.com/2021/10/11/powerdns-recursor-4-5-6-released/

PR:		259128
2021-10-13 10:12:49 +01:00
Leo Vandewoestijne
ec07fc5b07 dns/yadifa: update to 2.5.2
Changes: https://www.yadifa.eu/sites/default/files/README_2.5.2.txt

PR:	259074
2021-10-12 09:36:16 -07:00
Jaap Akkerhuis
895532dbe8 dns/nsd: Update to 4.3.8
Changes: https://www.nlnetlabs.nl/news/2021/Oct/12/nsd-4.3.8-released/

PR:	259098
2021-10-12 09:32:54 -07:00
Tobias Kortkamp
ae22a7846a *: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-10-12 17:01:38 +02:00
Ryan Steinmetz
8acf98a320 dns/dns-ui: Update to v0.2.7 2021-10-11 11:47:19 -04:00
Mathieu Arnold
be72428b1c dns/bind9-devel: update to latest commit 2021-10-11 17:09:43 +02:00
Xin LI
b894b7b05e dns/ldapdns: Fix build with OpenLDAP 2.5
PR:		ports/258899
Approved by:	Chris Hutchinson (maintainer)
2021-10-10 10:14:13 -07:00
Leo Vandewoestijne
f2f37b7917 dns/yadifa: Update to 2.5.1
ChangeLog:	https://github.com/yadifa/yadifa/blob/v2.5.1/ChangeLog
PR:		258778
Approved by:	ygy (mentor)
Differential Revision:	https://reviews.freebsd.org/D32365
2021-10-09 03:04:57 +09:00
Yuri Victorovich
c9910f201c dns/coredns: Install man pages
PR:		259002
Reported by:	Rob LA LAU <freebsd@ohreally.nl>
2021-10-08 10:20:26 -07:00
Bernhard Froehlich
6a349b55e3 dns/dnstracer: Add CPE information
Approved by:    portmgr (blanket)
2021-10-08 11:05:30 +00:00
Bernhard Froehlich
2f47e58899 dns/adns: Add CPE information
Approved by:    portmgr (blanket)
2021-10-08 09:03:12 +00:00
Yuri Victorovich
f2f85e2e1f dns/coredns: Update 1.8.5 -> 1.8.6
Reported by:	portscout
2021-10-08 01:43:42 -07:00
Bernhard Froehlich
29a56aa2eb */*: Add CPE information for horde ports
Approved by:	portmgr (blanket)
2021-10-08 07:09:48 +00:00
Jason Helfman
46ce9a1b7f dns/py-namebench: chase r559531, mark broken
PR:	256826 (based on)
Reported by:	tech-lists@zyxst.net
2021-10-07 15:59:12 -05:00
Yuri Victorovich
38f9a4a24d dns/amass: Update 3.14.0 -> 3.14.1
Reported by:	portscout
2021-10-07 11:43:15 -07:00
Kurt Jaeger
bfcb458976 dns/dnsjit: New port: Engine for capturing, parsing and replaying DNS
dnsjit is a combination of parts taken from dsc, dnscap, drool, and
put together around Lua to create a script-based engine for easy
capturing, parsing and statistics gathering of DNS messages while
also providing facilities for replaying DNS traffic.

WWW: https://github.com/DNS-OARC/dnsjit

Originally submitted by pi, updated by Leo Vandewoestijne and I made
some minor fixes on top of Leo's patch

PR:		235461
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32268
2021-10-04 23:43:54 +02:00
Yuri Victorovich
f1c12acf11 dns/amass: Update 3.13.4 -> 3.14.0
Reported by:	portscout
2021-10-02 10:53:57 -07:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Mathieu Arnold
0a3c220a10 dns/bind9-devel: update to latest commit 2021-09-27 15:14:39 +02:00
Mathieu Arnold
fccfb7d497 dns/bind916: update to 9.16.21
Changes:	https://downloads.isc.org/isc/bind9/9.16.21/doc/arm/html/notes.html#notes-for-bind-9-16-21
2021-09-27 15:14:35 +02:00
Yuri Victorovich
7ce0336ca4 dns/coredns: Update 1.8.4 -> 1.8.5
Reported by:	portscout
2021-09-26 01:54:09 -07:00
Po-Chuan Hsieh
2b0c881dbe dns/p5-Data-Validate-Domain: Update to 0.15
Changes:	https://metacpan.org/dist/Data-Validate-Domain/changes
2021-09-22 06:23:53 +08:00
Po-Chuan Hsieh
277e1cc108 dns/py-dns-lexicon: Add OCI option 2021-09-22 06:23:35 +08:00
Bernhard Froehlich
69ad041fa2 dns/maradns: Add CPE information
Approved by:    portmgr (blanket)
2021-09-21 12:57:42 +00:00
Bernhard Froehlich
ec35828e8e dns/mDNSResponder_nss: Add CPE information
Approved by:    portmgr (blanket)
2021-09-21 12:57:34 +00:00
Po-Chuan Hsieh
2ea95965f8 dns/rubygem-google-apis-dns_v1: Update to 0.14.0
Changes:	https://github.com/googleapis/google-api-ruby-client/releases
		https://github.com/googleapis/google-api-ruby-client/blob/master/generated/google-apis-dns_v1/CHANGELOG.md
2021-09-21 11:47:04 +08:00
Po-Chuan Hsieh
e8d1077791 dns/py-publicsuffixlist: Update to 0.7.9
Changes:	https://github.com/ko-zu/psl/commits/master
2021-09-21 11:44:46 +08:00
Po-Chuan Hsieh
8cd6194309 dns/py-dns-lexicon: Update to 3.7.0
Changes:	https://github.com/AnalogJ/lexicon/releases
2021-09-21 11:44:46 +08:00
Po-Chuan Hsieh
4a0215f900 dns/p5-Mozilla-PublicSuffix: Update to 1.0.5
Changes:	https://metacpan.org/dist/Mozilla-PublicSuffix/changes
2021-09-21 11:44:08 +08:00
Po-Chuan Hsieh
0aac7ccc2e dns/public_suffix_list: Update to 20210831
- Bump PORTREVISION of dependent ports for package change

Changes:	https://github.com/publicsuffix/list/commits/master
2021-09-21 11:35:14 +08:00
Mathieu Arnold
38503ed87f dns/doh-proxy: update to 0.9.2 2021-09-20 19:23:28 +02:00
Mathieu Arnold
4a91cc902b dns/bind9-devel: update to latest commit 2021-09-20 19:23:23 +02:00
Ralf van der Enden
ca1e7a1c46 dns/dnsdist: Update to 1.6.1
Changelog:	https://dnsdist.org/changelog.html#change-1.6.1

PR:		258603
2021-09-19 15:51:40 -04:00
Tobias Kortkamp
7059b43727 *: Rebuild lang/rust consumers after the 1.55.0 update 2021-09-19 11:03:23 +02:00
Po-Chuan Hsieh
169a4dfea0 dns/pear-Net_DNS2: Update COMMENT and pkg-descr 2021-09-19 14:00:07 +08:00
Don Lewis
05a46907db net/nmsg: upgrade to version 1.0.0
The network encapsulation library, nmsg, version 1.0.0 is released.
  This release deprecates Crossroads I/O (libxs) support in favor of
  ZeroMQ (libzmq). Note command-line updates enabling ZeroMQ socket
  connections for nmsgtool, as described in its man page. In addition
  the treatment of unknown rrtypes was amended for nmsgtool JSON
  output. In detail:

    Replace libXS with ZeroMQ and associated calls.

    Developer API functions nmsg_input_open_xs(),
    nmsg_input_open_xs_endpoint(), nmsg_io_add_input_xs_channel(),
    nmsg_output_open_xs(), and nmsg_output_open_xs_endpoint() are
    deprecated and replaced with respectively: nmsg_input_open_zmq(),
    nmsg_input_open_zmq_endpoint(), nmsg_io_add_input_zmq_channel(),
    nmsg_output_open_zmq(), and nmsg_output_open_zmq_endpoint().

    Update nmsgtool command-line options: --readzchan replaces --readzsock,
    --writezsock replaces --writexsock, --readzsock replaces --readxsock.

    Change format of unknown rrtypes in nmsgtool JSON output to "TYPE"
    followed by number.

Expose --without-yajl and --without-libzmq configure flags as port options.

This upgrade changes the libnmsg.so version number, bump PORTREVISION
of the dependent ports.

Sponsored by:	Farsight Security, Inc.
2021-09-17 12:49:43 -07:00
Tobias C. Berner
7871d80c1f KDE: Update KDE Frameworks to 5.86
Saturday, 11 September 2021

KDE today announces the release of KDE Frameworks 5.86.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.

Full announcement:
	https://kde.org/announcements/frameworks/5/5.86.0/

PR:		258426
Exp-run by:	antoine
2021-09-15 16:37:22 +02:00
Leo Vandewoestijne
f05b7d6ac7 dns/knot3: Update to 3.1.2
Changelog:	https://www.knot-dns.cz/2021-09-08-version-312.html

PR:		258495
2021-09-14 09:40:25 -04:00
Bernhard Froehlich
b0b4fa3806 dns/libidn: Add CPE information
Approved by:	portmgr (blanket)
2021-09-10 21:17:23 +00:00
Matthias Andree
d8ba06237d dns/dnsmasq: update to v2.86, ignore dnsmasq-devel
Changelog:
https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=v2.86
2021-09-09 17:48:31 +02:00
Ryan Steinmetz
81cc07eea7 dns/c-ares: Add MASTER_SITE 2021-09-09 11:04:45 -04:00
Tobias Kortkamp
905b1bd86f Uses/cargo: Try to load Makefile.crates
Some ports stash the `make cargo-crates` output there which might as
well be supported by USES=cargo.
2021-09-07 10:04:09 +02:00
Philip Paeps
47c174e69a dns/gdnsd3: fix reload/restart/stats rc commands
Use the absolute path to gdnsdctl.

Approved by:	zi (maintainer)
2021-09-03 20:20:10 +08:00
Bernhard Froehlich
72dc97fa93 dns/samba-nsupdate: Fix CPE information
Approved by:    portmgr (blanket)
2021-09-03 06:17:29 +00:00