From: Stuart Henderson Subject: Re: [UPDATE] net/dnscrypt-proxy 2.1.14 -> 2.1.15 To: Igor Zornik Cc: OpenBSD ports , Nam Nguyen Date: Wed, 11 Mar 2026 21:13:14 +0000 On 2026/03/11 21:34, Igor Zornik wrote: > Hey, > > So, um... Could anyone please take a look at this before we hit the > inevitable lock? It would be a pity if we went into a new release with > an outdated version. yes I think that's long enough for a maintainer timeout :) committed. looks like it uses quic-go; you might want to check if it's ok with 1.26.x as it may need the vendored dep updating. > On Tue Dec 16, 2025 at 6:30 PM CET, Igor Zornik wrote: > > Hello, ports. > > > > New version of dnscrypt-proxy with both features and fixes. Building > > and resolving tested on today's amd64 snapshot. Straight forward > > QP-encoded diff below. > > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/net/dnscrypt-proxy/Makefile,v > retrieving revision 1.72 > diff -u -p -u -p -r1.72 Makefile > --- Makefile 17 Sep 2025 01:58:40 -0000 1.72 > +++ Makefile 11 Mar 2026 19:53:31 -0000 > @@ -2,7 +2,7 @@ COMMENT = flexible DNS proxy with suppor > > GH_ACCOUNT = DNSCrypt > GH_PROJECT = dnscrypt-proxy > -GH_TAGNAME = 2.1.14 > +GH_TAGNAME = 2.1.15 > > CATEGORIES = net > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/net/dnscrypt-proxy/distinfo,v > retrieving revision 1.41 > diff -u -p -u -p -r1.41 distinfo > --- distinfo 17 Sep 2025 01:58:40 -0000 1.41 > +++ distinfo 11 Mar 2026 19:53:31 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (dnscrypt-proxy-2.1.14.tar.gz) = SVxPSU1ABo5ePdy4dI2RuQ6Z8lFgYOO1lSC589YUip4= > -SIZE (dnscrypt-proxy-2.1.14.tar.gz) = 4190307 > +SHA256 (dnscrypt-proxy-2.1.15.tar.gz) = V9qR3So5kqFSjnZLz+m0gIjGPJM8DFcaLKw9J6yMdUY= > +SIZE (dnscrypt-proxy-2.1.15.tar.gz) = 4058547 >