builtin functions (bsc#1255333):
* Bump github.com/expr-lang/expr to version 1.17.7
- CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881: Update
github.com/opencontainers/runc to fix container breakouts by
bypassing runc's restrictions for writing to arbitrary /proc
files (bsc#1255074)
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/alloy?expand=0&rev=58
24 lines
865 B
Plaintext
24 lines
865 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/grafana/alloy</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">v1.12.2</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
<param name="replace">github.com/expr-lang/expr=github.com/expr-lang/expr@v1.17.7</param>
|
|
</service>
|
|
<!-- services below are running at buildtime -->
|
|
<service name="tar" mode="buildtime">
|
|
</service>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|