Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2014-03-14 15:16:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icinga (Old)
 and      /work/SRC/openSUSE:Factory/.icinga.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icinga"

Changes:
--------
--- /work/SRC/openSUSE:Factory/icinga/icinga.changes    2014-02-24 
15:50:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes       2014-03-14 
15:16:25.000000000 +0100
@@ -1,0 +2,30 @@
+Thu Mar 13 12:50:18 UTC 2014 - [email protected]
+
+- removed init services on systemd distributions
+- removed obsolete rpmlint entry
+- removed man page for convertcfg because it was removed upstream
+- update to upstream version 1.11
+  * core: add commands for {en,dis}able freshness checks per host/service 
(Philip Matuskiewicz) #5422 #4430 - MF
+  * core: add statehistory entries for newly added services (checkresult with 
OK state) #3854 - MF
+  * core: add option to anonymize external command user in icinga log #5689 - 
RB
+  * classic ui: add status.cgi modifed_attributes filter parameter #4880 - RB
+  * classic ui: add "current_notification_number" to jsonoutput of hosts and 
services in status.cgi #5370 - RB
+  * classic ui: add groups Notes and Action URL links to status summary, 
overview and grid #5301 - RB
+  * classic ui: include more logos #4057 - CF/RB
+  * classic ui: add Support for gzip compressed logs #4519 - RB
+  * idoutils: ido2db should check db schema on startup, and bail early on 
errors #5272 - MF
+  * docs: Define SELinux contexts rather than using chcon command #3555 - WN
+  * docs: explain "Check results for service x on host y are stale by 0d 0h 0m 
10s (threshold=0d 0h 10m 0s). Forcing an immediate check of the service..." 
#5252 - WN
+  * docs: addons: suggest nsca-ng as nsca alternative #5253 - WN
+  * docs: rename nagios plugins to monitoring plugins #5460 - WN/MF
+  * core: allow exclude (!) to work for regexp matches for hosts (Franky Van 
Liedekerke) #5324 - MF
+  * core: fix retained host check attempts being 0/1 #5061 - MF
+  * core: fix passive check result processing for host checks is not working 
(Marco Hoyer) #5671 - MF
+  * core: fix service escalations with no host mapping are not accepted (Tomas 
Dubec) #5687 - MF
+  * classic ui: getcgivars() fails to produce proper key/value list causing a 
potential buffer-overflow condition #5276 - CF
+  * classic ui: fix vulnerability against CSRF attacks CVE-2013-7107 #5346 - RB
+  * classic ui: fix timepicker is resetting time in input field #5239 - RB
+  * classic ui: fix small buffer overflows when checking strlen against 
MAX_INPUT_BUFFER #5663
+  * ...
+
+-------------------------------------------------------------------

Old:
----
  convertcfg.8
  icinga-1.10.3.tar.gz

New:
----
  icinga-1.11.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ icinga.spec ++++++
--- /var/tmp/diff_new_pack.GeNnTW/_old  2014-03-14 15:16:26.000000000 +0100
+++ /var/tmp/diff_new_pack.GeNnTW/_new  2014-03-14 15:16:26.000000000 +0100
@@ -16,21 +16,22 @@
 #
 
 
-%if 0%{?suse_version} >= 1210
+%if 0%{?suse_version} >= 1230
 %define using_systemd 1
 %else
 %define using_sysvinit 1
 %endif
 
 Name:           icinga
-Version:        1.10.3
+Version:        1.11.0
 Release:        0
 
 Summary:        Host/service/network monitoring program
 License:        GPL-2.0
 Group:          System/Monitoring
 Url:            http://www.icinga.org/
-Source0:        %{name}-%{version}.tar.gz
+Source0:        
http://github.com/Icinga/icinga-core/releases/download/v%{version}/%{name}-%{version}.tar.gz
+
 Source1:        rc%{name}
 Source2:        rcido2db
 Source3:        %{name}.sysconfig
@@ -43,7 +44,6 @@
 Source10:       README.SUSE
 Source11:       README.SUSE.idoutils
 Source12:       update_icinga_paths.sh
-Source13:       convertcfg.8
 Source14:       new_mini_epn.8
 Source15:       mini_epn.8
 Source16:       log2ido.8
@@ -164,7 +164,7 @@
 may compile against.
 
 %package -n monitoring-tools
-Summary:        Provides convertcfg and mini_epn for Icinga and Nagios
+Summary:        Provides mini_epn for Icinga and Nagios
 Group:          System/Monitoring
 Requires:       monitoring_daemon
 Provides:       icinga-monitoring-tools = %{version}-%{release}
