Commit graph

4800 commits

Author SHA1 Message Date
Carlos J. Puga Medina
8a11fdff17 - Fix building against Lua(JIT). The configuration switch change since version 1.3.2.
When building without poudriere, it would always pick LuaJIT over Lua if both are installed,
  basically ignoring the configuration knob.
- Bump PORTREVISION

PR:		233142 (based on)
Submitted by:	Ralf van der Enden <tremere@cainites.net>
MFH:		2018Q4
2018-11-11 15:59:50 +00:00
Carlos J. Puga Medina
8cfeec87ff dns/dnsdist: Update to 1.3.3
Changelog: https://dnsdist.org/changelog.html#change-1.3.3

MFH:		2018Q4
2018-11-11 09:54:04 +00:00
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Mathieu Arnold
35326f1a97 security/openssl-devel was removed, but there is a security/openssl111 now. 2018-11-10 10:09:48 +00:00
Kurt Jaeger
7ac1ff064c dns/knot-resolver: update 2.4.1 -> 3.1.0
PR:		230842
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-resolver.cz/2018-08-20-knot-resolver-3.0.0.html
		https://www.knot-resolver.cz/2018-11-02-knot-resolver-3.1.0.html
2018-11-08 19:47:59 +00:00
Mathieu Arnold
c12ed87bdf Mark this broken on 12 and 13.
Fails with:

./bundy-certgen -q -w
*** Signal 11
2018-11-05 09:44:12 +00:00
Mathieu Arnold
8787dea6a8 Update to latest commit. 2018-11-05 08:37:10 +00:00
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