./net/gvproxy, Replacement for libslirp and VPNKit, written in pure Go

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.3nb5, Package name: gvproxy-0.7.3nb5, Maintainer: pkgsrc-users

A replacement for VPNKit, written in pure Go. It is based on the
network stack of gVisor.


Master sites:

Filesize: 10224.35 KB

Version history: (Expand)


CVS history: (Expand)


   2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update
   2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 security update
   2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168)
Log message:
Revbump all Go packages, default Go version is now 1.22.
   2024-05-15 00:48:57 by Thomas Klausner | Files touched by this commit (2)
Log message:
gvproxy: remove patch for NetBSD support that breaks the build on NetBSD
   2024-05-08 21:23:34 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
gvproxy: update to 0.7.3, now compatible with Go 1.22.

v0.7.3

- Add log-file to proxy builder
- Improve gvproxy error reporting, and improve gvproxy --version in a corner
  case
- github actions improvements

v0.7.2

- transport: Support passing CID for linux vsock
- Add retries to ssh connections to fix a race when used by podman/applehv
- Add --log-file to gvproxy
- Add --version argument to commands
- Add support for go 1.22 (by updating the gvisor go module)
- packit changes

v0.7.1

- gvproxy: add docker.internal dns entries
- Add GvProxyCommand type/helper API
- Add graceful shutdown support for gvproxy
- RPM packaging and packit improvements
   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update