@@ -176,7 +176,7 @@
 %endif
 
 %description -n monitoring-tools
-This package provides the programs convertcfg, mini_epn and new_mini_epn
+This package provides the programs mini_epn and new_mini_epn
 for Icinga and Nagios.
 
 %package idoutils
@@ -428,9 +428,9 @@
 %else
 ln -sf ../../%{_initrddir}/%{name} "%{buildroot}%{_sbindir}/rc%{name}"
 ln -sf ../../%{_initrddir}/ido2db "%{buildroot}%{_sbindir}/rcido2db"
-%endif
 install -D -m0755 %{SOURCE1} "%{buildroot}%{_initrddir}/%{name}"
 install -D -m0755 %{SOURCE2} "%{buildroot}%{_initrddir}/ido2db"
+%endif
 # sysconfig script
 install -D -m 0644 %{SOURCE3} 
"%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}"
 # install cronjob (gzip' the logfiles)
@@ -450,7 +450,6 @@
 install -m644 %{SOURCE7}  "%{buildroot}%{_mandir}/man8/"
 install -m644 %{SOURCE8}  "%{buildroot}%{_mandir}/man8/"
 install -m644 %{SOURCE9}  "%{buildroot}%{_mandir}/man8/"
-install -m644 %{SOURCE13} "%{buildroot}%{_mandir}/man8/"
 install -m644 %{SOURCE14} "%{buildroot}%{_mandir}/man8/"
 install -m644 %{SOURCE15} "%{buildroot}%{_mandir}/man8/"
 install -m644 %{SOURCE16} "%{buildroot}%{_mandir}/man8/"
@@ -564,8 +563,8 @@
 
 %{logmsg} "icinga-idoutils installed: Don't forget to install/upgrade your db 
schema, check /usr/share/doc/packages/icinga-idoutils/README.SUSE.idoutils"
 
-%pre idoutils
 %if 0%{?using_systemd}
+%pre idoutils
 %service_add_pre ido2db.service
 %endif
 
@@ -595,8 +594,9 @@
 %{icinga_libdir}/icinga-exec-start-pre
 %exclude %{icinga_libdir}/ido2db-exec-start-pre
 %{_unitdir}/icinga.service
-%endif
+%else
 %{_initrddir}/%{name}
+%endif
 %{icinga_datadir}/p1.pl
 %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 %attr(0755,root,root) %config %{_sysconfdir}/cron.weekly/%{name}
@@ -627,10 +627,8 @@
 
 %files -n monitoring-tools
 %defattr(-,root,root)
-%{_sbindir}/convertcfg
 %{_sbindir}/mini_epn
 %{_sbindir}/new_mini_epn
-%{_mandir}/man8/convertcfg.8*
 %{_mandir}/man8/mini_epn.8*
 %{_mandir}/man8/new_mini_epn.8*
 %{_mandir}/man8/mini_epn_icinga.8*
@@ -656,8 +654,6 @@
 %{icinga_cgidir}/summary.cgi
 %{icinga_cgidir}/tac.cgi
 %{icinga_cgidir}/trends.cgi
-%{icinga_cgidir}/daemonchk.cgi
-%{icinga_cgidir}/traceroute.cgi
 %dir %{icinga_datadir}
 %{icinga_datadir}/favicon.ico
 %{icinga_datadir}/images
@@ -686,8 +682,9 @@
 %if 0%{?using_systemd}
 %{_unitdir}/ido2db.service
 %{icinga_libdir}/ido2db-exec-start-pre
-%endif
+%else
 %{_initrddir}/ido2db
+%endif
 %{_sbindir}/ido2db
 %{_sbindir}/log2ido
 %{icinga_libdir}/idomod.so

++++++ icinga-1.10.3.tar.gz -> icinga-1.11.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/icinga/icinga-1.10.3.tar.gz 
/work/SRC/openSUSE:Factory/.icinga.new/icinga-1.11.0.tar.gz differ: char 5, 
line 1


++++++ icinga-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.GeNnTW/_old  2014-03-14 15:16:26.000000000 +0100
+++ /var/tmp/diff_new_pack.GeNnTW/_new  2014-03-14 15:16:26.000000000 +0100
@@ -4,7 +4,6 @@
 addFilter("incoherent-init-script-name.*ido2db");
 # upstream doesn't intend to change the archive format
 addFilter("source-or-patch-not-bzipped");
-addFilter("source-or-patch-not-compressed");
 # we need these packages to get the right database drivers
 addFilter("explicit-lib-dependency.*libdbi-drivers-dbd-mysql");
 addFilter("explicit-lib-dependency.*libdbi-drivers-dbd-oracle");

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to