Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2023 19:51:05 GMT
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fe49bf2a8987 - main - dns/dnscrypt-proxy2: Pin Go version to 1.19
Message-ID:  <202302031951.313Jp5pL067760@gitrepo.freebsd.org>

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

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

commit fe49bf2a8987602bafa1246f6084cfcd84c0e080
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2023-02-03 15:44:50 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2023-02-03 18:08:52 +0000

    dns/dnscrypt-proxy2: Pin Go version to 1.19
    
    vendor/github.com/lucas-clemente/quic-go/internal/qtls/go120.go:6:13: cannot use "The version of quic-go you're using can't be built on Go 1.20 yet.
    
    quic-go doesn't support go1.20 yet, keep building this port with go1.19
    for now.
    
    PR:             269289
    Reported by:    exp-run
---
 dns/dnscrypt-proxy2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dns/dnscrypt-proxy2/Makefile b/dns/dnscrypt-proxy2/Makefile
index 0f2c2bd7fbdd..f3c041c5e464 100644
--- a/dns/dnscrypt-proxy2/Makefile
+++ b/dns/dnscrypt-proxy2/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	ca_root_nss>=3.35:security/ca_root_nss
 
-USES=		go:modules
+USES=		go:1.19,modules
 USE_RC_SUBR=	${PORTNAME}
 USE_GITHUB=	yes
 



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