Commit graph

5464 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
e92e5ad8bc Bump PORTREVISION for dns/public_suffix_list update 2020-03-28 12:45:41 +00:00
Sunpoet Po-Chuan Hsieh
faf1f552cf Update to 20200322
Changes:	https://github.com/publicsuffix/list/commits/master
2020-03-28 12:45:36 +00:00
Rene Ladan
32cf9e1bf6 Return Neels ports to the pool on his request.
Submitted by:	neelc@neelc.org (former maintainer) via freebsd-ports
2020-03-28 11:26:58 +00:00
Yuri Victorovich
a7bf1fddd2 dns/coredns: Update 1.6.7 -> 1.6.9
Reported by:	portscout
2020-03-26 00:08:25 +00:00
Bryan Drewery
bb1099b12e Bump for GIDs fix in r529135 2020-03-25 22:53:01 +00:00
Don Lewis
e2c0f7e5bc Upgrade dns/dnsdbq to version 2.1.1:
* Fail if -r or -n argument is not 7 bit clean unless new -8 switch given.

  * Various changes that were inadvertently omitted from the 2.1.0 release.

  * Minor fixes.

Sponsored by:	Farsight Security, Inc.
2020-03-25 02:43:21 +00:00
Matthias Andree
d44b399a7c dns/inadyn: Update to 2.6
Note that the UIDs/GIDs were meaning to add 455 as the ID,
but typed 445 in the patch.  I've corrected the IDs to 455.

I've also elided one blank line between the _DEPENDS lines
to please portlint.

Other than that, test builds succeeded on 11.3 (i386, amd64),
12.1 (i386, amd64, mips64, aarch64).

