[UPDATE] net/dnscrypt-proxy 2.1.8 -> 2.1.12

2025-05-28 Thread Igor Zornik
Hello, ports Another update for dnscrypt-proxy. The diff I made for 2.1.11 may be ignored, however some points still apply: https://marc.info/?l=openbsd-ports&m=174785569317963&w=2 Reposting them here for convenience. - We have a web UI now for viewing some statistics data (disabled by default)

[UPDATE] net/dnscrypt-proxy 2.1.8 -> 2.1.11

2025-05-21 Thread Igor Zornik
Hello, ports! dns-crypt rapid-fired a few releases lately. Bulk of the new features is contained within the first one (2.1.9) while the later two are mostly fixes. Some notes: - We have a web UI now for viewing some statistics data (disabled by default). Thankfully we don't need to build a 100+ M

Re: [UPDATE] net/dnscrypt-proxy 2.1.7 -> 2.1.8

2025-04-03 Thread Nam Nguyen
Stuart Henderson writes: > On 2025/04/01 17:30, Igor Zornik wrote: >> Hello, >> >> A bugfix version for dnscrypt was released a few days ago. Still builds >> with Go 1.24.1 and resolves just fine on amd64 VM. I hope there is >> still enough time for this to make it in 7.7. Diff below. > > Reading

Re: [UPDATE] net/dnscrypt-proxy 2.1.7 -> 2.1.8

2025-04-01 Thread Stuart Henderson
On 2025/04/01 17:30, Igor Zornik wrote: > Hello, > > A bugfix version for dnscrypt was released a few days ago. Still builds > with Go 1.24.1 and resolves just fine on amd64 VM. I hope there is > still enough time for this to make it in 7.7. Diff below. Reading through changelog, I think there ar

[UPDATE] net/dnscrypt-proxy 2.1.7 -> 2.1.8

2025-04-01 Thread Igor Zornik
Hello, A bugfix version for dnscrypt was released a few days ago. Still builds with Go 1.24.1 and resolves just fine on amd64 VM. I hope there is still enough time for this to make it in 7.7. Diff below. Index: Makefile === RCS file:

Re: [UPDATE] net/dnscrypt-proxy 2.1.5 -> 2.1.7

2025-01-17 Thread Stuart Henderson
On 2025/01/17 10:11, Igor Zornik wrote: > Sorry about that. Probably my e-mail client replacing tabs with spaces > for some reason. This time I’m sending it as an attachment just to be > on the safe side. It is as generated by the cvs diff. Deleted files were > first removed with “rm” and then with

Re: [UPDATE] net/dnscrypt-proxy 2.1.5 -> 2.1.7

2025-01-17 Thread Igor Zornik
Hello, Sorry about that. Probably my e-mail client replacing tabs with spaces for some reason. This time I’m sending it as an attachment just to be on the safe side. It is as generated by the cvs diff. Deleted files were first removed with “rm” and then with “cvs remove”. I hope that that is the

Re: [UPDATE] net/dnscrypt-proxy 2.1.5 -> 2.1.7

2025-01-16 Thread Nam Nguyen
Igor Zornik writes: > Greetings! > > After 1+ year we finally have a tagged version of DNSCrypt proxy that > includes the module with the fixed fnctl implementation which means we > can remove all patches that were made solely to address this issue. > Still builds and installs fine on the latest A

[UPDATE] net/dnscrypt-proxy 2.1.5 -> 2.1.7

2025-01-14 Thread Igor Zornik
Greetings! After 1+ year we finally have a tagged version of DNSCrypt proxy that includes the module with the fixed fnctl implementation which means we can remove all patches that were made solely to address this issue. Still builds and installs fine on the latest AMD64 snapshot. Running the prog

Re: update net/dnscrypt-proxy 2.1.4

2023-02-28 Thread Stuart Henderson
On 2023/02/27 17:48, Nam Nguyen wrote: > Here is a regression fix release 2.14 for net/dnscrypt-proxy. I tested > the cloaking feature and it works with the new go 1.20.1. > > changelog: > https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.4 > > OK? OK. Would you mind adding this on to

update net/dnscrypt-proxy 2.1.4

2023-02-27 Thread Nam Nguyen
Here is a regression fix release 2.14 for net/dnscrypt-proxy. I tested the cloaking feature and it works with the new go 1.20.1. changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.4 OK? Index: Makefile === RCS fi

