summaryrefslogtreecommitdiff
path: root/dns (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Mark IGNORE on 9.0-9.2 due to build failuresRyan Steinmetz2014-12-172-6/+13
| | | | | | | | - Remove trailing whitespace from pkg-descr - Bump PORTREVISION Notes: svn path=/head/; revision=374850
* - Improve wording and formatting (most notably, missing space before openingAlexey Dokuchaev2014-12-161-3/+2
| | | | | | | | parenthesis) in some buggy option descriptions - Standardize Makefile header when appropriate, drop one OPTIONS_DEFAULT=IPV6 Notes: svn path=/head/; revision=374788
* Update to version 561.1.1Thomas Zander2014-12-123-5/+16
| | | | | | | | PR: 195422 Submitted by: mazhe@alkumuna.eu Notes: svn path=/head/; revision=374605
* Update to 1.4.7 which fixes a bug when using DNS adaptersErwin Lansing2014-12-102-4/+3
| | | | | | | | PR: 195686 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=374467
* - Do not remove /var/run/unbound for smooth upgrading.Sergey Matveychuk2014-12-102-2/+1
| | | | | | | | PR: 195846 Submitted by: roberto Notes: svn path=/head/; revision=374456
* - Fix build with pythonSergey Matveychuk2014-12-092-5/+3
| | | | | | | | | - Fix plist PR: 195803 Notes: svn path=/head/; revision=374408
* Cleanup plistBaptiste Daroussin2014-12-094-38/+16
| | | | Notes: svn path=/head/; revision=374365
* - Upgrade to 1.5.1. It fixes CVE-2014-8602.Sergey Matveychuk2014-12-092-3/+4
| | | | | | | | | | - Mark python support as broken: does not build. PR: 195814, 195803 Submitted by: Kenji Rikitake, Jeroen Notes: svn path=/head/; revision=374343
* Security update of BIND9 to 9.9.6-P1 and 9.10.1-P1.Mathieu Arnold2014-12-087-13/+21
| | | | | | | | Security: CVE-2014-8500 CVE-2014-8680 Sponsored by: Absolight Notes: svn path=/head/; revision=374305
* - Use real PORTVERSIONSunpoet Po-Chuan Hsieh2014-12-081-3/+1
| | | | Notes: svn path=/head/; revision=374285
* Remove linux binary from WRKSRC to prevent a random failure on installAntoine Brodin2014-12-071-0/+1
| | | | Notes: svn path=/head/; revision=374208
* Update "BSD" license in dns categoryMark Felder2014-12-063-3/+3
| | | | Notes: svn path=/head/; revision=374126
* - Remove redundant build,run options for python dependencySergey Matveychuk2014-12-061-1/+1
| | | | | | | Submitted by: Ruslan Makhmatkhanov Notes: svn path=/head/; revision=374084
* - Fix python dependencySergey Matveychuk2014-12-051-1/+1
| | | | | | | | PR: 194447 Submitted by: Andrew Berg <aberg010@my.hennepintech.edu> Notes: svn path=/head/; revision=374078
* - Update to 1.5.0Sergey Matveychuk2014-12-055-25/+9
| | | | | | | | | | | - Removed FreeBSD 10 check for libevent, because of upstream fixes (as stated in changelog) - Converted files/patch-Makefile.in to sed patch, which is position independent PR: 195674 Submitted by: lightside@gmx.com Notes: svn path=/head/; revision=374077
* dns/dnscrypt-proxy: start before unboundJohannes Jost Meixner2014-12-022-2/+2
| | | | | | | | | | | | | | - To prevent hanging on 10.x systems which ship with unbound and depend on DNS resolving, start dnscrypt-proxy before unbound. - Bump PORTREVISION PR: 194975 Differential Revision: https://reviews.freebsd.org/D1249 Submitted by: Joseph Mingrone <jrm@ftfl.ca> Approved by: koobs (mentor) Notes: svn path=/head/; revision=373758
* - use new @dir macros to create empty foldersOlli Hauer2014-12-012-4/+4
| | | | Notes: svn path=/head/; revision=373728
* Remove BROKEN for LIBEVENT and 10.0+ and replace with an appropriateMark Felder2014-12-012-2/+6
| | | | | | | | | warning in the pkg-message PR: 191532 Notes: svn path=/head/; revision=373710
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-2688-212/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Fix three ports forgotten by the USE_PGSQL removal. (Fix a typo in devel/upp.)Mathieu Arnold2014-11-242-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=373227
* - Update libsodium to 1.0.1Vsevolod Stakhov2014-11-242-2/+2
| | | | | | | - Bump revison for dependent ports Notes: svn path=/head/; revision=373214
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* Switch to USES=pgsqlChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373091
* dns/adns: 1.5.0rc0 -> 1.5.0Kurt Jaeger2014-11-222-10/+6
| | | | | | | | Changes since 1.4: http://www.chiark.greenend.org.uk/pipermail/adns-announce/2014/000002.html Notes: svn path=/head/; revision=373057
* dns/powerdns-recursor: update 3.6.2 -> 3.6.2Bartek Rutkowski2014-11-193-15/+3
| | | | | | | | | PR: 194807 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: mentors (implicit) Notes: svn path=/head/; revision=372769
* Fix bind-tools PORTREVISION.Mathieu Arnold2014-11-182-2/+2
| | | | | | | | Noticed by: Andrei Brezan Sponsored by: Absolight Notes: svn path=/head/; revision=372752
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-182-2/+2
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* Install the bind.keys file with the root and dlv.isc.org keys.Mathieu Arnold2014-11-174-20/+10
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=372675
* dns/powerdns: update 3.4.0 -> 3.4.1Bartek Rutkowski2014-11-153-18/+4
| | | | | | | | | PR: 194805 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: mentors (implicit) Notes: svn path=/head/; revision=372614
* Upgrade CentOS to 6.6Johannes Jost Meixner2014-11-112-5/+5
| | | | | | | | | | | | | | | | | | | | | - Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc. Notes: svn path=/head/; revision=372445
* New port: dns/gdnsd2:Ryan Steinmetz2014-11-077-0/+190
| | | | | | | | | | | | | | | | | | | gdnsd is an Authoritative-only DNS server. This port tracks the 2.x release. The initial g stands for Geographic, as gdnsd offers a plugin system for geographic (or other sorts of) balancing, redirection, and service-state-conscious failover. If you don't care about that feature, it's still quite good at being a very fast, lean, and resilient authoritative-only server for static DNS data. gdnsd is written in C using libev and pthreads with a focus on high performance, low latency service. It does not offer any form of caching or recursive service, and does not support DNSSEC. WWW: https://github.com/blblack/gdnsd/ Notes: svn path=/head/; revision=372281
* - Note conflict with the 2.x version of the portRyan Steinmetz2014-11-071-1/+2
| | | | Notes: svn path=/head/; revision=372280
* Replace some occurences of mach with PERL_ARCH (and a couple of other small ↵Mathieu Arnold2014-11-071-1/+1
| | | | | | | | | | noop fixes.) With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=372262
* - Update to 1.6.0Alex Kozlov2014-11-052-3/+3
| | | | | | | | | | | | | | | * Add persistent timers for slave zones (expire, refresh, and flush) * Return minimal response for queries with unsupported EDNS version * Fix DNSSEC compliant processing of letter case in RDATA domain names * Fix interpretation of Extended RCODE in EDNS * Fix forced zone retransfer on slave * Fix zone expiration when transfer is being refused by master PR: 194795 Submitted by: freebsd@dns-lab.com (maintainer) Notes: svn path=/head/; revision=372200
* - Update to 0.1.5Ryan Steinmetz2014-11-023-7/+7
| | | | Notes: svn path=/head/; revision=372051
* Simplify plistBaptiste Daroussin2014-10-311-4/+0
| | | | Notes: svn path=/head/; revision=371891
* Simplify plistBaptiste Daroussin2014-10-311-2/+2
| | | | Notes: svn path=/head/; revision=371871
* Update to 0.81.Anton Berezin2014-10-302-3/+3
| | | | Notes: svn path=/head/; revision=371749
* Cleanup plistBaptiste Daroussin2014-10-2783-417/+0
| | | | Notes: svn path=/head/; revision=371557
* dns/adns: 1.4 -> 1.5.0~rc0Kurt Jaeger2014-10-254-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features: * Support for queries about IPv6 data in all applicable adns query types (including AAAA, PTR, and adns_r_addr queries). (Thanks very much to Mark Wooding.) * Support for transport over IPv6. (Thanks to Mark Wooding again.) * adns_addr2text and adns_text2addr: Convenient functions for converting between addresses and address literals. Bugfixes: * Fix a crashing bug in adnslogres. (Debian#392102.) * Do all checks of checked PTR owner name before actually sending the query, and reject IPv4 PTR owner names whose labels have leading zero digits or values >255. Build system fixes and improvements: * `make clean' removes the pipes. * Work around bugs in make (Debian #4073, #756123) affecting regress. * Do not include Makefile and src/config.h in distribution tarball. Regression test debugging improvements: * Provide gdbwrap convenience script. * Honour ADNS_TEST_DEBUG env. var. (Mark Wooding.) Submitted by: pi (maintainer) Notes: svn path=/head/; revision=371480
* Remove dns/powerdns-devel port per maintainer approvalJohn Marino2014-10-248-789/+0
| | | | | | | | | | | | | As dns/powerdns was just updated to version 3.4, there was a decision to be had to disable the -devel version or just remove the port altogether. Due to the frequency of releases and the manner on how the upcoming version is tested, it made sense to retire the port (at version 3.3). PR: 194508 Submitted by: maintainer (Ralf van der Enden) Notes: svn path=/head/; revision=371435
* dns/unbound: check OPSYS with OSVERION (check broke DragonFly)John Marino2014-10-231-2/+2
| | | | Notes: svn path=/head/; revision=371404
* Don't install named rc script with bind-tools.Mathieu Arnold2014-10-222-1/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=371360
* dns/powerdns: fix for check-plist with non-standard optionsKurt Jaeger2014-10-223-2/+32
| | | | | | | | | | The pkg-plist was broken with non-default backends enabled. PR: 194505 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Notes: svn path=/head/; revision=371356
* Remove dns/bind98, it is EOL.Mathieu Arnold2014-10-2115-1377/+0
| | | | | | | | | Chase remaining dependencies. Sponsored by: Absolight Notes: svn path=/head/; revision=371318
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371244
* - Convert ports from dns/, editors/ and emulators/ to newMarcus von Appen2014-10-1913-33/+23
| | | | | | | | | USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371188
* dns/powerdns: 3.3.1 -> 3.4.0Kurt Jaeger2014-10-177-230/+1566
| | | | | | | | | | | | | | | | | | | | | Changelog http://doc.powerdns.com/html/changelog.html#changelog-auth-3.4.0 - Moved remote backend to regular (was experimental) - Added the GeoIP, LMDB (both experimental) and Bind backend - Removed Crypto++ support (as suggested by the author) - Fixed the Luabackend on i386 - Added note to pkg-message about mandatory schema changes for gmysql, gpgsql and gsqlite3 backends - Changed the example pdns.conf to include all possible configuration options when all backends are enabled PR: 194057 Submitted by: me@nileshgr.com, updated by tremere@cainites.net Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer) Notes: svn path=/head/; revision=371076
* Correct last patch. There is only one libevent now.Mark Felder2014-10-161-7/+4
| | | | | | | | | Pointyhat -> feld PR: 191532 Notes: svn path=/head/; revision=371007
* Mark unbound BROKEN for FreeBSD 10.0+ if built with libeventMark Felder2014-10-161-1/+7
| | | | | | | | | | There is a known issue that causes random crashes due to poor interaction with Capsicum. PR: 191532 Notes: svn path=/head/; revision=371006