PR:		241426
Submitted by:	Colin T. <bugzilla@nulldir.e4ward.com>
Reviewed by:	Daniel Engberg
Approved by:	samm@ (maintainer timeout, >4 months)
2020-03-24 21:43:36 +00:00
Don Lewis
6ca1d11b19 Upgrade dnsdbq to version 2.1.0:
* Code reorganized in order to support new pdns systems (such as dnsdb2

 * Many small improvements

 * Backwards compatible with older versions

Fix PORTSCOUT.

Sponsored by:	Farsight Security, Inc.
2020-03-24 17:15:35 +00:00
Matthias Andree
a111987dc1 dns/dnsmasq-devel: update to upstream release candidate #4
FreeBSD-relevant changes, since rc #3, from Git:
* 63e21bd 2020-03-17 | Remove 19036 trust anchor, now expired. [Simon Kelley]
* b837c45 2020-03-10 | Update German translation. [Conrad Kostecki]
2020-03-21 09:53:42 +00:00
Tobias C. Berner
a3ede83826 KDE Frameworks: update to 5.68
March 15, 2020. KDE today announces the release of KDE Frameworks 5.68.0.

KDE Frameworks are over 70 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 web page.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

[1] https://kde.org/announcements/kde-frameworks-5.68.0.php

PR:		244824
Exp-run by:	antoine
2020-03-21 07:26:32 +00:00
Mathieu Arnold
050686d569 Update to 9.16.1 2020-03-19 11:33:41 +00:00
Mathieu Arnold
37334dd71e Update to 9.11.17. 2020-03-19 11:33:37 +00:00
Mathieu Arnold
422dc84b18 Remove forgotten obsolete patch. 2020-03-19 11:33:33 +00:00
Kurt Jaeger
25d1731c41 dns/nsd: fix startup
- see also: https://github.com/NLnetLabs/nsd/issues/78

PR:		244904
Submitted by:	ume
Approved by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2020-03-19 11:30:48 +00:00
Tobias Kortkamp
06159628a5 dns/kadnode: Update to 2.3.0
PR:		244020
Submitted by:	moritzwarning@web.de (maintainer)
2020-03-19 08:40:17 +00:00
Kurt Jaeger
2a681458f9 dns/nsd: upgrade 4.2.4 -> 4.3.0
This port incorporates also the proposed bug fix at bug #242367

Major changes:

This release adds cpu affinity.  By pinning a server process to a
specific cpu, having a separate network card also for that cpu, and
an interface address also for that server process, the throughput is
increased.  This increases performance of the nameserver.

Sparse TSIG signing support is removed, to comply with the latest tsig
standard update draft.

There is a feature to drop update queries, with opcode UPDATE,
with nsd.conf option drop-updates.

4.3.0
=========
FEATURES:
- Fix to use getrandom() for randomness, if available.
- Fix #56: Drop sparse TSIG signing support in NSD.
  Sign every axfr packet with TSIG, according to the latest
  draft-ietf-dnsop-rfc2845bis-06, Section 5.3.1.
- Merge pull request #59 from buddyns: add FreeBSD support
  for conf key ip-transparent.
- Add feature to pin server processes to specific cpus.
- Add feature to pin IP addresses to selected server processes.
- Set process title to identify individual processes.
- Merge PR#22: minimise-any: prefer polular and not large RRset,
  from Daisuke Higashi.
- Add support for SO_BINDTODEVICE on Linux.
- Add support for SO_SETFIB on FreeBSD.
- Add feature to drop queries with opcode UPDATE.

BUG FIXES:
- Fix fname null check of fname in namedb_read_zonefile.
- Fix implicit cast of size in udb_radnode_array_grow.
- Fix ignore of return value of ssl_printf in remote.c.
- Fix unused check of fd in parent_handle_reload_command.
- Attempt to fix signedness of nscount lookup in ixfr query_process.
- Fix identical branches for ssl_print of errors in remote.c.
- Fix type cast bounds, signedness of opt_rdlen in edns_parse_record.
- Fix to separate header and data lines in parse_zone_list_file.
- Fix to define max number of EDNS records we are willing to
  spend time on.
- Fix size of string len and capacity type cast in udbradtree.
- Fix to protect rrcount in tsig_find_rr from overflow.
- Annotate radix_find_prefix_node not reachable trail code.
- Fix to protect rrcount in packet_find_notify_serial from overflow.
- Fix to close socket on error in create_tcp_accept_sock.
- Fix to log on failure to chmod for socket for remote control.
- Fix to remove unneeded if in open of socket for remote control.
- Fix to restore input parameter on call failure in create_dirs.
- Please checker by terminating and initialising string read
  by remote control.
- Fix to define upper bounds on rr counts read from untrusted packet
  data.
- Separate acl_addr_match_range functions for ip4 and ip6, to
  please checkers.
- Avoid unused variable warning in new match_range_v4 function.
- Fix whitespace in nsd.conf.sample.in, patch from Paul Wouters.
- use-systemd is ignored in nsd.conf, when NSD is compiled with
  libsystemd it always signals readiness, if possible.
- Note that use-systemd is not necessary and ignored in man page.
- Fix unreachable code in ssl set options code.
- Fix bad shift in assertion code analyzer complaint.
- Fix responses for IXFR so that the authority section is not echoed
  in the response.
- Merge PR#60: Minor portability fixes from michaelforney, with
  avoid pointer arithmetic on void* and avoid unnecessary VLA.
- Fix that the retry wait does not exceed one day for zone transfers.

CHANGES:
- Set FD_CLOEXEC on opened sockets.

PR:		244886, 242367[2]
Submitted by:	Jaap Akkerhuis <jaap@nlnetlabs.nl> (maintainer)
Reported by:	Leo Vandewoestijne <freebsd@dns.company> [2]
Relnotes:	https://github.com/NLnetLabs/nsd/blob/NSD_4_3_0_REL/doc/ChangeLog
2020-03-18 18:54:45 +00:00
Mark Linimon
514b8af697 Unmark certain ports as broken on powerpc64 elfv2, after a trybroken run.
(Note that these have not yet been re-tested on elfv1.)

While here, pet portlint (e.g. location of BROKEN_*, and, in one case,
USES).

Approved by:	portmgr (tier-2 blanket)
2020-03-18 02:20:03 +00:00
Steve Wills
65b94ecdc2 dns/inadyn-mt: update REINPLACE_CMD 2020-03-17 12:34:04 +00:00
Jan Beich
f821cdc347 devel/icu: update to 66.1
Changes:	http://site.icu-project.org/download/66
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2020-03-13 09:47:16 +00:00
Tobias Kortkamp
25b7de7213 lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24020
2020-03-12 19:39:24 +00:00
Baptiste Daroussin
19d1e27e28 Remove useless dependency on bison
byacc is perfecly able to work for this port
2020-03-10 11:12:30 +00:00
Koichiro Iwao
9e3b02bc9f dns/cli53: Update to 0.8.17
Sponsored by:	HAW International
2020-03-10 01:38:10 +00:00
Matthias Andree
d53576d34b dns/dnsmasq-devel: Update to 2.81rc3 (from rc2).
Git changelog:
* 46bdfe6 2020-03-08 | Fix error in IPv6 prefix calculation. (HEAD -> master, tag: v2.81rc3, origin/master, origin/HEAD) [Petr Menšík]
* dded78b 2020-03-08 | Add DHCPv6 ntp-server (56) option handling. [Vladislav Grishenko]
* b594e8d 2020-03-06 | rfc3315: fix incorrect logical '&&' warning [Kevin Darbyshire-Bryant]
* 70c50ef 2020-03-06 | suppress non linux network unused var warnings [Kevin Darbyshire-Bryant]
* ea3c60a 2020-03-08 | Diverge error handling between *BSD and Linux. [Brad Smith]

Replace patch-Makefile by a $REINPLACE_CMD that support
nondefault lua versions 5.1 and 5.3, too.

Remove patch-src_rfc3315.c, same as b594e8d but written independently.
2020-03-09 21:29:24 +00:00
Tobias C. Berner
411b145db0 dns/mDNSResponder_nss: Update to 1096.0.2
PR:		244333
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu> (maintainer)
2020-03-08 20:29:59 +00:00
Antoine Brodin
5ae8688c07 Deprecate some ports using deprecated version of python
With hat:	portmgr
2020-03-08 17:01:46 +00:00
Tobias C. Berner
17e77c6b82 dns/opendnssec: adding EOL message to opendnssec-1.4.14
The upstream has declared this soon to be EOL. The port is now updated accordingly.

End-of-life announcement: https://www.opendnssec.org/2019/10/

OpenDNSSEC 2.1 was released in February 2017, and in the past
two-and-half year it has proven itself to be stable and viable
upgrade of 1.4, and has additional features and improvements.

Therefore we announce end-of-life of OpenDNSSEC 1.4. One of the steps
towards future releases with better experience and shorter cycles.

Starting today, October 8, 2019, in accordance with our policies,
we will only provide essential fixes and support until 9 October 2020,
after which support will no longer be available. We feel confident
that existing installations can upgrade without much hassle and offer
support to our customers in doing so.

OpenDNSSEC 2.1.4 [1] serves as the replacement for the 1.4 LTS.
The current version is 2.1.6. There is a migration step necessary,
for which you can find a good breakdown at the migration page. [2]

[1] https://svnweb.freebsd.org/ports/head/dns/opendnssec2
[2] https://www.opendnssec.org/migration-from-1-4-to-2-1/

PR:		244610
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2020-03-08 13:55:05 +00:00
Jochen Neumeister
6f8c351112 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:33:54 +00:00
Mathieu Arnold
3b09661b11 Import patch from upstream to fixa tcp client quota exhaustion issue.
Obtained from:	https://lists.isc.org/pipermail/bind-announce/2020-March/001150.html
2020-03-06 10:24:11 +00:00
Matthias Andree
e2d1456c25 dns/dnsmasq-devel: Update to new upstream release candidate #2.
Changelog (from Git):
* fc19399 2020-03-05 | Fix compiler warning. (HEAD -> master, tag: v2.81rc2, origin/master, origin/HEAD) [Simon Kelley]
* 980b14f 2020-03-05 | Compiler warning. [Simon Kelley]
* 1df73fe 2020-03-05 | Remove compiler warnings in IPv6 checksum code in dump.c [Simon Kelley]
* c125c1d 2020-03-05 | Update decline address handling in DHCPv6 for new multi-address world. [Simon Kelley]
* e39c484 2020-03-05 | Fix parameters to setsockopt() for TCP_FASTOPEN. [Matthias Andree]
* 977a5a2 2020-03-02 | Merge i18n messages. [Simon Kelley]
* 02df000 2020-03-02 | Trivial formatting fix. [Simon Kelley]

Drop previous patches, and add two new ones,
one to fix pkgconfig for lua,
one to fix the bitfield flag testing in rfc3315.c/DHCPv6 decline handling.
2020-03-06 01:44:53 +00:00
Kurt Jaeger
683a9e3760 dns/knot2: upgrade 2.9.1 -> 2.9.3
- removed NOT_FOR_ARCHS
- removed NOT_FOR_ARCHS_REASON_i386
- removed libedit from general dependecies (because unneeded for
  utils- or lib-only)
- removed LLD_UNSAFE (not needed, created IDN problems for a while)
- removed USES= compiler
- removed USES= ncurses
- removed USES= python
- added LICENSE_FILE
- added mandir path
- added USES= autoreconf for i386
- added EXTRA_PATCHES for configure.ac -- thanks to NIC.CZ
- added patch for src/libdnssec/Makefile.inc (at i386, to avoid atomic problems)
- fixed DOCS install (a: python dependecy, b: no install if OFF)
- fixed IDN OPTION (without libidn if OFF)
- switched from GNU_CONFIGURE to HAS_CONFIGURE
- use libedit and liburcu only when building daemon

PR:		244593
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-dns.cz/2020-03-03-version-293.html
2020-03-05 20:08:57 +00:00
Matthias Andree
04bcb64cd2 Update dnsmasq-devel to 2.81rc1.
This currently adds two portability fixes that have been reported upstream.

Changelog:
<http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=CHANGELOG;h=31b395c987fe50174533065afe816dec3d4284a1;hb=b2ed691eb3ca6488a8878f5f3dd950a07b14a9db#l1>
2020-03-04 22:27:14 +00:00
Sunpoet Po-Chuan Hsieh
6f402a10f5 Update to 1.10.4
Changes:	https://github.com/DNS-OARC/dnscap/releases
2020-03-03 18:50:03 +00:00
Mathieu Arnold
1afaf8ac7c Update to latest commit. 2020-03-02 16:56:17 +00:00
Antoine Brodin
4ae3a46d22 Update to 0.11.10 2020-03-01 08:23:32 +00:00
Piotr Kubaj
bdf657908f dns/ldns: set MAKE_JOBS_UNSAFE=yes
Fixes threaded build on POWER9 with 72 threads.
2020-02-29 12:00:57 +00:00
Tobias Kortkamp
daf2ea4a45 lang/rust: Update to 1.41.1
- Force rebuild all consumers to fix potential miscompilations with
  1.41.0
- Enable SOURCES by default.  The sources are indexed by RLS and
  required for it to function properly, so they should be available
  by default.  This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]

