aboutsummaryrefslogtreecommitdiff
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Update to upstream release candidate #4, with two more fixes.Matthias Andree2017-05-214-7/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally, zero out *addrp in edns0.c, and fix two typoes in forward.c where && should be &. These fixes have all been reported upstream. Note that the build rig is currently not up to using I18N and IDN2, so we forgo IDN2 for now. Also reported upstream. Changelog since -test5: 1835343 (tag: v2.77rc4) Update German translation. 2aaea18 Add .gitattributes to substitute VERSION on export. 7ab78b9 (tag: v2.77rc3) Fix c7be0164ce6ae89d6f2f0ffea14e2612418dd5da c7be016 (tag: v2.77rc2) Suppress DHCP ping checks when allocating on the loopback interface. d203af4 Add optional support for libidn2 and therefore IDNA2008. 05f76da Don't die() on failing to parse lease-script output. bf05f8f Fix crash introduced by 09f3b2cd9c7b5b5e0e96ba41f666e69808862620. 09f3b2c (tag: v2.77rc1) Fix case of DS queries to domains marked as not doing DNSSEC. 2282787 Fix botch introduced by 561441320f0cb67ea97f81c59332da5c6d14b494 4583dd9 Replace obsolete utime() usage with utimes(). 5614413 Fix a couple of crashes on malformed config files. b2a9c57 Add "known-othernet" DHCP tag. Notes: svn path=/head/; revision=441373
* Update KDE Frameworks to 5.34.0Tobias C. Berner2017-05-201-3/+3
| | | | | | | | | | | PR: 219314 Reviewed by: rakuco Exp-run by: antoine Approved by: rakuco (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10747 Notes: svn path=/head/; revision=441306
* Use anticongestion in dns/ddclientAlan Somers2017-05-202-4/+11
| | | | | | | | | | | | Introduced in src r316342, the anticongestion feature unifies multiple periodic scripts' disparate sleeps. PR: 218442 Approved by: mjl@luckie.org.nz (maintainer) Approved by: brd (ports) Notes: svn path=/head/; revision=441283
* - Update maintainer addressJochen Neumeister2017-05-162-2/+2
| | | | | | | | Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755 Notes: svn path=/head/; revision=441000
* dns/py-dns-lexicon: Update to 2.1.4Danilo G. Baio2017-05-162-4/+4
| | | | | | | | | | PR: 219240 Submitted by: Goran Mekić <meka@tilda.center> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10700 Notes: svn path=/head/; revision=440986
* Update to latest commit.Mathieu Arnold2017-05-153-7/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=440934
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-0/+2
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440746
* dns/dnswalk: Unbreak portMark Felder2017-05-122-1/+33
| | | | | | | | | | Deprecated Perl syntax was preventing the port from working. Approved by: portmgr MFH: 2017Q2 Notes: svn path=/head/; revision=440707
* - remove extra patch file causing a re-patch of same fileJason Helfman2017-05-111-13/+0
| | | | | | | Reported by: pkg-fallout@ Notes: svn path=/head/; revision=440644
* Update to 0.8.8Sunpoet Po-Chuan Hsieh2017-05-102-5/+5
| | | | | | | | | | | - While I'm here, fix indent Changes: https://github.com/barnybug/cli53/blob/master/CHANGELOG.md PR: 219178 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Notes: svn path=/head/; revision=440540
* Update to 2.1.2Sunpoet Po-Chuan Hsieh2017-05-092-6/+7
| | | | | | | | | | | | | | - While I'm here: - Add LICENSE_FILE - Sort USE_PYTHON - Fix typo Changes: https://github.com/AnalogJ/lexicon/releases PR: 219167 Submitted by: Goran Mekić <meka@tilda.center> (maintainer) Notes: svn path=/head/; revision=440502
* Update to latest commit.Mathieu Arnold2017-05-092-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=440485
* Update to 1.10Sunpoet Po-Chuan Hsieh2017-05-063-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/Net-DNS/Changes Notes: svn path=/head/; revision=440251
* Lexicon provides a way to manipulate DNS records on multiple DNS providers in aMartin Wilke2017-05-064-0/+33
| | | | | | | | | | | | | | standardized way. Lexicon has a CLI but it can also be used as a python library. Lexicon was designed to be used in automation, specifically letsencrypt. WWW: https://github.com/AnalogJ/lexicon PR: 218792 Submitted by: Goran Meki <meka@tilda.center> Notes: svn path=/head/; revision=440230
* Update to new upstream test release -test5.Matthias Andree2017-05-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff from upstream CHANGELOG: + Allow use of MAC addresses with --tftp-unique-root. Thanks + to Floris Bos for the patch. + + Add --dhcp-reply-delay option. Thanks to Floris Bos + for the patch. + + Add mtu setting facility to --ra-param. Thanks to David + Flamand for the patch. + + Capture STDOUT and STDERR output from dhcp-script and log + it as part of the dnsmasq log stream. Makes life easier + for diagnosing unexpected problems in scripts. + Thanks to Petr Mensik for the patch. + + Generate fatal errors when failing to parse the output + of the dhcp-script in "init" mode. Avoids strange errors + when the script accidentally emits error messages. + Thanks to Petr Mensik for the patch. + + Make --rev-server for an RFC1918 subnet work even in the + presence of the --bogus-priv flag. Thanks to + Vladislav Grishenko for the patch. + + Extend --ra-param mtu: field to allow an interface name. + This allows the MTU of a WAN interface to be advertised on + the internal interfaces of a router. Thanks to + Vladislav Grishenko for the patch. + + Do ICMP-ping check for address-in-use for DHCPv4 when + the client specifies an address in DHCPDISCOVER, and when + an address in configured locally. Thanks to Alin Năstac + for spotting the problem. This change was reverted: - Implement RFC 6842. Thanks to Reddeiah Raju Konduru for - pointing out that this was missing. Reported by: portscout Notes: svn path=/head/; revision=440120
* Correct typo in DNSCRYPT option descriptionLarry Rosenman2017-05-041-1/+1
| | | | | | | | | | PR: 219052 Submitted by: greenreaper@hotmail.com Reportee by: Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=440077
* dns/opendnssec2: update 2.1.0 -> 2.1.1Kurt Jaeger2017-05-022-4/+4
| | | | | | | | | | | | | | | - OPENDNSSEC-889: MySQL migration script didnt work for all database and MySQL versions. - OPENDNSSEC-887: Segfault on extraneous tag. - OPENDNSSEC-880: Command line parsing for import key command failed. - OPENDNSSEC-890: Bogus signatures upon wrong zone input when TTLs for same rrset are mismatching. PR: 218995 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=439970
* dns/opendnssec: update 1.4.12 -> 1.4.14Kurt Jaeger2017-05-022-5/+4
| | | | | | | | | | | | | | - OPENDNSSEC-888: Fix up MySQL<->SQLite3 database conversion script. - OPENDNSSEC-752: Incorrect calculated number of KSKs needed when KSK and ZSK have exactly the same parameters. This would prevent KSK rollovers. - OPENDNSSEC-890: Bogus signatures on mismatching TTLs within the same RRset. PR: 218994 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=439969
* Update to latest commit.Mathieu Arnold2017-05-022-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=439940
* devel/boost-*: update to 1.64.0Jan Beich2017-05-023-3/+3
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months ↵Larry Rosenman2017-04-307-70/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (google code has gone away) 2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/privman: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-px: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/spdict: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has gone away) 2017-04-30 net/opendpi: Unfetchable for more than six months (google code has gone away) 2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/naim: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/carve: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/foma: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/opencinematools: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/vstream-client: Unfetchable for more than six months (google code has gone away) 2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/jspacker: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008, requires openjdk 1.6 2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/trac-down: Upstream is gone www/tengine 2017-04-30 www/arora: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-dotcloud.cli: deprecated in upstream 2017-04-30 www/closure-linter: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/sventon: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/squidstats: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months (google code has gone away) 2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code has gone away) 2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months (google code has gone away) 2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone away) 2017-04-30 comms/esmska: Unfetchable for more than six months (google code has gone away) 2017-04-30 x11/keynav: Unfetchable for more than six months (google code has gone away) 2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/truecrack: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/skipfish: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code has gone away) 2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has gone away) 2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone away) 2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has gone away) 2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/robocalypto: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/libfov: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/dcross: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/hexglass: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code has gone away) 2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months (google code has gone away) 2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code has gone away) 2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead Notes: svn path=/head/; revision=439826
* New port: dns/droolKurt Jaeger2017-04-305-0/+42
| | | | | | | | | | | | | | | | | DNS Replay Tool (drool) can replay DNS traffic from packet capture (PCAP) files and send it to a specified server, with options such as to manipulate the timing between packets, as well as loop packets infinitely or for a set number of iterations. This tool's goal is to be able to produce a high amount of UDP packets per second and TCP sessions per second on common hardware. WWW: https://www.dns-oarc.net/tools/drool PR: 218706 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Notes: svn path=/head/; revision=439784
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439778
* dns/unbound: update 1.6.1 -> 1.6.2Kurt Jaeger2017-04-293-8/+23
| | | | | | | | | PR: 218872 Changes: http://www.unbound.net/pipermail/unbound-users/2017-April/004762.html Submitted by: jaap@NLnetLabs.nl (maintainer) Notes: svn path=/head/; revision=439775
* dns/nsd: update 4.1.15 -> 4.1.16Kurt Jaeger2017-04-293-24/+4
| | | | | | | | | | | | | | | | | | | | | | | features: - zone parser can parse acronyms for algorithms ED25519 and ED448. - Fix 1243: Option to make NSD emit really minimal responses, minimal-responses: yes in nsd.conf. bug fixes: - Calculate new udb index after growing the array, fix from Chaofeng Liu. - Fix missing _t to _type conversion for disable-radix-tree option. - Printout serial error with hint it may be too big. - Fix 1228: OpenSSL include is not guarded with HAVE_SSL - Patch for expire state in multi-master when masters includes broken master, from Manabu Sonoda. - minor manpage fix. PR: 218873 Submitted by: jaap@NLnetLabs.nl (maintainer) Notes: svn path=/head/; revision=439774
* dns/knot2: update 2.3.3 -> 2.4.3Kurt Jaeger2017-04-294-18/+11
| | | | | | | | | PR: 218948 Changes: https://gitlab.labs.nic.cz/labs/knot/raw/v2.4.3/NEWS Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Notes: svn path=/head/; revision=439773
* Update devel/protobuf to 3.3.0Sunpoet Po-Chuan Hsieh2017-04-292-2/+2
| | | | | | | | | | | - Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds fine without it - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases PR: 178687 [1] Notes: svn path=/head/; revision=439753
* Update to 2.0.2Sunpoet Po-Chuan Hsieh2017-04-293-13/+5
| | | | | | | | | - Clean up DISTINFO_FILE which should be part of r439384 Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS Notes: svn path=/head/; revision=439737
* - Update to 1.1.0Ryan Steinmetz2017-04-263-22/+14
| | | | Notes: svn path=/head/; revision=439466
* - Add INSTALL_TARGET=install-stripCarlos J. Puga Medina2017-04-261-1/+3
| | | | | | | | | | | While here, sort LICENSE_FILE PR: 218416 Submitted by: takefu@airpot.fm Approved by: Rafal Lesniak <fbsd@grid.einherjar.de> (maintainer timeout, 3 weeks) Notes: svn path=/head/; revision=439460
* dns/opendnssec13: Pull in textproc/gnugrep for a proper grep(1) with GNU ↵Larry Rosenman2017-04-261-1/+3
| | | | | | | | | | | | extensions PR: 218616 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Approved by: <jaap@NLnetLabs.nl> (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10503 Notes: svn path=/head/; revision=439426
* Update to 1.60.1Sunpoet Po-Chuan Hsieh2017-04-252-4/+4
| | | | | | | Changes: https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md Notes: svn path=/head/; revision=439397
* Update to 2.0.1Sunpoet Po-Chuan Hsieh2017-04-254-36/+28
| | | | | | | | | Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS PR: 218833 Submitted by: tijl Notes: svn path=/head/; revision=439384
* Add NO_ARCHSunpoet Po-Chuan Hsieh2017-04-242-1/+2
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=439317
* Update to 0.0.0.20170412Sunpoet Po-Chuan Hsieh2017-04-246-9/+9
| | | | | | | | | - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master Notes: svn path=/head/; revision=439304
* Update WWWSunpoet Po-Chuan Hsieh2017-04-241-1/+1
| | | | Notes: svn path=/head/; revision=439295
* Update to latest snapshot.Mathieu Arnold2017-04-245-24/+23
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=439274
* Return ports maintained by John Marino to the pool, he is no longer interested.Rene Ladan2017-04-211-1/+1
| | | | | | | Submitted by: Mark Millard via private e-mail Notes: svn path=/head/; revision=439129
* - Fix shebangsDmitry Marakasov2017-04-211-5/+7
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=439050
* Update to 9.9.10, 9.10.5, 9.11.1 and 9.12 to latest snapshot.Mathieu Arnold2017-04-2031-558/+627
| | | | | | | | | | | | | | | | | | | | While there: Make it more maintainable by sorting stuff in the Makefile and removing vestigial pre 10.3 things. Refresh the root zone hints. "Fix" the configuration section telling you to get some top level zones from f.root-servers.net, which does not allow axfr any more. [1] PR: 218656 [1] Reported by: Thomas Steen Rasmussen / Tykling [1] MFH: 2017Q2 Sponsored by: Absolight Notes: svn path=/head/; revision=438945
* Update KDE Frameworks to 5.33.0Tobias C. Berner2017-04-192-4/+3
| | | | | | | | | | | PR: 218524 Exp-run by: antoine Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10331 Notes: svn path=/head/; revision=438880
* Use dns/public_suffix_list for up-to-date public suffix listSunpoet Po-Chuan Hsieh2017-04-191-0/+6
| | | | | | | | | | | - Bump PORTREVISION for package change PR: 218362 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days) Notes: svn path=/head/; revision=438851
* Update to 1.0.7Sunpoet Po-Chuan Hsieh2017-04-162-4/+4
| | | | | | | Changes: https://github.com/KimNorgaard/validates_hostname/commits/master Notes: svn path=/head/; revision=438629
* dns/dnsdist: fix dnsdist binaries when building on 10.3Carlos J. Puga Medina2017-04-141-4/+13
| | | | | | | | | | - Change USES=compiler:c++14-lang to USES=compiler. Now the compiler macro doesn't require any arguments. - Bump PORTREVISION Reported by: Robin Geuze <robing@transip.nl> via mail Notes: svn path=/head/; revision=438527
* Unbreak rndc calls when using non default rndc.key location.Mathieu Arnold2017-04-138-52/+72
| | | | | | | | PR: 218335 Sponsored by: Absolight Notes: svn path=/head/; revision=438434
* Update to latest commit.Mathieu Arnold2017-04-133-9/+9
| | | | | | | | Security: c6861494-1ffb-11e7-934d-d05099c0ae8c Sponsored by: Absolight Notes: svn path=/head/; revision=438432
* Security update to 9.9.9-P8.Xin LI2017-04-132-4/+4
| | | | | | | | Security: c6861494-1ffb-11e7-934d-d05099c0ae8c Approved by: so Notes: svn path=/head/; revision=438425
* Security update to 9.11.0P5.Xin LI2017-04-132-4/+4
| | | | | | | | | Security: c6861494-1ffb-11e7-934d-d05099c0ae8c Approved by: so MFH: 2017Q2 Notes: svn path=/head/; revision=438423
* Security update to 9.10.4-P6.Xin LI2017-04-132-4/+4
| | | | | | | | | Security: c6861494-1ffb-11e7-934d-d05099c0ae8c Approved by: so MFH: 2017Q2 Notes: svn path=/head/; revision=438421
* Remove private URLs that should never have been committed.Mathieu Arnold2017-04-112-2/+2
| | | | | | | | Pointy hat: mat Sponsored by: Absolight Notes: svn path=/head/; revision=438261