1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

3706 Commits

Author SHA1 Message Date
Erwin Lansing
d3749b069b Update to 1.4.9
The main motivations for this release are bug fixes related to use
cases with large number of zones (more than 50 zones) in combination
with an XFR based setup. Too much concurrent zone transfers causes new
transfers to be held back. These excess transfers however were not
properly scheduled for later.

No migration steps needed when upgrading from OpenDNSSEC 1.4.8.

Bugfixes:

* Add TCP waiting queue. Fix signer getting 'stuck' when adding many
  zones at once. Thanks to Haavard Eidnes to bringing this to our attention.
* OPENDNSSEC-723: received SOA serial reported as on disk.
* Fix potential locking issue on SOA serial.
* Crash on shutdown. At all times join xfr and dns handler threads.
* Make handling of notifies more consistent. Previous implementation would
  bounce between code paths.

Known Issues:

When using SoftHSM2 compiled with OpenSSL, and libmysql with OpenSSL
as database backend for OpenDNSSEC. "ods-ksmutil key list --verbose"
crashes on exit. This is ultimately a bug in OpenSSL and not new for
this particular release. Make sure you don't use this specific
combination.

From <https://www.opendnssec.org>

PR:             206491
Submitted by:   Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Sponsored by:   DK Hostmaster A/S
2016-03-16 13:33:52 +00:00
Olli Hauer
a681562c84 - update to 4.1.9
BUG FIXES:
- Change the nsd.db file version because of nanosecond precision fix.

Approved by:    jaap@NLnetLabs.nl (maintainer)
PR:             208043
MFH:            2016Q1
2016-03-15 19:56:28 +00:00
Olli Hauer
98bbb468b4 - bump PORTREVISION on ports depending on unbound
PR:		207948
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2016-03-15 06:21:32 +00:00
Olli Hauer
c2840d6f99 - Update unbound to version 1.5.8
- add OPTION for DNSTAP logging support
- rename OPTION s/MUNIN/MUNIN_PLUGIN/ so it is consistent with nsd
- use OPTIONS_SUB
- use ${opt}_target
- use @sample macro for unbound.conf
- sort pkg-plist

Features
- ip-transparent option for FreeBSD with IP_BINDANY socket option.
- insecure-lan-zones: yesno config option, patch from Dag-Erling Smørgrav.
- RR Type CSYNC support RFC 7477, in debug printout and config input.
- RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07).
- [bugzilla: 731 ] tcp-mss, outgoing-tcp-mss options for unbound.conf, patch
  from Daisuke Higashi.
- Support RFC7686: handle ".onion" Special-Use Domain. It is blocked by
  default, andcan be unblocked with "nodefault" localzone config.
- ub_ctx_set_stub() function for libunbound to config stub zones.

The release fixes line endings in the unbound-control-setup script, and
a potential gost-hash validation failure and handles the ".onion" domain
to avoid privacy leakage.

PR:		207948
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2016-03-15 06:19:52 +00:00
Mathieu Arnold
691bf3a384 Update to latest snapshot.
Sponsored by:	Absolight
2016-03-14 14:24:30 +00:00
Mark Felder
8b9018ee0d dns/hesiod: Unbreak port
- Add mirror
- Add LICENSE
- Update MAINTAINER

PR:		205771
MFH:		2016Q1
2016-03-14 13:21:23 +00:00
Olli Hauer
68a2249e71 - update to 4.1.8
- add ability to build agains openssl or libressl from ports
- add MUNIN_PLUGIN_IMPLIES= BIND8_STATS
- use @sample macro in pkg-plist for nsd.conf
- s/exec/postexec/ pkg-plist

FEATURES:
- #732: tcp-mss, outgoing-tcp-mss options for nsd.conf, patch
  from Daisuke Higashi.
- #739: zonefile changes when mtime is small are detected on reload,
  if filesystem supports precision mtime values.
- RR type CSYNC (RFC7477) syntax is supported.

BUG FIXES:
- take advantage of arc4random_uniform if available, patch from
  Loganaden Velvindron.
- Fix flto check for OSX clang.
- Define _DEFAULT_SOURCE with _BSD_SOURCE for glibc 2.20 on Linux.
- Fix #736: segfault during zone transfer.
- Fix #744: Fix that NSD replies for configured but unloaded zone
  with SERVFAIL, not REFUSED.

PR:		207951
Submitted by:	jaap@NLnetLabs.nl (maintainer)
MFH:		2016Q1
2016-03-14 06:59:14 +00:00
Olli Hauer
668c7dceb4 - update to 3.2.21
Changes:
Fix potential segfault in zone transfer corner case.

