aboutsummaryrefslogtreecommitdiff
path: root/dns/bind9-devel
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest commit.Mathieu Arnold2019-11-043-11/+11
| | | | Notes: svn path=/head/; revision=516645
* Update to latest commit.Mathieu Arnold2019-10-292-5/+5
| | | | Notes: svn path=/head/; revision=515974
* Update to latest commit.Mathieu Arnold2019-10-212-5/+5
| | | | | | | Security: CVE-2019-6475, CVE-2019-6476 Notes: svn path=/head/; revision=515108
* Update to latest commit.Mathieu Arnold2019-10-142-5/+5
| | | | Notes: svn path=/head/; revision=514460
* Drop the ipv6 virtual category for d* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514130
* Update to latest commit.Mathieu Arnold2019-10-074-12/+11
| | | | Notes: svn path=/head/; revision=513966
* Update to latest commit.Mathieu Arnold2019-09-302-5/+5
| | | | Notes: svn path=/head/; revision=513381
* Update ti latest commit.Mathieu Arnold2019-09-234-12/+10
| | | | Notes: svn path=/head/; revision=512623
* Add GEOIP back here too.Mathieu Arnold2019-09-181-3/+7
| | | | Notes: svn path=/head/; revision=512296
* Update to latest commit.Mathieu Arnold2019-09-163-9/+9
| | | | Notes: svn path=/head/; revision=512189
* Update to latest commit.Mathieu Arnold2019-09-023-12/+12
| | | | Notes: svn path=/head/; revision=510829
* Update to latest commit.Mathieu Arnold2019-08-262-5/+5
| | | | Notes: svn path=/head/; revision=509894
* Update to latest commit.Mathieu Arnold2019-08-193-17/+9
| | | | Notes: svn path=/head/; revision=509280
* Update to latest commit.Mathieu Arnold2019-08-125-16/+22
| | | | Notes: svn path=/head/; revision=508745
* Update to latest commit.Mathieu Arnold2019-08-064-13/+9
| | | | Notes: svn path=/head/; revision=508250
* Update to latest commit.Mathieu Arnold2019-07-304-15/+15
| | | | Notes: svn path=/head/; revision=507653
* Update to latest commit.Mathieu Arnold2019-07-224-15/+15
| | | | Notes: svn path=/head/; revision=507142
* Update to latest commit.Mathieu Arnold2019-07-153-9/+9
| | | | Notes: svn path=/head/; revision=506660
* Update to latest commit.Mathieu Arnold2019-07-084-16/+16
| | | | Notes: svn path=/head/; revision=506225
* Update to latest commit.Mathieu Arnold2019-07-015-15/+15
| | | | Notes: svn path=/head/; revision=505616
* Update to latest commit.Mathieu Arnold2019-06-255-18/+16
| | | | Notes: svn path=/head/; revision=505086
* Convert BIND9's pkg-message files to UCL.Mathieu Arnold2019-06-191-28/+29
| | | | Notes: svn path=/head/; revision=504552
* Update to latest commit.Mathieu Arnold2019-06-173-12/+12
| | | | Notes: svn path=/head/; revision=504438
* Fix build when not using WITH_DEBUG.Mathieu Arnold2019-06-131-2/+2
| | | | | | | Reported by: pkg-fallout@ Notes: svn path=/head/; revision=504087
* Fix named when using plugins and chroot.Mathieu Arnold2019-06-112-21/+37
| | | | | | | | | | | | | | | | BIND9 introduced plugins and migrated the filter-aaaa feature to a plugin. As it loads its plugins late in the startup process (read after chroot), the plugins need to be available in the chroot. Also, refactor the code now that a second directory need to be handled. PR: 238011 Reported by: ryan@timewasted.me MFH: 2019Q2 Notes: svn path=/head/; revision=503955
* Update to latest commit.Mathieu Arnold2019-06-105-46/+17
| | | | Notes: svn path=/head/; revision=503895
* For some reason, this does not always get picked up correctly.Mathieu Arnold2019-06-041-0/+1
| | | | Notes: svn path=/head/; revision=503491
* Update to latest commit.Mathieu Arnold2019-06-036-16/+47
| | | | Notes: svn path=/head/; revision=503382
* Update to latest commit.Mathieu Arnold2019-05-202-5/+5
| | | | Notes: svn path=/head/; revision=502108
* Update to latest commit.Mathieu Arnold2019-05-134-15/+15
| | | | Notes: svn path=/head/; revision=501525
* Update to latest commit.Mathieu Arnold2019-04-294-14/+15
| | | | Notes: svn path=/head/; revision=500410
* Prevent bind-tools from inheriting CONFLICTS.Mathieu Arnold2019-04-251-3/+3
| | | | | | | | | | I don't see how this can be a problem as bind-tools is never built after bind9*. Reported by: Matthew D. Fuller Notes: svn path=/head/; revision=500027
* Switch to using OPTIONS_EXCLUDE to avoid picking up strays.Mathieu Arnold2019-04-251-13/+14
| | | | | | | | | | If you had things installed, say, lmdb, it would be picked up and linked with. Reported by: sunpoet Notes: svn path=/head/; revision=500009
* Remove conflicts from bind-tools and the server ports.Mathieu Arnold2019-04-234-65/+109
| | | | | | | | | | | | All servers now depend on the same bind-tools, from the latest BIND9 release. Chase dependencies to make sure they now depend on the correct port. Differential Revision: https://reviews.freebsd.org/D19922 Notes: svn path=/head/; revision=499757
* Update to latest commit.Mathieu Arnold2019-04-233-9/+9
| | | | Notes: svn path=/head/; revision=499750
* Update to latest commit.Mathieu Arnold2019-04-153-9/+9
| | | | Notes: svn path=/head/; revision=499018
* Update to latest commit.Mathieu Arnold2019-04-102-5/+5
| | | | Notes: svn path=/head/; revision=498579
* Update to latest commit.Mathieu Arnold2019-04-013-11/+11
| | | | Notes: svn path=/head/; revision=497467
* Update to latest commit.Mathieu Arnold2019-03-255-16/+15
| | | | Notes: svn path=/head/; revision=496809
* Make WITH_DEBUG actually build and be as helpful as possible.Mathieu Arnold2019-03-191-2/+8
| | | | Notes: svn path=/head/; revision=496252
* Update to latest commit.Mathieu Arnold2019-03-183-14/+14
| | | | Notes: svn path=/head/; revision=496149
* Update WWW.Mathieu Arnold2019-03-121-1/+1
| | | | | | | | PR: 236196 Submitted by: Leonid Nevecherya Notes: svn path=/head/; revision=495468
* Update to latest commit.Mathieu Arnold2019-03-115-20/+20
| | | | Notes: svn path=/head/; revision=495365
* Update to latest commit.Mathieu Arnold2019-03-042-5/+5
| | | | Notes: svn path=/head/; revision=494593
* Add BIND 9.14.0 first release candidate.Mathieu Arnold2019-03-011-1/+1
| | | | Notes: svn path=/head/; revision=494252
* Update to latest commit.Mathieu Arnold2019-02-252-5/+5
| | | | Notes: svn path=/head/; revision=493846
* Update to latest commit.Mathieu Arnold2019-02-182-5/+5
| | | | Notes: svn path=/head/; revision=493262
* Update to latest commit.Mathieu Arnold2019-02-114-10/+10
| | | | Notes: svn path=/head/; revision=492714
* Update dns/libidn2 to 2.1.1Sunpoet Po-Chuan Hsieh2019-02-091-1/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS Notes: svn path=/head/; revision=492534
* Update to latest commit.Mathieu Arnold2019-02-045-127/+17
| | | | Notes: svn path=/head/; revision=492145