Commit graph

4440 commits

Author SHA1 Message Date
Dmitry Marakasov
d6c95efd94 Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes

Approved by:	portmgr blanket
2018-02-08 20:18:08 +00:00
Sunpoet Po-Chuan Hsieh
4421e9d0ef Use GitHub source instead of upstream-packaged tarball 2018-02-08 18:51:44 +00:00
Sunpoet Po-Chuan Hsieh
70a70c7018 Update to 1.8.0
Changes:	https://github.com/DNS-OARC/dnscap/releases
2018-02-08 13:00:10 +00:00
Sunpoet Po-Chuan Hsieh
c178eb6771 Do not install LICENSE to DOCSDIR
- Convert PORTDOCS=* to PLIST entries
- Bump PORTREVISION for package change
2018-02-08 12:28:41 +00:00
Mathieu Arnold
bd282bafcc Teach named where its pid file should be by default, to be consistent
with the default configuration, rc script, man pages...

PR:		225687
Reported by:	John W. O'Brien
Sponsored by:	Absolight
2018-02-07 14:29:08 +00:00
Mathieu Arnold
a33a392ce2 Update to latest snapshot.
Sponsored by:	Absolight
2018-02-05 13:16:40 +00:00
Sunpoet Po-Chuan Hsieh
f5b5c38ba3 Update dns/public_suffix_list to 20180125
- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2018-02-04 10:48:52 +00:00
Mathieu Arnold
b24760d931 Note that this is no longer a development version.
Sponsored by:	Absolight
2018-02-03 11:00:07 +00:00
Thomas Zander
1ddf165cc7 Update to upstream version 2.6.4
PR:		224858
Submitted by:	freebsd@dns-lab.com (maintainer)
MFH:		2018Q1
2018-02-03 08:54:22 +00:00
Adam Weinberger
e48d09c803 Bump PORTREVISION after r459983 2018-01-31 00:28:30 +00:00
Mathieu Arnold
d197ddf9b7 TCP_FASTOPEN only concerns named, not the tools.
Reported by:	sunpoet
Sponsored by:	Absolight
2018-01-30 15:58:50 +00:00
Mathieu Arnold
82419fcd32 Add a TCP_FASTOPEN option (default on) to allow not building it in. [1]
It is annoying because it outputs one line saying it cannot enable
TCP_FASTOPEN when the deamon starts.

While there, discover that FILTER_AAAA is always enabled in 9.12+ and no
longer an option, so remove it.

PR:		217288 [1] (based on)
Reported by:	doktornotor mailinator com
Sponsored by:	Absolight
2018-01-30 13:44:44 +00:00
Dima Panov
e80e0a4125 - Make MAN3 documentation optional and OFF by default,
this will skip 50+ dependencies via textproc/groff
  on recent systems without groff in base
- Bump PORTREVISION due to dependencies changes

Requested by:	julian
2018-01-30 12:14:40 +00:00
Mathieu Arnold
0ea723d89f Update to latest commit.
Sponsored by:	Absolight
2018-01-29 15:07:21 +00:00
Yuri Victorovich
2cf8a65558 dns/mdnsd: Updating to the current revision
PR:		225114
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13600
2018-01-27 20:09:57 +00:00
Danilo G. Baio
e8a1be7f3b dns/py-dns-lexicon: Update to 2.1.18
PR:		225464
Submitted by:	Goran Mekić <meka@tilda.center> (maintainer)
2018-01-27 13:45:53 +00:00
Bernard Spil
996a30a167 dns/unbound: Fix rc-script with config in flags
- Adds new option unbound_config