NSD 3 is end of life and support stops on May 20th, 2016.

BUG FIXES:
- Define _DEFAULT_SOURCE with _BSD_SOURCE for glibc 2.20 on Linux.
  (Same as NSD 4.1.8).
- Fix #736: segfault during zone transfer. (Same as NSD 4.1.8).

PR:		207952
Submitted by:	jaap@NLnetLabs.nl (maintainer)
MFH:		2016Q1
2016-03-13 20:08:47 +00:00
Kurt Jaeger
e9930848e6 dns/odsclient: ODS shuts service done, deprecate port
See http://www.ods.org/:
  ODS has stopped accepting payments and will be shutting down in 2015.
2016-03-13 15:07:20 +00:00
Kurt Jaeger
c75d3c12dd New port: dns/dnsviz
Tool suite for analysis and visualization of Domain Name System
(DNS) behavior, including its security extensions (DNSSEC). The
Web-based analysis is run from the same software.

WWW: http://dnsviz.net/
2016-03-13 07:08:42 +00:00
Mathieu Arnold
761d120a1f Don't overwrite BUILD_DEPENDS and RUN_DEPENDS.
Pointy hat to:	sunpoet (in r403493)
Sponsored by:	Absolight
2016-03-12 13:12:24 +00:00
Mathieu Arnold
f6d0673391 Update to 9.9.8-P4, 9.10.3-P4 and latest snapshot.
MFH:		2016Q1 (obviously)
Security:	CVE-2016-1285
Security:	CVE-2016-1286
Security:	CVE-2016-2088
Sponsored by:	Absolight
2016-03-09 21:16:31 +00:00
Sunpoet Po-Chuan Hsieh
f5602946d0 - Update to 1.05
Changes:	http://search.cpan.org/dist/Net-DNS/Changes
2016-03-08 18:51:43 +00:00
Antoine Brodin
51187ff536 Hook py-tldextract to the build 2016-03-08 06:34:24 +00:00
Dan Langille
300ab6b3bb Introducing tldextract for extracting the TLD from the registered domain and
subdomains of a URL.

Differential Revision: D5574
2016-03-07 21:07:19 +00:00
Mathieu Arnold
713eedee35 Fix packaging with python 3.5 and also installs stripped shared
libraries.

PR:		207761
Submitted by:	rm
Sponsored by:	Absolight
2016-03-07 17:48:03 +00:00
Sunpoet Po-Chuan Hsieh
219d4dfc59 - Update to 1.59.2
Changes:	https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md
2016-03-06 06:32:17 +00:00
Sunpoet Po-Chuan Hsieh
f793be091d - Update to 0.0.0.20160301
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2016-03-06 06:17:59 +00:00
Matthias Andree
65ddf807a8 New upstream test release #12.
Git shortlog since test release #10:

Simon Kelley (14):
      Add TTL parameter to --host-record and --cname.
      Add --dhcp-ttl option.
      Update CHANGELOG.
      Add --tftp-mtu option.
      Apply ceiling of lease length to TTL when --dhcp-ttl in use.
      Fix --add-subnet when returning empty or default subnet.
      Replace incoming EDNS0_OPTION_NOMDEVICEID and EDNS0_OPTION_NOMCPEID options.
      Fix typo in last commit.
      Check return code from open()
      format fix.
      Fix pointer declaration botch.
      Tidy parsing code.
      Fix broken DNSMASQ_USER<x> envvars in script with more than one class.
      Tighten syntax checking for dhcp-range and clarify man page.
2016-03-04 08:49:12 +00:00
Carlos J. Puga Medina
d9ff617785 - Update to 0.0.791gfbb356b
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES

