On Sun, 13 Oct 2019 at 13:06:13 -0700, Nam Nguyen wrote: > This is an update for dnscrypt-proxy 2.0.28, released on Oct 12, 2019. > > Changelog: > https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.28 > > I tested the query logging improvements for cached and cloaked > responses. A DNS lookup shows the dnscrypt server that served the > request (e.g., scaleway-fr). When it hits the cache the server name is > replaced by "-" to make the logs easier to read. > > There were mainly performance improvements and it continues to work on > amd64. Feedback and tests are welcome.
Working fine here! OK abieber@ if someone wants to commit! > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/net/dnscrypt-proxy/Makefile,v > retrieving revision 1.44 > diff -u -p -u -p -r1.44 Makefile > --- Makefile 10 Sep 2019 13:19:25 -0000 1.44 > +++ Makefile 13 Oct 2019 18:45:19 -0000 > @@ -4,7 +4,7 @@ COMMENT = flexible DNS proxy with suppor > > GH_ACCOUNT = jedisct1 > GH_PROJECT = dnscrypt-proxy > -GH_TAGNAME = 2.0.27 > +GH_TAGNAME = 2.0.28 > > CATEGORIES = net > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/net/dnscrypt-proxy/distinfo,v > retrieving revision 1.20 > diff -u -p -u -p -r1.20 distinfo > --- distinfo 10 Sep 2019 13:19:25 -0000 1.20 > +++ distinfo 13 Oct 2019 18:45:19 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (dnscrypt-proxy-2.0.27.tar.gz) = > pQH0SvOctD4ASJ755meKqK26K8mPkELdYc5g6a0HTVo= > -SIZE (dnscrypt-proxy-2.0.27.tar.gz) = 2478887 > +SHA256 (dnscrypt-proxy-2.0.28.tar.gz) = > K6KDQ97RUjPGnCNTzOFZqyrU5+troBjK9JXh5dMz2G0= > +SIZE (dnscrypt-proxy-2.0.28.tar.gz) = 2620245 > Index: patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml > =================================================================== > RCS file: > /cvs/ports/net/dnscrypt-proxy/patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml,v > retrieving revision 1.5 > diff -u -p -u -p -r1.5 patch-dnscrypt-proxy_example-dnscrypt-proxy_toml > --- patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml 10 Sep 2019 > 13:19:25 -0000 1.5 > +++ patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml 13 Oct 2019 > 18:45:19 -0000 > @@ -3,7 +3,7 @@ $OpenBSD: patch-dnscrypt-proxy_example-d > Index: dnscrypt-proxy/example-dnscrypt-proxy.toml > --- dnscrypt-proxy/example-dnscrypt-proxy.toml.orig > +++ dnscrypt-proxy/example-dnscrypt-proxy.toml > -@@ -46,7 +46,7 @@ max_clients = 250 > +@@ -45,7 +45,7 @@ max_clients = 250 > ## Note (2): this feature is not compatible with systemd socket activation. > ## Note (3): when using -pidfile, the PID file directory must be writable > by the new user > > -- PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE