aboutsummaryrefslogtreecommitdiff
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Use UTF-8 locale to ensure psl-make-dafsa processingSunpoet Po-Chuan Hsieh2017-04-071-0/+1
| | | | | | | | | | | | | | | | | | | The error message using C locale is as follows: ./psl-make-dafsa --output-format=cxx+ "/usr/local/share/public_suffix_list/public_suffix_list.dat" suffixes_dafsa.c Traceback (most recent call last): File "./psl-make-dafsa", line 695, in <module> sys.exit(main()) File "./psl-make-dafsa", line 689, in main outfile.write(converter(parser(infile, utf_mode, codecs), utf_mode, codecs)) File "./psl-make-dafsa", line 559, in parse_psl for line in infile: File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7619: ordinal not in range(128) Notes: svn path=/head/; revision=437963
* Update to 1.19Sunpoet Po-Chuan Hsieh2017-04-062-5/+4
| | | | | | | | | - Remove MASTER_SITE_SUBDIR Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes Notes: svn path=/head/; revision=437889
* Now builds on sparc64.Mark Linimon2017-04-051-2/+0
| | | | Notes: svn path=/head/; revision=437764
* Update to 0.0.0.20170401Sunpoet Po-Chuan Hsieh2017-04-025-8/+8
| | | | | | | | | - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master Notes: svn path=/head/; revision=437517
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-018-5/+8
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Add missing databases/py-sqlite3 dependencyTobias Kortkamp2017-03-301-1/+3
| | | | | | | | | | PR: 218227 Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com> (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10204 Notes: svn path=/head/; revision=437326
* Update to 1.4.1Sunpoet Po-Chuan Hsieh2017-03-302-4/+4
| | | | | | | Changes: https://github.com/DNS-OARC/dnscap/releases Notes: svn path=/head/; revision=437303
* Move from google code to githubCraig Rodrigues2017-03-283-9/+9
| | | | | | | | Approved by: ak Differential Revision: https://reviews.freebsd.org/D10159 Notes: svn path=/head/; revision=437099
* Update to 1.09Sunpoet Po-Chuan Hsieh2017-03-252-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-DNS/Changes Notes: svn path=/head/; revision=436879
* Add rubygem-validates_hostname 1.0.6Sunpoet Po-Chuan Hsieh2017-03-224-0/+33
| | | | | | | | | | | | | Extension to ActiveRecord::Base for validating hostnames and domain names. Features: - Adds validation for hostnames to ActiveModel - Supports i18n for the error messages WWW: https://github.com/KimNorgaard/validates_hostname Notes: svn path=/head/; revision=436727
* Fix build.Mathieu Arnold2017-03-211-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436666
* Horde package update:Martin Matuska2017-03-212-3/+4
| | | | | | | | | | | | | | | | | | | | devel/pear-Horde_Cli 2.0.7 -> 2.1.0 devel/pear-Horde_Core 2.27.8 -> 2.28.1 www/pear-Horde_Form 2.0.15 -> 2.0.16 dns/pear-Horde_Idna 1.0.4 -> 1.1.0 graphics/pear-Horde_Image 2.3.6 -> 2.4.0 textproc/pear-Horde_Text_Diff 2.1.2 -> 2.2.0 www/horde-ansel 3.0.5 -> 3.0.6 www/horde-base 5.2.13 -> 5.2.14 mail/horde-imp 6.2.17 -> 6.2.18 mail/horde-ingo 3.2.13 -> 3.2.14 deskutils/horde-kronolith 4.2.19 -> 4.2.20 deskutils/horde-mnemo 4.2.12 -> 4.2.13 deskutils/horde-nag 4.2.13 -> 4.2.14 mail/horde-turba 4.2.18 -> 4.2.19 Notes: svn path=/head/; revision=436664
* Update to -test4 release, forward port IPSET [1]Matthias Andree2017-03-212-10/+10
| | | | | | | | | | | | | | | | | Changes since -test3 release (edited diff from CHANGELOG): * Improve logging of upstream servers when there are a lot of "local addresses only" entries. * Implement RFC 6842. * Make --bogus-priv apply to IPv6, for the prefixes specified in RFC6303. Forward port IPSET option from ../dnsmasq port, to permit build on PF-less systems. PR: 217900 [1] Submitted by: Oliver Pinter <oliver.pinter@hardenedbsd.org> Notes: svn path=/head/; revision=436662
* Correct placement of option helpers.Matthias Andree2017-03-211-2/+2
| | | | | | | | Related to: PR: 217900 Notes: svn path=/head/; revision=436661
* Allow build on PF-less (NO_IPSET) systems.Matthias Andree2017-03-211-5/+5
| | | | | | | | | | | | | This adds a new ports option, IPSET, defaulting to on. Use the opportunity to use the options helpers OPT_CFLAGS[_OFF] on the trivial options. PR: 217900 Submitted by: Oliver Pinter <oliver.pinter@hardenedbsd.org> Notes: svn path=/head/; revision=436660
* Add THREADS optionSunpoet Po-Chuan Hsieh2017-03-211-2/+5
| | | | | | | | PR: 217976 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> Notes: svn path=/head/; revision=436650
* Add rubygem-simpleidn 0.0.7Sunpoet Po-Chuan Hsieh2017-03-204-0/+27
| | | | | | | | | | | | | SimpleIDN allows easy conversion from punycode ACE (IDNA) strings to unicode UTF-8 strings and visa versa. WWW: https://github.com/mmriis/simpleidn PR: 217910 Submitted by: Douglas Thrift <douglas@douglasthrift.net> Notes: svn path=/head/; revision=436526
* Take in olivierd@'s commit bit on his request.Rene Ladan2017-03-191-1/+1
| | | | | | | | Submitted by: olivierd@ With hat: portmgr-secretary Notes: svn path=/head/; revision=436494
* Mark DEPRECATED and set EXPIRATION_DATE to 2017-03-31Sunpoet Po-Chuan Hsieh2017-03-181-0/+3
| | | | | | | | PR: 217875 Submitted by: Jochen Neumeister <joneum@bsdproject.de> (maintainer) Notes: svn path=/head/; revision=436425
* Update KDE Frameworks to 5.32Tobias C. Berner2017-03-171-3/+3
| | | | | | | | | | | | | | * While here, set the MASTER_SITES for the portingAids separately. * Stop to couple kirigamis' distfiles with kf5 until it's actually a part of it. PR: 217709 Exp-Run by: antoine Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9959 Notes: svn path=/head/; revision=436317
* dns/nsd: Fix missing _t to _type conversion for disable-radix-tree optionJason Unovitch2017-03-171-0/+20
| | | | | | | | | | | | | | | - Noting NSD changelog, recent update renamed _t typedefs because POSIX reserves them. The 4.1.15 update missed a few conversion. - Unbreak RADIXTREE. No PORTREVISION change as port would not have built. PR: 217640 Reported by: Max Kostikov <max@kostikov.co> Submitted by: w.schwarzenfeld@utanet.at (the suggested diff) jaap@NLnetLabs.nl (maintainer - the port patch) Obtained from: nsd svn r4741 Notes: svn path=/head/; revision=436315
* Remove all _USE=openssl occurrences.Mathieu Arnold2017-03-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436248
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-155-7/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* dns/openmdns: update to 0.7Jan Beich2017-03-112-5/+4
| | | | | | | Changes: https://github.com/haesbaert/mdnsd/compare/627cc56...0.7 Notes: svn path=/head/; revision=435887
* Use real PORTVERSION and update dependent portsSunpoet Po-Chuan Hsieh2017-03-101-1/+1
| | | | | | | | | | - Add LICENSE - Sort *_DEPENDS - Add NO_ARCH - Sort PLIST Notes: svn path=/head/; revision=435862
* Update to 1.18Sunpoet Po-Chuan Hsieh2017-03-082-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes Notes: svn path=/head/; revision=435706
* dns/opendnssec2: update 2.0.3 -> 2.1.0Bartek Rutkowski2017-03-083-7/+28
| | | | | | | | | | | - Fix DB scripts from docs PR: 217563 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) MFH: 2017Q1 Notes: svn path=/head/; revision=435670
* - Update to 1.4.3Wen Heping2017-03-082-4/+4
| | | | | | | | PR: 217609 Submitted by: joneum@bsdproject.de(maintainer) Notes: svn path=/head/; revision=435652
* - Update to 1.6.1Wen Heping2017-03-084-16/+13
| | | | | | | | PR: 217614 Submitted by: jaap@NLnetLabs.nl(maintainer) Notes: svn path=/head/; revision=435651
* dns/nsd: update 4.1.14 -> 4.1.15Jason Unovitch2017-03-052-5/+4
| | | | | | | | PR: 217537 Submitted by: jaap@NLnetLabs.nl (maintainer) Notes: svn path=/head/; revision=435436
* - Switch to USES=localbaseDmitry Marakasov2017-03-043-47/+40
| | | | | | | | | - Switch to options helpers - Simplify installation - Switch to pkg-message Notes: svn path=/head/; revision=435385
* Mark the remaining ports depending on Google Code as DEPRECATED, with anMathieu Arnold2017-03-033-0/+6
| | | | | | | | | | | | | | EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=435349
* - Chase ldns shlip bumpMartin Wilke2017-03-038-5/+8
| | | | | | | PR: 217495 Notes: svn path=/head/; revision=435306
* - Update to 1.7.0Martin Wilke2017-03-034-525/+833
| | | | | | | | | | Changelog: https://git.nlnetlabs.nl/ldns/tree/Changelog PR: 217495 Submitted by: maintainer Notes: svn path=/head/; revision=435305
* Update to 1.12Sunpoet Po-Chuan Hsieh2017-03-023-5/+7
| | | | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/POE-Component-Client-DNS-Recursive/Changes Notes: svn path=/head/; revision=435261
* Update dns/erlang-idna to version 4.0.0.Jimmy Olgeni2017-03-013-7/+7
| | | | Notes: svn path=/head/; revision=435139
* Update to 1.4.0Sunpoet Po-Chuan Hsieh2017-02-282-6/+7
| | | | | | | | | - Add my LOCAL to MASTER_SITES Changes: https://github.com/DNS-OARC/dnscap/releases Notes: svn path=/head/; revision=435058
* dns/mDNSResponder_nss: update 765.20.4 -> 765.30.11Bartek Rutkowski2017-02-282-4/+4
| | | | | | | | PR: 216596 Submitted by: Matthieu Volat <mazhe@alkumuna.eu> (maintainer) Notes: svn path=/head/; revision=435009
* Update to 0.0.0.20170223Sunpoet Po-Chuan Hsieh2017-02-275-8/+8
| | | | | | | | | - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master Notes: svn path=/head/; revision=434942
* - Update to 1.1.0Dmitry Marakasov2017-02-273-3/+12
| | | | | | | | | PR: 216951 Submitted by: mjl@luckie.org.nz Approved by: maintainer timeout (d.pryadko@rambler-co.ru, 2 weeks) Notes: svn path=/head/; revision=434938
* dns/yadifa: Fix LibreSSL build issuesBernard Spil2017-02-274-0/+71
| | | | | | | | | | - Add checks for LIBRESSL_VERSION_NUMBER PR: 217349 Obtained from: https://github.com/yadifa/yadifa/pull/2 Notes: svn path=/head/; revision=434923
* dns/knot-resolver: update to 1.2.3Ruslan Makhmatkhanov2017-02-269-69/+13
| | | | | | | | | | | - tweak make variables - remove unneeded local patches PR: 217326 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Notes: svn path=/head/; revision=434888
* dns/openmdns: update to 0.6.24Jan Beich2017-02-233-8/+31
| | | | | | | Changes: https://github.com/haesbaert/mdnsd/compare/d76ce05...627cc56 Notes: svn path=/head/; revision=434657
* Upgrade devel/mtbl to version 1.0.0:Don Lewis2017-02-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | mtbl (1.0.0) * Backwards-incompatible file format change to enable block sizes >4G. * Add support for zstd compression. This adds a new library dependency on libzstd. * Add mtbl_iter_seek function. * Add mtbl_fileset_partition function. * Breaks ABI for version 0.x.x. mtbl (0.8.1) * Add portability for clock time. * Simplify and improve portability related to byte order primitives. * Fix assertion failure. If there is a broken mtbl file in the fileset then a NULL reader will be returned. This change checks for that error condition in fs_reinit_merger() and does not pass the empty reader onwards to mtbl_merger_add_source(). Compatiblity with the latest libz4 has been added so files/patch-configure is no longer needed. Bump PORTREVISION on dependent ports due to ABI / shared library version change. Notes: svn path=/head/; revision=434654
* Update to 1.08Sunpoet Po-Chuan Hsieh2017-02-212-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-DNS/Changes Notes: svn path=/head/; revision=434547
* Update to latest snapshot.Mathieu Arnold2017-02-202-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=434472
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-207-14/+15
| | | | | | | | PR: 216777 Approved by: mm (maintainer) Notes: svn path=/head/; revision=434427
* Update KDE Frameworks to 5.31Tobias C. Berner2017-02-181-3/+3
| | | | | | | | | | | | | * New port: x11-toolkits/kirigami2 PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9554 Notes: svn path=/head/; revision=434381
* Remove the remaining IGNORE_FreeBSD_9 lines.Mathieu Arnold2017-02-171-5/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=434300
* Update to 0.0.0.20170206Sunpoet Po-Chuan Hsieh2017-02-165-8/+8
| | | | | | | | | - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master Notes: svn path=/head/; revision=434224