PR:		207668
Approved by:	junovitch (mentor)
2016-03-03 04:16:37 +00:00
Kurt Jaeger
536a7e97be dns/fastresolve: fix segfault
PR:		207589, 207628
Submitted by:	Miroslav Lachman <000.fbsd@quip.cz>, Dan Lukes <dan@obluda.cz>, Chris Hutchinsin <portmaster@bsdforge.com> (maintainer)
2016-03-02 07:58:13 +00:00
Li-Wen Hsu
9ff641729e - Update maintainer's email address
Submitted by:	maintainer (via facebook chat)
2016-03-02 05:41:03 +00:00
Jimmy Olgeni
f496f4f77d Update dns/erlang-idna to version 1.1.0. 2016-02-27 18:05:16 +00:00
Don Lewis
3b82a701b3 Update to version 0.8.1:
* Allow compressed <domain-name> record data fields in all supported record
    types (#12).

Sponsored by:	Farsight Security, Inc.
2016-02-26 21:12:53 +00:00
Kurt Jaeger
ca8b647880 dns/knot1: 1.6.6 -> 1.6.7
Changes:
  https://gitlab.labs.nic.cz/labs/knot/raw/1.6/NEWS

- IXFR: Log change of the zone serial number after the transfer
- RRL: Document operational impact of various settings
- RRL: Add support for zero slip (dropping of all limited responses)
- Added 'timer-db' configuration option allowing relocation of timer database

PR:		207414
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
2016-02-24 19:34:59 +00:00
Kurt Jaeger
459d860c47 dns/knot2: 2.0.2 -> 2.1.1
Changes:
  https://gitlab.labs.nic.cz/labs/knot/raw/v2.1.1/NEWS

PR:		207100
Approved by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
2016-02-22 17:27:50 +00:00
Carlos J. Puga Medina
640dfb58d9 - Update dnsdist to 0.0.734g1f3f982
PR:		207333
Approved by:	junovitch (mentor)
2016-02-22 10:02:35 +00:00
Ashish SHUKLA
b1c24e571b - Update to 201602131606
PR:		206357
Submitted by:	fluffy
2016-02-22 04:48:37 +00:00
Ryan Steinmetz
4e7a2fa81d - Update to 2.2.2 2016-02-19 13:41:03 +00:00
Matthias Andree
72b091c005 Upgrade to -test10 release.
Upstream's CHANGELOG since -test8:
  Don't crash with divide-by-zero if an IPv6 dhcp-range is declared as a
  whole /64.  (ie xx::0 to xx::ffff:ffff:ffff:ffff)
  Thanks to Laurent Bendel for spotting this problem.
2016-02-19 08:54:49 +00:00
Wen Heping
fa42fcd66f - Update to 1.74
Changes: http://cpansearch.perl.org/src/ALEXP/Net-Domain-TLD-1.74/Changes

PR:		207320
Submitted by:	vivek@khera.org(maintainer)
2016-02-19 06:56:15 +00:00
Matthias Andree
1865eecb1c Upgrade to upstream -test8 pre-release.
Changes per diff of the CHANGELOG file:

  Fix wrong answer to simple name query when --domain-needed set, but no
  upstream servers configured. Dnsmasq returned REFUSED, in this case,
  when it should be the same as when upstream servers are configured -
  NOERROR. Thanks to Allain Legacy for spotting the problem.

  Return REFUSED when running out of forwarding table slots, not SERVFAIL.

  Add --max-port configuration. Thanks to Hans Dedecker for the patch.

  Add --script-arp and two new functions for the dhcp-script.  These are
  "arp" and "arp-old" which announce the arrival and removal of entries
  in the ARP or nieghbour tables.

  Extend --add-mac to allow a new encoding of the MAC address as base64,
  by configurting --add-mac=base64

  Add --add-cpe-id option.
2016-02-17 08:12:11 +00:00
Kurt Jaeger
2f9f7c1384 dns/dnstracer: fix build on 10.2amd64
PR:		202824
Submitted by:	w.schwarzenfeld@aon.at, lukasz@wasikowski.net, vikashb@where-ever.za.net
Approved by:	edwin (maintainer timeout)
2016-02-17 04:30:29 +00:00
Raphael Kubo da Costa
f67c4157d3 Fix a typo in the SQLITE3 option handling introduced in r408757.
"gqlite3" should have been "gsqlite3", like it was before that SVN commit,
otherwise the build breaks.

Submitted by:	Andrew Nichols <andrew@quadrant.net>
2016-02-16 23:34:17 +00:00
Mathieu Arnold
fb7767b969 Update to latest snapshot.
Sponsored by:	Absolight
2016-02-15 15:54:39 +00:00
Raphael Kubo da Costa
69ee310318 Update to PowerDNS Auth 3.4.8
CHANGELOG: https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-348

Remove luabackend patches since those are upstream'd.

Also convert to OPTIONS helpers.

PR:		206986
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
2016-02-12 20:43:31 +00:00
Andrej Zverev
d652280a9c assign port to the new maintainer (jaap@NLnetLabs.nl)
Submitted by:	sem@FreeBSD.org (maintainer) via private email
2016-02-11 14:40:13 +00:00
Kurt Jaeger
17099ab555 dns/knot2: enable multiple instances in rc.d script
PR:		203931
Submitted by:	Chad J. Milios <milios@ccsys.com>
Approved by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
2016-02-11 02:40:57 +00:00
Don Lewis
49aed67ae4 Sort USE_PYTHON
Sponsored by:	Farsight Security, Inc.
2016-02-10 20:34:04 +00:00
Mark Felder
75fa446fdc dns/dnscrypt-proxy: Update to 1.6.1
* Fix code execution vulnerability
* Fix edns0 support
* Update OpenDNS resolver name for files/dnscrypt-proxy_multi.in

PR:		206938
Approved by:	ports-secteam (with hat)
MFH:		2016Q1
2016-02-10 00:04:04 +00:00
Mathieu Arnold
b2d092a813 Update to latest commit.
Sponsored by:	Absolight
2016-02-09 13:15:31 +00:00
Dmitry Marakasov
c7e91eca28 - Fix build after nettle update
Approved by:	portmgr blanket
2016-02-08 18:48:52 +00:00
Ryan Steinmetz
f27072dab0 - Fix build under 9.x 2016-02-05 04:12:21 +00:00
Erwin Lansing
d140eabacb - Update unbound to 1.5.7
- Bump PORTREVISIOn on dependent ports

Some Upgrade Notes:

This release fixes a validation failure for nodata with wildcards and
emptynonterminals. Fixes OpenSSL Library compability. Fixes correct
response for malformed EDNS queries. For crypto in libunbound there is
libnettle support.

Qname minimisation is implemented. Use qname-minimisation: yes to
enable it. This version sends the full query name when an error is
found for intermediate names. It should therefore not fail for names
on nonconformant servers. It combines well with
harden-below-nxdomain: yes because those nxdomains are probed by the
qname minimisation, and that will both stop privacy sensitive traffic
and reduce nonsense traffic to authority servers. So consider
enabling both. In this implementation IPv6 reverse lookups add
several labels per increment, because otherwise those lookups would be
very slow. [ Reference
https://tools.ietf.org/html/draft-ietf-dnsop-qname-minimisation-08 ]

More details at <http://unbound.net>

PR:		206347
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
Approved by:	maintainer timeout
Sponsored by:	DK Hostmaster A/S
2016-02-04 15:58:30 +00:00
Sunpoet Po-Chuan Hsieh
1dc8e20ba0 - Sort knobs
- Remove incorrect and outdated PYTHON_REL check
- Do not silence test message
2016-02-03 20:54:33 +00:00
Martin Matuska
817ca149ff Horde package update:
comms/pear-Horde_ActiveSync 2.30.2 -> 2.30.6
devel/pear-Horde_Alarm 2.2.5 -> 2.2.6
devel/pear-Horde_Argv 2.0.11 -> 2.0.12
security/pear-Horde_Auth 2.1.10 -> 2.1.11
devel/pear-Horde_Autoloader 2.1.1 -> 2.1.2
www/pear-Horde_Browser 2.0.10 -> 2.0.11
devel/pear-Horde_Cache 2.5.0 -> 2.5.2
archivers/pear-Horde_Compress 2.1.3 -> 2.1.4
archivers/pear-Horde_Compress_Fast 1.1.0 -> 1.1.1
devel/pear-Horde_Constraint 2.0.2 -> 2.0.3
devel/pear-Horde_Controller 2.0.3 -> 2.0.4
devel/pear-Horde_Core 2.22.3 -> 2.22.5
security/pear-Horde_Crypt 2.6.1 -> 2.7.0
security/pear-Horde_Crypt_Blowfish 1.1.0 -> 1.1.1
www/pear-Horde_Css_Parser 1.0.7 -> 1.0.8
devel/pear-Horde_Data 2.1.3 -> 2.1.4
devel/pear-Horde_Date 2.1.1 -> 2.2.0
devel/pear-Horde_Date_Parser 2.0.4 -> 2.0.5
databases/pear-Horde_Db 2.3.0 -> 2.3.1
devel/pear-Horde_Exception 2.0.6 -> 2.0.7
www/pear-Horde_Feed 2.0.3 -> 2.0.4
www/pear-Horde_Form 2.0.11 -> 2.0.12
security/pear-Horde_Group 2.0.5 -> 2.1.0
databases/pear-Horde_HashTable 1.2.3 -> 1.2.4
devel/pear-Horde_History 2.3.5 -> 2.3.6
www/pear-Horde_Http 2.1.5 -> 2.1.6
devel/pear-Horde_Icalendar 2.1.2 -> 2.1.3
dns/pear-Horde_Idna 1.0.3 -> 1.0.4
graphics/pear-Horde_Image 2.3.3 -> 2.3.4
mail/pear-Horde_Imap_Client 2.29.4 -> 2.29.5
devel/pear-Horde_Injector 2.0.4 -> 2.0.5
devel/pear-Horde_Itip 2.1.0 -> 2.1.1
mail/pear-Horde_ListHeaders 1.2.2 -> 1.2.3
devel/pear-Horde_Lock 2.1.1 -> 2.1.2
sysutils/pear-Horde_Log 2.1.2 -> 2.1.3
devel/pear-Horde_LoginTasks 2.0.5 -> 2.0.6
mail/pear-Horde_Mail 2.6.2 -> 2.6.3
mail/pear-Horde_Mapi 1.0.5 -> 1.0.6
mail/pear-Horde_Mime 2.9.2 -> 2.9.3
mail/pear-Horde_Mime_Viewer 2.1.1 -> 2.1.2
devel/pear-Horde_Notification 2.0.3 -> 2.0.4
archivers/pear-Horde_Pack 1.0.5 -> 1.0.6
textproc/pear-Horde_Pdf 2.0.6 -> 2.0.7
devel/pear-Horde_Prefs 2.7.4 -> 2.7.5
devel/pear-Horde_Rdo 2.0.4 -> 2.0.5
www/pear-Horde_Routes 2.0.4 -> 2.0.5
net/pear-Horde_Rpc 2.1.5 -> 2.1.6
security/pear-Horde_Secret 2.0.5 -> 2.0.6
devel/pear-Horde_Serialize 2.0.4 -> 2.0.5
www/pear-Horde_SessionHandler 2.2.5 -> 2.2.7
security/pear-Horde_Share 2.0.7 -> 2.0.8
mail/pear-Horde_Smtp 1.9.1 -> 1.9.2
net/pear-Horde_Socket_Client 2.0.0 -> 2.1.0
textproc/pear-Horde_SpellChecker 2.1.2 -> 2.1.3
devel/pear-Horde_Stream 1.6.2 -> 1.6.3
devel/pear-Horde_Stream_Filter 2.0.3 -> 2.0.4
devel/pear-Horde_Stream_Wrapper 2.1.2 -> 2.1.3
devel/pear-Horde_Support 2.1.4 -> 2.1.5
comms/pear-Horde_SyncMl 2.0.5 -> 2.0.6
www/pear-Horde_Template 2.0.2 -> 2.0.3
textproc/pear-Horde_Text_Diff 2.1.1 -> 2.1.2
textproc/pear-Horde_Text_Filter 2.3.2 -> 2.3.3
textproc/pear-Horde_Text_Flowed 2.0.2 -> 2.0.3
devel/pear-Horde_Timezone 1.0.9 -> 1.0.10
devel/pear-Horde_Token 2.0.7 -> 2.0.8
devel/pear-Horde_Translation 2.2.0 -> 2.2.1
net/pear-Horde_Url 2.2.4 -> 2.2.5
devel/pear-Horde_Util 2.5.6 -> 2.5.7
sysutils/pear-Horde_Vfs 2.3.0 -> 2.3.1
devel/pear-Horde_View 2.0.5 -> 2.0.6
textproc/pear-Horde_Xml_Element 2.0.3 -> 2.0.4
textproc/pear-Horde_Xml_Wbxml 2.0.2 -> 2.0.3
ftp/horde-gollem 3.0.6 -> 3.0.7
www/horde-base 5.2.8 -> 5.2.9
mail/horde-imp 6.2.11 -> 6.2.12
mail/horde-ingo 3.2.7 -> 3.2.8
deskutils/horde-kronolith 4.2.11 -> 4.2.12
deskutils/horde-mnemo 4.2.8 -> 4.2.9
deskutils/horde-nag 4.2.6 -> 4.2.7
devel/horde-timeobjects 2.1.0 -> 2.1.1
www/horde-trean 1.1.3 -> 1.1.4
mail/horde-turba 4.2.11 -> 4.2.12
mail/horde-webmail 5.2.11 -> 5.2.12
devel/horde-whups 3.0.5 -> 3.0.6
2016-02-02 22:56:26 +00:00
Sunpoet Po-Chuan Hsieh
8c60f317ae - Update to 0.0.0.20160130
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2016-02-02 22:44:20 +00:00
Ruslan Makhmatkhanov
1d86d24911 Bump minimal python3 version to 3.3 in USES
Because we are going to remove python 3.2 from the ports tree

With hat:   python
2016-02-02 20:01:44 +00:00
Carlos J. Puga Medina
03b527c9f2 - Update dnsdist to 0.0.679g176fdd7
- Update MAINTAINER to my @FreeBSD.org address

PR:		206822
Approved by:	junovitch (mentor)
2016-02-02 12:52:19 +00:00
John Marino
8b45fc0fe7 dns/dnstop: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-01 22:13:53 +00:00