Accepting request 1036644 from home:witekbedyk:branches:server:monitoring
Update to version 8.5.15 (jsc#PED-2617): * Security: Fix for privilege escalation (bsc#1205225, CVE-2022-3930) * Security: Omit error from http response when user does not exists (bsc#1205227, CVE-2022-39307) OBS-URL: https://build.opensuse.org/request/show/1036644 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=89
This commit is contained in:
parent
0db6efb57c
commit
7c6530a53e
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v8.5.14</param>
|
||||
<param name="revision">v8.5.15</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/grafana/grafana</param>
|
||||
<param name="changesrevision">5bc88988a5a25c23452249315e8789ef059a2a3d</param>
|
||||
<param name="changesrevision">be4228db5a43f65a989239f891185d45912d39ad</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3a0e0161d454cb2585f0d5ebc58ada4c93420ea1c5bd6db5a1a42d0e93b9b8b
|
||||
size 51535752
|
3
grafana-8.5.15.tar.gz
Normal file
3
grafana-8.5.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcdcdbb5021344ee8f21decd8cfaac7c23928385fe0f7d550cb795ceab5cead1
|
||||
size 51544910
|
@ -1,7 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 10:52:52 UTC 2022 - witold.bedyk@suse.com
|
||||
|
||||
- Update to version 8.5.15 (jsc#PED-2617):
|
||||
* Security: Fix for privilege escalation
|
||||
(bsc#1205225, CVE-2022-3930)
|
||||
* Security: Omit error from http response when user does not
|
||||
exists (bsc#1205227, CVE-2022-39307)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 11 09:06:30 UTC 2022 - witold.bedyk@suse.com
|
||||
|
||||
- Update to version 8.5.14 (jsc#PED-2617):
|
||||
- Update to version 8.5.14:
|
||||
* Security: Fix do not forward login cookie in outgoing requests
|
||||
(bsc#1204303, CVE-2022-39201)
|
||||
* Security: Make proxy endpoints not leak sensitive HTTP headers
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: grafana
|
||||
Version: 8.5.14
|
||||
Version: 8.5.15
|
||||
Release: 0
|
||||
Summary: The open-source platform for monitoring and observability
|
||||
License: AGPL-3.0-only
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc8e7e00005270ac05622f186e395b8d6e0bec2a698a5cd3dbc121b34f17e40d
|
||||
size 19588498
|
||||
oid sha256:2c2877e029bff95ab8f00142f38a53f40d197ebc1e711747a70fc1af3f7d9a78
|
||||
size 19588389
|
||||
|
Loading…
Reference in New Issue
Block a user