1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

6093 Commits

Author SHA1 Message Date
Tobias Kortkamp
ce1af7fdc2
*: apply refactor.remove-consecutive-empty-lines
Submitted by:	portedit
2021-10-19 10:36:47 +02:00
Stefan Eßer
a84ecabed8 dns/openresolv: Add CPE information
Approved by:	portmgr (blanket)
2021-10-18 21:25:54 +02:00
Stefan Eßer
3a7947d203 dns/libmicrodns: Add CPE information
Approved by:	portmgr (blanket)
2021-10-18 21:25:54 +02:00
Stefan Eßer
315ad0ab71 dns/kadnode: Add CPE information
Approved by:	portmgr (blanket)
2021-10-18 21:25:54 +02:00
Stefan Eßer
f4fedcdd7e dns/hesiod: Add CPE information
Approved by:	portmgr (blanket)
2021-10-18 21:25:54 +02:00
Jaap Akkerhuis
0dc3b20833 dns/opendnssec2: Update to 2.1.10
* Pet portclippy
* Reformat Makefile with portfmt

ReleaseNotes:	https://www.opendnssec.org/2021/09/opendnssec-2-1-10/
PR:		258631
Approved by:	ygy (mentor)
Differential Revision:	https://reviews.freebsd.org/D32536
2021-10-18 16:13:48 +09:00
Vinícius Zavam
4aa7636dd6
dns/dnscrypt-proxy2: update 2.0.45 to 2.1.1
* https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.1
  * https://github.com/DNSCrypt/dnscrypt-proxy/compare/2.0.45...2.1.1
2021-10-17 13:08:22 +00:00
Felix Hanley
e99a116c63 dns/encrypted-dns-server: Update to 0.9.1
* Pet portclippy
* Reformat Makefile with portfmt

Changes:	https://github.com/DNSCrypt/encrypted-dns-server/commits/0.9.1
PR:		259060
Approved by:	ygy (mentor)
Differential Revision:	https://reviews.freebsd.org/D32532
2021-10-17 20:11:13 +09:00
Tobias C. Berner
c1f36e0f27 KDE: Update KDE Frameworks to 5.87.0
Saturday, 09 Ocotber 2021

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

Exp-run by:	antoine
PR:		259032
2021-10-17 09:25:06 +02:00
Jimmy Olgeni
4460cf727a *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
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