Commit graph

4651 commits

Author SHA1 Message Date
Steve Wills
832adfec9a dns/dnscrypt-proxy2: update to 2.0.16
PR:		229679
Submitted by:	Vinícius Zavam <egypcio@googlemail.com> (maintainer)
2018-07-11 11:45:20 +00:00
Mathieu Arnold
ed239a5762 Update to latest commit.
Sponsored by:	Absolight
2018-07-11 09:37:02 +00:00
Mathieu Arnold
5f2f83cc31 Update BIND9 ports to 9.11.4, 9.12.2 and 9.13.2.
Sponsored by:	Absolight
2018-07-11 09:36:54 +00:00
Emanuel Haupt
961d98f823 - Update to 1.1
- Move to GitHub
2018-07-11 07:57:42 +00:00
Emanuel Haupt
c1840ddcbd Provide a patch to specify the destination port. 2018-07-10 13:05:09 +00:00
Emanuel Haupt
f473d4ccfc UTdns is a nifty tool which proxies all UDP-based DNS requests through TCP DNS.
This is usefull if you have to tunnel DNS through TCP-only tunnels. This
respectively was the requirement for the development of this tool.

WWW: https://www.cypherpunk.at/2013/04/dnsudp-to-tcp-translator/
2018-07-10 11:49:01 +00:00
Mathieu Arnold
f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
Tobias Kortkamp
fb4cf41901 dns/ddclient: Move to newer snapshot
CloudFlare will shutdown the old v1 API on June 4, 2018.
ddclient on the repository already supports the current v4 API,
but there is no newer release since 2015.

Also includes CloudFlare IPv6 support.

PR:		228600
Submitted by:	maintainer
2018-07-07 18:54:31 +00:00
Rene Ladan
aa57703563 Remove expired ports:
2018-06-30 dns/bind99: Going out of support, please migrate to dns/bind911
2018-06-30 dns/bind910: Going out of support, please migrate to dns/bind911
2018-07-04 12:57:28 +00:00
Rene Ladan
8396bf226f Bump the minimum bind version to dns/bind911 in dependent ports. 2018-07-04 11:52:25 +00:00
Kurt Jaeger
b53a0db6c5 dns/knot2: update 2.6.5 -> 2.6.7
PR:		229493
Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes:	https://www.knot-dns.cz/2018-05-17-version-267.html
2018-07-04 05:25:22 +00:00
Mathieu Arnold
1e62298229 Update to latest commit.
Sponsored by:	Absolight
2018-07-02 13:48:00 +00:00
Mark Linimon
aff42c7199 Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same.  Also, mark them broken on
mips when necessary.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-02 04:00:29 +00:00
Gleb Popov
98ae1eaf36 lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc

In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:

# pkg install -y `cat ghc-pkgs.txt`

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16038
2018-06-30 09:57:59 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Steve Wills
fdc259a213 dns/py-dns-lexicon: Update to 2.4.4
PR:		229364
Submitted by:	Goran Mekić <meka@tilda.center> (maintainer)
2018-06-28 20:51:52 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Don Lewis
4d6bba5539 New port dns/dnstable_convert. It was split out of dnstable to reduce the
dependencies of dnstable.

dnstable_convert is a conversion utility for passive DNS data in
dnstable format.

Sponsored by:	Farsight Security, Inc.
2018-06-25 17:14:41 +00:00
Don Lewis
bd0fc6b05d Upgrade dnstable to version 0.10.1:
dnstable (0.10.1)

    * Check for endian.h headers.

    * Add sys/socket.h include.

    * Expunge protobuf-c references.

    * Correct libyajl include path.

  dnstable (0.10.0)

    * Remove dnstable_convert into a separate repo to simplify
      dependencies. https://github.com/farsightsec/dnstable-convert/

    * Add generated man pages to source.

    * Document dnstable_entry_set_iszone().

    * Improve dnstable_reader(3) documentation.

    * Add JSON output (-j option) to dnstable_lookup.

    * Add test cases based on dnstable_lookup.

    * Only encode RDATA so the hostname is at the beginning for NS, CNAME,
      DNAME, PTR, MX, and SRV record types.

    * Fix byteorder macros for macOS.

Sponsored by:	Farsight Security, Inc.
2018-06-25 17:11:08 +00:00
Mathieu Arnold
efc0ec5fb6 Update to latest commit.
Sponsored by:	Absolight
2018-06-25 14:39:40 +00:00
Sunpoet Po-Chuan Hsieh
05f155d9b1 Revert r473259 and r473260 which are committed by accident
- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports
2018-06-24 21:11:14 +00:00
Sunpoet Po-Chuan Hsieh
cf03afc451 Update to 3.6.0
Changes:	https://github.com/google/protobuf/releases
2018-06-24 20:19:45 +00:00
Yuri Victorovich
4cceb98fa2 Correction to r473019: Revert the unintended change to the 'Created by' headers. 2018-06-22 08:28:00 +00:00
Yuri Victorovich
d7ec60f5a5 Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
2018-06-22 08:04:38 +00:00
Sunpoet Po-Chuan Hsieh
633968a463 Update to 1.7.3
Changes:	https://www.nlnetlabs.nl/svn/unbound/tags/release-1.7.3/doc/Changelog
PR:		229202
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2018-06-21 21:12:11 +00:00
William Grzybowski
5695ad115e dns/inadyn-mt: update to 02.28.10
- Release maintainership

