Hello community,

here is the log from the commit of package monitoring-plugins for 
openSUSE:Factory checked in at 2017-01-24 10:37:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monitoring-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.monitoring-plugins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "monitoring-plugins"

Changes:
--------
--- /work/SRC/openSUSE:Factory/monitoring-plugins/monitoring-plugins.changes    
2016-03-07 13:26:53.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.monitoring-plugins.new/monitoring-plugins.changes   
    2017-01-24 10:38:03.514729408 +0100
@@ -1,0 +2,46 @@
+Fri Jan 13 10:11:02 UTC 2017 - [email protected]
+
+- update to 2.2:
+  Enhancements
+  + The check_http -S/--ssl option now accepts the arguments 1.1 and 
+    1.2 to force TLSv1.1 and TLSv1.2 connections, respectively
+  + The check_http -S/--ssl option now allows for specifying the 
+    desired protocol with a + suffix to also accept newer versions
+  + Let check_http check HTTPS web sites via proxies
+  + check_http: add timeout to performance data as max value
+  + check_http: report certificate expiry date in UTC
+  + check_snmp: add IPv6 support
+  + check_snmp's performance data now also includes warning/
+    critical thresholds
+  + New check_snmp -N option to specify SNMPv3 context name
+  + Let check_smtp's -D option imply -S
+  + Let check_smtp's -e option match against the full SMTP response
+  + check_dig: expected response is now case-insensitive
+  + New check_mailq -s option which tells the plugin to use sudo(8)
+  + New check_nt -l parameters: seconds|minutes|hours|days
+  + New -W/-C option for check_ldap to check number of entries
+  + check_users: add support for range thresholds
+  + check_fping now auto-detects IPv6 addresses
+  + check_radius now supports the radcli library
+  + Support OpenSSL 1.1
+  Fixes
+  + check_http: fix host header port handling
+  + Let check_real terminate lines with CRLF when talking to the server, 
+    as mandated by RFC 2326
+  + Fix check_procs on HP-UX
+  + check_smtp's -e/--expect option can now be combined with -S/--starttls
+  + Fix incorrect performance data thresholds emitted by check_ups
+  + Don't let check_procs miss some processes on busy Solaris systems
+  Warnings
+  + The format of the performance data emitted by check_mrtgtraf has 
+    been changed to comply with the development guidelines
+  + check_ssh now returns CRITICAL for protocol/version errors
+  + If a plugin is invoked with -h/--help or -V/--version, the exit status
+    is now UNKNOWN
+  + The superseeded check_ntp.pl was removed, please use check_ntp_peer
+    or check_ntp_time instead
+- refreshed patches
+- removed monitoring-plugins.check_snmp.snmpv3-context.patch:
+  included upstream
+
+-------------------------------------------------------------------

Old:
----
  monitoring-plugins-2.1.2.tar.bz2
  monitoring-plugins.check_snmp.snmpv3-context.patch

New:
----
  monitoring-plugins-2.2.tar.bz2

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

Other differences:
------------------
++++++ monitoring-plugins.spec ++++++
--- /var/tmp/diff_new_pack.aVRxE9/_old  2017-01-24 10:38:04.606574332 +0100
+++ /var/tmp/diff_new_pack.aVRxE9/_new  2017-01-24 10:38:04.610573764 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package monitoring-plugins
 #
-# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:           monitoring-plugins
-Version:        2.1.2
+Version:        2.2
 Release:        0
 Summary:        The Monitoring Plug-Ins
 License:        GPL-2.0+ and GPL-3.0
@@ -58,8 +58,6 @@
 Patch15:        %{name}-too_few_arguments_for_check_disk.patch
 # PATCH-FIX-UPSTREAM see https://bugzilla.redhat.com/512559
 Patch116:       %{name}-wrong_return_in_check_swap.patch
-# PATCH-FIX-UPSTREAM pass correct arguments before context and authpriv options
-Patch117:       %{name}.check_snmp.snmpv3-context.patch
 # PATCH-FIX-UPSTREAM port should be integer, not character
 Patch118:       %{name}.check_hpjd.c-64bit-portability-issue.patch
 BuildRequires:  bind-utils
@@ -1064,7 +1062,6 @@
 %patch15 -p1
 # Debian patches
 %patch116 -p1
-%patch117 -p1
 %patch118 -p1
 find -type f -exec %{__chmod} 644 {} \;
 