PR:		225360
Submitted by:	jaap@NLnetLabs.nl
Approved by:	jaap@NLnetLabs.nl (maintainer)
2018-01-26 10:16:16 +00:00
Mathieu Arnold
2b194cdeb1 Catch up with the conflicts lines in the BIND9 ports.
Sponsored by:	Absolight
2018-01-24 10:43:30 +00:00
Mathieu Arnold
3602a85d94 Remove support for bind-tools from the BIND9 9.11 port.
Sponsored by:	Absolight
2018-01-24 10:43:26 +00:00
Mathieu Arnold
b8a3fce896 Switch bind-tools to BIND9 9.12.
Sponsored by:	Absolight
2018-01-24 10:43:21 +00:00
Mathieu Arnold
5a4dc7da62 Update to 9.12.0.
Sponsored by:	Absolight
2018-01-24 10:42:20 +00:00
Kirill Ponomarev
8d79c72317 Update to version 4.1.1
- Fixes "PowerDNS Security Advisory 2018-01: Insufficient validation
  of DNSSEC signatures". An issue has been found in the DNSSEC
  validation component of PowerDNS Recursor, allowing an ancestor
  delegation NSEC or NSEC3 record to be used to wrongfully prove the
  non-existence of a RR below the owner name of that record. This
  would allow an attacker in position of man-in-the-middle to send a
  NXDOMAIN answer for a name that does exist.
  The 4.0.x branch is not vulnerable.

- Add support for algo16 and simplify Lua/LuaJIT engine choice.

PR:		225397
Submitted by:	maintainer
Security:	CVE-2018-1000003
2018-01-23 11:04:06 +00:00
Mathieu Arnold
e1d753b782 Update to latest commit.
Sponsored by:	Absolight
2018-01-22 13:45:20 +00:00
Antoine Brodin
0cd2bc005d New port: dns/py-tld
Extract the top level domain (TLD) from the URL given. List of TLD names is
taken from Mozilla.

WWW: https://github.com/barseghyanartur/tld
2018-01-21 13:12:27 +00:00
Sunpoet Po-Chuan Hsieh
60273f4966 Update to 20180112
- While I'm here, strip binary executable

Changes:	https://github.com/janmojzis/dq/releases
PR:		225300
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2018-01-19 17:03:12 +00:00
Danilo G. Baio
b7f258b03a dns/unbound: Update to 1.6.8, Fixes security vulnerability
PR:		225313
Submitted by:	jaap@NLnetLabs.nl (maintainer)
MFH:		2018Q1
Security:	8d3bae09-fd28-11e7-95f2-005056925db4
2018-01-19 16:27:07 +00:00
Mathieu Arnold
be414a03fe Update named.root.
Sponsored by:	People afraid of a nuclear holocaust.
2018-01-19 12:32:34 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Tobias Kortkamp
8079e979d3 dns/drool: Update to 1.0.2
Changes:	https://github.com/DNS-OARC/drool/releases/tag/v1.0.2
PR:		225263
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2018-01-17 20:07:46 +00:00
Tobias C. Berner
94ac845319 Update KDE Frameworks to 5.42.0
PR:		225155
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D13816
2018-01-17 10:21:32 +00:00
Mathieu Arnold
0ae41b7f2c Update to latest commit.
MFH:		2018Q1
Security:	CVE-2017-3145
Sponsored by:	Absolight
2018-01-17 08:33:29 +00:00
Mathieu Arnold
81a0f18ac5 Update BIND9* to 9.9.11-P1, 9.10.6-P1, 9.11.2-P1 and 9.12.0rc3
MFH:		2018Q1
Security:	CVE-2017-3145
Sponsored by:	Absolight
2018-01-17 07:59:45 +00:00
David Thiel
e9595bcc43 Bump loop detection limit to 500
PR:		216260
Submitted by:	tjd-freebsd@phlegethon.org
2018-01-16 19:54:19 +00:00
Sunpoet Po-Chuan Hsieh
63cc7b24bb Add libdecaf support
- Mark CONFLICTS_INSTALL with dns/powerdns-recursor
- Chase shlib change of security/botan2
- Bump PORTREVISION for dependency change

