aboutsummaryrefslogtreecommitdiff
path: root/dns/dnscrypt-proxy2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* various: Bump ports for Go 1.25.8Adam Weinberger26 hours1-0/+1
|
* dns/dnscrypt-proxy2: update 2.1.5 to 2.1.15Vinícius Zavam4 days1-2/+1
|
* various: Bump ports for Go default 1.24->1.25Adam Weinberger2026-02-111-1/+1
|
* various: Bump Go ports for 1.24.13Adam Weinberger2026-02-051-1/+1
|
* various: Bump Go ports for 1.24.12Adam Weinberger2026-01-161-1/+1
|
* various: Bump Go ports for 1.24.11Adam Weinberger2025-12-031-1/+1
|
* various: Bump Go ports for 1.24.10Adam Weinberger2025-11-061-1/+1
|
* various: Bump go ports for go-1.24.9Adam Weinberger2025-10-141-1/+1
|
* many: Bump dependent ports after go124 updateAdam Weinberger2025-10-081-1/+1
|
* many: Bump go ports for go-1.24.7Adam Weinberger2025-09-041-1/+1
|
* go ports: Bump for 1.24.6Adam Weinberger2025-08-071-1/+1
|
* many: Bump PORTREVISION for go-1.24.5 updateAdam Weinberger2025-07-091-1/+1
|
* various: Bump PORTREVISION after go124-1.24.4 updateAdam Weinberger2025-06-061-1/+1
|
* go: Bump go124-dependent portsAdam Weinberger2025-05-211-1/+1
| | | | | | | Earlier I bumped the default Go to 1.24. Ports that specify a lower version will still build with those lower version (for now), so they don't need a bumping. Instead I'm bumping anything that (now) has go124 as a dependency.
* go: Bump ports for go124 updateAdam Weinberger2025-04-021-1/+1
|
* Bump all go ports for yesterday's releasesAdam Weinberger2025-03-051-1/+1
|
* all: Bump after lang/go121 updateAshish SHUKLA2024-08-091-1/+1
|
* all: Bump after lang/go121 updateAshish SHUKLA2024-07-031-1/+1
|
* all: Bump after lang/go121 updateAshish SHUKLA2024-06-151-1/+1
| | | | MFH: 2024Q2
* all: Bump after lang/go121 updateAshish SHUKLA2024-05-131-1/+1
| | | | MFH: 2024Q2
* all: Bump after lang/go121 updateAshish SHUKLA2024-04-151-1/+1
| | | | MFH: 2024Q2
* lang/go: Change DEFAULT to 1.21Muhammad Moinur Rahman2024-03-241-1/+1
| | | | | PR: 277776 Approved by: portmgr (exp-run)
* all: Bump PORTREVISION after lang/go* updateAshish SHUKLA2024-02-111-1/+1
| | | | PR: 276530
* all: Bump PORTREVISION after lang/go* updateAshish SHUKLA2023-12-071-1/+1
| | | | PR: 274405
* all: Bump PORTREVISION after lang/go* updateDmitri Goutnik2023-09-081-0/+1
|
* dns/dnscrypt-proxy2: update 2.1.4 to 2.1.5Vinícius Zavam2023-08-261-3/+2
| | | | | | | | | | | | https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.5 - dnscrypt-proxy can be compiled with Go 1.21.0+ - Responses to blocked queries now include extended error codes - Reliability of connections using HTTP/3 has been improved - New configuration directive: `tls_key_log_file` When defined, this is the path to a file where TLS secret keys will be written to, so that DoH traffic can be locally inspected.
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-08-041-1/+1
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-04-081-1/+1
|
* all: Bump PORTREVISION after Go ports updateDmitri Goutnik2023-03-091-1/+1
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-02-151-0/+1
|
* dns/dnscrypt-proxy2: update 2.1.2 to 2.1.4Vinícius Zavam2023-02-121-2/+1
| | | | | * https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.4 * https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.3
* all: Bump PORTREVISION after GO_DEFAULT update.Dmitri Goutnik2023-02-091-1/+1
|
* dns/dnscrypt-proxy2: Pin Go version to 1.19Dmitri Goutnik2023-02-031-1/+1
| | | | | | | | | | vendor/github.com/lucas-clemente/quic-go/internal/qtls/go120.go:6:13: cannot use "The version of quic-go you're using can't be built on Go 1.20 yet. quic-go doesn't support go1.20 yet, keep building this port with go1.19 for now. PR: 269289 Reported by: exp-run
* all: Bump PORTVERSION after lang/go{118,119} updateDmitri Goutnik2023-01-141-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-12-111-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-10-061-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-09-081-1/+1
|
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* all: Bump PORTREVISION after Go updateDmitri Goutnik2022-08-031-0/+1
| | | | Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
* dns/dnscrypt-proxy2: update 2.1.1_3 to 2.1.2Vinícius Zavam2022-08-021-2/+1
| | | | * https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.2
* all: Bump PORTREVISION after lang/go{117,118} updateDmitri Goutnik2022-07-141-1/+1
|
* */*: Bump port revisons after lang/go{117,118} updateDmitri Goutnik2022-06-071-1/+1
|
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-301-0/+1
|
* dns/dnscrypt-proxy2: update 2.0.45 to 2.1.1Vinícius Zavam2021-10-171-1/+1
| | | | | * https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.1 * https://github.com/DNSCrypt/dnscrypt-proxy/compare/2.0.45...2.1.1
* 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/dnscrypt-proxy2: update 2.0.44 to 2.0.45Vinícius Zavam2021-01-231-1/+1
| | | | | | | | | | * https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.45 PR: 252574 Reported by: Bill Blake <billblake2018 % gmail.com> Notes: svn path=/head/; revision=562387
* dns/dnscrypt-proxy2: update 2.0.42 to 2.0.44Vinícius Zavam2020-06-121-1/+1
| | | | Notes: svn path=/head/; revision=538594
* dns/dnscrypt-proxy2: Update to 2.0.42Renato Botelho2020-03-301-1/+1
| | | | | | | Submitted by: egypcio (maintainer) Notes: svn path=/head/; revision=529894
* dns/dnscrypt-proxy2: update 2.0.36 to 2.0.39Vinícius Zavam2020-02-041-1/+1
| | | | Notes: svn path=/head/; revision=525152