diff options
| author | Shulhan <ms@kilabit.info> | 2022-12-13 23:15:05 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-12-13 23:18:35 +0700 |
| commit | a82178cdd43d4d98480400abdd57e74fab2795ce (patch) | |
| tree | 43f3a3e5814c178c69a9db38cffb2cebf57e6284 /.SRCINFO | |
| parent | 2770941a0bdf96b3c71bd9817c8dc10801bc6784 (diff) | |
| download | google-cloud-ops-agent-git-a82178cdd43d4d98480400abdd57e74fab2795ce.tar.xz | |
all: fix build due to git CVE-2022-39253
When building with git v2.38.1 or latest version, the build will fail
with
fatal: transport 'file' not allowed
This is due to security issue in git submodule [1].
While at it, update the version to the latest one.
[1] https://lore.kernel.org/lkml/xmqq4jw1uku5.fsf@gitster.g/
Diffstat (limited to '.SRCINFO')
| -rw-r--r-- | .SRCINFO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ pkgbase = google-cloud-ops-agent-git pkgdesc = Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring) - pkgver = 2.18.1.r8.gad67eb23 + pkgver = 2.23.0.r33.gdeaa7dec7 pkgrel = 1 url = https://github.com/GoogleCloudPlatform/ops-agent arch = x86_64 |
