aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-03-15 17:33:34 +0100
committerChris Evich <cevich@redhat.com>2022-03-17 14:03:28 -0400
commitf83d437d9be1de7cbaa1c5859c32178fba90c656 (patch)
treef032aad6f0aa08b03013b359003f4c6aa3272ae7 /Makefile
parentec2fdb1350c12b2df6aae8189ab97f3b0e94bb8e (diff)
downloadpodman-f83d437d9be1de7cbaa1c5859c32178fba90c656.tar.gz
podman-f83d437d9be1de7cbaa1c5859c32178fba90c656.tar.bz2
podman-f83d437d9be1de7cbaa1c5859c32178fba90c656.zip
Fix windows win-sshproxy build
Github no longer supports the unauthenticated git protocol, so switch to using https instead. https://github.blog/2021-09-01-improving-git-protocol-security-github/ Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb230d8e9..7f7271bd6 100644
--- a/Makefile
+++ b/Makefile
@@ -191,7 +191,7 @@ endif
# dependencies. This is only used for the Windows installer task (podman.msi), which must
# include this lightweight helper binary.
#
-GV_GITURL=git://github.com/containers/gvisor-tap-vsock.git
+GV_GITURL=https://github.com/containers/gvisor-tap-vsock.git
GV_SHA=e943b1806d94d387c4c38d96719432d50a84bbd0
###