Rene Ladan
8a502cb2d4
Remove compatibility code for FreeBSD < 11.2 from all ports.
...
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Mathieu Arnold
20b0f0d766
Remove GOST support from BIND9 9.11 and 9.12.
...
It was never (widely|really) used, and support for it has been dropped
in OpenSSL starting at 1.1, and BIND9 starting at 9.13.
PR: 231980
Reported by: mfechner
2018-11-02 10:13:14 +00:00
Mathieu Arnold
9ae23125ac
Fix build on powerpc64.
...
PR: 231786
Submitted by: Piotr Kubaj
2018-11-02 09:59:46 +00:00
Mathieu Arnold
33bfd768cb
Update to latest commit.
2018-10-31 15:47:27 +00:00
Sunpoet Po-Chuan Hsieh
a9c56faef7
Update to 0.9.0
...
Changes: https://github.com/bluemonk/net-dns/blob/master/CHANGELOG.md
2018-10-30 19:55:24 +00:00
Mark Linimon
cf82067535
Fix build with powerpc64.
...
PR: 232447
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-10-28 10:45:44 +00:00
Steve Wills
93da292603
dns/void-zones-tools: Update links to hosts files
...
Add ca_root_nss dependency while here
PR: 232727
Submitted by: Vidar Karlsen <vidar@karlsen.tech> (maintainer)
2018-10-27 00:21:55 +00:00
Jan Beich
0c5b33d4a3
dns/dnsdist: replace r482789 with upstream version
...
Upstream chose more verbose fix via if() construct where indeterminate
value takes false branch. Similar behavior to explict conversion.
2018-10-26 00:31:00 +00:00
Jan Beich
d12ed11522
lang/rust: update to 1.30.0
...
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
Approved by: rust (tobik)
MFH: 2018Q4 (less rust versions to support)
Differential Revision: https://reviews.freebsd.org/D17695
2018-10-25 21:59:37 +00:00
Don Lewis
a07f864d2f
Upgrade dns/py-pydnstable to version 0.6.1:
...
* Fix BUG-21: add try/except around conversions from signed python
integers
Port build now uses cython.
Add missing devel/mtbl dependency.
Pet portlint (USES/USE ordering).
Sponsored by: Farsight Security, Inc.
2018-10-24 17:19:25 +00:00
Yuri Victorovich
a84e1495ef
dns/amass: Update 2.7.0-8 -> 2.8.0
2018-10-24 17:07:29 +00:00
Mathieu Arnold
ffb22c70b1
Update to latest commit.
2018-10-24 08:06:14 +00:00
Mathieu Arnold
1a939a5af0
Update to 9.12.3.
2018-10-24 08:06:06 +00:00
Mathieu Arnold
545f02d9a4
Update to 9.11.5.
2018-10-24 08:05:48 +00:00
Jan Beich
91f9922c6f
devel/icu: update to 63.1
...
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
2018-10-23 11:35:03 +00:00
Jan Beich
b770fe59e2
dns/dnsdist: unbreak with boost 1.69
...
dnsdist-lua.cc:76:10: error: no viable conversion from returned value of type 'boost::logic::tribool' to function return type 'bool'
return g_noLuaSideEffect==true;
^~~~~~~~~~~~~~~~~~~~~~~
PR: 232525
2018-10-22 20:30:43 +00:00
Tobias C. Berner
f14cf48803
Update KDE Frameworks to 5.41
...
PR: 232296
Exp-run by: antoine
2018-10-20 07:24:04 +00:00
Matthias Andree
717abe53ab
dns/dnsmasq-devel: Set to ignore now that 2.80 has been released and dns/dnsmasq has been updated.
2018-10-19 17:48:30 +00:00
Matthias Andree
995044aeb7
Upgrade dns/dnsmasq to v2.80.
...
Security: the installed example configuration file shows a way of
disabling WPAD hijacking, but leaves it commented out. Extend pkg-message.
Changelog: <http://thekelleys.org.uk/dnsmasq/CHANGELOG >
Since installing v2.80 isn't a fix against the vulnerability, and fixing
it needs administrator intervention on upgrades, I am not marking this in
vuxml for now, since we'd need to mark v2.80 vulnerable, too.
MFH: 2018Q4
Security: CERT VU#598349
2018-10-19 17:47:56 +00:00
Kurt Jaeger
f1579be110
dns/knot2: fix include of <bsd.port.options.mk>
...
PR: 232284
Submitted by: tobik
2018-10-19 05:47:41 +00:00
Kurt Jaeger
3fc8eb09a6
dns/knot2: update 2.6.8 -> 2.7.3
...
PR: 232284
Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes: https://www.knot-dns.cz/2018-08-13-version-269.html
https://www.knot-dns.cz/2018-08-14-version-271.html
https://www.knot-dns.cz/2018-08-29-version-272.html
https://www.knot-dns.cz/2018-10-11-version-273.html
2018-10-19 04:23:10 +00:00
Matthias Andree
3f374f6d0b
Update dns/dnsmasq-devel to release candidate #1
...
Updates German translation.
2018-10-16 22:36:46 +00:00
Mathieu Arnold
a7924563a6
Update to latest commit.
2018-10-15 17:10:53 +00:00
Vinícius Zavam
948fecda45
update to version 2.0.17;
...
changes: https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/2.0.17/ChangeLog
while here, silence portlint
move USE_* variables to a point after USES;
extra item placed in the USES/USE_x section got a new line, for example, "GH_ACCOUNT".
Approved by: beat (mentor), rene (mentor)
Differential Revision: https://reviews.freebsd.org/D17509
2018-10-15 08:58:30 +00:00
Jan Beich
2e8d729d62
lang/rust: update to 1.29.2
...
- Force rebuild all consumers in case some are affected by miscompilation
Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html
PR: 229826 (follow up)
Approved by: rust (tobik)
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D17477
2018-10-12 19:01:02 +00:00
Wen Heping
a9f474f26b
- Update to 1.27
...
No upstream changelog found.
2018-10-09 05:55:56 +00:00
Yuri Victorovich
41046abe9c
dns/qmdnsengine: Fix build with GCC-based architecture
...
PR: 232102
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-09 03:08:13 +00:00
Steve Wills
851dc05ce4
dns/unbound upgrade to 1.8.1
...
PR: 232070
Submitted by: jaap@NLnetLabs.nl (maintainer)
2018-10-08 17:29:32 +00:00
Mathieu Arnold
8b3077b380
Update to latest commit.
2018-10-08 10:15:35 +00:00
Alexandre C. Guimarães
1986e3b82c
Update maintainer eMail address.
...
Reviewed by: mat (mentor)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17399
2018-10-07 17:30:09 +00:00
Matthias Andree
bd2a1acde6
dns/dnsmasq-devel: upgrade to 2.80test8 release
...
CHANGELOG since test7:
Include in the example config file a formulation which stops DHCP clients
from claiming the DNS name "wpad".
This is a fix for the CERT Vulnerability VU#598349.
2018-10-07 16:30:33 +00:00
Steve Wills
9d41140e59
dns/py-dns-lexicon: update to 2.7.9
...
PR: 231978
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
2018-10-07 05:12:03 +00:00
Dag-Erling Smørgrav
9dff352320
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
...
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
2018-10-06 13:06:42 +00:00
Mathieu Arnold
c277d531c9
Apply band-aid to fix build, and cleanup.
...
Nagged by: pkg-fallout
2018-10-06 08:45:55 +00:00
Fernando Apesteguía
9558380e4f
security/botan2: update to 2.8.0
...
* Bump PORTREVISION for dependent ports
* While here do some cleanup to the Makefile.
ChangeLog: https://botan.randombit.net/news.html#version-2-8-0-2018-10-01
PR: 231899
Submitted by: tremere@cainites.net
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17413
2018-10-05 16:42:24 +00:00
Matthias Andree
e1f2c0a21b
dns/dnsmasq-devel: update to 2.80test7
...
Changes since test6, from CHANGELOG:
Change anti cache-snooping behaviour with queries with the
recursion-desired bit unset. Instead to returning SERVFAIL, we
now always forward, and never answer from the cache. This
allows "dig +trace" command to work.
Include in the example config file a formulation which
stops DHCP clients from claiming the DNS name "wpad".
This is a fix for the CERT Vulnerability VU#598349.
2018-10-03 23:24:33 +00:00
Wen Heping
30e3e4569d
- Update to 4.1.25
...
PR: 231878
Submitted by: jaap@NLnetLabs.nl(maintainer)
2018-10-02 13:55:58 +00:00
Steve Wills
555eb7159c
dns/unbound: remove unnecessary LIBEVENT_USES
...
PR: 231488
Submitted by: jaap@NLnetLabs.nl (maintainer)
2018-10-01 23:33:41 +00:00
Mathieu Arnold
59cc109ed3
Update to latest commit.
2018-10-01 14:27:59 +00:00
Jan Beich
a9d287a5ea
lang/rust: update to 1.29.1
...
- Force rebuild all consumers as standard library is statically linked
Changes: https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html
PR: 229826 (follow up)
Approved by: dumbbell
Differential Revision: https://reviews.freebsd.org/D17337
2018-09-28 17:59:24 +00:00
Rene Ladan
2dfde0455b
Remove expired ports:
...
2018-09-25 math/mtl: fails to fetch: mastersite times out
2018-09-25 dns/dnscrypt-proxy: Deprecated by upstream, use dns/dnscrypt-proxy2 instead
2018-09-27 09:00:13 +00:00
Chris Rees
346d8ef240
Update to 2.2
...
This avoids overwriting IP info; meaning you can have multiple instances running
2018-09-26 19:51:48 +00:00
Mathieu Arnold
eef8b139b6
Fix build on i386.
2018-09-25 14:25:50 +00:00
Yuri Victorovich
f2010cd6cc
dns/amass: Update 2.7.0 -> 2.7.0-8
...
Fix of the regression that I reported to them.
2018-09-25 06:01:51 +00:00
Sunpoet Po-Chuan Hsieh
9f441c3999
Cosmetic change
2018-09-24 11:12:50 +00:00
Sunpoet Po-Chuan Hsieh
6c1c8475a3
Cosmetic change
2018-09-24 11:12:46 +00:00
Sunpoet Po-Chuan Hsieh
f80b242095
Cosmetic change
2018-09-24 11:11:49 +00:00
Mathieu Arnold
b5c3146106
Update to latest commit.
2018-09-24 09:31:05 +00:00
Yuri Victorovich
21a094d033
dns/amass: Correction: the revious commit didn't really update the version
2018-09-23 22:22:41 +00:00
Yuri Victorovich
7f4b9d9ad5
dns/amass: Update 2.6.0.11 -> 2.7.0
...
Reported by: portscout
2018-09-23 22:14:25 +00:00