Changes:	https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by:	mikael [0,1,2]
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23835
2020-02-27 15:22:28 +00:00
Kurt Jaeger
e6f8b2ba31 dns/zkt: update 1.1.2 -> 1.1.4
PR:		209760
Submitted by:	Leo Vandewoestijne <freebsd@dns.company>
Approved by:	Frank Behrens <frank@pinky.sax.de> (maintainer)
2020-02-24 15:38:21 +00:00
Mathieu Arnold
12b8caf42e Update to latest commit. 2020-02-24 15:38:12 +00:00
Mathieu Arnold
4ab2ebe9d0 Fix expiration date, it is 3 months after 9.16's release. 2020-02-24 12:32:32 +00:00
Antoine Brodin
41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00
Matthias Andree
75f32ddb29 dns/dnsmasq: Remove obsolete REINPLACE_CMD line.
Reported by:	swills@ (IRC)
2020-02-23 13:50:25 +00:00
Olivier Cochard
bf735fb3c3 Update to 1.4.33
Approved by:	rs@nextdns.io (maintainer, via Slack)
2020-02-23 08:16:04 +00:00
Sunpoet Po-Chuan Hsieh
2ae30cb32c Update to 1.0.10
Changes:	https://github.com/KimNorgaard/validates_hostname/commits/master
2020-02-22 15:57:42 +00:00
Kurt Jaeger
ebc9d2ab49 dns/unbound: update 1.9.6 -> 1.10.0
PR:		244244
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Relnotes:	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244244#c0
2020-02-22 13:59:26 +00:00
Mathieu Arnold
55ac651a0d Remvoe the scary pkg-message from BIND9 9.16.
And make a note that it needs to be removed when a new release comes
along, so that I don't forget next year.

