Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2012-10-31 06:59:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icinga (Old)
 and      /work/SRC/openSUSE:Factory/.icinga.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icinga", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/icinga/icinga.changes    2012-10-19 
08:46:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes       2012-10-31 
06:59:07.000000000 +0100
@@ -1,0 +2,31 @@
+Fri Oct 26 09:12:53 UTC 2012 - lijewski.ste...@gmail.com
+
+- icingastats is created with 754 (root,icinga) privilegs, cause
+ it's mostly running under icinga group
+
+-------------------------------------------------------------------
+Thu Oct 18 15:25:15 UTC 2012 - thard...@suse.com
+
+- imported upstream version 1.8.0
+  * core: pass long_output to neb api for statechange data #2650 - MF
+  * core/classic ui: make hashfunc more efficient by using sdbm #2761 - MF/GB
+  * core: try the most common macros ($ARGn$, $USERn$) first (Andreas 
Ericsson) #2674 - MF
+  * core: use binary search when looking up macro names, instead of insane 
strcmp() loops (Andreas Ericsson) #2675 - MF
+  * core: add useful message to p1.pl when epn plugin does not call exit() 
(Sven Nierlein) #2431 -MF
+  * core: re-enable state based escalation ranges, using cast tricks #2878 - MF
+    *  * livestatus and other neb modules not using the icinga headers won't 
see those
+  * core: add a command to disable notifications program-wide with expire time 
as scheduled event #905 - MF
+    *  * DISABLE_NOTIFICATIONS_EXPIRE_TIME, works for global notifications
+  * core: add hint on icinga.cfg package location, and tip to read Changelog 
CHANGES on upgrades #2879 - MF
+  * core: add new callback NEBTYPE_CONTACTNOTIFICATIONMETHOD_EXECUTE to allow 
override of sending notifications #2041 - MF
+  * core: only reap results when checkresult_list is not overloaded 
(max_check_result_list_items) (thx Thomas Gelf) #3099 - MF
+  * core: log a message when reaper max time is reached #3159 - MF
+
+  * classic ui: Dropped statuswml.cgi #2654 - RB
+  * classic ui: Dropped statuswrl.cgi #2359 - RB
+  * classic ui: Added action_url/notes_url to status.cgi for csvoutput and 
jsonoutput #2553 - RB
+  * classic ui: Added pagination to various cgi's (thx to ideas and partly 
source from Nagios, Thruk, Icinga Web) #2725 - RB
+  * classic ui: Changed search in config.cgi to regex #2884 - RB
+  * classic ui: Added config option to let read-only users see comments and 
downtimes #2699 - RB 
+
+-------------------------------------------------------------------

Old:
----
  fix_epn_segfault.patch
  icinga-1.7.2.tar.gz
  icinga-fix-fsf-address.patch

New:
----
  icinga-1.8.0.tar.gz

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

Other differences:
------------------
++++++ icinga.spec ++++++
--- /var/tmp/diff_new_pack.S4NLiD/_old  2012-10-31 06:59:09.000000000 +0100
+++ /var/tmp/diff_new_pack.S4NLiD/_new  2012-10-31 06:59:09.000000000 +0100
@@ -22,7 +22,7 @@
 %define logmsg logger -t %{name}/rpm
 
 Name:           icinga
-Version:        1.7.2
+Version:        1.8.0
 Release:        0
 
 Summary:        Host/service/network monitoring program
@@ -44,10 +44,6 @@
 Source12:       update_icinga_paths.sh
 # PATCH-FIX-OPENSUSE icinga-add-ifdefine-to-apache.patch
 Patch0:         icinga-add-ifdefine-to-apache.patch
-# PATCH-FIX
-Patch2:         icinga-fix-fsf-address.patch
-# PATCH-FIX-UPSTREAM fix_epn_segfault.patch [bnc#780107]
-Patch3:         fix_epn_segfault.patch
 Provides:       monitoring_daemon
 BuildRequires:  apache2-devel
 BuildRequires:  nagios-rpm-macros >= 0.05
@@ -233,8 +229,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch2 -p1
-%patch3 -p1
 
 # remove GPLv3+ source files which are not needed for this package
 rm "t-tap/"*.c
@@ -252,12 +246,13 @@
        --libdir="%{icinga_libdir}" \
        --sbindir="%{icinga_cgidir}" \
        --sysconfdir="%{icinga_sysconfdir}" \
-       --with-cgiurl="/%{name}/cgi-bin" \
        --with-command-user="%{icinga_command_user}" \
        --with-command-group="%{icinga_command_group}" \
        --with-gd-lib="%{_libdir}" \
        --with-gd-inc="%{_includedir}" \
        --with-htmurl="/%{name}" \
+       --with-cgiurl="/%{name}/cgi-bin" \
+       
--with-mainurl="/%{name}/cgi-bin/status.cgi?host=all&type=detail&servicestatustypes=29"
 \
        --with-init-dir="%{_initrddir}" \
        --with-lockfile="%{icinga_lockfile}" \
        --with-icinga-user="%{icinga_user}" \
@@ -498,7 +493,7 @@
 %{_mandir}/man8/mini_epn_icinga.8*
 %{_initrddir}/%{name}
 %{_sbindir}/%{name}
-%{_sbindir}/icingastats
+%attr(0754,root,%{icinga_group}) %{_sbindir}/icingastats
 %{_sbindir}/mini_epn
 %{_sbindir}/new_mini_epn
 %{_sbindir}/rc%{name}
@@ -549,15 +544,12 @@
 %{icinga_cgidir}/showlog.cgi
 %{icinga_cgidir}/status.cgi
 %{icinga_cgidir}/statusmap.cgi
-%{icinga_cgidir}/statuswml.cgi
-%{icinga_cgidir}/statuswrl.cgi
 %{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}/contexthelp
 %{icinga_datadir}/images
 %{icinga_datadir}/index.html
 %{icinga_datadir}/js
@@ -565,9 +557,9 @@
 %{icinga_datadir}/media
 %{icinga_datadir}/menu.html
 %{icinga_datadir}/robots.txt
-%{icinga_datadir}/sidebar.html
 %{icinga_datadir}/ssi
 %{icinga_datadir}/stylesheets
+%{icinga_datadir}/jquery-ui
 %attr(0775,%{icinga_command_user},%{icinga_command_group}) %dir 
%{icinga_cgi_logdir}
 
 %files idoutils

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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to