From: Aaron Bieber Subject: Re: UPDATE: net/tailscale To: Adriano Barbosa , ports@openbsd.org, abieber@openbsd.org Date: Thu, 4 Jan 2024 13:04:14 -0700 Hi! Similar diff here. On 1/4/24 12:57, Adriano Barbosa wrote: > Hi! > This is a diff for net/tailscale v1.56.1 > Changelogs: > https://github.com/tailscale/tailscale/releases/tag/v1.50.1 > https://github.com/tailscale/tailscale/releases/tag/v1.52.0 > https://github.com/tailscale/tailscale/releases/tag/v1.52.1 > https://github.com/tailscale/tailscale/releases/tag/v1.54.0 > https://github.com/tailscale/tailscale/releases/tag/v1.54.1 > https://github.com/tailscale/tailscale/releases/tag/v1.56.0 > https://github.com/tailscale/tailscale/releases/tag/v1.56.1 > > Obrigado! > -- > Adriano > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/net/tailscale/Makefile,v > retrieving revision 1.26 > diff -u -p -r1.26 Makefile > --- Makefile 27 Sep 2023 00:51:08 -0000 1.26 > +++ Makefile 4 Jan 2024 19:49:37 -0000 > @@ -2,7 +2,7 @@ BROKEN-i386 = unix.EPROTO not defined > > COMMENT = modern overlay-like VPN built on top of WireGuard > > -V = 1.50.0 > +V = 1.56.1 > MODGO_MODNAME = tailscale.com > MODGO_VERSION = v${V} > > > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/net/tailscale/pkg/PLIST,v > retrieving revision 1.7 > diff -u -p -r1.7 PLIST > --- pkg/PLIST 27 Sep 2023 00:51:08 -0000 1.7 > +++ pkg/PLIST 4 Jan 2024 19:49:39 -0000 > @@ -1,9 +1,11 @@ > @rcscript ${RCDIR}/tailscaled > @comment bin/addlicense > +@bin bin/build-webclient > @comment bin/cloner > @bin bin/derper > @bin bin/derpprobe > @comment bin/dist > +@bin bin/generate > @comment bin/get-authkey > @comment bin/gitops-pusher > @comment bin/hello > @@ -26,4 +28,5 @@ > @comment bin/testcontrol > @comment bin/testwrapper > @comment bin/tsconnect > +@bin bin/tsidp > @comment bin/viewer These new entries should probably be "@comment"'d out.