1
0
forked from pool/grafana
Files
grafana/_service
Marius Kittler 73c50b763b Accepting request 1313394 from home:witekbedyk:branches:server:monitoring
- Use forked wire from Grafana repository instead of external
  package.
- Update to version 11.6.7:
  Security:
  * CVE-2025-47911: Fix parsing HTML documents (bsc#1251454)
  * CVE-2025-58190: Fix excessive memory consumption (bsc#1251657)

OBS-URL: https://build.opensuse.org/request/show/1313394
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=180
2025-10-24 14:49:55 +00:00

19 lines
650 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/grafana/grafana</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v11.6.7</param>
</service>
<service name="recompress" mode="manual">
<param name="compression">gz</param>
<param name="file">grafana*.tar</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">grafana</param>
<param name="version">11.6.7</param>
</service>
</services>