aboutsummaryrefslogtreecommitdiff
path: root/dns/coredns/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* dns/coredns: Update 1.8.1 -> 1.8.3Yuri Victorovich2021-02-251-85/+3
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=566572
* dns/coredns: Update 1.8.0 -> 1.8.1Yuri Victorovich2021-01-231-23/+23
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=562379
* dns/coredns: Update 1.7.0 -> 1.8.0Yuri Victorovich2020-10-241-46/+40
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=553221
* dns/coredns: Add the PORTSCOUT=limit:xx tagYuri Victorovich2020-08-201-0/+2
| | | | Notes: svn path=/head/; revision=545493
* dns/coredns: Update 1.6.9 -> 1.7.0Yuri Victorovich2020-07-161-45/+48
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=542382
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2).Alexey Dokuchaev2020-05-271-1/+1
| | | | Notes: svn path=/head/; revision=536693
* dns/coredns: Update 1.6.7 -> 1.6.9Yuri Victorovich2020-03-261-23/+23
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=529146
* dns/coredns: Update 1.6.2 -> 1.6.7Yuri Victorovich2020-02-021-45/+46
| | | | | | | | PR: 243776 Submitted by: freebsd@rainbowfab.org (original version) Notes: svn path=/head/; revision=524795
* dns/coredns: Remove the "-cpu" parameterYuri Victorovich2020-01-311-1/+1
| | | | | | | | | | Coredns won't start with "-cpu" as startup parameter in coredns.in because it has been obsoleted. PR: 243737 Submitted by: freebsd@rainbowfab.org Notes: svn path=/head/; revision=524666
* dns/coredns: Unbreak on aarch64Dmitri Goutnik2019-12-111-3/+3
| | | | | | | | | | | | | | | | | ===> Building coredns from github.com/coredns/coredns # golang.org/x/sys/unix vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128 http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518685_s355218/logs/errors/coredns-1.6.2_1.log Unbreak by updating golang.org/x/sys to 33540a1f6037 and golang.org/x/net to 83d349e8ac1a which adds support for freebsd/arm64. PR: 242561 Approved by: yuri (maintainer) Notes: svn path=/head/; revision=519797
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-0/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* dns/coredns: Update 1.6.1 -> 1.6.2Yuri Victorovich2019-08-161-22/+29
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=509124
* dns/coredns: Update 1.6.0-9 -> 1.6.1Yuri Victorovich2019-08-021-2/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=507849
* dns/coredns: Update 1.5.2 -> 1.6.0-9Yuri Victorovich2019-07-311-1/+2
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=507724
* dns/coredns: Update 1.5.1 -> 1.5.2Yuri Victorovich2019-07-051-42/+43
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=505883
* dns/coredns: Add rc scriptYuri Victorovich2019-06-301-0/+3
| | | | | | | | PR: 238891 Submitted by: Žygis Škulteckis <ports@zx23.net> Notes: svn path=/head/; revision=505404
* dns/coredns: Update 1.5.0-25 -> 1.5.1Yuri Victorovich2019-06-281-8/+11
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=505249
* New port: dns/coredns: CoreDNS is a DNS server that chains pluginsYuri Victorovich2019-05-271-0/+91
Thanks to Dmitri Goutnik <dg@syrec.org> for help figuring out how to make this port to build. Notes: svn path=/head/; revision=502758