Commit graph

4359 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
16740f252c Update to 1.6.0
Changes:	https://github.com/DNS-OARC/dnscap/releases
2017-12-03 20:34:33 +00:00
Kurt Jaeger
ed7c4d7c2c dns/nsd: update 4.1.17 -> 4.1.18
This release has features for saving memory and faster notification.
With --enable-packed, 33% memory savings could be had, or something
along that size.  Notification of secondary servers happens in parallel,
and has faster timeouts.  More sockets are used for zone transfers.
This speeds up communication with a larger set of servers.  Additionally
a bug is fixed for dual-loaded parent-and-child zone configured at the
same time, when one of the zones has not loaded properly.

FEATURES:
- xfr-inspect, it is not installed, it prints xfr files from /tmp
  made with 'make xfr-inspect' in the source dir.
- retry timeout between sending notifies dropped from 15 to 3 sec.
- NSD sends 16 notifies simultaneously.
- configure --enable-packed reduces memory usage, at expense of
  unaligned reads.  Saves about 17%.
- Save memory by selectively allocate precompiled nsec3 hashes,
  saves about 16% memory.
- make ip-transparent option work on OpenBSD.
- Save about 2% memory by changing usage count size in name tree.
- Fix #2871: Increase number of sockets for xfrd transfers.

BUG FIXES:
- Fix gcc 7.1.1 warnings.
- Fix writev compile warning on FreeBSD.
- Fix #1446: A corrupted zone file "propagates" to good ones.
- nsd-control zonestatus prints wait time between attempts, for zones
  that are in that waiting time.
- Fix collision printout of nsec3 to print name, hash and reverse.
- Fix #1567: Change crit to err log level for gettimeofday failure.
  Add defines for compile without syslog.
- Fix crash for DS query when parent and child zones both configured
  in nsd.conf and parent zone has not loaded properly.

PR:		224025
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2017-12-02 12:37:22 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Dmitry Marakasov
610847a262 - Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2017-11-30 09:00:19 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Danilo G. Baio
b6fd3d64ea dns/py-dns-lexicon: Update to 2.1.12
Changes:	https://github.com/AnalogJ/lexicon/releases/tag/v2.1.12

PR:		223968
Submitted by:	Goran Mekić <meka@tilda.center> (maintainer)
2017-11-29 22:15:31 +00:00
Jochen Neumeister
bf735a7149 dns/cli53: Update to 0.8.12
Changelog: https://github.com/barnybug/cli53/releases/tag/0.8.12

PR:		223902
Submitted by:	meta+ports@vmeta.jp (maintainer)
Approved by:	mentors (implicit)
2017-11-27 14:55:45 +00:00
Mathieu Arnold
d6bdb50425 Update to latest commit.
Sponsored by:	Absolight
2017-11-27 12:00:11 +00:00
Ryan Steinmetz
e67ac74f41 - Add libmaxminddb for geoip2 support
- Bump PORTREVISION

PR:		223814
Submitted by:	peter@
2017-11-23 21:35:00 +00:00
Mathieu Arnold
d12663fa08 Add an extra check to make sure syslogd is correctly configured when
using chroot.

Sponsored by:	Absolight
2017-11-23 13:55:30 +00:00
Dmitry Marakasov
16281007de - Simplify build and installation
- Install manpages independent of DOCS options
- Use proper command for static library installation

Approved by:	portmgr blanket
2017-11-23 09:00:18 +00:00
Mathieu Arnold
eeab535c70 Update to 2.0.14.
Sponsored by:	Absolight
2017-11-20 14:55:31 +00:00
Mathieu Arnold
20b7e462be Update to latest commit.
Sponsored by:	Absolight
2017-11-20 14:55:28 +00:00
Danilo G. Baio
6752e74df8 dns/mDNSResponder_nss: Update to 878.1.1
PR:		223730
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu> (maintainer)
2017-11-18 13:55:34 +00:00
Ryan Steinmetz
fb4fe3485b - Add OPTION for stubby
- Bump PORTREVISION

PR:		223710
Submitted by:	Ollivier Robert
2017-11-16 17:20:09 +00:00
Tobias C. Berner
d0d2791306 Update KDE Frameworks to 5.40.0
* update to 5.40.0
* unreleated cleanups:
  - unify use of DISTVERSION
  - remove created by line

PR:		223602
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D12966
2017-11-16 05:59:35 +00:00
Sunpoet Po-Chuan Hsieh
b8d18cad5b Update to 1.0.8
Changes:	https://github.com/KimNorgaard/validates_hostname/commits/master
2017-11-14 22:51:02 +00:00
Mathieu Arnold
5908ef2de7 Update to latest commit.
Sponsored by:	Absolight
2017-11-13 12:33:13 +00:00
Steve Wills
1fd59c0aa8 dns/py-dns-lexicon: update to 2.1.11
PR:		223639
Submitted by:	Goran Mekić <meka@tilda.center> (maintainer)
2017-11-13 05:19:42 +00:00
Sunpoet Po-Chuan Hsieh
837b7c9cb6 Update to 0.0.0.20171029
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2017-11-12 19:09:39 +00:00
Ryan Steinmetz
580f5d4b2d - Update to 1.2.1 2017-11-12 14:24:49 +00:00
Sunpoet Po-Chuan Hsieh
85c699e3ed Add version requirement for libidn2 2017-11-11 23:31:55 +00:00
Sunpoet Po-Chuan Hsieh
a36a533071 Update to 0.19.1
Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
2017-11-10 19:10:06 +00:00
Sunpoet Po-Chuan Hsieh
163e9c63ac Update to 3.0.1
Changes:	https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
2017-11-09 19:44:52 +00:00
Mathieu Arnold
cbe03e2874 Update to 9.12.0b2.
Sponsored by:	Absolight
2017-11-09 13:05:14 +00:00
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Matthew Seaman
6d690090f3 Update to 2.6.1
PR:		223398
Submitted by:	clukas@firc.de
Approved by:	freebsd@dns-lab.com (maintainer)
2017-11-07 19:15:47 +00:00
Mathieu Arnold
7380d4d27b Make a note that dns/bind99 and dns/bind910 will be unsupported in a few
months.