Reported by:	Matthias Fechner
2020-02-22 08:35:46 +00:00
Sunpoet Po-Chuan Hsieh
c17b7fa088 Update to 1.0.9
Changes:	https://github.com/KimNorgaard/validates_hostname/commits/master
2020-02-21 18:58:58 +00:00
Mathieu Arnold
089a592dc8 Switch dns/bind-tools to the new dns/bind916. 2020-02-20 09:32:05 +00:00
Mathieu Arnold
76be8b6ca0 Add forgotten CONFLICTS lines. 2020-02-20 09:09:00 +00:00
Mathieu Arnold
2d22c8eb70 Add a couple of things here to ease future new releases. 2020-02-20 09:07:53 +00:00
Mathieu Arnold
7793152add Update to 9.14.11.
Changes:	https://downloads.isc.org/isc/bind9/9.14.11/RELEASE-NOTES-bind-9.14.11.html
2020-02-20 09:07:49 +00:00
Mathieu Arnold
6a601f8d8d Update to 9.11.16.
Changes:	https://downloads.isc.org/isc/bind9/9.11.16/RELEASE-NOTES-bind-9.11.16.html
2020-02-20 09:07:36 +00:00
Mathieu Arnold
3739a40fa2 Add the newly minted BIND9 9.16.
Changes:	https://downloads.isc.org/isc/bind9/9.16.0/RELEASE-NOTES-bind-9.16.0.html
2020-02-20 09:06:58 +00:00
Tobias C. Berner
fcbb2b746d Update KDE Frameworks to 5.67.0
February 02, 2020. KDE today announces the release of KDE Frameworks 5.67.0.

