Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gvisor-tap-vsock | Distribution: openSUSE Tumbleweed |
Version: 0.7.4 | Vendor: openSUSE |
Release: 1.2 | Build date: Mon Jul 29 08:42:27 2024 |
Group: Systems/Networking | Build host: reproducible |
Size: 18736728 | Source RPM: gvisor-tap-vsock-0.7.4-1.2.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/containers/gvisor-tap-vsock | |
Summary: Go replacement for libslirp and VPNKit |
Go replacement for libslirp and VPNKit gvisor-tap-vsock is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.
Apache-2.0
* Mon Jul 29 2024 danish.prakash@suse.com - Update to version 0.7.4: * build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 * go.mod: Update go to 1.21 * go.mod: Update github.com/insomniacslk/dhcp to latest git main * Fix OS specific url handling for unix:// scheme in transport * test: fix broken dns TXT lookup test * handle ENOBUFS when writing to VM socket * build(deps): bump github.com/miekg/dns from 1.1.59 to 1.1.61 * build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 * test: Specify path to EFI firmware for aarch64 * test: Use 'virt' machine type on aarch64 * test: Pick correct qemu-system-$arch binary * test: Make getFCOSDownload less arch-dependent * test: Fix expected wikipedia.org TXT record * build(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0 * Packit: remove EL8 and enable C10S downstream update * ghactions: Use ubuntu runner for tests * ghactions: setup-go: Use go version from go.mod * test: Always set QEMU machine type and accel * test: Rework qemuExecutable * ghactions: Don't use pre-release golang 1.22 * build(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.1 * build(deps): bump github.com/miekg/dns from 1.1.58 to 1.1.59 * build(deps): bump golangci/golangci-lint-action from 4 to 6 * build(deps): bump github.com/Microsoft/go-winio from 0.6.1 to 0.6.2 * build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 * README: Clarify that the host HTTP API is not always there * build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 * build(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 * build: Build arm64 Windows binaries * go.mod: Change inet.af/tcpproxy to github.com/inetaf/tcpproxy * build(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 * build(deps): bump google.golang.org/protobuf in /tools * build(deps): bump golang.org/x/crypto from 0.19.0 to 0.21.0 * build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 * build(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 * build(deps): bump golangci/golangci-lint-action from 3 to 4 * Add DNS '8.8.8.8' server to use in test * Fix lint errors * build(deps): bump golang.org/x/crypto from 0.18.0 to 0.19.0 * OWNERS: Add jakecorrenti to reviewers * gh: Fix 'if:' statement to avoid multiple uploads * build(deps): bump actions/setup-go from 3 to 5 * build(deps): bump actions/checkout from 3 to 4 * build(deps): bump actions/upload-artifact from 3 to 4 * build(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1 * test: Increase `go test` timeout * ghactions: Don't upload artifacts multiple times * Add log-file to proxy builder * ghactions: Fix version generation for ghactions builds * Improve versioning from shallow git clones * gvproxy: Add more context to errors * build(deps): bump github.com/miekg/dns from 1.1.57 to 1.1.58 * ghactions: Build release artifacts on tag push * dependabot: Enable automatic github actions updates * Tue Jan 23 2024 danish.prakash@suse.com - Update to version 0.7.2: * Add --log-file to gvproxy * ssh: Recreate connection on retries in setupProxy * build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 * build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 * ghactions: add Go 1.22rc1 * go.mod: gvisor.dev/gvisor v0.0.0-20231023213702-2691a8f9b1cf * ssh: Add when to setupProxy * ssh: Introduce 'retry' helper * [CI:BUILD] packit: simplify config after F37 EOL * version: Add versioning for github tarballs * version: Add moduleVersionFromBuildInfo * cmd/*: Add -version flag to executables * build(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 * build: Use ldflags in win-{gvproxy,sshproxy} targets * build(deps): bump github.com/coreos/stream-metadata-go * build(deps): bump github.com/miekg/dns from 1.1.56 to 1.1.57 * build(deps): bump github.com/onsi/gomega from 1.28.0 to 1.30.0 * build(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 * build(deps): bump golang.org/x/crypto from 0.14.0 to 0.15.0 * lint: Stop using dot imports * tools: Update golangci-lint to latest version * transport: Support passing CID for linux vsock * Packit: enable f39 downstream tasks * build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 * build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 * build(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 * build(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0 * Packit: add ppc64le and s390x targets for podman-next copr * build(deps): bump github.com/miekg/dns from 1.1.55 to 1.1.56 * Add graceful shutdown support for gvproxy on Win * ghactions: Add comment explaining why we stay on ubuntu-20.04 * ghactions: Use macos-latest instead of macos-11 * ghactions: Use `make win-sshproxy` * ghactions: build: Add win-gvproxy and win-sshproxy * Packit: enable f39 targets * rpm: correctly obsolete older rpm builds * rpm: gvforwarder subpackage * Packit: reuse copr targets for podman-next * Rename Command type to GvproxyCommand * Fixes the generated commandline for the Command type * README: More vfkit updates * build(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 * build: Add freebsd build to make cross * transport: Refactor 'Listen' code * transport: Only build unixgram on darwin * build: Use golangci-lint from tools/ * tools: go.mod: Switch to golang 1.20 * tools: Rename go module * build: Remove -arm64/-amd64 darwin binaries after makefat * build: Build arm64 linux binary * ghactions: Build on ubuntu 20.04 * Fix golangci-lint errors * build(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0 * Add `Command` type * packit: Build PRs into default packit COPRs * build(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 * gvproxy: add docker.internal dns entries * Packit: switch to rpm/gvisor-tap-vsock.spec * README.md: Replace hyperkit with vfkit * README.md: Fix QEMU spelling * Thu Aug 03 2023 danish.prakash@suse.com - Use .obscpio archive format with obs_scm svc - Update to version 0.7.0: * build(deps): bump github.com/onsi/gomega from 1.27.8 to 1.27.10 * build(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0 * go.mod: gvisor.dev/gvisor v0.0.0-20230715022000-fd277b20b8db * go.mod: gvisor.dev/gvisor v0.0.0-20230518002134-99c295d3b367 * build: Update go version to 1.20 * Update packit targets * build(deps): bump golang.org/x/sys from 0.9.0 to 0.10.0 * build(deps): bump github.com/coreos/stream-metadata-go * Remove unnecessary allocations and Write calls. * Thu Jul 27 2023 Danish Prakash <danish.prakash@suse.com> - First version of the gvisor-tap-vsock package
/usr/lib/systemd/system/gv-user-network@.service /usr/libexec/podman /usr/libexec/podman/gvforwarder /usr/libexec/podman/gvproxy
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 09:25:43 2025