@@ -1208,7 +1205,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS ChangeLog CODING COPYING FAQ LEGAL
+%doc ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS ChangeLog CODING COPYING FAQ 
 %doc NEWS README REQUIREMENTS SUPPORT THANKS README.SUSE
 %doc example
 
@@ -1240,7 +1237,7 @@
 
 %files common -f %{name}.lang
 %defattr(-,root,root)
-%doc ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS ChangeLog CODING COPYING FAQ LEGAL
+%doc ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS ChangeLog CODING COPYING FAQ 
 %doc NEWS README REQUIREMENTS SUPPORT THANKS README.SUSE
 %doc example
 %dir %{nagios_libdir}

++++++ monitoring-plugins-1.4.6-no_chown.patch ++++++
--- /var/tmp/diff_new_pack.aVRxE9/_old  2017-01-24 10:38:04.706560131 +0100
+++ /var/tmp/diff_new_pack.aVRxE9/_new  2017-01-24 10:38:04.706560131 +0100
@@ -1,7 +1,7 @@
-Index: monitoring-plugins-2.1.2/plugins-root/Makefile.am
+Index: monitoring-plugins-2.2/plugins-root/Makefile.am
 ===================================================================
---- monitoring-plugins-2.1.2.orig/plugins-root/Makefile.am
-+++ monitoring-plugins-2.1.2/plugins-root/Makefile.am
+--- monitoring-plugins-2.2.orig/plugins-root/Makefile.am
++++ monitoring-plugins-2.2/plugins-root/Makefile.am
 @@ -47,7 +47,6 @@ INSTALL_SUID = \
        echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$p"; \
        $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$p; \
@@ -26,11 +26,11 @@
        fi
  
  # /* Author Coreutils team sub-citation */
-Index: monitoring-plugins-2.1.2/plugins-root/Makefile.in
+Index: monitoring-plugins-2.2/plugins-root/Makefile.in
 ===================================================================
---- monitoring-plugins-2.1.2.orig/plugins-root/Makefile.in
-+++ monitoring-plugins-2.1.2/plugins-root/Makefile.in
-@@ -1341,7 +1341,6 @@ INSTALL_SUID = \
+--- monitoring-plugins-2.2.orig/plugins-root/Makefile.in
++++ monitoring-plugins-2.2/plugins-root/Makefile.in
+@@ -1344,7 +1344,6 @@ INSTALL_SUID = \
        echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$p"; \
        $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/$$p; \
        echo " chown root $(DESTDIR)$(libexecdir)/$$p"; \
@@ -38,7 +38,7 @@
        echo " chmod $(setuid_root_mode) $(DESTDIR)$(libexecdir)/$$p"; \
        chmod $(setuid_root_mode) $(DESTDIR)$(libexecdir)/$$p; \
        done
-@@ -1782,11 +1781,11 @@ install-exec-local: $(noinst_PROGRAMS)
+@@ -1785,11 +1784,11 @@ install-exec-local: $(noinst_PROGRAMS)
          && chmod $(setuid_root_mode) $$TMPFILE > /dev/null 2>&1 \
          && can_create_suid_root_executable=yes; \
        rm -f $$TMPFILE; \

++++++ monitoring-plugins-2.1.1-check_logfile.patch ++++++
--- /var/tmp/diff_new_pack.aVRxE9/_old  2017-01-24 10:38:04.718558427 +0100
+++ /var/tmp/diff_new_pack.aVRxE9/_new  2017-01-24 10:38:04.718558427 +0100
@@ -1,7 +1,7 @@
-Index: monitoring-plugins-2.1.2/plugins-scripts/check_log.sh
+Index: monitoring-plugins-2.2/plugins-scripts/check_log.sh
 ===================================================================
---- monitoring-plugins-2.1.2.orig/plugins-scripts/check_log.sh
-+++ monitoring-plugins-2.1.2/plugins-scripts/check_log.sh
+--- monitoring-plugins-2.2.orig/plugins-scripts/check_log.sh
++++ monitoring-plugins-2.2/plugins-scripts/check_log.sh
 @@ -115,27 +115,27 @@ while test -n "$1"; do
              exit $STATE_OK
              ;;

++++++ monitoring-plugins-2.1.2.tar.bz2 -> monitoring-plugins-2.2.tar.bz2 ++++++
++++ 38783 lines of diff (skipped)

++++++ monitoring-plugins-too_few_arguments_for_check_disk.patch ++++++
--- /var/tmp/diff_new_pack.aVRxE9/_old  2017-01-24 10:38:06.222344843 +0100
+++ /var/tmp/diff_new_pack.aVRxE9/_new  2017-01-24 10:38:06.222344843 +0100
@@ -1,8 +1,8 @@
-Index: monitoring-plugins-2.1.2/plugins/check_disk.c
+Index: monitoring-plugins-2.2/plugins/check_disk.c
 ===================================================================