KDE Frameworks are over 70 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 web page.

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.67.0.php

PR:		244015
Exp-run by:	antoine
2020-02-19 18:49:22 +00:00
Sunpoet Po-Chuan Hsieh
a6497b9f58 Update to 1.20200215
Changes:	https://metacpan.org/changes/distribution/Net-DNS-Resolver-Mock
2020-02-17 19:42:47 +00:00
Yuri Victorovich
58c308a81b dns/amass: Update 3.4.3 -> 3.4.4
Reported by:	portscout
2020-02-17 18:13:04 +00:00
Kirill Ponomarev
34dc18b81a Update to 4.2.1
Changelog: https://doc.powerdns.com/recursor/changelog/4.2.html#change-4.2.1

PR:		24257
Submitted by:	maintainer
2020-02-17 13:10:01 +00:00
Mathieu Arnold
72cb4c9db4 Update to latest commit. 2020-02-17 11:30:47 +00:00
Sunpoet Po-Chuan Hsieh
f3c0e1f821 Update to 1.20200214
Changes:	https://metacpan.org/changes/distribution/Net-DNS-Resolver-Mock
2020-02-16 18:00:47 +00:00
Kurt Jaeger
fc6967df7b dns/knot-resolver: upgrade 4.2.2 -> 5.0.1
- for changes from 4.x to 5.x which might cause trouble during upgrades,
  please read:
  https://knot-resolver.readthedocs.io/en/stable/upgrading.html

