Date: Sat, 4 Feb 2023 10:07:14 -0500 From: Adam Weinberger <adamw@adamw.org> To: Dmitri Goutnik <dmgk@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: e41e27b19194 - main - www/caddy: Pin Go version to 1.19 Message-ID: <CAP7rwci0t_jHCLeccc6T2ijp7h40qDuKkcFMSgHKLgbZbeY9pg@mail.gmail.com> In-Reply-To: <202302031951.313Jp8eE067836@gitrepo.freebsd.org> References: <202302031951.313Jp8eE067836@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--0000000000002aae7805f3e1281b Content-Type: text/plain; charset="UTF-8" On Fri, Feb 3, 2023 at 2:51 PM Dmitri Goutnik <dmgk@freebsd.org> wrote: > The branch main has been updated by dmgk: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=e41e27b19194be93c1bad06a10dafc9211264960 > > commit e41e27b19194be93c1bad06a10dafc9211264960 > Author: Dmitri Goutnik <dmgk@FreeBSD.org> > AuthorDate: 2023-02-03 15:55:51 +0000 > Commit: Dmitri Goutnik <dmgk@FreeBSD.org> > CommitDate: 2023-02-03 18:09:08 +0000 > > www/caddy: Pin Go version to 1.19 > > vendor/github.com/lucas-clemente/quic-go/internal/qtls/go120.go:5: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 > --- > www/caddy/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/www/caddy/Makefile b/www/caddy/Makefile > index 433acbb98efa..549ce5311644 100644 > --- a/www/caddy/Makefile > +++ b/www/caddy/Makefile > @@ -12,7 +12,7 @@ WWW= https://caddyserver.com > LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/LICENSE > > -USES= cpe go:modules > +USES= cpe go:1.19,modules > CPE_VENDOR= caddyserver > > USE_RC_SUBR= caddy > Thanks for doing this! In the past I've manually recreated GH_TUPLE (> 110 modules) every time Go gets a minor bump, but pinning Go until the next caddy release looks like a much better option. For anyone playing at home, some subtle path-handling semantics changed in go1.20, so it's not as simple as just bumping the quic-go dep this time. The PR is https://github.com/caddyserver/caddy/pull/5353. # Adam -- Adam Weinberger adamw@adamw.org https://www.adamw.org --0000000000002aae7805f3e1281b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div dir=3D"ltr"><div class=3D"gmail_default" style=3D"fon= t-family:arial,sans-serif"><br></div></div><br><div class=3D"gmail_quote"><= div dir=3D"ltr" class=3D"gmail_attr">On Fri, Feb 3, 2023 at 2:51 PM Dmitri = Goutnik <<a href=3D"mailto:dmgk@freebsd.org">dmgk@freebsd.org</a>> wr= ote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px= 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The branch = main has been updated by dmgk:<br> <br> URL: <a href=3D"https://cgit.FreeBSD.org/ports/commit/?id=3De41e27b19194be9= 3c1bad06a10dafc9211264960" rel=3D"noreferrer" target=3D"_blank">https://cgi= t.FreeBSD.org/ports/commit/?id=3De41e27b19194be93c1bad06a10dafc9211264960</= a><br> <br> commit e41e27b19194be93c1bad06a10dafc9211264960<br> Author:=C2=A0 =C2=A0 =C2=A0Dmitri Goutnik <dmgk@FreeBSD.org><br> AuthorDate: 2023-02-03 15:55:51 +0000<br> Commit:=C2=A0 =C2=A0 =C2=A0Dmitri Goutnik <dmgk@FreeBSD.org><br> CommitDate: 2023-02-03 18:09:08 +0000<br> <br> =C2=A0 =C2=A0 www/caddy: Pin Go version to 1.19<br> <br> =C2=A0 =C2=A0 vendor/<a href=3D"http://github.com/lucas-clemente/quic-go/in= ternal/qtls/go120.go:5:13" rel=3D"noreferrer" target=3D"_blank">github.com/= lucas-clemente/quic-go/internal/qtls/go120.go:5:13</a>: cannot use "Th= e version of quic-go you're using can't be built on Go 1.20 yet.<br= > <br> =C2=A0 =C2=A0 quic-go doesn't support go1.20 yet, keep building this po= rt with go1.19<br> =C2=A0 =C2=A0 for now.<br> <br> =C2=A0 =C2=A0 PR:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0269289<br> =C2=A0 =C2=A0 Reported by:=C2=A0 =C2=A0 exp-run<br> ---<br> =C2=A0www/caddy/Makefile | 2 +-<br> =C2=A01 file changed, 1 insertion(+), 1 deletion(-)<br> <br> diff --git a/www/caddy/Makefile b/www/caddy/Makefile<br> index 433acbb98efa..549ce5311644 100644<br> --- a/www/caddy/Makefile<br> +++ b/www/caddy/Makefile<br> @@ -12,7 +12,7 @@ WWW=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"https= ://caddyserver.com" rel=3D"noreferrer" target=3D"_blank">https://caddyserve= r.com</a><br> =C2=A0LICENSE=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0APACHE20<br> =C2=A0LICENSE_FILE=3D=C2=A0 ${WRKSRC}/LICENSE<br> <br> -USES=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 cpe go:modules<br> +USES=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 cpe go:1.19,modules<br> =C2=A0CPE_VENDOR=3D=C2=A0 =C2=A0 caddyserver<br> <br> =C2=A0USE_RC_SUBR=3D=C2=A0 =C2=A0caddy<br> </blockquote></div><div><br></div><div><div style=3D"font-family:arial,sans= -serif" class=3D"gmail_default">Thanks for doing this! In the past I've= manually recreated GH_TUPLE (> 110 modules) every time Go gets a minor = bump, but pinning Go until the next caddy release looks like a much better = option.</div><div style=3D"font-family:arial,sans-serif" class=3D"gmail_def= ault"><br></div><div style=3D"font-family:arial,sans-serif" class=3D"gmail_= default">For anyone playing at home, some subtle path-handling semantics ch= anged in go1.20, so it's not as simple as just bumping the quic-go dep = this time. The PR is <a href=3D"https://github.com/caddyserver/caddy/pull/5= 353">https://github.com/caddyserver/caddy/pull/5353</a>.</div><div style=3D= "font-family:arial,sans-serif" class=3D"gmail_default"><br></div><div style= =3D"font-family:arial,sans-serif" class=3D"gmail_default"># Adam</div><div = style=3D"font-family:arial,sans-serif" class=3D"gmail_default"><br></div></= div><br>-- <br><div dir=3D"ltr" class=3D"gmail_signature"><div dir=3D"ltr">= <div><div dir=3D"ltr"><div>Adam Weinberger</div><div><a href=3D"mailto:adam= w@adamw.org" target=3D"_blank">adamw@adamw.org</a></div><div><a href=3D"htt= ps://www.adamw.org" target=3D"_blank">https://www.adamw.org</a></div></div>= </div></div></div></div> --0000000000002aae7805f3e1281b--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAP7rwci0t_jHCLeccc6T2ijp7h40qDuKkcFMSgHKLgbZbeY9pg>