PR:		225021
Submitted by:	Matt <fsbruva at yahoo com>
2018-06-21 13:49:35 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Kurt Jaeger
f40b53895a dns/knot-resolver: update 2.1.1 -> 2.3.0, fixing CVE-2018-1110
PR:		229040
Reported by:	freebsd-vheg@riseup.net
Approved by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
MFH:		2018Q2
Relnotes:	https://www.knot-resolver.cz/2018-04-23-knot-resolver-2.3.0.html
Security:	CVE-2018-1110
2018-06-20 03:49:20 +00:00
Gleb Popov
bdbdca878e dns/dnsrecon: Update to 0.8.13.
Approved by:	rihaz.jerrin@gmail.com (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15824
2018-06-19 19:11:01 +00:00
Steve Wills
10467c8d9b dns/py-dns-lexicon: Update to 2.4.3
PR:		229104
Submitted by:	Goran Mekić <meka@tilda.center> (maintainer)
2018-06-18 13:16:56 +00:00
Mathieu Arnold
ecb8e37d49 Update to latest commit.
Sponsored by:	Absolight
2018-06-18 08:17:49 +00:00
Mark Linimon
836c2938d1 Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 03:49:09 +00:00
Mathieu Arnold
cd95a0029c Second part of the previous commit, somehow lost the first time.
Sponsored by:	Absolight
2018-06-15 13:16:38 +00:00
Mathieu Arnold
327414735f Update to 9.13.1.
Sponsored by:	Absolight
2018-06-15 12:55:06 +00:00
Tobias C. Berner
746e77dca9 Update KDE Frameworks to 5.47
PR:		228862
Exp-run by:	antoine
2018-06-15 05:14:35 +00:00
Steve Wills
a2e2da7fcb dns/unbound: upgrade to 1.7.2
PR:		228889
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2018-06-14 23:22:21 +00:00
Steve Wills
0942caa218 dns/nsd: upgrade to version 4.1.22
PR:		228883
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2018-06-14 22:59:05 +00:00
Mathieu Arnold
ff748a9b40 Include a patch to fix CVE-2018-5738 in all the BIND9 ports.
MFH:		2018Q2 (blanket)
Security:	CVE-2018-5738
Sponsored by:	Absolight
2018-06-14 15:42:52 +00:00
Mathieu Arnold
2f62e59b3e Update to latest commit.
Sponsored by:	Absolight
2018-06-11 11:56:16 +00:00
Babak Farrokhi
7dae72a438 dns/erlang-idna: Update to 5.1.2 2018-06-10 08:13:09 +00:00
Jimmy Olgeni
e53a4554e9 Transfer more Erlang ports to erlang@. 2018-06-08 13:43:25 +00:00
Mathieu Arnold
f1f5685125 Fix build with LibreSSL 2.7.
PR:		226903
Submitted by:	Charlie Li
Reported by:	Piotr Kubaj
Sponsored by:	Absolight
2018-06-08 13:28:14 +00:00
Danilo G. Baio
5d42e04c4d dns/dnscrypt-proxy2: Update to 2.0.15
Changes:	https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/2.0.15/ChangeLog

Approved by:	egypcio@googlemail.com (maintainer, implicit)
2018-06-07 18:41:54 +00:00
Danilo G. Baio
e4129989d1 Add dns/go-geodns: DNS server with per-client targeted responses
GeoDNS is a DNS server with per-client targeted responses. It powers the NTP
Pool system and other similar services.

WWW: https://github.com/abh/geodns

PR:		227492
Submitted by:	Vinicius Zavam <egypcio@googlemail.com>
Differential Revision:	https://reviews.freebsd.org/D15056
2018-06-07 14:18:54 +00:00
Mathieu Arnold
d37ee3b20d Move things around a bit to be more handbook compliant.
Sponsored by:	Absolight
2018-06-06 10:31:30 +00:00
Sunpoet Po-Chuan Hsieh
ab86176c7a Update to 1.09
Changes:	https://metacpan.org/changes/distribution/Net-DNS-SEC
2018-06-05 18:56:19 +00:00
Mark Linimon
de4b871682 Mark as broken on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-06-04 23:42:08 +00:00
Mathieu Arnold
9f882387b0 Update to latest commit.
Sponsored by:	Absolight
2018-06-04 12:07:48 +00:00
Adriaan de Groot
fad0be02f8 dns/kf5-kdnssd: Fix build error when compiled with MDNSRESPONDER option
KDE ports build with -DQT_NO_CAST_FROM_BYTEARRAY, so the implicit cast
from QByteArray to const char * is not available. Make the necessary
conversion explicit.

This is being upstreamed as well (but would only land in 5.48 or later).

PR:		228735
Submitted by:	ashish
Reported by:	ashish
Reviewed by:	tcberner
2018-06-04 09:34:03 +00:00
Vanilla I. Shu
2bea94a572 Add py-aiodns 1.1.1, simple DNS resolver for asyncio.
PR:		228579
Submitted by:	Waitman Gobble <waitman@waitman.net>
2018-05-29 12:29:16 +00:00