commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2020-10-23 12:19:23 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new.3463 (New) Package is "munin" Fri Oct 23 12:19:23 2020 rev:21 rq:842565 version:2.0.64 Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2020-08-21 19:01:07.212247232 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new.3463/munin.changes2020-10-23 12:19:32.264565058 +0200 @@ -1,0 +2,9 @@ +Tue Sep 29 11:17:39 UTC 2020 - Thorsten Kukuk + +- pwdutils is long gone, use shadow +- Don't hard require systemd +- Update to 2.0.64 + * several bugfixes in minor releases + https://github.com/munin-monitoring/munin/blob/stable-2.0/ChangeLog + +--- Old: munin-2.0.56.tar.gz New: munin-2.0.64.tar.gz Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.rmcdQV/_old 2020-10-23 12:19:33.044565460 +0200 +++ /var/tmp/diff_new_pack.rmcdQV/_new 2020-10-23 12:19:33.048565462 +0200 @@ -24,7 +24,7 @@ %define active_by_default 0 Name: munin -Version:2.0.56 +Version:2.0.64 Release:0 Summary:Network-wide graphing framework (grapher/gatherer) License:GPL-2.0-only @@ -56,10 +56,10 @@ BuildRequires: perl-Net-SNMP BuildRequires: perl-Net-SSLeay BuildRequires: perl-Net-Server -BuildRequires: pwdutils +BuildRequires: shadow BuildRequires: unzip BuildRequires: perl(Module::Build) -%{?systemd_requires} +%{?systemd_ordering} BuildRequires: htmldoc BuildRequires: pkgconfig(systemd) Requires: perl-Date-Manip @@ -74,8 +74,8 @@ Requires: perl-URI Requires: perl-base = %{perl_version} Requires: perl-rrdtool -Requires: pwdutils Requires: rrdtool +Requires: shadow Requires: spawn-fcgi Requires: perl(Munin::Common::Defaults) Recommends: logrotate @@ -114,12 +114,12 @@ Requires: perl-base = %{perl_version} Requires: perl-libwww-perl Requires: ps -Requires: pwdutils +Requires: shadow Requires: sysstat # manual requires from certain plugins using "env ..." Requires: python Requires: ruby -%{?systemd_requires} +%{?systemd_ordering} Requires(pre): group(nobody) Requires(pre): user(nobody) Recommends: logrotate @@ -223,7 +223,7 @@ touch %{logdir}/munin-graph.log %{logdir}/munin-html.log %{logdir}/munin-nagios.log %{logdir}/munin-limits.log %{logdir}/munin-update.log chown munin:munin %{logdir}/* chown root:root %{logdir}/munin-node.log* >/dev/null 2>&1 || true -systemd-tmpfiles --create /usr/lib/tmpfiles.d/munin.conf +%tmpfiles_create munin.conf %service_add_post munin-cgi-graph.service %service_add_post munin-cgi-html.service %if 0%{?suse_version} > 1510 @@ -268,7 +268,7 @@ chown munin:munin %{logdir}/* chown root:root %{logdir}/munin-node.log* chown -R nobody:nobody %{dbdir}/plugin-state/* >/dev/null 2>&1 -%tmpfiles_create /usr/lib/tmpfiles.d/munin-node.conf +%tmpfiles_create munin-node.conf %service_add_post munin-node.service %firewalld_reload @@ -381,6 +381,7 @@ %config %{_sysconfdir}/logrotate.d/munin-node %dir %{perl_vendorlib}/Munin/Common %{perl_vendorlib}/Munin/Common/Config.pm +%{perl_vendorlib}/Munin/Common/Daemon.pm %{perl_vendorlib}/Munin/Common/Defaults.pm %{perl_vendorlib}/Munin/Common/TLS.pm %{perl_vendorlib}/Munin/Common/TLSClient.pm @@ -415,6 +416,7 @@ %{_mandir}/man1/munindoc.1.gz %{_mandir}/man1/munin-get.1.gz %{_mandir}/man3/Munin::Common::Config.3pm.gz +%{_mandir}/man3/Munin::Common::Daemon.3pm.gz %{_mandir}/man3/Munin::Common::Defaults.3pm.gz %{_mandir}/man3/Munin::Common::TLS.3pm.gz %{_mandir}/man3/Munin::Common::TLSClient.3pm.gz ++ munin-2.0.56.tar.gz -> munin-2.0.64.tar.gz ++ 7394 lines of diff (skipped)
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2020-08-21 19:00:53 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new.3399 (New) Package is "munin" Fri Aug 21 19:00:53 2020 rev:20 rq:827850 version:2.0.56 Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2020-03-24 22:31:10.897054304 +0100 +++ /work/SRC/openSUSE:Factory/.munin.new.3399/munin.changes2020-08-21 19:01:07.212247232 +0200 @@ -1,0 +2,5 @@ +Wed Aug 19 10:11:07 UTC 2020 - Dominique Leuenberger + +- Stop abusing %{_libexecdir} for the firewalld service files. + +--- Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.NrFZ8G/_old 2020-08-21 19:01:08.572248040 +0200 +++ /var/tmp/diff_new_pack.NrFZ8G/_new 2020-08-21 19:01:08.576248042 +0200 @@ -201,7 +201,7 @@ ln munin-gsa-master/README.md README.gsa # firewalld -install -D -m 644 %{SOURCE6} %{buildroot}%{_libexecdir}/firewalld/services/munin-node.xml +install -D -m 644 %{SOURCE6} %{buildroot}%{_prefix}/lib/firewalld/services/munin-node.xml %clean %{__rm} -rf %{buildroot} @@ -442,8 +442,8 @@ %attr(0755, munin, munin) %dir %{dbdir} %attr(0775, nobody, nobody) %dir %{dbdir}/plugin-state %ghost /run/munin -%dir %{_libexecdir}/firewalld -%dir %{_libexecdir}/firewalld/services -%{_libexecdir}/firewalld/services/munin-node.xml +%dir %{_prefix}/lib/firewalld +%dir %{_prefix}/lib/firewalld/services +%{_prefix}/lib/firewalld/services/munin-node.xml %changelog
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2020-03-24 22:30:47 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new.3160 (New) Package is "munin" Tue Mar 24 22:30:47 2020 rev:19 rq:787130 version:2.0.56 Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2020-02-25 16:01:16.559929939 +0100 +++ /work/SRC/openSUSE:Factory/.munin.new.3160/munin.changes2020-03-24 22:31:10.897054304 +0100 @@ -1,0 +2,5 @@ +Sat Mar 21 11:04:27 UTC 2020 - Wolfgang Rosenauer + +- add service definition for firewalld + +--- New: munin-node.xml Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.5bBCM8/_old 2020-03-24 22:31:12.941055331 +0100 +++ /var/tmp/diff_new_pack.5bBCM8/_new 2020-03-24 22:31:12.945055333 +0100 @@ -36,6 +36,7 @@ Source3:munin.cron.d Source4:munin.logrotate Source5:munin-node.logrotate +Source6:munin-node.xml Source7:plugins.conf Source8:munin-node.tmpfiles Source9:munin-node.service @@ -48,6 +49,7 @@ Source14: munin-cron.timer Source15: munin-cron.service Patch1: perl526.patch +BuildRequires: firewall-macros BuildRequires: html2text BuildRequires: perl-HTML-Template BuildRequires: perl-Log-Log4perl @@ -198,6 +200,9 @@ %__install -m0755 munin-gsa-master/snmp_* %{buildroot}/%{plugindir} ln munin-gsa-master/README.md README.gsa +# firewalld +install -D -m 644 %{SOURCE6} %{buildroot}%{_libexecdir}/firewalld/services/munin-node.xml + %clean %{__rm} -rf %{buildroot} @@ -265,6 +270,7 @@ chown -R nobody:nobody %{dbdir}/plugin-state/* >/dev/null 2>&1 %tmpfiles_create /usr/lib/tmpfiles.d/munin-node.conf %service_add_post munin-node.service +%firewalld_reload %preun node %service_del_preun munin-node.service @@ -436,5 +442,8 @@ %attr(0755, munin, munin) %dir %{dbdir} %attr(0775, nobody, nobody) %dir %{dbdir}/plugin-state %ghost /run/munin +%dir %{_libexecdir}/firewalld +%dir %{_libexecdir}/firewalld/services +%{_libexecdir}/firewalld/services/munin-node.xml %changelog ++ munin-node.xml ++ munin-node munin-node listens on that port for incoming queries from the munin monitoring instance.
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2020-02-25 16:01:01 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new.26092 (New) Package is "munin" Tue Feb 25 16:01:01 2020 rev:18 rq:778177 version:2.0.56 Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2019-09-30 15:48:13.623000570 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new.26092/munin.changes 2020-02-25 16:01:16.559929939 +0100 @@ -1,0 +2,7 @@ +Fri Feb 21 23:05:43 UTC 2020 - Wolfgang Rosenauer + +- update to 2.0.56 + * several bugfixes in minor releases + https://github.com/munin-monitoring/munin/blob/stable-2.0/ChangeLog + +--- Old: munin-2.0.49.tar.gz New: munin-2.0.56.tar.gz Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.ewM5NM/_old 2020-02-25 16:01:18.103934198 +0100 +++ /var/tmp/diff_new_pack.ewM5NM/_new 2020-02-25 16:01:18.107934209 +0100 @@ -1,7 +1,7 @@ # # spec file for package munin # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,12 +24,12 @@ %define active_by_default 0 Name: munin -Version:2.0.49 +Version:2.0.56 Release:0 Summary:Network-wide graphing framework (grapher/gatherer) License:GPL-2.0-only Group: System/Monitoring -Url:http://munin-monitoring.org/ +URL:http://munin-monitoring.org/ Source0: http://downloads.munin-monitoring.org/%{name}/stable/%{version}/%{name}-%{version}.tar.gz Source1:Makefile.config Source2:munin-node.rc @@ -360,6 +360,7 @@ %{_sbindir}/munin-run %{_sbindir}/munin-node %{_sbindir}/munin-node-configure +%{_bindir}/munin-get %{_prefix}/lib/tmpfiles.d/munin-node.conf %{_unitdir}/munin-node.service %dir %{_prefix}/lib/munin @@ -406,6 +407,7 @@ %{_mandir}/man1/munin-node.1.gz %{_mandir}/man1/munin-run.1.gz %{_mandir}/man1/munindoc.1.gz +%{_mandir}/man1/munin-get.1.gz %{_mandir}/man3/Munin::Common::Config.3pm.gz %{_mandir}/man3/Munin::Common::Defaults.3pm.gz %{_mandir}/man3/Munin::Common::TLS.3pm.gz ++ munin-2.0.49.tar.gz -> munin-2.0.56.tar.gz ++ 2959 lines of diff (skipped)
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2019-09-30 15:48:11 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new.2352 (New) Package is "munin" Mon Sep 30 15:48:11 2019 rev:17 rq:732542 version:2.0.49 Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2019-08-24 18:39:52.921794976 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new.2352/munin.changes2019-09-30 15:48:13.623000570 +0200 @@ -1,0 +2,7 @@ +Tue Sep 10 10:11:38 UTC 2019 - Wolfgang Rosenauer + +- use systemd timer instead of cron for new distributions (boo#1115448) +- require perl-rrdtool (boo#1149880) +- removed old (non-systemd) conditionals from spec + +--- New: munin-cron.service munin-cron.timer Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.0b36kH/_old 2019-09-30 15:48:14.230998952 +0200 +++ /var/tmp/diff_new_pack.0b36kH/_new 2019-09-30 15:48:14.230998952 +0200 @@ -45,6 +45,8 @@ Source12: nginx-munin.zip # https://github.com/ifad/gsa-munin/archive/master.zip Source13: gsa-munin.zip +Source14: munin-cron.timer +Source15: munin-cron.service Patch1: perl526.patch BuildRequires: html2text BuildRequires: perl-HTML-Template @@ -55,14 +57,9 @@ BuildRequires: pwdutils BuildRequires: unzip BuildRequires: perl(Module::Build) -%if 0%{?suse_version} >= 1220 %{?systemd_requires} BuildRequires: htmldoc BuildRequires: pkgconfig(systemd) -%else -BuildRequires: sysvinit -Requires(pre): %insserv_prereq -%endif Requires: perl-Date-Manip Requires: perl-FastCGI Requires: perl-File-Copy-Recursive @@ -74,14 +71,15 @@ Requires: perl-Net-Server Requires: perl-URI Requires: perl-base = %{perl_version} +Requires: perl-rrdtool Requires: pwdutils Requires: rrdtool Requires: spawn-fcgi Requires: perl(Munin::Common::Defaults) -%if 0%{?suse_version} > 1320 -Requires: perl-rrdtool +Recommends: logrotate +%if 0%{?suse_version} <= 1510 +Recommends: cron %endif -Recommends: logrotate cron BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -119,15 +117,9 @@ # manual requires from certain plugins using "env ..." Requires: python Requires: ruby -%if 0%{?suse_version} >= 1220 %{?systemd_requires} -%else -Requires(pre): %insserv_prereq -%endif -%if 0%{?suse_version} >= 1330 Requires(pre): group(nobody) Requires(pre): user(nobody) -%endif Recommends: logrotate BuildArch: noarch @@ -169,9 +161,6 @@ %__mkdir_p %{buildroot}/%{_sysconfdir}/munin/plugins %__mkdir_p %{buildroot}/%{_sysconfdir}/munin/munin-conf.d -%__mkdir_p %{buildroot}/%{_sysconfdir}/cron.d -%__install -m0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/cron.d/munin - %__mkdir_p %{buildroot}/etc/logrotate.d %__install -m0644 %{SOURCE4} %{buildroot}/%{_sysconfdir}/logrotate.d/munin %__install -m0644 %{SOURCE5} %{buildroot}/%{_sysconfdir}/logrotate.d/munin-node @@ -179,17 +168,10 @@ %__install -m0644 %{SOURCE7} %{buildroot}/%{_sysconfdir}/munin/plugin-conf.d/munin-node %__mkdir_p %{buildroot}/sbin -%if 0%{?suse_version} < 1220 -%__mkdir_p %{buildroot}/%{_sysconfdir}/init.d -%__install -m0755 %{SOURCE2} %{buildroot}/%{_sysconfdir}/init.d/munin-node -%__ln_s %{_sysconfdir}/init.d/munin-node $RPM_BUILD_ROOT/sbin/rcmunin-node -%else %__ln_s /sbin/service $RPM_BUILD_ROOT/sbin/rcmunin-node %__ln_s /sbin/service $RPM_BUILD_ROOT/sbin/rcmunin-cgi-graph %__ln_s /sbin/service $RPM_BUILD_ROOT/sbin/rcmunin-cgi-html -%endif -%if 0%{?suse_version} >= 1220 %__mkdir_p %{buildroot}/%{_prefix}/lib/tmpfiles.d %__install -m0644 %{SOURCE8} %{buildroot}/%{_prefix}/lib/tmpfiles.d/munin.conf %__install -m0644 %{SOURCE8} %{buildroot}/%{_prefix}/lib/tmpfiles.d/munin-node.conf @@ -197,6 +179,12 @@ %__install -m0644 %{SOURCE9} %{buildroot}/%{_unitdir}/munin-node.service %__install -m0644 %{SOURCE10} %{buildroot}/%{_unitdir}/munin-cgi-graph.service %__install -m0644 %{SOURCE11} %{buildroot}/%{_unitdir}/munin-cgi-html.service +%if 0%{?suse_version} > 1510 +%__install -m0644 %{SOURCE14} %{buildroot}/%{_unitdir}/ +%__install -m0644 %{SOURCE15} %{buildroot}/%{_unitdir}/ +%else +%__mkdir_p %{buildroot}/%{_sysconfdir}/cron.d +%__install -m0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/cron.d/munin %endif %__mkdir_p %{buildroot}/%{logdir} @@ -216,9 +204,11 @@ %pre getent group munin >/dev/null || /usr/sbin/groupadd -r munin getent passwd munin > /dev/null || /usr/sbin/useradd -r -c "munin monitoring" -d %{dbdir} -g munin munin -%if 0%{?suse_version} >
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2019-08-24 18:39:51 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new.7948 (New) Package is "munin" Sat Aug 24 18:39:51 2019 rev:16 rq:724785 version:2.0.49 Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2019-06-26 16:00:47.187361753 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new.7948/munin.changes2019-08-24 18:39:52.921794976 +0200 @@ -1,0 +2,6 @@ +Tue Aug 20 11:53:15 CEST 2019 - ku...@suse.de + +- Package /etc/cron.d as this is now part of cron which we don't + want to require + +--- Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.FrkUeT/_old 2019-08-24 18:39:54.573794817 +0200 +++ /var/tmp/diff_new_pack.FrkUeT/_new 2019-08-24 18:39:54.577794817 +0200 @@ -324,6 +324,7 @@ %dir %{_sysconfdir}/munin/static %config %{_sysconfdir}/munin/templates/* %config %{_sysconfdir}/munin/static/* +%dir %{_sysconfdir}/cron.d %config %{_sysconfdir}/cron.d/munin %config(noreplace) %{_sysconfdir}/munin/munin.conf %config %{_sysconfdir}/logrotate.d/munin
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2019-06-26 16:00:47 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new.4615 (New) Package is "munin" Wed Jun 26 16:00:47 2019 rev:15 rq:709505 version:2.0.49 Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2019-05-14 13:11:22.364484776 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new.4615/munin.changes2019-06-26 16:00:47.187361753 +0200 @@ -1,0 +2,5 @@ +Wed Jun 12 15:09:10 UTC 2019 - dims...@opensuse.org + +- Allow OBS to pick better candidates to shorten rebuild queues + +--- Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.6iPje6/_old 2019-06-26 16:00:48.391363306 +0200 +++ /var/tmp/diff_new_pack.6iPje6/_new 2019-06-26 16:00:48.403363322 +0200 @@ -58,7 +58,7 @@ %if 0%{?suse_version} >= 1220 %{?systemd_requires} BuildRequires: htmldoc -BuildRequires: systemd +BuildRequires: pkgconfig(systemd) %else BuildRequires: sysvinit Requires(pre): %insserv_prereq
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2019-05-14 13:11:16 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new.5148 (New) Package is "munin" Tue May 14 13:11:16 2019 rev:14 rq:701930 version:2.0.49 Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2018-09-11 17:17:17.119411253 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new.5148/munin.changes2019-05-14 13:11:22.364484776 +0200 @@ -1,0 +2,12 @@ +Thu May 9 05:31:28 UTC 2019 - Mathias Homann + +- update to 2.0.49 + * fixes and improvements + +--- +Mon May 6 14:33:17 UTC 2019 - Mathias Homann + +- update to 2.0.48 + * many fixes and improvements in plugins + +--- Old: munin-2.0.40.tar.gz New: munin-2.0.49.tar.gz Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.FkRK8D/_old 2019-05-14 13:11:23.272487200 +0200 +++ /var/tmp/diff_new_pack.FkRK8D/_new 2019-05-14 13:11:23.284487232 +0200 @@ -1,7 +1,7 @@ # # spec file for package munin # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %define active_by_default 0 Name: munin -Version:2.0.40 +Version:2.0.49 Release:0 Summary:Network-wide graphing framework (grapher/gatherer) License:GPL-2.0-only @@ -376,7 +376,6 @@ %defattr(-, root, root) %doc README.nginx README.gsa %{_sbindir}/munin-run -%{_sbindir}/munin-sched %{_sbindir}/munin-node %{_sbindir}/munin-node-configure %if 0%{?suse_version} >= 1220 @@ -420,7 +419,6 @@ %{perl_vendorlib}/Munin/Node/Service.pm %{perl_vendorlib}/Munin/Node/Session.pm %{perl_vendorlib}/Munin/Node/Utils.pm -%{perl_vendorlib}/Munin/Node/ProxySpooler.pm %{perl_vendorlib}/Munin/Node/SpoolReader.pm %{perl_vendorlib}/Munin/Node/SpoolWriter.pm %{perl_vendorlib}/Munin/Plugin.pm @@ -430,7 +428,6 @@ %{_mandir}/man1/munin-node-configure.1.gz %{_mandir}/man1/munin-node.1.gz %{_mandir}/man1/munin-run.1.gz -%{_mandir}/man1/munin-sched.1.gz %{_mandir}/man1/munindoc.1.gz %{_mandir}/man3/Munin::Common::Config.3pm.gz %{_mandir}/man3/Munin::Common::Defaults.3pm.gz @@ -445,7 +442,6 @@ %{_mandir}/man3/Munin::Node::Configure::Plugin.3pm.gz %{_mandir}/man3/Munin::Node::Configure::PluginList.3pm.gz %{_mandir}/man3/Munin::Node::Logger.3pm.gz -%{_mandir}/man3/Munin::Node::ProxySpooler.3pm.gz %{_mandir}/man3/Munin::Node::OS.3pm.gz %{_mandir}/man3/Munin::Node::SpoolReader.3pm.gz %{_mandir}/man3/Munin::Node::SpoolWriter.3pm.gz ++ munin-2.0.40.tar.gz -> munin-2.0.49.tar.gz ++ 9346 lines of diff (skipped)
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2018-09-11 17:17:03 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new (New) Package is "munin" Tue Sep 11 17:17:03 2018 rev:13 rq:634340 version:2.0.40 Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2018-05-29 10:49:16.610846741 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2018-09-11 17:17:17.119411253 +0200 @@ -1,0 +2,9 @@ +Tue Sep 4 21:55:53 UTC 2018 - w...@rosenauer.org + +- update to 2.0.40 + * many fixes and improvements in plugins + * fixes and improvements of the build system +- removed obsolete patch + munin-plugin-quota_usage_warnings.patch + +--- Old: munin-2.0.37.tar.gz munin-plugin-quota_usage_warnings.patch New: munin-2.0.40.tar.gz Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.T8ZLnA/_old 2018-09-11 17:17:18.647408907 +0200 +++ /var/tmp/diff_new_pack.T8ZLnA/_new 2018-09-11 17:17:18.647408907 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,7 +24,7 @@ %define active_by_default 0 Name: munin -Version:2.0.37 +Version:2.0.40 Release:0 Summary:Network-wide graphing framework (grapher/gatherer) License:GPL-2.0-only @@ -45,9 +45,7 @@ Source12: nginx-munin.zip # https://github.com/ifad/gsa-munin/archive/master.zip Source13: gsa-munin.zip -# https://svn.koumbit.net/koumbit/trunk/munin-plugins/quota-usage -Patch: munin-plugin-quota_usage_warnings.patch -Patch3: perl526.patch +Patch1: perl526.patch BuildRequires: html2text BuildRequires: perl-HTML-Template BuildRequires: perl-Log-Log4perl @@ -161,8 +159,7 @@ cp %{SOURCE1} . unzip %{SOURCE12} unzip %{SOURCE13} -%patch -%patch3 -p1 +%patch1 -p1 %build %__make HOSTNAME=yourhostname ++ munin-2.0.37.tar.gz -> munin-2.0.40.tar.gz ++ 9862 lines of diff (skipped)
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2018-05-29 10:49:03 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new (New) Package is "munin" Tue May 29 10:49:03 2018 rev:12 rq:612632 version:2.0.37 Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2017-09-29 11:57:50.174075852 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2018-05-29 10:49:16.610846741 +0200 @@ -1,0 +2,21 @@ +Mon May 28 08:22:36 UTC 2018 - w...@rosenauer.org + +- update to 2.0.37 + * Add support for IBM i + * Update lighttpd.rst + * Update nginx.rst + * ejabberd improvements + * add example plugin graphs + * Add support for MySQL 5.5/5.6 + * Added HP-UX support to processes plugin + * snmp__if_multi: Set warning to 75% of interface speed instead of 133% + * Add support for rndc options in bind9_rndc plugin + * Correcting mysql_queries plugin random hash ordering + * Add PostgreSQL 10 support to postgres_xlog + * mysql improvements + * Add IPv6 support + * many other improvements +- require also perl-rrdtool where it exists (boo#1094776) +- remove obsolete mysql55.patch + +--- Old: munin-2.0.32.tar.gz mysql55.patch New: munin-2.0.37.tar.gz Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.rcnbcZ/_old 2018-05-29 10:49:18.282785059 +0200 +++ /var/tmp/diff_new_pack.rcnbcZ/_new 2018-05-29 10:49:18.286784911 +0200 @@ -1,7 +1,7 @@ # # spec file for package munin # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,10 +24,10 @@ %define active_by_default 0 Name: munin -Version:2.0.32 +Version:2.0.37 Release:0 Summary:Network-wide graphing framework (grapher/gatherer) -License:GPL-2.0 +License:GPL-2.0-only Group: System/Monitoring Url:http://munin-monitoring.org/ Source0: http://downloads.munin-monitoring.org/%{name}/stable/%{version}/%{name}-%{version}.tar.gz @@ -47,7 +47,6 @@ Source13: gsa-munin.zip # https://svn.koumbit.net/koumbit/trunk/munin-plugins/quota-usage Patch: munin-plugin-quota_usage_warnings.patch -Patch2: mysql55.patch Patch3: perl526.patch BuildRequires: html2text BuildRequires: perl-HTML-Template @@ -81,6 +80,9 @@ Requires: rrdtool Requires: spawn-fcgi Requires: perl(Munin::Common::Defaults) +%if 0%{?suse_version} > 1320 +Requires: perl-rrdtool +%endif Recommends: logrotate cron BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -116,6 +118,9 @@ Requires: ps Requires: pwdutils Requires: sysstat +# manual requires from certain plugins using "env ..." +Requires: python +Requires: ruby %if 0%{?suse_version} >= 1220 %{?systemd_requires} %else @@ -157,7 +162,6 @@ unzip %{SOURCE12} unzip %{SOURCE13} %patch -%patch2 -p1 %patch3 -p1 %build @@ -184,6 +188,8 @@ %__ln_s %{_sysconfdir}/init.d/munin-node $RPM_BUILD_ROOT/sbin/rcmunin-node %else %__ln_s /sbin/service $RPM_BUILD_ROOT/sbin/rcmunin-node +%__ln_s /sbin/service $RPM_BUILD_ROOT/sbin/rcmunin-cgi-graph +%__ln_s /sbin/service $RPM_BUILD_ROOT/sbin/rcmunin-cgi-html %endif %if 0%{?suse_version} >= 1220 @@ -264,11 +270,11 @@ chown munin:munin %{logdir}/* chown root:root %{logdir}/munin-node.log* chown -R nobody:nobody %{dbdir}/plugin-state/* >/dev/null 2>&1 -%if 0%{?active_by_default} > 0 %if 0%{?suse_version} >= 1220 -systemd-tmpfiles --create /usr/lib/tmpfiles.d/munin-node.conf +%tmpfiles_create /usr/lib/tmpfiles.d/munin-node.conf %service_add_post munin-node.service %else +%if 0%{?active_by_default} > 0 /etc/init.d/munin-node status >/dev/null 2>&1 || /etc/init.d/munin-node start %endif %endif @@ -290,7 +296,8 @@ %files %defattr(-, root, root) -%doc ChangeLog COPYING README UPGRADING +%license COPYING +%doc ChangeLog README UPGRADING %{_bindir}/munin-check %{_bindir}/munin-cron %{_bindir}/munindoc @@ -309,6 +316,8 @@ %{_prefix}/lib/tmpfiles.d/munin.conf %{_unitdir}/munin-cgi-graph.service %{_unitdir}/munin-cgi-html.service +/sbin/rcmunin-cgi-graph +/sbin/rcmunin-cgi-html %endif %attr(0755, munin, munin) %dir %{htmldir} %attr(0444, munin, munin) %{htmldir}/.htaccess ++ munin-2.0.32.tar.gz -> munin-2.0.37.tar.gz ++ 5228 lines of diff (skipped)
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2017-09-29 11:57:46 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new (New) Package is "munin" Fri Sep 29 11:57:46 2017 rev:11 rq:529857 version:2.0.32 Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2017-06-05 18:50:37.994755717 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2017-09-29 11:57:50.174075852 +0200 @@ -1,0 +2,5 @@ +Fri Sep 29 04:56:09 UTC 2017 - co...@suse.com + +- add perl526.patch to compile with perl 5.26 (no more . in @INC) + +--- New: perl526.patch Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.p4eZL1/_old 2017-09-29 11:57:51.045952913 +0200 +++ /var/tmp/diff_new_pack.p4eZL1/_new 2017-09-29 11:57:51.049952350 +0200 @@ -48,6 +48,7 @@ # https://svn.koumbit.net/koumbit/trunk/munin-plugins/quota-usage Patch: munin-plugin-quota_usage_warnings.patch Patch2: mysql55.patch +Patch3: perl526.patch BuildRequires: html2text BuildRequires: perl-HTML-Template BuildRequires: perl-Log-Log4perl @@ -157,6 +158,7 @@ unzip %{SOURCE13} %patch %patch2 -p1 +%patch3 -p1 %build %__make HOSTNAME=yourhostname ++ perl526.patch ++ Index: munin-2.0.32/master/Build.PL === --- munin-2.0.32.orig/master/Build.PL +++ munin-2.0.32/master/Build.PL @@ -1,3 +1,4 @@ +use lib '.'; use MasterBuilder; use warnings; Index: munin-2.0.32/node/Build.PL === --- munin-2.0.32.orig/node/Build.PL +++ munin-2.0.32/node/Build.PL @@ -1,3 +1,4 @@ +use lib '.'; use NodeBuilder; use warnings; Index: munin-2.0.32/plugins/Build.PL === --- munin-2.0.32.orig/plugins/Build.PL +++ munin-2.0.32/plugins/Build.PL @@ -1,3 +1,4 @@ +use lib '.'; use PluginsBuilder; use warnings;
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2017-06-05 18:50:26 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new (New) Package is "munin" Mon Jun 5 18:50:26 2017 rev:10 rq:500948 version:2.0.32 Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2017-03-12 19:59:27.872262902 +0100 +++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2017-06-05 18:50:37.994755717 +0200 @@ -1,0 +2,8 @@ +Fri Jun 2 15:43:10 UTC 2017 - suse-b...@cboltz.de + +- add Requires(pre): user(nobody) and group(nobody) to munin-node to fix + Tumbleweed build +- add %ghost /run/munin to munin and munin-node to fix a rpmlint warning + (Tumbleweed only, would cause build failures on SLE11) + +--- Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.HYhekc/_old 2017-06-05 18:50:38.614668336 +0200 +++ /var/tmp/diff_new_pack.HYhekc/_new 2017-06-05 18:50:38.618667772 +0200 @@ -120,6 +120,10 @@ %else Requires(pre): %insserv_prereq %endif +%if 0%{?suse_version} >= 1330 +Requires(pre): group(nobody) +Requires(pre): user(nobody) +%endif Recommends: logrotate BuildArch: noarch @@ -356,6 +360,9 @@ %{_mandir}/man8/munin.8.gz %attr(0750, munin, munin) %dir %{logdir} %attr(0755, munin, munin) %dir %{dbdir} +%if 0%{?suse_version} >= 1330 +%ghost /run/munin +%endif %files node %defattr(-, root, root) @@ -445,5 +452,8 @@ %attr(0750, munin, munin) %dir %{logdir} %attr(0755, munin, munin) %dir %{dbdir} %attr(0775, nobody, nobody) %dir %{dbdir}/plugin-state +%if 0%{?suse_version} >= 1330 +%ghost /run/munin +%endif %changelog
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2017-03-12 19:59:22 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new (New) Package is "munin" Sun Mar 12 19:59:22 2017 rev:9 rq:461943 version:2.0.32 Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2017-02-19 01:00:30.424006359 +0100 +++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2017-03-12 19:59:27.872262902 +0100 @@ -1,0 +2,23 @@ +Thu Mar 2 13:45:33 UTC 2017 - a...@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 - w...@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 - w...@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 + +--- Old: munin-2.0.25.tar.gz New: munin-2.0.32.tar.gz Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.y0NpUH/_old 2017-03-12 19:59:29.807989002 +0100 +++ /var/tmp/diff_new_pack.y0NpUH/_new 2017-03-12 19:59:29.811988437 +0100 @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -24,13 +24,13 @@ %defineactive_by_default 0 Name: munin -Version:2.0.25 +Version:2.0.32 Release:0 Summary:Network-wide graphing framework (grapher/gatherer) License:GPL-2.0 Group: System/Monitoring 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 Source2:munin-node.rc Source3:munin.cron.d @@ -100,10 +100,10 @@ %package node Summary:Network-wide graphing framework (node) -Group: System/Monitoring # some scripts need logtail which is part of package logdigest in openSUSE # problem with logdigest is that it installs a cronjob for itself which # might be unwanted +Group: System/Monitoring Recommends: logdigest Requires: perl-HTML-Template Requires: perl-Log-Log4perl ++ munin-2.0.25.tar.gz -> munin-2.0.32.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/munin-2.0.25/ChangeLog new/munin-2.0.32/ChangeLog --- old/munin-2.0.25/ChangeLog 2014-11-24 22:46:24.0 +0100 +++ new/munin-2.0.32/ChangeLog 2017-03-01 20:43:49.0 +0100 @@ -1,5 +1,216 @@ -*- text -*- +munin-2.0.32, 2017-03-01 + +--- +Summary +--- + +Bugfix release. + +Closes: #802, DH:856455 + +-- +Detailed Changelog +-- + +Steve Schnepp (1): + cgi: handle the empty string in CGI arguments + + +munin-2.0.31, 2017-02-25 + +--- +Summary +--- + +Bugfix release. + +Closes: GH:607 + +-- +Detailed Changelog +-- + +Kenyon Ralph (1): + ntp_kernel plugins: convert ntpq output to seconds + + +munin-2.0.30.1, 2017-02-25 + +--- +Summary +--- + +Security release. + +Closes: GH:721, D:855705, CVE-2017-6188 + +-- +Detailed Changelog +-- + +Steve Schnepp (1): + Fix wrong parameter expansion in CGI + + +munin-2.0.30, 2017-01-18 + +--- +Summary +--- + +Bugfix release. + +Closes: GH:745, GH:771, GH:783 + +-- +Detailed Changelog +-- + +Kenyon Ralph (2): + Revert "if_: check for non-empty and >0 before reporting speed (thanks to ssm)" + plugins/linux/meminfo: correct typo + +Yu Watanabe (1): + Revert "munin_stats plugin: only graph munin-graph if graph_strategy=cron" + + +munin-2.0.29, 2016-12-31 + +--- +Summary +--- + +Bugfix release. + +Closes: D:847649, D:849383 + +-- +Detailed Changelog +-- +
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2017-02-19 01:00:29 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new (New) Package is "munin" Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2015-11-26 17:04:13.0 +0100 +++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2017-02-19 01:00:30.424006359 +0100 @@ -1,0 +2,5 @@ +Tue Jan 17 13:04:06 UTC 2017 - bwiedem...@suse.com + +- override build host's hostname to make build reproducible + +--- Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.7b7unw/_old 2017-02-19 01:00:31.159903004 +0100 +++ /var/tmp/diff_new_pack.7b7unw/_new 2017-02-19 01:00:31.163902442 +0100 @@ -155,7 +155,7 @@ %patch2 -p1 %build -%__make +%__make HOSTNAME=yourhostname %install %makeinstall
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2015-11-26 17:04:12 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new (New) Package is "munin" Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2015-09-03 18:09:49.0 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2015-11-26 17:04:13.0 +0100 @@ -1,0 +2,6 @@ +Tue Nov 24 12:11:20 UTC 2015 - w...@rosenauer.org + +- apply upstream change to work correctly for MySQL >= 5.5 + (mysql55.patch + +--- New: mysql55.patch Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.g9x8bI/_old 2015-11-26 17:04:14.0 +0100 +++ /var/tmp/diff_new_pack.g9x8bI/_new 2015-11-26 17:04:14.0 +0100 @@ -47,6 +47,7 @@ Source13: gsa-munin.zip # https://svn.koumbit.net/koumbit/trunk/munin-plugins/quota-usage Patch: munin-plugin-quota_usage_warnings.patch +Patch2: mysql55.patch BuildRequires: html2text BuildRequires: perl-HTML-Template BuildRequires: perl-Log-Log4perl @@ -151,6 +152,7 @@ unzip %{SOURCE12} unzip %{SOURCE13} %patch +%patch2 -p1 %build %__make ++ mysql55.patch ++ >From 9f53020cc7aa5338b9983cab3c1f233ffd349576 Mon Sep 17 00:00:00 2001 From: y-ken Date: Sat, 22 Jun 2013 01:47:20 +0900 Subject: [PATCH 1/4] Add support for MySQL 5.5/5.6 The mysql plugin named "mysql_" have a problem. So It could not work fine with MySQL 5.5 or 5.6. I have make a patch for "INDIVIDUAL BUFFER POOL INFO" section as skipped to work. ## all of symlinked mysql_ pluugin gets error like below. ```sh $ /etc/munin/plugins/mysql_connections Unknown section: INDIVIDUAL BUFFER POOL INFO at /etc/munin/plugins/mysql_connections line 1098. ``` ## related issue https://github.com/kjellm/munin-mysql/commit/111293966ccd6e8df6c1347cb0f 9a8b4025c0266 diff --git a/plugins/node.d/mysql_.in b/plugins/node.d/mysql_.in index 76c214a..3914e92 100644 --- a/plugins/node.d/mysql_.in +++ b/plugins/node.d/mysql_.in @@ -9,7 +9,7 @@ mysql_ - Munin plugin to display misc MySQL server status =head1 APPLICABLE SYSTEMS -Any MySQL platform, tested by the author on MySQL 5.1.29 and 5.0.51 +Any MySQL platform, tested by the author on MySQL 5.6.12 and 5.5.32, 5.1.29, 5.0.51 =head1 CONFIGURATION @@ -882,8 +882,11 @@ sub show { if $graph_name =~ /innodb_/ && $data->{_innodb_disabled}; for my $ds (@{$graph->{data_sources}}) { - printf "%s.value %s\n", - clean_fieldname($ds->{name}), $data->{$ds->{name}}; +my $value = exists $ds->{value} +? $ds->{value}($data) +: $data->{$ds->{name}}; + +printf "%s.value %s\n", clean_fieldname($ds->{name}), defined($value) ? $value : 'U'; } return 0; @@ -1071,17 +1074,18 @@ sub parse_innodb_status { my %section_map = ( - 'BUFFER POOL AND MEMORY' => \&parse_buffer_pool_and_memory, - 'FILE I/O' => \&parse_file_io, + 'BUFFER POOL AND MEMORY' => \&parse_buffer_pool_and_memory, + 'INDIVIDUAL BUFFER POOL INFO' => \&skip, + 'FILE I/O'=> \&parse_file_io, 'INSERT BUFFER AND ADAPTIVE HASH INDEX' => \&parse_insert_buffer_and_adaptive_hash_index, - 'LATEST DETECTED DEADLOCK' => \&skip, - 'LATEST FOREIGN KEY ERROR' => \&skip, - 'LOG' => \&parse_log, - 'ROW OPERATIONS' => \&skip, - 'SEMAPHORES' => \&parse_semaphores, - 'TRANSACTIONS' => \&parse_transactions, - 'BACKGROUND THREAD'=> \&skip, + 'LATEST DETECTED DEADLOCK'=> \&skip, + 'LATEST FOREIGN KEY ERROR'=> \&skip, + 'LOG' => \&parse_log, + 'ROW OPERATIONS' => \&skip, + 'SEMAPHORES' => \&parse_semaphores, + 'TRANSACTIONS'=> \&parse_transactions, + 'BACKGROUND THREAD' => \&skip, ); skip_heading(); @@ -1213,12 +1217,26 @@ sub parse_file_io { sub parse_insert_buffer_and_adaptive_hash_index { parse_section( sub { - m/\G(\d+) inserts, (\d+) merged recs, (\d+) merges\n/gc && do { - $data->{ib_ibuf_inserts}= $1; - $data->{ib_ibuf_merged_rec} = $2; - $data->{ib_ibuf_merges} = $3; - return 1; - }; + # MySQL < 5.5 + m/\G(\d+) inserts, (\d+) merged recs, (\d+) merges\n/gc && do { +$data->{ib_ibuf_inserts}= $1; +$data->{ib_ibuf_merged_rec} = $2; +$data->{ib_ibu
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2015-09-03 18:03:40 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new (New) Package is "munin" Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2015-08-02 22:46:27.0 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2015-09-03 18:09:49.0 +0200 @@ -1,0 +2,5 @@ +Tue Sep 1 11:54:04 UTC 2015 - dims...@opensuse.org + +- Add perl(Module::Build) BuildRequires: Fix build with perl 5.22. + +--- Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.yVMrnK/_old 2015-09-03 18:09:57.0 +0200 +++ /var/tmp/diff_new_pack.yVMrnK/_new 2015-09-03 18:09:57.0 +0200 @@ -55,6 +55,7 @@ BuildRequires: perl-Net-Server BuildRequires: pwdutils BuildRequires: unzip +BuildRequires: perl(Module::Build) %if 0%{?suse_version} >= 1220 %{?systemd_requires} BuildRequires: htmldoc
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2015-08-02 22:46:26 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new (New) Package is "munin" Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2015-01-08 23:02:33.0 +0100 +++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2015-08-02 22:46:27.0 +0200 @@ -1,0 +2,5 @@ +Sun Aug 2 05:52:38 UTC 2015 - bwiedem...@suse.com + +- fix munin-node start (bnc#940287) + +--- Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.Kv8yId/_old 2015-08-02 22:46:28.0 +0200 +++ /var/tmp/diff_new_pack.Kv8yId/_new 2015-08-02 22:46:28.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package munin # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++ munin-node.service ++ --- /var/tmp/diff_new_pack.Kv8yId/_old 2015-08-02 22:46:29.0 +0200 +++ /var/tmp/diff_new_pack.Kv8yId/_new 2015-08-02 22:46:29.0 +0200 @@ -5,6 +5,7 @@ [Service] Type=forking ExecStart=/usr/sbin/munin-node +ExecStartPre=/usr/bin/mkdir -p /var/run/munin/ PIDFile=/var/run/munin/munin-node.pid [Install]
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2015-01-08 23:02:28 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new (New) Package is "munin" Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2014-11-04 17:29:55.0 +0100 +++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2015-01-08 23:02:33.0 +0100 @@ -1,0 +2,15 @@ +Wed Jan 7 08:07:48 UTC 2015 - w...@rosenauer.org + +- update to version 2.0.25 + Bugfix release. + Closes: GH:304, D:769415, D:770745, D:770746, D:770826 + * p/irqstats: Improve generated labels + * ip/iostat_ios: also support /dev/xvdX devices + * p/iostat_ios: also support /dev/vdX devices + * plugins/df_abs: fix the naming for regular devices + * p/pgsql: Detect "rc" postgresql versions + * p/ping_: honor ping env variable +- cleanup sysvinit scriptlets to fix the issue which always + disabled the service on update + +--- Old: munin-2.0.24.tar.gz New: munin-2.0.25.tar.gz Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.F65GYX/_old 2015-01-08 23:02:34.0 +0100 +++ /var/tmp/diff_new_pack.F65GYX/_new 2015-01-08 23:02:34.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package munin # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %defineactive_by_default 0 Name: munin -Version:2.0.24 +Version:2.0.25 Release:0 Summary:Network-wide graphing framework (grapher/gatherer) License:GPL-2.0 @@ -61,6 +61,7 @@ BuildRequires: systemd %else BuildRequires: sysvinit +Requires(pre): %insserv_prereq %endif Requires: perl-Date-Manip Requires: perl-FastCGI @@ -112,6 +113,11 @@ Requires: ps Requires: pwdutils Requires: sysstat +%if 0%{?suse_version} >= 1220 +%{?systemd_requires} +%else +Requires(pre): %insserv_prereq +%endif Recommends: logrotate BuildArch: noarch @@ -238,11 +244,11 @@ %post node if [ $1 = 1 ]; then -%if 0%{?suse_version} < 1220 - /sbin/chkconfig --add munin-node -%endif /usr/sbin/munin-node-configure --shell | sh fi +%if 0%{?suse_version} < 1220 +%fillup_and_insserv -f -y munin-node +%endif chown -R munin:munin %{dbdir} chmod 755 %{dbdir} touch %{logdir}/munin-node.log @@ -259,13 +265,6 @@ %endif %preun node -if [ $1 = 1 ] ; then -%if 0%{?suse_version} < 1220 - /sbin/service munin-node stop >/dev/null 2>&1 - /sbin/chkconfig --del munin-node -%endif -rmdir %{logdir} 2>/dev/null || true -fi %if 0%{?suse_version} >= 1220 %service_del_preun munin-node.service %else ++ munin-2.0.24.tar.gz -> munin-2.0.25.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/munin-2.0.24/ChangeLog new/munin-2.0.25/ChangeLog --- old/munin-2.0.24/ChangeLog 2014-10-26 15:12:24.0 +0100 +++ new/munin-2.0.25/ChangeLog 2014-11-24 22:46:24.0 +0100 @@ -1,5 +1,39 @@ -*- text -*- +munin-2.0.25, 2014-11-24 + +--- +Summary +--- + +Bugfix release. + +Closes: GH:304, D:769415, D:770745, D:770746, D:770826 + +-- +Detailed Changelog +-- + +Christoph Biedl (1): + p/irqstats: Improve generated labels + +Daniel Black (1): + ip/iostat_ios: also support /dev/xvdX devices + +Holger Levsen (1): + p/iostat_ios: also support /dev/vdX devices + +Picnic Pete (1): + Issue warning if no data + +Steve Schnepp (5): + m/Node: add [INFO] in a log + m/limits: remove warning about uninitialized + plugins/df_abs: fix the naming for regular devices + p/pgsql: Detect "rc" postgresql versions. + p/ping_: honor ping env variable + + munin-2.0.24, 2014-10-26 --- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/munin-2.0.24/RELEASE new/munin-2.0.25/RELEASE --- old/munin-2.0.24/RELEASE2014-10-26 15:12:50.0 +0100 +++ new/munin-2.0.25/RELEASE2014-11-24 22:47:38.0 +0100 @@ -1 +1 @@ -2.0.24 +2.0.25 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/munin-2.0.24/master/lib/Munin/Master/LimitsOld.pm new/munin-2.0.25/master/lib/Munin/Master/LimitsOld.pm --- old/munin-2.0.24/master/lib/Munin/Master/LimitsOld.pm 2014-10-26 15:12:24.0 +0100 +++ new/munin-2.0.25/
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2014-11-04 17:29:24 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new (New) Package is "munin" Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2014-09-28 19:54:39.0 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2014-11-04 17:29:55.0 +0100 @@ -1,0 +2,7 @@ +Sun Nov 2 22:26:03 UTC 2014 - w...@rosenauer.org + +- update to version 2.0.24 + * bugfix release +compatibility with perl 5.20 + +--- Old: munin-2.0.21.tar.gz New: munin-2.0.24.tar.gz Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.HWBktc/_old 2014-11-04 17:29:56.0 +0100 +++ /var/tmp/diff_new_pack.HWBktc/_new 2014-11-04 17:29:56.0 +0100 @@ -24,7 +24,7 @@ %defineactive_by_default 0 Name: munin -Version:2.0.21 +Version:2.0.24 Release:0 Summary:Network-wide graphing framework (grapher/gatherer) License:GPL-2.0 ++ munin-2.0.21.tar.gz -> munin-2.0.24.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/munin-2.0.21/.travis.yml new/munin-2.0.24/.travis.yml --- old/munin-2.0.21/.travis.yml2014-04-22 21:29:32.0 +0200 +++ new/munin-2.0.24/.travis.yml2014-10-26 15:12:24.0 +0100 @@ -29,6 +29,7 @@ - "cpanm --notest Test::MockModule" - "cpanm --notest Test::MockObject::Extends" - "cpanm --notest Time::HiRes" + - sh contrib/install_rrd.sh notifications: email: false irc: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/munin-2.0.21/ChangeLog new/munin-2.0.24/ChangeLog --- old/munin-2.0.21/ChangeLog 2014-04-22 21:29:32.0 +0200 +++ new/munin-2.0.24/ChangeLog 2014-10-26 15:12:24.0 +0100 @@ -1,5 +1,103 @@ -*- text -*- +munin-2.0.24, 2014-10-26 + +--- +Summary +--- + +Bugfix release. It reopens D:675318, as it wasn't really fixed anyway. + +Closes: D:696981 +Reopens: D:675318 + +-- +Detailed Changelog +-- + +Steve Schnepp (3): + m/update: fix "not a reference at /../Utils.pm" + Revert "p/postfix_mail: fix incorrect delivered message count" + p/postfix_mailstats: proper fix, but partial + + +munin-2.0.23, 2014-10-17 + +--- +Summary +--- + +Bugfix release. It enable the use of Perl 5.20, which broke CGI. +( commit 9fabbe7 was forgotten in the previous release ) + +Closes: D:762796 + +-- +Detailed Changelog +-- + +Steve Schnepp (1): + cgi/html: fix CGI for perl 5.20 + + +munin-2.0.22, 2014-10-15 + +--- +Summary +--- + +Bugfix release. It enable the use of Perl 5.20, which broke CGI. + +Closes: #1224, D:675318, D:711465, D:750954, D:751190, D:753506, D:761841, D:762904 + +-- +Detailed Changelog +-- + +Chen-Yu Tsai (1): + cgi/graph: Set RRDCACHED_ADDRESS during each request + +Daniel Black (1): + Corrects the truncating of negative values in the diskstats plugin + +Gerald Turner (2): + dhcpd3 plugin should support multiple ranges in a single subnet + lower-case the dictionary keys in ipmi_sensor_ + +Joerg Jaspert (1): + make proc plugin more careful in /proc/ + +Klaus S. Madsen (1): + prevent diskstats plugin from reporting negative latency + +Rob Shortt (1): + node: munin plugin config ignores leading * + +Steve Schnepp (15): + master: add "use_default_node" + travis: adding preliminary test for rrd + travis: be root for rrd install + travis: fix rrd tar extract + travis: customized rrd build + travis: be root to install rrdtools. + travis: install the Perl deps in the Perl dir + travis: add some whitespace + travis: optimize for compile times + node: Only spoolfetch send 5 samples per service + asyncd: Use SyncDictFile for plugin_rates + asyncd: just use the SpoolWriter META-DATA + p/postfix_mail: fix incorrect delivered message count + p/http_loadtime: fix escaping of user agent + +Stig Sandbeck Mathisen (3): + Remove linux-specific plugin files_ (ticket:1661) + Detect more postgresql versions. + Fix POD errors + +tbear2500 (1): + Generate correct rrd filename + + munin-2.0.21, 2014-04-22 --- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/munin-2.0.21/RELEASE new/munin-2.0.24/RELEASE --- old/munin-2.0.21/RELEASE2014-04-22 21:29:56.0 +0200 +++ new/m
commit munin for openSUSE:Factory
Hello community, here is the log from the commit of package munin for openSUSE:Factory checked in at 2014-09-28 19:54:13 Comparing /work/SRC/openSUSE:Factory/munin (Old) and /work/SRC/openSUSE:Factory/.munin.new (New) Package is "munin" Changes: --- /work/SRC/openSUSE:Factory/munin/munin.changes 2014-09-12 17:06:00.0 +0200 +++ /work/SRC/openSUSE:Factory/.munin.new/munin.changes 2014-09-28 19:54:39.0 +0200 @@ -1,0 +2,7 @@ +Sat Sep 27 07:17:33 UTC 2014 - w...@rosenauer.org + +- update to version 2.0.21 + * bugfix release +It fixes the "start should be less than end" bug. + +--- Old: munin-2.0.19.tar.gz New: munin-2.0.21.tar.gz Other differences: -- ++ munin.spec ++ --- /var/tmp/diff_new_pack.oFh9lU/_old 2014-09-28 19:54:40.0 +0200 +++ /var/tmp/diff_new_pack.oFh9lU/_new 2014-09-28 19:54:40.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package munin # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %defineactive_by_default 0 Name: munin -Version:2.0.19 +Version:2.0.21 Release:0 Summary:Network-wide graphing framework (grapher/gatherer) License:GPL-2.0 @@ -107,8 +107,8 @@ Requires: perl-Net-SNMP Requires: perl-Net-SSLeay Requires: perl-Net-Server -Requires: perl-libwww-perl Requires: perl-base = %{perl_version} +Requires: perl-libwww-perl Requires: ps Requires: pwdutils Requires: sysstat @@ -237,8 +237,7 @@ %endif %post node -if [ $1 = 1 ] -then +if [ $1 = 1 ]; then %if 0%{?suse_version} < 1220 /sbin/chkconfig --add munin-node %endif ++ munin-2.0.19.tar.gz -> munin-2.0.21.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/munin-2.0.19/.travis.yml new/munin-2.0.21/.travis.yml --- old/munin-2.0.19/.travis.yml2013-12-07 11:55:16.0 +0100 +++ new/munin-2.0.21/.travis.yml2014-04-22 21:29:32.0 +0200 @@ -1,12 +1,16 @@ language: perl perl: + - "5.18" - "5.16" - "5.14" + - "5.12" - "5.10" + - "5.8" branches: only: - stable-2.0 - devel + - master install: "/bin/true" before_install: - "cpanm --notest File::Copy::Recursive" @@ -28,7 +32,13 @@ notifications: email: false irc: -on_success: always # change +on_success: change # no need for spam on_failure: always channels: - "irc.oftc.net#munin" +template: + - "%{repository} (%{branch} - %{commit} : %{author}): %{message}" + - "Build details: %{build_url}" +matrix: + # we don't need to continue any build when 1 test is failing. + fast_finish: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/munin-2.0.19/ChangeLog new/munin-2.0.21/ChangeLog --- old/munin-2.0.19/ChangeLog 2013-12-07 11:55:16.0 +0100 +++ new/munin-2.0.21/ChangeLog 2014-04-22 21:29:32.0 +0200 @@ -1,5 +1,69 @@ -*- text -*- +munin-2.0.21, 2014-04-22 + +--- +Summary +--- + +Bugfix release. It fixes the regression on nested groups. +The offending commit is only reverted, so the bug is here again. + +Reopens: #1224 + +-- +Detailed Changelog +-- + +Steve Schnepp (1): + Revert "Generate correct RRD filenames for nested graphs. Fixes #1224" + + +munin-2.0.20, 2014-03-28 + +--- +Summary +--- + +Bugfix release. It fixes the "start should be less than end" bug. + +Closes: #1358, #1350, #1434, #1224 + +-- +Detailed Changelog +-- + +Alexander Shorin (2): + Generate correct RRD filenames for nested graphs. + Fix unreasonable die in iostat_io + +Axel Huebl (1): + p/http_loadtime: renable autoconf + +Lars Thegler (1): + plugins/Plugin.pm: log filename in tail_open() + +Matthias Schmitz (2): + Use perl instead of GNU sed; fix spelling error + Fix small typo (misspelled name) + +Steve Schnepp (11): + p/Pgsql.pm: fix version check on windows + master/Update: atomic write datafile with tmp+ren + master: fix kill invocation + master/graph: fix gfx error when plugin is too old + travis: We want to support down to perl 5.8 + travis: test perl 5.18 + travis: test perl 5.12 + travis: build the master branch + travis: remove notify on successive successful + travis: