Commits
Zero King authored f3ac49ecee5
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup getdnsapi stubby 0.2.3 v |
6 + | github.setup getdnsapi stubby 0.2.5 v |
7 7 | categories net |
8 8 | platforms darwin |
9 9 | license BSD |
10 10 | maintainers {l2dy @l2dy} openmaintainer |
11 11 | description an application that acts as a local DNS Privacy stub \ |
12 12 | resolver (using DNS-over-TLS) |
13 13 | long_description Stubby is the name given to a mode of using getdns which \ |
14 14 | enables it to act as a local DNS Privacy stub resolver \ |
15 15 | (using DNS-over-TLS). Stubby encrypts DNS queries sent from \ |
16 16 | a client machine (desktop or laptop) to a DNS Privacy \ |
17 17 | resolver increasing end user privacy. |
18 18 | homepage https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby |
19 19 | |
20 - | checksums rmd160 03986bd49e7ead24f16e84135b841d448bcc0e31 \ |
21 - | sha256 a0ad8683a97a27557ec26888dab166bd6ddb25afb736dedf0b9ceaa3fea738be \ |
22 - | size 49345 |
20 + | checksums rmd160 b69bf0f6f98a70b348db1a5602968a57f484b671 \ |
21 + | sha256 8ea5b54310382f56e51b06982ecf7f38378b1dc59ae121f7db9741390745fc42 \ |
22 + | size 50153 |
23 23 | |
24 24 | depends_lib port:getdns \ |
25 25 | port:libyaml |
26 26 | |
27 27 | use_autoreconf yes |
28 28 | |
29 29 | configure.cflags-append -std=c99 |
30 30 | |
31 31 | post-destroot { |
32 32 | delete ${destroot}${prefix}/etc/stubby/stubby.yml |