forked from pool/munin
Accepting request 461943 from server:monitoring
Update to 2.0.32 OBS-URL: https://build.opensuse.org/request/show/461943 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/munin?expand=0&rev=9
This commit is contained in:
commit
b90ae1d5a0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6832bc5839d03639e4309178d9370697fc8a80a83d9b6653953f40161e949694
|
|
||||||
size 1337586
|
|
3
munin-2.0.32.tar.gz
Normal file
3
munin-2.0.32.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:132ed808f637af661b5ec8d51415638a53d175a8e0ab10878b89a28f67d018a8
|
||||||
|
size 1342572
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 2 13:45:33 UTC 2017 - aj@ajaissle.de
|
||||||
|
|
||||||
|
- fix source url
|
||||||
|
- update to 2.0.32
|
||||||
|
- remove CVE-2017-6188-fix-parameter-injection.patch (applied upstream)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 23 12:33:21 UTC 2017 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- fix CVE-2017-6188: munin-cgi-graph local file write vulnerability
|
||||||
|
(boo#1026539, CVE-2017-6188-fix-parameter-injection.patch)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 19 16:08:24 UTC 2017 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- update to version 2.0.30
|
||||||
|
Bugfix releases (closes the following issues since 2.0.25)
|
||||||
|
2.0.26: Closes: D:761190, GH:426
|
||||||
|
2.0.27: Closes: D:767032, D:768553, D:825136, D:834194, GH:690, GH:714
|
||||||
|
2.0.29: Closes: D:847649, D:849383
|
||||||
|
2.0.30: Closes: GH:745, GH:771, GH:783
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 17 13:04:06 UTC 2017 - bwiedemann@suse.com
|
Tue Jan 17 13:04:06 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
20
munin.spec
20
munin.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package munin
|
# spec file for package munin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,21 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define htmldir /srv/www/htdocs/munin
|
%define htmldir /srv/www/htdocs/munin
|
||||||
%define cgidir /srv/www/cgi-bin
|
%define cgidir /srv/www/cgi-bin
|
||||||
%define dbdir /var/lib/munin
|
%define dbdir /var/lib/munin
|
||||||
%define logdir /var/log/munin
|
%define logdir /var/log/munin
|
||||||
%define plugindir /usr/lib/munin/plugins
|
%define plugindir /usr/lib/munin/plugins
|
||||||
%define active_by_default 0
|
%define active_by_default 0
|
||||||
|
|
||||||
Name: munin
|
Name: munin
|
||||||
Version: 2.0.25
|
Version: 2.0.32
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Network-wide graphing framework (grapher/gatherer)
|
Summary: Network-wide graphing framework (grapher/gatherer)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Url: http://munin-monitoring.org/
|
Url: http://munin-monitoring.org/
|
||||||
Source0: http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
|
Source0: http://downloads.munin-monitoring.org/%{name}/stable/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: Makefile.config
|
Source1: Makefile.config
|
||||||
Source2: munin-node.rc
|
Source2: munin-node.rc
|
||||||
Source3: munin.cron.d
|
Source3: munin.cron.d
|
||||||
@ -100,10 +100,10 @@ RRDtool.
|
|||||||
|
|
||||||
%package node
|
%package node
|
||||||
Summary: Network-wide graphing framework (node)
|
Summary: Network-wide graphing framework (node)
|
||||||
Group: System/Monitoring
|
|
||||||
# some scripts need logtail which is part of package logdigest in openSUSE
|
# some scripts need logtail which is part of package logdigest in openSUSE
|
||||||
# problem with logdigest is that it installs a cronjob for itself which
|
# problem with logdigest is that it installs a cronjob for itself which
|
||||||
# might be unwanted
|
# might be unwanted
|
||||||
|
Group: System/Monitoring
|
||||||
Recommends: logdigest
|
Recommends: logdigest
|
||||||
Requires: perl-HTML-Template
|
Requires: perl-HTML-Template
|
||||||
Requires: perl-Log-Log4perl
|
Requires: perl-Log-Log4perl
|
||||||
|
Loading…
Reference in New Issue
Block a user