PR:		243948
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-resolver.cz/2020-01-27-knot-resolver-5.0.0.html
		https://www.knot-resolver.cz/2020-02-05-knot-resolver-5.0.1.html
2020-02-15 18:19:15 +00:00
Yuri Victorovich
7a79bafaa0 dns/subfinder: Update 2.3.1 -> 2.3.2
Reported by:	portscout
2020-02-15 05:03:39 +00:00
Yuri Victorovich
b25bc71d78 dns/amass: Update 3.4.2 -> 3.4.3
Reported by:	portscout
2020-02-15 04:17:53 +00:00
Sunpoet Po-Chuan Hsieh
dec3a75d49 Update to 1.22
Changes:	https://metacpan.org/changes/distribution/Net-DNS
2020-02-14 19:48:44 +00:00
Sunpoet Po-Chuan Hsieh
e9056c9e5d Update MAINTAINER: use @FreeBSD.org 2020-02-13 14:27:46 +00:00
Romain Tartière
c1fc02d5d4 Unbreak by fetching distfile from Debian mirror
While here, add license.

Approved by:	portmgr (blanket)
2020-02-12 22:58:22 +00:00
Kurt Jaeger
339c5ff3d3 dns/opendnssec2: upgrade 2.1.4 -> 2.1.6
This release of 2.1.6 fixes some issues regarding the key list
wrongfully displayed (a regression bug in 2.1.5) as well as a small
leak in the enforcer (which can add up when you bang the enforcer
with a lot of commands. And as well as a serious signing error when
using Combined Signing Keys (CSKs), this is only relevant if you
combine KSK and ZSK in one. Especially users of CSKs need this fix
now. Another nice fix is a reconnect to a MySQL/MariaDB database
you you don't have to tweak database parameters.

PR:		244047
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Relnotes:	https://www.opendnssec.org/2019/11/opendnssec-2-1-5/
		https://www.opendnssec.org/2020/02/opendnssec-2-1-6/
2020-02-11 20:11:57 +00:00
Mathieu Arnold
8f17b20df8 Update to latest commit.
While there, run portfmt.
2020-02-11 14:14:54 +00:00
Sunpoet Po-Chuan Hsieh
34adbac8c5 Update to 0.6.12
Changes:	https://github.com/ko-zu/psl/commits/master
2020-02-06 19:26:41 +00:00
Sunpoet Po-Chuan Hsieh
4e43acdde2 Update SLAVEDIRS after r525222 2020-02-04 18:16:51 +00:00
Sunpoet Po-Chuan Hsieh
b244f2560a Add py-publicsuffix2 2.20191221
This module allows you to get the public suffix of a domain name using the
Public Suffix List from http://publicsuffix.org

A public suffix is one under which Internet users can directly register names.
Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us. Accurately
knowing the public suffix of a domain is useful when handling web browser
cookies, highlighting the most important part of a domain name in a user
interface or sorting URLs by web site

WWW: https://github.com/nexb/python-publicsuffix2

- While I'm here, patch setup.py to avoid unnecessary py-requests dependency and network connection during build

PR:		243846
Submitted by:	<ml@netfence.it>
2020-02-04 17:58:34 +00:00
Sunpoet Po-Chuan Hsieh
96dee15cab Update to 1.15
Changes:	https://metacpan.org/changes/distribution/Net-DNS-SEC
2020-02-04 17:53:52 +00:00
Vinícius Zavam
b590a1909a dns/dnscrypt-proxy2: update 2.0.36 to 2.0.39 2020-02-04 11:49:41 +00:00
Mateusz Piotrowski
e7e9048f05 dns/dnsdist: Update to 1.4.0
- Lint Makefile
- Some configure switches changed from --enable to --with
- Rename FSTRM to DNSTAP
- Add DoH support
- Switch to LuaJIT-Openresty (when LUAJIT is selected instead of LUA)
- Remove unnecessary patch (files/patch-dnsdist-lua-vars.cc)
- Major improvement in the rc script: allowing multiple daemons
- Start using -C and %%ETCDIR%% causing the default path for dnsdist.conf
  changes to usually /usr/local/etc/dnsdist/ in which you can store single
  or multiple config files, includes, key-files for DNSCrypt, key/certs for
  DoH, etc.

Also, change maintainer to Ralf van der Enden.

Changelog:
https://dnsdist.org/changelog.html

PR:		242125
Submitted by:	Jørn Åne de Jong, Ralf van der Enden, Leo Vandewoestijne
Reviewed by:	cpm@, Sascha Biberhofer, Yann Kerherve
Approved by:	maintainer
2020-02-04 10:38:44 +00:00
Sunpoet Po-Chuan Hsieh
b8687ca432 Bump PORTREVISION for dns/public_suffix_list update 2020-02-03 19:45:11 +00:00
Sunpoet Po-Chuan Hsieh
e6ed217675 Update to 20200202
Changes:	https://github.com/publicsuffix/list/commits/master
2020-02-03 19:45:05 +00:00
Mathieu Arnold
ec925c83e1 Update to latest commit. 2020-02-03 13:57:03 +00:00
Sunpoet Po-Chuan Hsieh
518e761643 Update to 0.9.6
Changes:	https://github.com/ags-slc/localzone/blob/master/CHANGELOG.rst
2020-02-02 11:00:51 +00:00
Yuri Victorovich
88cf15b792 dns/coredns: Update 1.6.2 -> 1.6.7
PR:		243776
Submitted by:	freebsd@rainbowfab.org (original version)
2020-02-02 00:30:42 +00:00
Yuri Victorovich
d13c29dd4b dns/coredns: Remove the "-cpu" parameter
Coredns won't start with "-cpu" as startup parameter in coredns.in because it has been obsoleted.

PR:		243737
Submitted by:	freebsd@rainbowfab.org
2020-01-31 02:49:46 +00:00
Tobias Kortkamp
83209114b8 lang/rust: Update to 1.41.0
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
  architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
  produce more useful failure logs when something panics during
  builds

Changes:	https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23385
2020-01-30 20:00:06 +00:00
Dave Cottlehuber
f514a3272f dns/py-ns1-python: update to 0.13.0
Sponsored by:	SkunkWerks, GmbH
2020-01-29 22:44:55 +00:00
Mathieu Arnold
779c49db63 Update to latest commit. 2020-01-27 14:00:07 +00:00
Yuri Victorovich
f623e3d416 dns/subfinder: Update 2.3.0 -> 2.3.1
Reported by:	portscout
2020-01-26 06:48:09 +00:00
Piotr Kubaj
def485ec8b dns/dq: update to the last release 2020-01-23 12:22:53 +00:00
Mathieu Arnold
b442eb8da2 Update to 9.14.10.
Changes:	https://downloads.isc.org/isc/bind9/9.14.10/RELEASE-NOTES-bind-9.14.10.html
2020-01-23 08:55:21 +00:00
Mathieu Arnold
54763c3fdb Update to 9.11.15.
Changes:	https://downloads.isc.org/isc/bind9/9.11.15/RELEASE-NOTES-bind-9.11.15.html
2020-01-23 08:55:10 +00:00
Sunpoet Po-Chuan Hsieh
11493c54b5 Bump PORTREVISION for devel/protobuf shlib change 2020-01-22 05:53:20 +00:00
Mathieu Arnold
d146a05fe1 Fix build when devel/jsoncpp is installed.
PR:		243387
Submitted by:	dron kubstu ru
2020-01-20 14:48:03 +00:00
Mathieu Arnold
1fdaf95627 Add descriptions for the patches. 2020-01-20 14:47:54 +00:00
Mathieu Arnold
4b20583ea5 Update to latest commit. 2020-01-20 13:13:34 +00:00
Olivier Cochard
b5c3e0693e New port: dns/nextdns
NextDNS client:  DNS53 to DNS over HTTPS proxy

WWW: https://github.com/nextdns/nextdns

PR:		242752
Submitted by:	Olivier Poitrey <rs@nextdns.io>
2020-01-18 01:21:44 +00:00
Tobias C. Berner
b209d37d8d dns/powerdns: update to 4.2.1
4.2.1 release notes:
This release fixes several bugs and makes a few features more robust or
intuitive. It also contains a few performance improvements for API users.

For a full list of changes look here:
	https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.1

PR:		242519
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2020-01-17 18:01:31 +00:00
Sunpoet Po-Chuan Hsieh
b499422d6f Update to 1.20
Changes:	https://metacpan.org/changes/distribution/Net-Domain-ExpireDate
2020-01-17 16:42:25 +00:00
Mathieu Arnold
0835ef5d05 Update to latest commit.
Fixes a startup issue.
2020-01-16 08:33:04 +00:00
Sunpoet Po-Chuan Hsieh
d9178a9261 Update to 3.3.17
Changes:	https://github.com/AnalogJ/lexicon/releases
2020-01-15 17:46:14 +00:00
Tobias C. Berner
cccbdba24c KDE Frameworks: update to 5.66.0
January 11, 2020. KDE today announces the release of KDE Frameworks 5.66.0.

KDE Frameworks are over 70 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 web page.

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.66.0.php

PR:		243289
Exp-run by:	antoine
2020-01-15 15:59:49 +00:00
Baptiste Daroussin
003a571d1d Add LOCALBASE/share/man to the valid path for manpages
Also compress manpages in this location.

As a followup of a discussion which occured in 2017:
https://lists.freebsd.org/pipermail/freebsd-arch/2017-March/018115.html
And following:
https://svnweb.freebsd.org/base?view=revision&revision=315053
and
https://svnweb.freebsd.org/base?view=revision&revision=315142

All the supported FreeBSD version now supports share/man in manpath for
LOCALBASE As a result the ports tree can now accept it for manpage, but
more over migrate to this new path. Resulting in more consistency now the
manpages in base and ports would be in the relative path (under share/)
and a reduced amount of patching needed to port something to FreeBSD

Note1: this has already be done for GNU info pages earlier
Note2: due to the fact that for end user no functionnality will change during
the migration of the manpages to the new location and to avoid massive rebuild
of packages, it has been decided to not bump portrevision when migrating.

Reviewed by:	mat (portmgr)
Differential Revision:	https://reviews.freebsd.org/D23166
2020-01-15 12:06:13 +00:00
Sunpoet Po-Chuan Hsieh
3df2a6bf84 Add EASYNAME, GRANSY, GRATISDNS, HENET, HETZNER, LOCALZONE, NAMECHEAP, PLESK, ROUTE53, SOFTLAYER, SUBREG and TRANSIP options 2020-01-13 17:41:35 +00:00
Mathieu Arnold
e095aaa075 Update to latest commit. 2020-01-13 13:02:20 +00:00
Sunpoet Po-Chuan Hsieh
5edbb2f790 Update to 3.3.16
Changes:	https://github.com/AnalogJ/lexicon/releases
2020-01-12 16:07:46 +00:00
Sunpoet Po-Chuan Hsieh
109cd57345 Update to 3.3.15
Changes:	https://github.com/AnalogJ/lexicon/releases
2020-01-11 10:41:38 +00:00