update net/dnscrypt-proxy 2.1.3

2023-02-03 Thread Nam Nguyen
tb@ ran a bulk with go-1.20rc2 and dnscrypt-proxy is broken due to quic-go, a library. This update to dnscrypt-proxy 2.1.3 makes it compatible with go 1.20+ landing in February. changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.3 I tested quic against go-1.19.4p1. google made

Re: update net/dnscrypt-proxy 2.1.1

2021-10-12 Thread Bjorn Ketelaars
On Tue 12/10/2021 15:36, Nam Nguyen wrote: > Here is an update for net/dnscrypt-proxy 2.1.1 released on Sep. 27, > 2021. > > changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.1 > > It fixes regressions dealing with more niche features like DoH served > from cache during conne

update net/dnscrypt-proxy 2.1.1

2021-10-12 Thread Nam Nguyen
Here is an update for net/dnscrypt-proxy 2.1.1 released on Sep. 27, 2021. changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.1 It fixes regressions dealing with more niche features like DoH served from cache during connectivity issues and time-based rules in blocklists. I woul

Re: update: net/dnscrypt-proxy 2.1.0

2021-08-21 Thread Nam Nguyen
"T.J. Townsend" writes: > Tested on amd64. > > https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.0 Thanks. I committed this with tweaks to use sed instead of SUBST_CMD for cache_file lines. This simplifies the patch and inserts /var/dnscrypt-proxy/ for (commented out) cache_file lines f

update: net/dnscrypt-proxy 2.1.0

2021-08-19 Thread T.J. Townsend
Tested on amd64. https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.0 Index: Makefile === RCS file: /cvs/ports/net/dnscrypt-proxy/Makefile,v retrieving revision 1.56 diff -u -p -r1.56 Makefile --- Makefile8 Mar 2021 13:5

update net/dnscrypt-proxy 2.0.45

2021-01-11 Thread Nam Nguyen
This is an update for net/dnscrypt-proxy 2.0.45. I modified README with make variables for system paths. changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.45 I lightly tested it on amd64. make check passes. OK? Index: Makefile ===

Re: update net/dnscrypt-proxy 2.0.44

