Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2020-07-15 15:06:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and      /work/SRC/openSUSE:Factory/.cacti-spine.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cacti-spine"

Wed Jul 15 15:06:05 2020 rev:28 rq:820848 version:1.2.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2020-05-08 
23:08:34.642257614 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.3060/cacti-spine.changes        
2020-07-15 15:06:43.143509452 +0200
@@ -1,0 +2,6 @@
+Tue Jul 14 09:12:54 UTC 2020 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- cacti-spine 1.2.13:
+  * works with cacti 1.2.13
+
+-------------------------------------------------------------------

Old:
----
  cacti-spine-1.2.12.tar.gz

New:
----
  cacti-spine-1.2.13.tar.gz

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

Other differences:
------------------
++++++ cacti-spine.spec ++++++
--- /var/tmp/diff_new_pack.8h1yKy/_old  2020-07-15 15:06:46.423512651 +0200
+++ /var/tmp/diff_new_pack.8h1yKy/_new  2020-07-15 15:06:46.423512651 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           cacti-spine
-Version:        1.2.12
+Version:        1.2.13
 Release:        0
 Summary:        Threaded poller for Cacti written in C
 License:        LGPL-2.1-or-later

++++++ cacti-spine-1.2.12.tar.gz -> cacti-spine-1.2.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.12/CHANGELOG 
new/cacti-spine-1.2.13/CHANGELOG
--- old/cacti-spine-1.2.12/CHANGELOG    2020-05-03 22:20:09.000000000 +0200
+++ new/cacti-spine-1.2.13/CHANGELOG    2020-07-14 02:31:18.000000000 +0200
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.2.13
+-issue#156: Compile on Cygwin is failing due to icmp6 headers missing
+
 1.2.12
 -issue#155: Failed host lookup causes spine to crash
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.12/README.md 
new/cacti-spine-1.2.13/README.md
--- old/cacti-spine-1.2.12/README.md    2020-05-03 22:20:09.000000000 +0200
+++ new/cacti-spine-1.2.13/README.md    2020-07-14 02:31:18.000000000 +0200
@@ -61,6 +61,7 @@
    * gcc-core
    * gzip
    * help2man
+   * inetutils-src
    * libmysqlclient
    * libmariadb-devel
    * libssl-devel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.12/common.h 
new/cacti-spine-1.2.13/common.h
--- old/cacti-spine-1.2.12/common.h     2020-05-03 22:20:09.000000000 +0200
+++ new/cacti-spine-1.2.13/common.h     2020-07-14 02:31:18.000000000 +0200
@@ -104,7 +104,9 @@
 #  include <netinet/in.h>
 #  include <netinet/ip.h>
 #  include <netinet/ip6.h>
+#ifndef __CYGWIN__
 #  include <netinet/icmp6.h>
+#endif
 #  include <netinet/ip_icmp.h>
 #endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.12/configure.ac 
new/cacti-spine-1.2.13/configure.ac
--- old/cacti-spine-1.2.12/configure.ac 2020-05-03 22:20:09.000000000 +0200
+++ new/cacti-spine-1.2.13/configure.ac 2020-07-14 02:31:18.000000000 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.2.12, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.2.13, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
@@ -8,6 +8,7 @@
 AC_CONFIG_SRCDIR(spine.c)
 AC_PREFIX_DEFAULT(/usr/local/spine)
 AC_LANG(C)
+AC_PROG_CC
 
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_HEADERS(config/config.h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.12/snmp.c 
new/cacti-spine-1.2.13/snmp.c
--- old/cacti-spine-1.2.12/snmp.c       2020-05-03 22:20:09.000000000 +0200
+++ new/cacti-spine-1.2.13/snmp.c       2020-07-14 02:31:18.000000000 +0200
@@ -186,7 +186,6 @@
        snprintf(hostnameport, BUFSIZE, "%s:%i", hostname, snmp_port);
        session.peername    = hostnameport;
        session.retries     = set.snmp_retries;
-       session.remote_port = snmp_port;
        session.timeout     = (snmp_timeout * 1000); /* net-snmp likes 
microseconds */
 
        SPINE_LOG_MEDIUM(("Device[%i] INFO: SNMP Device '%s' has timeout %ld 
(%d), retries %d", host_id, hostname, session.timeout, snmp_timeout, 
session.retries));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.12/util.c 
new/cacti-spine-1.2.13/util.c
--- old/cacti-spine-1.2.12/util.c       2020-05-03 22:20:09.000000000 +0200
+++ new/cacti-spine-1.2.13/util.c       2020-07-14 02:31:18.000000000 +0200
@@ -1171,7 +1171,7 @@
 
        /* append a line feed to the log message if needed */
        if (!strstr(flogmessage, "\n")) {
-               strncat(flogmessage, "\n", 1);
+               strcat(flogmessage, "\n");
        }
 
        if ((IS_LOGGING_TO_FILE() &&


Reply via email to