diff --git a/munin.spec b/munin.spec index 5d223c2..4b4fa78 100644 --- a/munin.spec +++ b/munin.spec @@ -1,6 +1,6 @@ Name: munin -Version: 2.0.30 -Release: 5%{?dist} +Version: 2.0.32 +Release: 1%{?dist} Summary: Network-wide graphing framework (grapher/gatherer) Group: System Environment/Daemons @@ -51,7 +51,7 @@ Patch13: mariadb-show-status.patch Patch14: mariadb-innodb.patch #Patch15: https://patch-diff.githubusercontent.com/raw/munin-monitoring/munin/pull/737.patch #Patch16: https://patch-diff.githubusercontent.com/raw/munin-monitoring/munin/pull/759.patch -Patch17: https://patch-diff.githubusercontent.com/raw/munin-monitoring/munin/pull/797.patch +#Patch17: https://patch-diff.githubusercontent.com/raw/munin-monitoring/munin/pull/797.patch BuildArch: noarch @@ -362,7 +362,7 @@ install -c %{SOURCE13} ./resources/ install -c %{SOURCE20} . sed -i -e 's,^PERLSITELIB := \(.*\),PERLSITELIB := %{perl_vendorlib},;' Makefile.config-dist -%patch17 -p1 -F2 +#%% patch17 -p1 -F2 %build @@ -880,6 +880,9 @@ exit 0 %changelog +* Wed Mar 01 2017 "D. Johnson" - 2.0.32-1 +- Upstream released 2.0.32 + * Mon Feb 27 2017 "D. Johnson" - 2.0.30-5 - CVE-2017-6188: Upstream PR 797: Fix wrong parameter expansion in CGI - RHBZ#: 1425855,1425857,1425858