---- monitoring-plugins-2.1.2.orig/plugins/check_disk.c
-+++ monitoring-plugins-2.1.2/plugins/check_disk.c
-@@ -1002,7 +1002,7 @@ get_stats (struct parameter_list *p, str
+--- monitoring-plugins-2.2.orig/plugins/check_disk.c
++++ monitoring-plugins-2.2/plugins/check_disk.c
+@@ -997,7 +997,7 @@ get_stats (struct parameter_list *p, str
          if (verbose >= 3)
            printf("Group %s: adding %llu blocks sized %llu, (%s) used_units=%g 
free_units=%g total_units=%g fsu_blocksize=%llu mult=%llu\n",
                   p_list->group, tmpfsp.fsu_bavail, tmpfsp.fsu_blocksize, 
p_list->best_match->me_mountdir, p_list->dused_units, p_list->dfree_units,

++++++ monitoring-plugins-wrong_return_in_check_swap.patch ++++++
--- /var/tmp/diff_new_pack.aVRxE9/_old  2017-01-24 10:38:06.234343138 +0100
+++ /var/tmp/diff_new_pack.aVRxE9/_new  2017-01-24 10:38:06.234343138 +0100
@@ -29,10 +29,10 @@
 Additional info:
 https://bugzilla.redhat.com/512559
 
-Index: monitoring-plugins-2.1.2/plugins/check_swap.c
+Index: monitoring-plugins-2.2/plugins/check_swap.c
 ===================================================================
---- monitoring-plugins-2.1.2.orig/plugins/check_swap.c
-+++ monitoring-plugins-2.1.2/plugins/check_swap.c
+--- monitoring-plugins-2.2.orig/plugins/check_swap.c
++++ monitoring-plugins-2.2/plugins/check_swap.c
 @@ -125,7 +125,7 @@ main (int argc, char **argv)
                        free_swap_mb += dskfree_mb;
                        if (allswaps) {

++++++ monitoring-plugins.check_hpjd.c-64bit-portability-issue.patch ++++++
--- /var/tmp/diff_new_pack.aVRxE9/_old  2017-01-24 10:38:06.270338026 +0100
+++ /var/tmp/diff_new_pack.aVRxE9/_new  2017-01-24 10:38:06.274337458 +0100
@@ -1,7 +1,7 @@
-Index: monitoring-plugins-2.1.2/plugins/check_hpjd.c
+Index: monitoring-plugins-2.2/plugins/check_hpjd.c
 ===================================================================
---- monitoring-plugins-2.1.2.orig/plugins/check_hpjd.c
-+++ monitoring-plugins-2.1.2/plugins/check_hpjd.c
+--- monitoring-plugins-2.2.orig/plugins/check_hpjd.c
++++ monitoring-plugins-2.2/plugins/check_hpjd.c
 @@ -66,7 +66,7 @@ void print_usage (void);
  
  char *community = NULL;

++++++ monitoring-plugins.check_snmp.arrayaddress.patch ++++++
--- /var/tmp/diff_new_pack.aVRxE9/_old  2017-01-24 10:38:06.290335186 +0100
+++ /var/tmp/diff_new_pack.aVRxE9/_new  2017-01-24 10:38:06.290335186 +0100
@@ -1,10 +1,10 @@
-Index: monitoring-plugins-2.1.2/plugins/check_snmp.c
+Index: monitoring-plugins-2.2/plugins/check_snmp.c
 ===================================================================
---- monitoring-plugins-2.1.2.orig/plugins/check_snmp.c
-+++ monitoring-plugins-2.1.2/plugins/check_snmp.c
-@@ -566,7 +566,7 @@ main (int argc, char **argv)
-                       len = sizeof(perfstr)-strlen(perfstr)-1;
-                       strncat(perfstr, show, len>ptr-show ? ptr-show : len);
+--- monitoring-plugins-2.2.orig/plugins/check_snmp.c
++++ monitoring-plugins-2.2/plugins/check_snmp.c
+@@ -588,7 +588,7 @@ main (int argc, char **argv)
+                               strncat(perfstr, critical_thresholds, 
sizeof(perfstr)-strlen(perfstr)-1);
+                       }
  
 -                      if (type)
 +                      if (type[0])


Reply via email to