Sponsored by:	Absolight
2017-11-07 15:48:20 +00:00
Mathieu Arnold
8ab9e7cb3e Add a symlink to named's session-keyfile.
Using nsupdate -l, and chroot was broken because nsupdate could not find
the keyfile by itself.

PR:		223403
Submitted by:	Harald Schmalzbauer
Sponsored by:	Absolight
2017-11-07 15:48:16 +00:00
Mathieu Arnold
98b703fa68 Update to latest commit.
Sponsored by:	Absolight
2017-11-06 10:38:33 +00:00
Danilo G. Baio
c27d4e377f Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
2017-11-04 11:43:35 +00:00
Maxim Sobolev
f608926752 Fix build on FreeBSD 10.3 (compiler lacks -R option). 2017-11-03 13:21:17 +00:00
Mathieu Arnold
3245e6532c Enable the PYTHON option by default, it brings a few interesting DNSSEC
tools.

Sponsored by:	Absolight
2017-11-03 13:20:28 +00:00
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Sunpoet Po-Chuan Hsieh
fa529b4806 Update to 1.20171031
- Add NO_ARCH

Changes:	https://github.com/marcbradshaw/Net-DNS-Resolver-Mock/commits/master
2017-11-01 16:50:17 +00:00
Jimmy Olgeni
2fb9f25373 Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-11-01 13:10:35 +00:00
Matthew Seaman
55354f84ba Update to 2.6.0
Release notes: https://www.knot-dns.cz/2017-09-29-version-260.html

PR:		223278
Submitted by:	clukas@firc.de
Approved by:	freebsd@dns-lab.com (maintainer)
2017-10-31 22:20:27 +00:00
Mathieu Arnold
cf8142cee1 Update to latest commit.
Sponsored by:	Absolight
2017-10-30 10:48:14 +00:00
Matthew Seaman
e7b4c66011 Fix the DNSTAP option
PR:		221333
Submitted by:	tmasu@st.rim.or.jp
Approved by:	maintainer timeout (2 months+)
2017-10-28 17:03:26 +00:00
Vanilla I. Shu
fa7be454ee Update
devel/netsurf-buildsystem to 1.6
devel/nsgenbind to 0.5
dns/libnspsl to 0.1.2
graphics/libnsgif to 0.2.0
textproc/libcss to 0.7.0
textproc/libutf8proc to 1.3.1.3
www/libdom to 0.3.2
www/libhubbub to 0.3.4
www/netsurf to 3.7
2017-10-27 15:46:21 +00:00
Tijl Coosemans
46dc3b5f41 After r452629 also bump ports that optionally depend on libsodium.
PR:		223192
2017-10-26 18:42:11 +00:00
Mathieu Arnold
98e61e6f49 Hook bind912 to the build.
Reported by:	antoine
Pointy hat:	mat
Sponsored by:	Absolight
2017-10-26 13:03:45 +00:00
Mathieu Arnold
2414c4bce8 Add BIND9 9.12, currently in beta 1.
Changes:	https://lists.isc.org/pipermail/bind-announce/2017-October/001068.html
Sponsored by:	Absolight
2017-10-25 16:12:04 +00:00
Mathieu Arnold
789f1484de Install the mtree file as .sample to allow users to change them.
Sponsored by:	Absolight
2017-10-25 13:24:19 +00:00
Mathieu Arnold
82f10ad7ba Update to latest commit.
Sponsored by:	Absolight
2017-10-23 14:29:47 +00:00
Adam Weinberger
e6e8fcc996 Update to 0.1. DOCS option is removed, see manpage instead.
PR:		223175
Submitted by:	maintainer
2017-10-23 03:36:01 +00:00
Vsevolod Stakhov
f191a0244b - Update libsodium to 1.0.15 [1]
- Bump revisions for all dependent ports

PR:		223147 [1]
Submitted by:	Greg V [1]
2017-10-22 10:09:33 +00:00
Stefan Eßer
c852d1e133 Upgrade to version 1.3. 2017-10-21 11:44:23 +00:00
Rodrigo Osorio
3a17d08ae3 Deprecate this port with an expiration date the 01/01/2018
Dualserver is a badly done piece of software hard to patch and maintain,
offering less features than its competitors (eg. dnsmasq), and suffering
from design flaws. Since upgrading to the latest version is a useless task
I thik we should consider its deprecation.

Please consider to move to dns/dnsmasq.
2017-10-20 22:22:01 +00:00
Sunpoet Po-Chuan Hsieh
d024b59872 Update to 1.13
- Remove GOST option
- Add IDN2 option
- Add IDN_DESC and IDN2_DESC

Changes:	http://search.cpan.org/dist/Net-DNS/Changes
2017-10-19 20:36:05 +00:00