Hello community,

here is the log from the commit of package nagios for openSUSE:Factory checked 
in at 2019-01-24 14:14:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nagios (Old)
 and      /work/SRC/openSUSE:Factory/.nagios.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nagios"

Thu Jan 24 14:14:56 2019 rev:11 rq:667956 version:4.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/nagios/nagios.changes    2018-10-23 
20:42:44.840375361 +0200
+++ /work/SRC/openSUSE:Factory/.nagios.new.28833/nagios.changes 2019-01-24 
14:14:56.867256217 +0100
@@ -1,0 +2,39 @@
+Sun Jan 20 08:48:24 UTC 2019 - [email protected] - 4.4.3
+
+- update to 4.4.3
+* Fixed services sending recovery emails when they recover if host in
+  down state (#572) (Scott Wilkerson)
+* Fixed a make error when building on the aarch64 architecture (#598)
+  (Gareth Randall)
+* Fixed --with-cgibindir and --with-webdir to actually set values given
+  (#585) (lawsontyler)
+* Fixed soft recovery states for services (#575) (Jake Omann)
+* Fixed XSS vulnerability in Alert Summary report (CVE-2018-18245)
+  (Jake Omann)
+* Fixed services in soft states sometimes not switching into hard states
+  (#576) (Jake Omann)
+* Fixed last_state_change to update when a state goes from soft -> hard
+  state (#592) (Jake Omann)
+* Fixed Map link always being set to undefined host and don't show link
+  for Nagios Process root note (#539) (Jake Omann)
+* Fixed notifications sending when services went into hard state on a
+  down or unreachable host (#584) (Jake Omann)
+* Fixed log_host_retries not logging the host soft state checks (#599)
+  (Jake Omann)
+* Fixed stalking_options N option to properly log only when a
+  notification is actually sent (#604) (Jake Omann)
+* Fixed issue with service status totals being zero when
+  servicegroup=all on servicegroup status page (#579) (Jake Omann)
+* Fixed escalation notifications logic and recovery notifications not
+  going out (#582) (Jake Omann)
+* Fixed not finding child index causing duplicate hosts showing in the
+  Map (#471) (Jake Omann)
+* Fixed Map configuration popup checkboxes not working and Root Node
+  not populating (#543) (Jake Omann)
+* Fixed cleanup and deinit of neb modules on reload (#573) (Jake Omann)
+
+- rebase nagios-4.2.2-enable-ppc64le.patch (allow ppc64le builds in
+  contrib Makefile) to: 
+  nagios-4.4.3-enable-ppc64le.patch
+
+-------------------------------------------------------------------

Old:
----
  nagios-4.2.2-enable-ppc64le.patch
  nagios-4.4.2.tar.gz

New:
----
  nagios-4.4.3-enable-ppc64le.patch
  nagios-4.4.3.tar.gz

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

Other differences:
------------------
++++++ nagios.spec ++++++
--- /var/tmp/diff_new_pack.w2kv2G/_old  2019-01-24 14:14:57.483255504 +0100
+++ /var/tmp/diff_new_pack.w2kv2G/_new  2019-01-24 14:14:57.483255504 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nagios
 #
-# 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
@@ -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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -28,7 +28,7 @@
 %endif
 
 Name:           nagios
-Version:        4.4.2
+Version:        4.4.3
 Release:        0
 Summary:        The Nagios Network Monitor
 License:        GPL-2.0-or-later
@@ -61,7 +61,7 @@
 # PATCH-FIX-OPENSUSE use KOHANNA if available
 Patch17:        nagios-4.1.0-add_KOHANNA.conf
 # PATCH-FIX-UPSTREAM allow ppc64le builds in contrib Makefile
-Patch18:        nagios-4.2.2-enable-ppc64le.patch
+Patch18:        nagios-4.4.3-enable-ppc64le.patch
 BuildRequires:  doxygen
 # yes: we still build for SLE10
 %if 0%{?suse_version} > 1020
@@ -106,6 +106,7 @@
 %else
 Requires(pre):  shadow-utils
 %endif
+Requires(pre):  permissions
 Requires(pre):  sed
 Requires:       mailx
 %define         nslockfile_dir /var/run/%{name}
@@ -257,12 +258,13 @@
        --prefix=%{_prefix} \
        --exec-prefix=%{_sbindir} \
        --bindir=%{_sbindir} \
-       --sbindir=%{nagios_cgidir} \
+       --sbindir=%{_sbindir} \
        --libexecdir=%{nagios_plugindir} \
        --datadir=%{nagios_datadir} \
        --sysconfdir=%{nagios_sysconfdir} \
        --with-init-dir=%{_sysconfdir}/init.d \
        --localstatedir=%{nagios_localstatedir} \
+       --with-cgibindir=%{nagios_cgidir} \
        --with-cgiurl=/%{name}/cgi-bin \
        --with-htmurl=/%{name} \
        --with-httpd-conf=%{apache2_sysconfdir} \
@@ -434,6 +436,7 @@
 %else
 %{fillup_and_insserv %{name}}
 %endif
+%set_permissions /var/spool/nagios
 
 %preun
 %if %{with systemd}
@@ -450,6 +453,9 @@
 %{insserv_cleanup}
 %endif
 
+%verifyscript
+%verify_permissions -e /var/spool/nagios
+
 %post www
 wwwusr=%{nagios_command_user}
 if [ -f etc/apache2/uid.conf ]; then

++++++ nagios-4.2.2-enable-ppc64le.patch -> nagios-4.4.3-enable-ppc64le.patch 
++++++
--- /work/SRC/openSUSE:Factory/nagios/nagios-4.2.2-enable-ppc64le.patch 
2018-10-18 15:39:04.942109794 +0200
+++ 
/work/SRC/openSUSE:Factory/.nagios.new.28833/nagios-4.4.3-enable-ppc64le.patch  
    2019-01-24 14:14:56.531256605 +0100
@@ -1,13 +1,11 @@
-Index: nagios-4.4.2/contrib/Makefile.in
-===================================================================
---- nagios-4.4.2.orig/contrib/Makefile.in
-+++ nagios-4.4.2/contrib/Makefile.in
-@@ -95,7 +95,7 @@ else
-     ifeq ($(ARCH),i686)
- RPM_ARCH := i386
-     else
+--- nagios-4.4.3/contrib/Makefile.in.orig      2019-01-20 10:19:00.388448528 
+0100
++++ nagios-4.4.3/contrib/Makefile.in   2019-01-20 10:19:53.952570327 +0100
+@@ -98,7 +98,7 @@
+         ifeq ($(ARCH),aarch64)
+ RPM_ARCH := aarch64
+         else
 -$(error Unknown arch "$(ARCH)".)
 +RPM_ARCH := $(ARCH)
+         endif
      endif
  endif
- 

++++++ nagios-4.4.2.tar.gz -> nagios-4.4.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/nagios/nagios-4.4.2.tar.gz 
/work/SRC/openSUSE:Factory/.nagios.new.28833/nagios-4.4.3.tar.gz differ: char 
5, line 1


Reply via email to