Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2023 07:20:11 GMT
From:      =?utf-8?Q?Vin=C3=ADcius?= Zavam <egypcio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c98c0e0e60fe - main - dns/dnscrypt-proxy2: update 2.1.4 to 2.1.5
Message-ID:  <202308260720.37Q7KBS3068289@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by egypcio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c98c0e0e60fe17cfcb38faad4f1503efce36044a

commit c98c0e0e60fe17cfcb38faad4f1503efce36044a
Author:     Vinícius Zavam <egypcio@FreeBSD.org>
AuthorDate: 2023-08-26 07:11:29 +0000
Commit:     Vinícius Zavam <egypcio@FreeBSD.org>
CommitDate: 2023-08-26 07:11:29 +0000

    dns/dnscrypt-proxy2: update 2.1.4 to 2.1.5
    
      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.
---
 dns/dnscrypt-proxy2/Makefile | 5 ++---
 dns/dnscrypt-proxy2/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dns/dnscrypt-proxy2/Makefile b/dns/dnscrypt-proxy2/Makefile
index 2475ea2f88b1..ae5e489e4762 100644
--- a/dns/dnscrypt-proxy2/Makefile
+++ b/dns/dnscrypt-proxy2/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	dnscrypt-proxy
-PORTVERSION=	2.1.4
-PORTREVISION=	4
+PORTVERSION=	2.1.5
 CATEGORIES=	dns security
 PKGNAMESUFFIX=	2
 
@@ -13,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	ca_root_nss>=3.35:security/ca_root_nss
 
-USES=		go:1.19,modules
+USES=		go:modules
 USE_RC_SUBR=	${PORTNAME}
 USE_GITHUB=	yes
 
diff --git a/dns/dnscrypt-proxy2/distinfo b/dns/dnscrypt-proxy2/distinfo
index 82b168ad0794..06b8767c517c 100644
--- a/dns/dnscrypt-proxy2/distinfo
+++ b/dns/dnscrypt-proxy2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1676216318
-SHA256 (DNSCrypt-dnscrypt-proxy-2.1.4_GH0.tar.gz) = 05f0a3e8c8f489caf95919e2a75a1ec4598edd3428d2b9dd357caba6adb2607d
-SIZE (DNSCrypt-dnscrypt-proxy-2.1.4_GH0.tar.gz) = 6897787
+TIMESTAMP = 1692972453
+SHA256 (DNSCrypt-dnscrypt-proxy-2.1.5_GH0.tar.gz) = 044c4db9a3c7bdcf886ff8f83c4b137d2fd37a65477a92bfe86bf69587ea7355
+SIZE (DNSCrypt-dnscrypt-proxy-2.1.5_GH0.tar.gz) = 4065395



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308260720.37Q7KBS3068289>