2020-06-17 Thread Nam Nguyen
Nam Nguyen writes: > Stuart Henderson writes: >> I think it only needs one not both - how about this which is a bit more >> targetted too? >> >> @exec-update [[ $(stat -f '%u:%g' >> ${LOCALSTATEDIR}/dnscrypt-proxy/public-resolvers.md 2>/dev/null) == >> 0:0 ]] && chgrp -R _dnscrypt-proxy ${LOCALSTA

Re: update net/dnscrypt-proxy 2.0.44

2020-06-16 Thread Nam Nguyen
Stuart Henderson writes: > I think it only needs one not both - how about this which is a bit more > targetted too? > > @exec-update [[ $(stat -f '%u:%g' > ${LOCALSTATEDIR}/dnscrypt-proxy/public-resolvers.md 2>/dev/null) == 0:0 ]] && > chgrp -R _dnscrypt-proxy ${LOCALSTATEDIR}/dnscrypt-proxy && c

Re: update net/dnscrypt-proxy 2.0.44

2020-06-15 Thread Stuart Henderson
On 2020/06/15 04:22, Nam Nguyen wrote: > Stuart Henderson writes: > > > On 2020/06/11 19:49, Nam Nguyen wrote: > >> This is an update for net/dnscrypt-proxy 2.0.44, released June 11, 2020. > >> > >> Changelogs: > >> https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.44/ChangeLog > >> https://git

Re: update net/dnscrypt-proxy 2.0.44

2020-06-15 Thread Nam Nguyen
Stuart Henderson writes: > On 2020/06/11 19:49, Nam Nguyen wrote: >> This is an update for net/dnscrypt-proxy 2.0.44, released June 11, 2020. >> >> Changelogs: >> https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.44/ChangeLog >> https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.43/ChangeLog >

Re: update net/dnscrypt-proxy 2.0.44

2020-06-12 Thread Stuart Henderson
On 2020/06/11 19:49, Nam Nguyen wrote: > This is an update for net/dnscrypt-proxy 2.0.44, released June 11, 2020. > > Changelogs: > https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.44/ChangeLog > https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.43/ChangeLog > > A config breaking change is t

update net/dnscrypt-proxy 2.0.44

2020-06-11 Thread Nam Nguyen
This is an update for net/dnscrypt-proxy 2.0.44, released June 11, 2020. Changelogs: https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.44/ChangeLog https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.43/ChangeLog A config breaking change is that the `tls_client_auth' section was renamed to `doh

Re: update net/dnscrypt-proxy 2.0.42 and fix updating cache files

2020-04-03 Thread Nam Nguyen
Here is a simplified update to net/dnscrypt-proxy 2.0.42. I leave the bugfix to upstream, which plans to fix it. Once that bugfix comes, we may have to add _dnscrypt-proxy:_dnscrypt-proxy ownership for /var/dnscrypt-proxy in pkg/PLIST. I posted Larry Hynes' bug report here: https://github.com/DN

update net/dnscrypt-proxy 2.0.42 and fix updating cache files

2020-03-26 Thread Nam Nguyen
Credit goes to Larry Hynes for e-mailing me with a bug report where cache files in /var/dnscrypt-proxy/* cannot be periodically updated. Everything quoted with > that follows is from Larry Hynes' bug report. > There is, I think, possibly a permissions issue with the default > install of dnscrypt

update net/dnscrypt-proxy 2.0.40

2020-03-22 Thread Nam Nguyen
Here is an update for net/dnscrypt-proxy 2.0.40, released on March 21, 2020. I tested basic usage on amd64. `make test' passes. Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.40/ChangeLog Feedback and tests are welcome. Index: Makefile

Re: update net/dnscrypt-proxy 2.0.38

2020-01-31 Thread Nam Nguyen
Björn Ketelaars writes: > On Thu 30/01/2020 19:21, Nam Nguyen wrote: >> This is a security fix release that I propose adding to -stable. It >> affects 32-bit arches when dnscrypt-proxy's DNS over HTTPS (DoH) feature >> is used. It was fixed in Go 1.13.7 (now available in ports) and in the >> versi

Re: update net/dnscrypt-proxy 2.0.38

2020-01-31 Thread Björn Ketelaars
On Thu 30/01/2020 19:21, Nam Nguyen wrote: > This is a security fix release that I propose adding to -stable. It > affects 32-bit arches when dnscrypt-proxy's DNS over HTTPS (DoH) feature > is used. It was fixed in Go 1.13.7 (now available in ports) and in the > version of golang.org/x/crypto speci

update net/dnscrypt-proxy 2.0.38

2020-01-30 Thread Nam Nguyen
This is a security fix release that I propose adding to -stable. It affects 32-bit arches when dnscrypt-proxy's DNS over HTTPS (DoH) feature is used. It was fixed in Go 1.13.7 (now available in ports) and in the version of golang.org/x/crypto specified in {WRKSRC}/go.mod. >From issue: "On 32-bit a

Re: update net/dnscrypt-proxy 2.0.35

2019-12-12 Thread Björn Ketelaars
On Mon 09/12/2019 18:34, Nam Nguyen wrote: > Here is an update to net/dnscrypt-proxy 2.0.35 released December 9, > 2019. > Committed. Thank you!

update net/dnscrypt-proxy 2.0.35

2019-12-09 Thread Nam Nguyen
Here is an update to net/dnscrypt-proxy 2.0.35 released December 9, 2019. Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.35/ChangeLog To test CNAMEs being blacklisted and logged, I did the following based on the test case presented here: https://github.com/DNSCrypt/dnscrypt-proxy/

Re: update net/dnscrypt-proxy 2.0.34

2019-12-06 Thread Björn Ketelaars
On Wed 04/12/2019 19:25, Nam Nguyen wrote: > Here is an update to dnscrypt-proxy 2.0.34, released December 3, 2019. > > Changelog: > https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.34 > > The main change is dnscrypt-proxy acting as a local DoH server to > support Encrypted Server Name

update net/dnscrypt-proxy 2.0.34

2019-12-04 Thread Nam Nguyen
Here is an update to dnscrypt-proxy 2.0.34, released December 3, 2019. Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.34 The main change is dnscrypt-proxy acting as a local DoH server to support Encrypted Server Name Indication (ESNI) with Firefox and Cloudflare. I followe

Re: update net/dnscrypt-proxy 2.0.32

2019-11-18 Thread Stuart Henderson
On 2019/11/18 12:53, Nam Nguyen wrote: > 2.0.33 was just released on November 18, 2019, with a bugfix. I pasted > it here. committed, thanks.

Re: update net/dnscrypt-proxy 2.0.32

2019-11-18 Thread Nam Nguyen
2.0.33 was just released on November 18, 2019, with a bugfix. I pasted it here. Changelogs: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.33 https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.32 Nam Nguyen writes: > Here is an update for net/dnscrypt-proxy 2.0.32, released

update net/dnscrypt-proxy 2.0.32

2019-11-17 Thread Nam Nguyen
Here is an update for net/dnscrypt-proxy 2.0.32, released on November 17, 2019. Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.32 Unit tests were added so the port now has do-test. All tests pass. The tests use the bundled https://github.com/powerman/check found inside the

Re: update net/dnscrypt-proxy 2.0.30

2019-11-03 Thread Björn Ketelaars
On Thu 31/10/2019 12:53, Nam Nguyen wrote: > > net/dnscrypt-proxy 2.0.31 was just released to fix two regressions on > October 31, 2019. The diff is pasted below. Diff looks good, and update runs ok on amd64. OK bket@. I will commit this update tomorrow...unless someone beats me to it.

Re: update net/dnscrypt-proxy 2.0.30

2019-10-31 Thread Nam Nguyen
net/dnscrypt-proxy 2.0.31 was just released to fix two regressions on October 31, 2019. The diff is pasted below. https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.31 "This version fixes two regressions introduced in version 2.0.29: DoH server couldn't be reached over IPv6 any more, a

Re: update net/dnscrypt-proxy 2.0.30

2019-10-30 Thread Nam Nguyen
Nam Nguyen writes: > The main addition in 2.0.29 is anonymized DNS. "Routes are indirect ways > to reach DNSCrypt servers. A route maps a server name ("server_name") to > one or more relays that will be used to connect to that server." > > /var/dnscrypt-proxy/relays.md is now added to the port and

update net/dnscrypt-proxy 2.0.30

2019-10-30 Thread Nam Nguyen
Here is an update for net/dnscrypt-proxy 2.0.30, released on Oct. 30, 2019. https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.30 Changelogs: https://github.com/DNSCrypt/dnscrypt-proxy/commit/899cd072390d9ca1344a9bde682e5d3460cf1539 https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag

UPDATE net/dnscrypt-proxy

2018-11-29 Thread Björn Ketelaars
Diff below brings dnscrypt-proxy to 2.0.19, which mostly adds new features. Changelog can be found at https://github.com/jedisct1/dnscrypt-proxy/blob/master/ChangeLog Tested ok on amd64. Maintainer responded with "Looks good". OK? Index: Makefile

Re: UPDATE net/dnscrypt-proxy

2018-10-05 Thread Stuart Henderson
On 2018/10/05 12:54, Björn Ketelaars wrote: > Daemon per default listens on 127.0.0.1:53, and switches to a different > system user after listening sockets have been created. Oh finally! Dropping privs is what was blocking the update before. > Adding a note to current.html is probably a good thin

UPDATE net/dnscrypt-proxy

2018-10-05 Thread Björn Ketelaars
Enclosed a diff for bringing net/dnscrypt-proxy to 2.0.17. IMHO this is not a regular update as it is more like a new tool (that does the same + introduces new features) with the same name. For example upstream has left C and switched to golang. The update itself is interesting as it combines DNS

Re: [UPDATE] net/dnscrypt-proxy 1.50 -> 1.60

2015-09-24 Thread Bryan C. Everly
Thanks! Thanks, Bryan On Thu, Sep 24, 2015 at 1:35 PM, Stuart Henderson wrote: > On 2015/09/24 13:32, Bryan C. Everly wrote: >> ok? > > Committed last week. >

Re: [UPDATE] net/dnscrypt-proxy 1.50 -> 1.60

2015-09-24 Thread Stuart Henderson
On 2015/09/24 13:32, Bryan C. Everly wrote: > ok? Committed last week.

[UPDATE] net/dnscrypt-proxy 1.50 -> 1.60

2015-09-24 Thread Bryan C. Everly
ok? Thanks, Bryan Index: dnscrypt-proxy/Makefile === RCS file: /cvs/ports/net/dnscrypt-proxy/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- dnscrypt-proxy/Makefile11 Jun 2015 14:23:09 -1.16 +++ dnscryp