apply patch for CVE-2020-13430 also to sources, not only to compiled webpack

Related: #1850427
This commit is contained in:
Andreas Gerstmayr 2020-08-20 11:49:32 +02:00
parent 077561a443
commit 1a6c0ebf42
1 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,7 @@ end}
Name: grafana
Version: 6.7.4
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Metrics dashboard and graph editor
License: ASL 2.0
URL: https://grafana.org
@ -386,6 +386,8 @@ The Grafana stackdriver datasource.
%patch9 -p1
%endif
%patch10 -p1
# Set up build subdirs and links
mkdir -p %{_builddir}/src/github.com/grafana
ln -sf %{_builddir}/%{name}-%{version} \
@ -632,6 +634,9 @@ export GO111MODULE=off
%changelog
* Thu Aug 20 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 6.7.4-3
- apply patch for CVE-2020-13430 also to sources, not only to compiled webpack
* Wed Aug 19 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 6.7.4-2
- security fix for CVE-2020-13430