PR:		225178
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2018-01-15 17:17:27 +00:00
Sunpoet Po-Chuan Hsieh
71fb70bf10 Add libdecaf support
- Mark CONFLICTS_INSTALL with dns/powerdns-recursor40
- Chase shlib change of security/botan2
- Bump PORTREVISION for dependency change

PR:		225177
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2018-01-15 17:17:21 +00:00
Sunpoet Po-Chuan Hsieh
3d6f2248ba Add libdecaf support
- Chase shlib change of security/botan2
- Bump PORTREVISION for dependency change

PR:		225176
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2018-01-15 17:17:17 +00:00
Steve Wills
a53d827e8d dns/rubygem-simpleidn: update to 0.0.9
PR:		224770
Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2018-01-15 15:34:16 +00:00
Baptiste Daroussin
a3e0cb9674 Remove wrong build dependency on m4
The only thing that depends on m4 is for building the testsuite, not the regular
program
2018-01-14 21:38:50 +00:00
Sunpoet Po-Chuan Hsieh
6c0bce0cbd Update dns/public_suffix_list to 0.0.0.20180113
- Bump PORTREVISION of dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2018-01-14 14:14:16 +00:00
Mathieu Arnold
ee84f127aa Add a TUNING_LARGE option.
https://kb.isc.org/article/AA-01314/0

Tunes certain compiled-in constants and default settings to
values better suited to large servers with 12/16GB+ of memory.
This can improve performance on such servers, but will consume
more memory and may degrade performance on smaller systems.

PR:		224859
Sponsored by:	Absolight
2018-01-12 12:58:51 +00:00
Alexey Dokuchaev
35f74fbe2e - Convert to option helper install target (add OPTIONS_DEFINE=DOCS
when it was missing)
- Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN
- Fix some whitespace and formatting bugs along the way
2018-01-11 18:09:00 +00:00
Alexey Dokuchaev
a247b2f47d Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00
Mathieu Arnold
bb5196a149 Remove support for variables that have been deprecated for a while.
variables                  deprecation       revision
WITHOUT_NLS                2013-12-13        r336337
WITH_/WITHOUT_             2014-02-24        r345870
NOPORT(DOC|EXAMPLE)S       2014-04-19        r351587
WITH_BDB_VER               2016-05-02        r414444
OVERRIDE_LINUX_BASE_PORT   2016-09-05        r421387
WITH_OPENSSL_(BASE|PORT)   2016-06-16        r416965

While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.

Cleanup bsd.sanity.mk a bit.

Fix fallout.

PR:		224613
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13490
2018-01-09 07:40:55 +00:00
Mathieu Arnold
c8e8c7e244 Fix altlog_proglist warning when it contains more than the named service.
PR:		224951
Submitted by:	Trix Farrar
Sponsored by:	Absolight
2018-01-08 13:38:47 +00:00
Mathieu Arnold
e2ed0ec261 Update to latest commit.
Sponsored by:	Absolight
2018-01-08 13:38:43 +00:00
Steve Wills
ad7729e77d dns/drool: update to version 1.0.1
PR:		224862
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2018-01-03 16:38:41 +00:00
Sunpoet Po-Chuan Hsieh
97064443de Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		224675
Exp-run by:	antoine
2018-01-03 13:36:58 +00:00
Mathieu Arnold
9ddae97dcc Update to latest commit.
Sponsored by:	Absolight
2018-01-02 12:01:09 +00:00
Rene Ladan
9088acc2a4 Remove expired ports:
2017-12-31 security/gnupg20: Will reach EOL upstream on 2017-12-31
2018-01-01 dns/dualserver: Please migrate to dns/dnsmasq. Over the years dualserver becomes unmaintenaible.
2018-01-01 devel/p5-Parse-Pidl44: yes
2018-01-01 sysutils/DTraceToolkit: Now maintained as part of the base system
2018-01-01 11:41:37 +00:00
Kirill Ponomarev
91c75029d7 Restore trailing slash.
Reminded by:	danfe
2017-12-30 09:59:17 +00:00