commit cacti-spine for openSUSE:Factory

2020-08-04 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2020-08-04 20:24:06

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new.3592 (New)


Package is "cacti-spine"

Tue Aug  4 20:24:06 2020 rev:29 rq:824222 version:1.2.14

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2020-07-15 
15:06:43.143509452 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.3592/cacti-spine.changes
2020-08-04 20:24:18.141020436 +0200
@@ -1,0 +2,6 @@
+Mon Aug  3 21:27:49 UTC 2020 - Andreas Stieger 
+
+- cacti-spine 1.2.14:
+  * fix spine not updating rrd_next_step
+
+---

Old:

  cacti-spine-1.2.13.tar.gz

New:

  cacti-spine-1.2.14.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.oOLX7I/_old  2020-08-04 20:24:19.037020738 +0200
+++ /var/tmp/diff_new_pack.oOLX7I/_new  2020-08-04 20:24:19.041020739 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.2.13
+Version:1.2.14
 Release:0
 Summary:Threaded poller for Cacti written in C
 License:LGPL-2.1-or-later

++ cacti-spine-1.2.13.tar.gz -> cacti-spine-1.2.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.13/CHANGELOG 
new/cacti-spine-1.2.14/CHANGELOG
--- old/cacti-spine-1.2.13/CHANGELOG2020-07-14 02:31:18.0 +0200
+++ new/cacti-spine-1.2.14/CHANGELOG2020-08-03 00:31:02.0 +0200
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.2.14
+-issue#162: Spine not updating rrd_next_step
+
 1.2.13
 -issue#156: Compile on Cygwin is failing due to icmp6 headers missing
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.13/configure.ac 
new/cacti-spine-1.2.14/configure.ac
--- old/cacti-spine-1.2.13/configure.ac 2020-07-14 02:31:18.0 +0200
+++ new/cacti-spine-1.2.14/configure.ac 2020-08-03 00:31:02.0 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.2.13, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.2.14, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.13/spine.c 
new/cacti-spine-1.2.14/spine.c
--- old/cacti-spine-1.2.13/spine.c  2020-07-14 02:31:18.0 +0200
+++ new/cacti-spine-1.2.14/spine.c  2020-08-03 00:31:02.0 +0200
@@ -695,7 +695,7 @@
total_items = atoi(mysql_row[0]);
db_free_result(tresult);
 
-   if (total_items < device_threads) {
+   if (total_items && total_items < device_threads) {
device_threads = total_items;
}
 




commit cacti-spine for openSUSE:Factory

2020-07-15 Thread root
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 
+
+- 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/CHANGELOG2020-05-03 22:20:09.0 +0200
+++ new/cacti-spine-1.2.13/CHANGELOG2020-07-14 02:31:18.0 +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.md2020-05-03 22:20:09.0 +0200
+++ new/cacti-spine-1.2.13/README.md2020-07-14 02:31:18.0 +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.0 +0200
+++ new/cacti-spine-1.2.13/common.h 2020-07-14 02:31:18.0 +0200
@@ -104,7 +104,9 @@
 #  include 
 #  include 
 #  include 
+#ifndef __CYGWIN__
 #  include 
+#endif
 #  include 
 #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.0 +0200
+++ new/cacti-spine-1.2.13/configure.ac 2020-07-14 02:31:18.0 +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.0 +0200
+++ new/cacti-spine-1.2.13/snmp.c   2020-07-14 02:31:18.0 +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.0 +0200
+++ new/cacti-spine-1.2.13/util.c   2020-07-14 02:31:18.0 +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() &&




commit cacti-spine for openSUSE:Factory

2020-05-08 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2020-05-08 23:08:28

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new.2738 (New)


Package is "cacti-spine"

Fri May  8 23:08:28 2020 rev:27 rq:801763 version:1.2.12

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2020-04-13 
12:53:37.544656982 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.2738/cacti-spine.changes
2020-05-08 23:08:34.642257614 +0200
@@ -1,0 +2,6 @@
+Thu May  7 09:25:49 UTC 2020 - Andreas Stieger 
+
+- cacti-spine 1.2.12:
+  * Failed host lookup causes spine to crash
+
+---

Old:

  cacti-spine-1.2.11.tar.gz

New:

  cacti-spine-1.2.12.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.N57MjH/_old  2020-05-08 23:08:35.806259992 +0200
+++ /var/tmp/diff_new_pack.N57MjH/_new  2020-05-08 23:08:35.81026 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.2.11
+Version:1.2.12
 Release:0
 Summary:Threaded poller for Cacti written in C
 License:LGPL-2.1-or-later

++ cacti-spine-1.2.11.tar.gz -> cacti-spine-1.2.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.11/CHANGELOG 
new/cacti-spine-1.2.12/CHANGELOG
--- old/cacti-spine-1.2.11/CHANGELOG2020-04-06 04:15:20.0 +0200
+++ new/cacti-spine-1.2.12/CHANGELOG2020-05-03 22:20:09.0 +0200
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.2.12
+-issue#155: Failed host lookup causes spine to crash
+
 1.2.11
 -issue#122: Unable to compile spine on OpenBSD
 -issue#129: Repeated warnings due to 'Recache Event Detected for Device'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.11/configure.ac 
new/cacti-spine-1.2.12/configure.ac
--- old/cacti-spine-1.2.11/configure.ac 2020-04-06 04:15:20.0 +0200
+++ new/cacti-spine-1.2.12/configure.ac 2020-05-03 22:20:09.0 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.2.11, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.2.12, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.11/ping.c 
new/cacti-spine-1.2.12/ping.c
--- old/cacti-spine-1.2.11/ping.c   2020-04-06 04:15:20.0 +0200
+++ new/cacti-spine-1.2.12/ping.c   2020-05-03 22:20:09.0 +0200
@@ -868,9 +868,6 @@
 
if ((error = getaddrinfo(host->hostname, NULL, , _list)) != 
0) {
SPINE_LOG(("WARNING: Unable to determine address info for %s 
(%s)", host->hostname, gai_strerror(error)));
-   if (res_list != NULL) {
-   freeaddrinfo(res_list);
-   }
return SPINE_NONE;
}
 




commit cacti-spine for openSUSE:Factory

2020-04-13 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2020-04-13 12:53:35

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new.3248 (New)


Package is "cacti-spine"

Mon Apr 13 12:53:35 2020 rev:26 rq:793395 version:1.2.11

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2020-02-18 
13:29:44.860742454 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.3248/cacti-spine.changes
2020-04-13 12:53:37.544656982 +0200
@@ -1,0 +2,7 @@
+Sat Apr 11 13:11:21 UTC 2020 - Andreas Stieger 
+
+- cacti-spine 1.2.11:
+  * fix warnings due to 'Recache Event Detected for Device'
+  * Fix database, network and polling errors
+
+---

Old:

  cacti-spine-1.2.9.tar.gz

New:

  cacti-spine-1.2.11.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.XPW1zW/_old  2020-04-13 12:53:38.128657236 +0200
+++ /var/tmp/diff_new_pack.XPW1zW/_new  2020-04-13 12:53:38.132657238 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cacti-spine
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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:   cacti-spine
-Version:1.2.9
+Version:1.2.11
 Release:0
 Summary:Threaded poller for Cacti written in C
 License:LGPL-2.1-or-later

++ cacti-spine-1.2.9.tar.gz -> cacti-spine-1.2.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.9/CHANGELOG 
new/cacti-spine-1.2.11/CHANGELOG
--- old/cacti-spine-1.2.9/CHANGELOG 2020-02-13 21:48:35.0 +0100
+++ new/cacti-spine-1.2.11/CHANGELOG2020-04-06 04:15:20.0 +0200
@@ -1,5 +1,17 @@
 The Cacti Group | spine
 
+1.2.11
+-issue#122: Unable to compile spine on OpenBSD
+-issue#129: Repeated warnings due to 'Recache Event Detected for Device'
+-issue#134: No error is recorded to log file when database is incorrect
+-issue#144: MySQL retry logic is not working as expected
+-issue#149: When using IPv6 address, segmentation fault can occur due to 
incorrectly using IPv4 ping
+-issue#150: When polling results are null, segmentation errors may occur
+-issue#151: When collecting data, spine should be stripping alpha characters 
from output
+
+1.2.10
+-feature: release to match Cacti release
+
 1.2.9
 -issue#124: Improve logging of snmp multiple OID get function
 -issue#129: PCOMMAND Device[] WARNING: Recache Event Detected for Device
@@ -416,7 +428,7 @@
 -feature: enabled signal handling in cactid
 
 0.8.6h
-Not released.  Syncing with Cacti distribution again.
+-feature: Not released.  Syncing with Cacti distribution again.
 
 0.8.6g
 -bug#609: console "error" messages should go to stderr instead of stdout
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.9/common.h 
new/cacti-spine-1.2.11/common.h
--- old/cacti-spine-1.2.9/common.h  2020-02-13 21:48:35.0 +0100
+++ new/cacti-spine-1.2.11/common.h 2020-04-06 04:15:20.0 +0200
@@ -1,7 +1,7 @@
 /*
  ex: set tabstop=4 shiftwidth=4 autoindent:
  +-+
- | Copyright (C) 2004-2019 The Cacti Group |
+ | Copyright (C) 2004-2020 The Cacti Group |
  | |
  | This program is free software; you can redistribute it and/or   |
  | modify it under the terms of the GNU Lesser General Public  |
@@ -93,6 +93,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #if HAVE_STDINT_H
 #  include 
@@ -102,6 +103,8 @@
 #  include 
 #  include 
 #  include 
+#  include 
+#  include 
 #  include 
 #endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.9/configure.ac 
new/cacti-spine-1.2.11/configure.ac
--- old/cacti-spine-1.2.9/configure.ac  2020-02-13 21:48:35.0 +0100
+++ new/cacti-spine-1.2.11/configure.ac 2020-04-06 04:15:20.0 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.2.9, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.2.11, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
@@ -66,13 +66,12 @@
 *solaris*)
   CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS";;
 *freebsd*)
-  LIBS="$LIBS -pthread"
-  

commit cacti-spine for openSUSE:Factory

2020-02-18 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2020-02-18 13:29:41

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new.26092 (New)


Package is "cacti-spine"

Tue Feb 18 13:29:41 2020 rev:25 rq:774965 version:1.2.9

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2020-02-06 
13:08:28.204344138 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.26092/cacti-spine.changes   
2020-02-18 13:29:44.860742454 +0100
@@ -1,0 +2,11 @@
+Sat Feb 15 18:43:52 UTC 2020 - Andreas Stieger 
+
+- cacti-spine 1.2.9:
+  * works with cacti 1.2.9
+  * Improve logging of snmp multiple OID get function
+  * PCOMMAND Device[] WARNING: Recache Event Detected for Device
+  * Segmentation Fault triggered by a lot of errors
+  * Replace function gethostbyname with thread safe getaddrinfo
+  * removed strip_alpha for "Wrong-Type" SNMP-Answer
+
+---

Old:

  cacti-spine-1.2.8.tar.gz

New:

  cacti-spine-1.2.9.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.0Yhh6c/_old  2020-02-18 13:29:45.280743270 +0100
+++ /var/tmp/diff_new_pack.0Yhh6c/_new  2020-02-18 13:29:45.284743279 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.2.8
+Version:1.2.9
 Release:0
 Summary:Threaded poller for Cacti written in C
 License:LGPL-2.1-or-later

++ cacti-spine-1.2.8.tar.gz -> cacti-spine-1.2.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.8/CHANGELOG 
new/cacti-spine-1.2.9/CHANGELOG
--- old/cacti-spine-1.2.8/CHANGELOG 2019-12-09 00:49:14.0 +0100
+++ new/cacti-spine-1.2.9/CHANGELOG 2020-02-13 21:48:35.0 +0100
@@ -1,5 +1,12 @@
 The Cacti Group | spine
 
+1.2.9
+-issue#124: Improve logging of snmp multiple OID get function
+-issue#129: PCOMMAND Device[] WARNING: Recache Event Detected for Device
+-issue#130: Segmentation Fault triggered by a lot of errors
+-issue#131: Replace function gethostbyname with thread safe getaddrinfo
+-issue#139: removed strip_alpha for "Wrong-Type" SNMP-Answer
+
 1.2.8
 -issue#119: When calling bootstrap, an invalid error claiming config.h.in is 
missing can appear on first compile
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cacti-spine-1.2.8/configure.ac 
new/cacti-spine-1.2.9/configure.ac
--- old/cacti-spine-1.2.8/configure.ac  2019-12-09 00:49:14.0 +0100
+++ new/cacti-spine-1.2.9/configure.ac  2020-02-13 21:48:35.0 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.2.8, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.2.9, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
@@ -98,27 +98,7 @@
 AC_CHECK_PROG([HELP2MAN], [help2man], [help2man])
 AM_CONDITIONAL([HAVE_HELP2MAN], [test x$HELP2MAN = xhelp2man])
 
-# On some systems, gethostbyname() is thread-safe
-AC_ARG_ENABLE(threadsafe_gethostbyname,
-  AC_HELP_STRING(
-[--enable-threadsafe-gethostbyname],
- [Assume gethostbyname() is threadsafe]
-   )
-)
-
-# Check if the user told use gethostbyname() is thread-safe.
-AC_MSG_CHECKING([for threadsafe gethostbyname()])
-if test "x$enable_threadsafe_gethostbyname" = "xyes" ; then
-  AC_MSG_RESULT(yes)
-  AC_DEFINE(HAVE_GETHOSTBYNAME_THREADSAFE, 1, 
-   [Define if gethostbyname is threadsafe])
-  HAVE_GETHOSTBYNAME_THREADSAFE=yes
-else
-  AC_MSG_RESULT(no)
-fi
-
 # Checks for libraries.
-AC_CHECK_LIB(nls, gethostbyname_r)
 AC_CHECK_LIB(socket, socket)
 AC_CHECK_LIB(m, floor)
 AC_CHECK_LIB(dl, dlclose)
@@ -437,68 +417,6 @@
   AC_MSG_RESULT([no])
 fi
 
-# ** gethostbyname_r Check ***
-# Linux Variant
-AC_MSG_CHECKING([for glibc gethostbyname_r])
-AC_TRY_LINK([#include ],
-  [struct hostent result_buf;
-char buf[1024];
-struct hostent *result;
-int h_erropp;
-gethostbyname_r("localhost",
-  _buf,
-  buf,
-  sizeof(buf),
-  ,
-  _erropp);
-  ],
-  [AC_MSG_RESULT([yes])
-   AC_DEFINE(HAVE_GETHOSTBYNAME_R_GLIBC, 1, [Using glibc versionf of 
gethostbyname_r()])
-   HAVE_GETHOSTBYNAME_R=yes
-  ],
-  [AC_MSG_RESULT([no])]
-)
-
-# Solaris or Irix Check
-AC_MSG_CHECKING([for Solaris/Irix gethostbyname_r])
-AC_TRY_LINK([#include ],
-  [struct hostent result;
-   char buf[1024];
-   int h_errnop;
-   gethostbyname_r("localhost",
- ,
- buf,
- sizeof(buf),
- _errnop);
-  ],
-  [AC_MSG_RESULT([yes])
-   AC_DEFINE(HAVE_GETHOSTBYNAME_R_SOLARIS, 1, [Using Solaris 

commit cacti-spine for openSUSE:Factory

2020-02-06 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2020-02-06 13:08:26

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new.26092 (New)


Package is "cacti-spine"

Thu Feb  6 13:08:26 2020 rev:24 rq:770247 version:1.2.8

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2019-09-30 
16:01:32.968873235 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.26092/cacti-spine.changes   
2020-02-06 13:08:28.204344138 +0100
@@ -1,0 +2,11 @@
+Sun Feb  2 17:03:21 UTC 2020 - Andreas Stieger 
+
+- cacti-spine 1.2.8:
+  * works with cacti 1.2.8
+
+---
+Thu Oct 17 15:13:16 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---

Old:

  1.2.7.tar.gz

New:

  cacti-spine-1.2.8.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.xMGvez/_old  2020-02-06 13:08:29.128344640 +0100
+++ /var/tmp/diff_new_pack.xMGvez/_new  2020-02-06 13:08:29.132344643 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cacti-spine
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,13 +17,13 @@
 
 
 Name:   cacti-spine
-Version:1.2.7
+Version:1.2.8
 Release:0
-Url:https://github.com/Cacti/spine
-Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
+Summary:Threaded poller for Cacti written in C
+License:LGPL-2.1-or-later
+URL:https://www.cacti.net/spine_info.php
+Source: https://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz
+BuildRequires:  dos2unix
 BuildRequires:  help2man
 BuildRequires:  libtool
 BuildRequires:  mysql-devel
@@ -31,32 +31,24 @@
 BuildRequires:  openssl-devel
 Requires:   cacti = %{version}
 Requires:   rrdtool
-Summary:Threaded poller for Cacti written in C
-License:LGPL-2.1-or-later
-Group:  System/Monitoring
 
 %description
 Spine is a supplemental poller for Cacti that makes use of pthreads to achieve
 excellent performance.
 
 %prep
-%setup -q -n spine-release-%{version}
+%setup -q
 
 %build
-libtoolize --force
-aclocal
-autoheader
-automake --force-missing --add-missing
-autoconf
-
+./bootstrap
 %configure
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 
 %files
-%defattr(-, root, root, 0755)
+%license LICENSE
 %doc CHANGELOG README.md
 %config %{_sysconfdir}/spine.conf.dist
 %{_bindir}/spine




commit cacti-spine for openSUSE:Factory

2019-09-30 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2019-09-30 16:01:04

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new.2352 (New)


Package is "cacti-spine"

Mon Sep 30 16:01:04 2019 rev:23 rq:733958 version:1.2.7

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2019-09-04 
09:12:50.274959035 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.2352/cacti-spine.changes
2019-09-30 16:01:32.968873235 +0200
@@ -1,0 +2,6 @@
+Mon Sep 30 05:57:17 UTC 2019 - David Liedke 
+
+-Update to version 1.2.7
+ -issue#113: spine1.2.6 couldn't open directory `m4' 
+
+---

Old:

  1.2.6.tar.gz

New:

  1.2.7.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.ZIqRoh/_old  2019-09-30 16:01:33.764871116 +0200
+++ /var/tmp/diff_new_pack.ZIqRoh/_new  2019-09-30 16:01:33.768871106 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.2.6
+Version:1.2.7
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.2.6.tar.gz -> 1.2.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.2.6/CHANGELOG 
new/spine-release-1.2.7/CHANGELOG
--- old/spine-release-1.2.6/CHANGELOG   2019-09-02 02:09:08.0 +0200
+++ new/spine-release-1.2.7/CHANGELOG   2019-09-29 20:27:22.0 +0200
@@ -1,5 +1,10 @@
 The Cacti Group | spine
 
+1.2.7
+-issue#113: When compiling under CentOS, 'm4' directory appears to be missing
+-issue#115: Perform proper initialization and teardown of sockets under Windows
+-issue#117: Spine configuration example shows remote database prefix for local 
database values
+
 1.2.6
 -issue#101: MySQL 8 has retired 'my_bool' type
 -issue#104: Spine should report which threads are outstanding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.2.6/bootstrap 
new/spine-release-1.2.7/bootstrap
--- old/spine-release-1.2.6/bootstrap   2019-09-02 02:09:08.0 +0200
+++ new/spine-release-1.2.7/bootstrap   2019-09-29 20:27:22.0 +0200
@@ -48,9 +48,13 @@
 
 # Prepare a build state
 echo "INFO: Running auto-tools to verify buildability"
+aclocal --install
+libtoolize
+automake --add-missing
 autoreconf --force --install
 [ $? -ne 0 ] && echo "ERROR: 'autoreconf' exited with errors" && exit -1
 
+
 # Provide some meaningful notes
 echo "INFO: Spine bootstrap process completed"
 echo ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.2.6/configure.ac 
new/spine-release-1.2.7/configure.ac
--- old/spine-release-1.2.6/configure.ac2019-09-02 02:09:08.0 
+0200
+++ new/spine-release-1.2.7/configure.ac2019-09-29 20:27:22.0 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.2.6, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.2.7, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.2.6/spine.c 
new/spine-release-1.2.7/spine.c
--- old/spine-release-1.2.6/spine.c 2019-09-02 02:09:08.0 +0200
+++ new/spine-release-1.2.7/spine.c 2019-09-29 20:27:22.0 +0200
@@ -624,6 +624,9 @@
die("ERROR: Fatal malloc error: spine.c host id's!");
}
 
+   /* initialize winsock library on Windows */
+   SOCK_STARTUP;
+
/* mark the spine process as started */
snprintf(querybuf, BIG_BUFSIZE, "INSERT INTO poller_time (poller_id, 
pid, start_time, end_time) VALUES (%i, %i, NOW(), '-00-00 00:00:00')", 
set.poller_id, getpid());
if (mode == REMOTE) {
@@ -942,6 +945,9 @@
/* uninstall the spine signal handler */
uninstall_spine_signal_handler();
 
+   /* clueanup winsock library on Windows */
+   SOCK_CLEANUP;
+
exit(EXIT_SUCCESS);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.2.6/spine.conf.dist 
new/spine-release-1.2.7/spine.conf.dist
--- old/spine-release-1.2.6/spine.conf.dist 2019-09-02 02:09:08.0 
+0200
+++ new/spine-release-1.2.7/spine.conf.dist 2019-09-29 20:27:22.0 
+0200
@@ -45,9 +45,9 @@
 DB_Pass   cactiuser
 DB_Port   3306
 #DB_UseSSL0
-#RDB_SSL_Key   
-#RDB_SSL_Cert
-#RDB_SSL_CA
+#DB_SSL_Key
+#DB_SSL_Cert
+#DB_SSL_CA
 
 

commit cacti-spine for openSUSE:Factory

2019-09-04 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2019-09-04 09:12:21

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new.7948 (New)


Package is "cacti-spine"

Wed Sep  4 09:12:21 2019 rev:22 rq:727765 version:1.2.6

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2019-07-22 
12:19:37.343676459 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.7948/cacti-spine.changes
2019-09-04 09:12:50.274959035 +0200
@@ -1,0 +2,15 @@
+Mon Sep  2 12:36:11 UTC 2019 - David Liedke 
+
+-Update to version 1.2.6
+ -issue#101: MySQL 8 has retired 'my_bool' type
+ -issue#104: Spine should report which threads are outstanding
+ -issue#105: Spine should include 'Process[]' in standard logging
+ -issue#107: Log Buffer is too small to handle some output
+ -issue#108: Once an SNMP timeout is reached, snmp_get does not honor
+ include_host
+ -issue#109: Initial declarations inside for loop cause compile errors
+ -issue#110: When compiling, 'directive output may be truncated'
+ messages can appear
+ -issue#112: INSTALL instructions have typo in bootstrap command
+
+---

Old:

  1.2.5.tar.gz

New:

  1.2.6.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.GVXnU1/_old  2019-09-04 09:12:50.710958973 +0200
+++ /var/tmp/diff_new_pack.GVXnU1/_new  2019-09-04 09:12:50.710958973 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.2.5
+Version:1.2.6
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.2.5.tar.gz -> 1.2.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.2.5/CHANGELOG 
new/spine-release-1.2.6/CHANGELOG
--- old/spine-release-1.2.5/CHANGELOG   2019-07-15 15:06:07.0 +0200
+++ new/spine-release-1.2.6/CHANGELOG   2019-09-02 02:09:08.0 +0200
@@ -1,5 +1,15 @@
 The Cacti Group | spine
 
+1.2.6
+-issue#101: MySQL 8 has retired 'my_bool' type
+-issue#104: Spine should report which threads are outstanding
+-issue#105: Spine should include 'Process[]' in standard logging
+-issue#107: Log Buffer is too small to handle some output
+-issue#108: Once an SNMP timeout is reached, snmp_get does not honor 
include_host
+-issue#109: Initial declarations inside for loop cause compile errors
+-issue#110: When compiling, 'directive output may be truncated' messages can 
appear
+-issue#112: INSTALL instructions have typo in bootstrap command
+
 1.2.5
 -issue: Improve detection of MySQL vs. MariaDB client library requirement
 -issue#98: Checking type in poller.c causes compiler error
@@ -93,7 +103,7 @@
 1.1.19
 -feature: release to match Cacti release
 
-1.1.18 
+1.1.18
 -issue: Sort devices by polling time to allow long running devices to go first
 
 1.1.17
@@ -190,21 +200,21 @@
 -bug:0002639: Spine does not respect snmp_retries from the database
 -bug:0002640: Spine crashes randomly while polling using multiple threads on 
one device
 -bug:0002549: Spine: hasCaps() always returns FALSE
--bug:0002638: Spine: ping_udp() uses uninitialised socket timeout 
+-bug:0002638: Spine: ping_udp() uses uninitialised socket timeout
 -bug:0002654: On RHEL 6.5, spine ./configure builds Makefile without crypto 
support
 
 0.8.8f
 -bug:0002604: cacti-spine, configure script ignores LDFLAGS in certain 
situations
 
 0.8.8e
--bug#0002185: Multiple memory leaks found in spine 
+-bug#0002185: Multiple memory leaks found in spine
 -bug#0002398: Buffer overflow
--bug#0002447: Building spine on Debian Jessie (testing) fails 
+-bug#0002447: Building spine on Debian Jessie (testing) fails
 -bug#0002536: Spine segfaults when 18k+ hosts are to be pulled
 -bug#0002576: Call to a non-existent column of the database in poller.c
 -bug#0002578: spine doesn't compile on ubuntu 12.04
 -bug#0002585: Spine: buffer overflow in logging when RESULTS_BUFFER>LOGSIZE 
can SEGV
--bug#0002588: Spine "is_numeric" incorrectly returns TRUE for some hexadecimal 
values 
+-bug#0002588: Spine "is_numeric" incorrectly returns TRUE for some hexadecimal 
values
 
 0.8.8d
 -feature: add snmp system information gathering
@@ -230,12 +240,12 @@
 -feature: Add a reconnect capability when the mysql server goes away
 
 0.8.7h
--bug#0001669: Problems with getting data from script using SPINE on Windows 
Server 2003 x32 
--bug#0001829: Wrong string numerical value got from Spine SNMP poller 
+-bug#0001669: Problems with getting data from script using SPINE on Windows 

commit cacti-spine for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2019-07-22 12:19:35

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new.4126 (New)


Package is "cacti-spine"

Mon Jul 22 12:19:35 2019 rev:21 rq:715587 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2019-04-01 
12:40:57.253990032 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.4126/cacti-spine.changes
2019-07-22 12:19:37.343676459 +0200
@@ -1,0 +2,16 @@
+Tue Jul 16 06:45:51 UTC 2019 - David Liedke 
+
+-Update to version 1.2.5
+ -issue: Improve detection of MySQL vs. MariaDB client library requirement
+ -issue#98: Checking type in poller.c causes compiler error
+
+
+---
+Thu Jun 13 06:01:39 UTC 2019 - David Liedke 
+
+-Update to version 1.2.4
+ * issue#92: Add Data Source ID to "Empty result' error messages
+ * issue#94: Increase default 'results_buffer' size to 2048 and MySQL
+ max buffer to 131072 bytes 
+
+---

Old:

  1.2.3.tar.gz

New:

  1.2.5.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.1LEKIH/_old  2019-07-22 12:19:37.827676332 +0200
+++ /var/tmp/diff_new_pack.1LEKIH/_new  2019-07-22 12:19:37.831676331 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   cacti-spine
-Version:1.2.3
+Version:1.2.5
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.2.3.tar.gz -> 1.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.2.3/CHANGELOG 
new/spine-release-1.2.5/CHANGELOG
--- old/spine-release-1.2.3/CHANGELOG   2019-03-31 00:37:19.0 +0100
+++ new/spine-release-1.2.5/CHANGELOG   2019-07-15 15:06:07.0 +0200
@@ -1,5 +1,13 @@
 The Cacti Group | spine
 
+1.2.5
+-issue: Improve detection of MySQL vs. MariaDB client library requirement
+-issue#98: Checking type in poller.c causes compiler error
+
+1.2.4
+-issue#92: Add Data Source ID to "Empty result' error messages
+-issue#94: Increase default 'results_buffer' size to 2048 and MySQL max buffer 
to 131072 bytes
+
 1.2.3
 -issue#76: Spine unhandled exception signal
 -issue: More recent versions of MariaDB require different client library
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.2.3/INSTALL 
new/spine-release-1.2.5/INSTALL
--- old/spine-release-1.2.3/INSTALL 2019-03-31 00:37:19.0 +0100
+++ new/spine-release-1.2.5/INSTALL 2019-07-15 15:06:07.0 +0200
@@ -23,20 +23,29 @@
 To compile and install Spine using MySQL versions 5.5 or higher
 please do the following:
 
-./configure
-make
-make install
-chown root:root /usr/local/spine/bin/spine
-chmod u+s /usr/local/spine/bin/spine
+1. Run the bootstrap process to automatically create the configure script
 
-To compile and install Spine using MySQL versions previous to 5.5
-please do the following:
+   ./bootstratp
+
+2. Run the configure process to detect what is available on the system
+
+   ./configure
+
+3. Build spine
+
+   make
+
+4. Optionally, install spine to the default location (/usr/local/spine/bin/)
+   but do note that if you manually copy to another folder, change the paths
+   below to reflect the correct folder you want spine to run from:
+
+   make install
+   chown root:root /usr/local/spine/bin/spine
+   chmod u+s /usr/local/spine/bin/spine
 
-./configure --with-reentrant
-make
-make install
-chown root:root /usr/local/spine/bin/spine
-chmod +s /usr/local/spine/bin/spine
+To compile and install Spine using MySQL versions previous to 5.5 please add
+the additional --with-reentrant option to the ./configure command above but
+please be aware that Cacti no longer officially supports MySQL prior to 5.5.
 
 Windows Installation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.2.3/README.md 
new/spine-release-1.2.5/README.md
--- old/spine-release-1.2.3/README.md   2019-03-31 00:37:19.0 +0100
+++ new/spine-release-1.2.5/README.md   2019-07-15 15:06:07.0 +0200
@@ -62,7 +62,8 @@
* gzip

commit cacti-spine for openSUSE:Factory

2019-04-01 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2019-04-01 12:40:37

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new.25356 (New)


Package is "cacti-spine"

Mon Apr  1 12:40:37 2019 rev:20 rq:690273 version:1.2.3

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2019-03-01 
16:46:44.929814474 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.25356/cacti-spine.changes   
2019-04-01 12:40:57.253990032 +0200
@@ -1,0 +2,7 @@
+Mon Apr  1 08:29:05 UTC 2019 - David Liedke 
+
+-Update to version 1.2.3
+ * issue#76: Spine unhandled exception signal
+ * issue: More recent versions of MariaDB require different client library
+
+---

Old:

  1.2.2.tar.gz

New:

  1.2.3.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.19nj5s/_old  2019-04-01 12:40:57.821990307 +0200
+++ /var/tmp/diff_new_pack.19nj5s/_new  2019-04-01 12:40:57.821990307 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.2.2
+Version:1.2.3
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.2.2.tar.gz -> 1.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spine-release-1.2.2/.github/ISSUE_TEMPLATE/bug_report.md 
new/spine-release-1.2.3/.github/ISSUE_TEMPLATE/bug_report.md
--- old/spine-release-1.2.2/.github/ISSUE_TEMPLATE/bug_report.md
1970-01-01 01:00:00.0 +0100
+++ new/spine-release-1.2.3/.github/ISSUE_TEMPLATE/bug_report.md
2019-03-31 00:37:19.0 +0100
@@ -0,0 +1,42 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on ''
+3. Scroll down to ''
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Server (please complete the following information):**
+ - OS: [e.g. CentOS 7]
+ - Version [e.g. 22]
+
+**Compiling (please complete the following information):**
+
+ - compiler: [e.g. clang or gcc 5.4.0]
+ - autoconf: [e.g. autoconf 2.69]
+ - glibc: [e.g. 2.23]
+ - source: [e.g. release or github]
+
+*Note: you can find glibc version by running `ldd --version`*
+
+*Note: if source is github, please include last commit reference*
+
+**Additional context**
+Add any other context about the problem here including logs and command line 
output
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spine-release-1.2.2/.github/ISSUE_TEMPLATE/feature_request.md 
new/spine-release-1.2.3/.github/ISSUE_TEMPLATE/feature_request.md
--- old/spine-release-1.2.2/.github/ISSUE_TEMPLATE/feature_request.md   
1970-01-01 01:00:00.0 +0100
+++ new/spine-release-1.2.3/.github/ISSUE_TEMPLATE/feature_request.md   
2019-03-31 00:37:19.0 +0100
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always 
frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features 
you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.2.2/.travis.yml 
new/spine-release-1.2.3/.travis.yml
--- old/spine-release-1.2.2/.travis.yml 2019-02-24 14:42:54.0 +0100
+++ new/spine-release-1.2.3/.travis.yml 2019-03-31 00:37:19.0 +0100
@@ -1,29 +1,26 @@
 language: c
 
 compiler:
-  - gcc
+- gcc
 
 before_install:
-  - sudo apt-get -qq update
-  - sudo apt-get install -y tofrodos libmysqlclient-dev libsnmp-dev help2man
-  - sudo ln -s /usr/bin/fromdos /usr/bin/dos2unix
-  - sudo ln -s /usr/bin/todos /usr/bin/unix2dos
+- sudo apt-get -qq update
+- sudo apt-get install -y tofrodos libmysqlclient-dev libsnmp-dev help2man
+- sudo ln -s /usr/bin/fromdos /usr/bin/dos2unix
+- sudo ln -s /usr/bin/todos 

commit cacti-spine for openSUSE:Factory

2019-03-01 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2019-03-01 16:46:44

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new.28833 (New)


Package is "cacti-spine"

Fri Mar  1 16:46:44 2019 rev:19 rq:678643 version:1.2.2

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2019-01-25 
22:43:49.815193820 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.28833/cacti-spine.changes   
2019-03-01 16:46:44.929814474 +0100
@@ -1,0 +2,6 @@
+Mon Feb 25 07:08:55 UTC 2019 - David Liedke 
+
+-Update to version 1.2.2
+ * feature: release to match Cacti release
+
+---

Old:

  1.2.1.tar.gz

New:

  1.2.2.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.5yiulz/_old  2019-03-01 16:46:45.341814317 +0100
+++ /var/tmp/diff_new_pack.5yiulz/_new  2019-03-01 16:46:45.345814316 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.2.1
+Version:1.2.2
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.2.1.tar.gz -> 1.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.2.1/CHANGELOG 
new/spine-release-1.2.2/CHANGELOG
--- old/spine-release-1.2.1/CHANGELOG   2019-01-20 16:51:53.0 +0100
+++ new/spine-release-1.2.2/CHANGELOG   2019-02-24 14:42:54.0 +0100
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.2.2
+-feature: release to match Cacti release
+
 1.2.1
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.2.1/configure.ac 
new/spine-release-1.2.2/configure.ac
--- old/spine-release-1.2.1/configure.ac2019-01-20 16:51:53.0 
+0100
+++ new/spine-release-1.2.2/configure.ac2019-02-24 14:42:54.0 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.2.1, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.2.2, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.2.1/spine.c 
new/spine-release-1.2.2/spine.c
--- old/spine-release-1.2.1/spine.c 2019-01-20 16:51:53.0 +0100
+++ new/spine-release-1.2.2/spine.c 2019-02-24 14:42:54.0 +0100
@@ -198,7 +198,7 @@
int device_threads;
sem_t thread_init_sem;
int a_threads_value;
-   struct timespec until;
+   struct timespec until_spec;
 
#ifdef HAVE_LCAP
if (geteuid() == 0) {
@@ -660,8 +660,8 @@
sem_init(_init_sem, 0, 1);
 
/* specify the point of timeout for timedwait semaphores */
-   until.tv_sec = (time_t)(set.poller_interval + begin_time - 0.2);
-   until.tv_nsec = 0;
+   until_spec.tv_sec = (time_t)(set.poller_interval + begin_time - 0.2);
+   until_spec.tv_nsec = 0;
 
sem_getvalue(_threads, _threads_value);
SPINE_LOG_MEDIUM(("DEBUG: Initial Value of Active Threads is %i", 
set.threads - a_threads_value));
@@ -742,7 +742,7 @@
 
retry1:
 
-   if (sem_timedwait(_threads, ) == -1) {
+   if (sem_timedwait(_threads, _spec) == -1) {
if (errno == ETIMEDOUT) {
SPINE_LOG(("ERROR: Spine Timed Out While 
Processing Devices Internal"));
canexit = TRUE;




commit cacti-spine for openSUSE:Factory

2019-01-25 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2019-01-25 22:43:46

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new.28833 (New)


Package is "cacti-spine"

Fri Jan 25 22:43:46 2019 rev:18 rq:667387 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2018-04-16 
12:52:31.153407924 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new.28833/cacti-spine.changes   
2019-01-25 22:43:49.815193820 +0100
@@ -1,0 +2,18 @@
+Mon Jan 21 07:08:04 UTC 2019 - lie...@rz.uni-mannheim.de
+
+-Update to version 1.2.1
+ * feature: release to match Cacti release 
+
+---
+Thu Jan  3 07:56:00 UTC 2019 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.2.0
+  * feature: Allow threads to be set a Data Collector level
+  * issue#50: make fails on Debian 7 attempting to locate clock_gettime
+  * issue#53: Improved escaping when updating database records
+  * issue#54: Spine should always log if ICMP fails
+  * issue#58: When updating snmp_sysLocation, text can become truncated
+  * issue#63: Automatically reduce device threads when number of data
+  sources does not require it 
+
+---

Old:

  1.1.38.tar.gz

New:

  1.2.1.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.mpcEK7/_old  2019-01-25 22:43:50.359193149 +0100
+++ /var/tmp/diff_new_pack.mpcEK7/_new  2019-01-25 22:43:50.363193145 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cacti-spine
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.38
+Version:1.2.1
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz
@@ -32,7 +32,7 @@
 Requires:   cacti = %{version}
 Requires:   rrdtool
 Summary:Threaded poller for Cacti written in C
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Monitoring
 
 %description
@@ -57,7 +57,7 @@
 
 %files
 %defattr(-, root, root, 0755)
-%doc ChangeLog README.md
+%doc CHANGELOG README.md
 %config %{_sysconfdir}/spine.conf.dist
 %{_bindir}/spine
 %{_mandir}/man1/spine*

++ 1.1.38.tar.gz -> 1.2.1.tar.gz ++
 4655 lines of diff (skipped)




commit cacti-spine for openSUSE:Factory

2018-04-16 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2018-04-16 12:52:15

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Mon Apr 16 12:52:15 2018 rev:17 rq:596786 version:1.1.38

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2018-03-28 
10:29:53.404263635 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2018-04-16 12:52:31.153407924 +0200
@@ -1,0 +2,6 @@
+Mon Apr 16 05:53:32 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.38
+  * feature: release to match Cacti release 
+
+---

Old:

  1.1.37.tar.gz

New:

  1.1.38.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.4FjgUM/_old  2018-04-16 12:52:32.409362193 +0200
+++ /var/tmp/diff_new_pack.4FjgUM/_new  2018-04-16 12:52:32.413362046 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.37
+Version:1.1.38
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.37.tar.gz -> 1.1.38.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.37/ChangeLog 
new/spine-release-1.1.38/ChangeLog
--- old/spine-release-1.1.37/ChangeLog  2018-03-26 02:46:06.0 +0200
+++ new/spine-release-1.1.38/ChangeLog  2018-04-15 21:35:55.0 +0200
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.38
+-feature: release to match Cacti release
+
 1.1.37
 -issue: Extra long snmp_sysObjectID's generate SQL errors
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.37/configure.ac 
new/spine-release-1.1.38/configure.ac
--- old/spine-release-1.1.37/configure.ac   2018-03-26 02:46:06.0 
+0200
+++ new/spine-release-1.1.38/configure.ac   2018-04-15 21:35:55.0 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.37, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.38, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)




commit cacti-spine for openSUSE:Factory

2018-03-28 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2018-03-28 10:29:40

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Wed Mar 28 10:29:40 2018 rev:16 rq:590961 version:1.1.37

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2018-02-26 
23:26:03.544376697 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2018-03-28 10:29:53.404263635 +0200
@@ -1,0 +2,6 @@
+Mon Mar 26 06:26:20 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.37
+  -issue: Extra long snmp_sysObjectID's generate SQL errors
+
+---

Old:

  1.1.36.tar.gz

New:

  1.1.37.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.8vlDcK/_old  2018-03-28 10:29:54.608220338 +0200
+++ /var/tmp/diff_new_pack.8vlDcK/_new  2018-03-28 10:29:54.612220194 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.36
+Version:1.1.37
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.36.tar.gz -> 1.1.37.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.36/ChangeLog 
new/spine-release-1.1.37/ChangeLog
--- old/spine-release-1.1.36/ChangeLog  2018-02-20 01:08:06.0 +0100
+++ new/spine-release-1.1.37/ChangeLog  2018-03-26 02:46:06.0 +0200
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.37
+-issue: Extra long snmp_sysObjectID's generate SQL errors
+
 1.1.36
 -issue#49: Re-Index update query failed due to lack of escaping
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.36/configure.ac 
new/spine-release-1.1.37/configure.ac
--- old/spine-release-1.1.36/configure.ac   2018-02-20 01:08:06.0 
+0100
+++ new/spine-release-1.1.37/configure.ac   2018-03-26 02:46:06.0 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.36, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.37, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.36/spine.h 
new/spine-release-1.1.37/spine.h
--- old/spine-release-1.1.36/spine.h2018-02-20 01:08:06.0 +0100
+++ new/spine-release-1.1.37/spine.h2018-03-26 02:46:06.0 +0200
@@ -485,7 +485,7 @@
intsnmp_timeout;
intsnmp_retries;
char   snmp_sysDescr[300];
-   char   snmp_sysObjectID[64];
+   char   snmp_sysObjectID[160];
u_int  snmp_sysUpTimeInstance;
char   snmp_sysContact[300];
char   snmp_sysName[300];




commit cacti-spine for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2018-02-26 23:25:58

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Mon Feb 26 23:25:58 2018 rev:15 rq:580056 version:1.1.36

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2018-02-12 
10:16:10.875416015 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2018-02-26 23:26:03.544376697 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 08:09:05 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.36
+  -issue#49: Re-Index update query failed due to lack of escaping
+
+---

Old:

  1.1.35.tar.gz

New:

  1.1.36.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.FasSHk/_old  2018-02-26 23:26:05.236315847 +0100
+++ /var/tmp/diff_new_pack.FasSHk/_new  2018-02-26 23:26:05.248315416 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.35
+Version:1.1.36
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.35.tar.gz -> 1.1.36.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.35/ChangeLog 
new/spine-release-1.1.36/ChangeLog
--- old/spine-release-1.1.35/ChangeLog  2018-02-12 02:14:10.0 +0100
+++ new/spine-release-1.1.36/ChangeLog  2018-02-20 01:08:06.0 +0100
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.36
+-issue#49: Re-Index update query failed due to lack of escaping
+
 1.1.35
 -issue#48: Availability check none triggers snmp system check that causes 
device to be ignored
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.35/configure.ac 
new/spine-release-1.1.36/configure.ac
--- old/spine-release-1.1.35/configure.ac   2018-02-12 02:14:10.0 
+0100
+++ new/spine-release-1.1.36/configure.ac   2018-02-20 01:08:06.0 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.35, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.36, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.35/poller.c 
new/spine-release-1.1.36/poller.c
--- old/spine-release-1.1.35/poller.c   2018-02-12 02:14:10.0 +0100
+++ new/spine-release-1.1.36/poller.c   2018-02-20 01:08:06.0 +0100
@@ -158,6 +158,7 @@
 
char *poll_result = NULL;
char update_sql[BUFSIZE];
+   char temp_poll_result[BUFSIZE];
char limits[SMALL_BUFSIZE];
 
int  num_snmp_agents   = 0;
@@ -830,7 +831,8 @@
 * the assert to 
fail */
if ((assert_fail) || 
(!strcmp(reindex->op, ">")) || (!strcmp(reindex->op, "<"))) {
if (host_thread 
== 1) {
-   
snprintf(query3, BUFSIZE, "UPDATE poller_reindex SET assert_value='%s' WHERE 
host_id='%i' AND data_query_id='%i' AND arg1='%s'", poll_result, host_id, 
reindex->data_query_id, reindex->arg1);
+   
db_escape(, temp_poll_result, poll_result);
+   
snprintf(query3, BUFSIZE, "UPDATE poller_reindex SET assert_value='%s' WHERE 
host_id='%i' AND data_query_id='%i' AND arg1='%s'", temp_poll_result, host_id, 
reindex->data_query_id, reindex->arg1);

db_insert(, query3);
}
 




commit cacti-spine for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2018-02-12 10:16:09

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Mon Feb 12 10:16:09 2018 rev:14 rq:575478 version:1.1.35

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2018-02-06 
16:49:57.497810746 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2018-02-12 10:16:10.875416015 +0100
@@ -1,0 +2,7 @@
+Mon Feb 12 06:48:34 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.35
+  -issue#48: Availability check none triggers snmp system check that
+ causes device to be ignored
+
+---

Old:

  1.1.34.tar.gz

New:

  1.1.35.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.ZmmyYM/_old  2018-02-12 10:16:11.971376521 +0100
+++ /var/tmp/diff_new_pack.ZmmyYM/_new  2018-02-12 10:16:11.975376377 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.34
+Version:1.1.35
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.34.tar.gz -> 1.1.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.34/ChangeLog 
new/spine-release-1.1.35/ChangeLog
--- old/spine-release-1.1.34/ChangeLog  2018-01-29 09:47:26.0 +0100
+++ new/spine-release-1.1.35/ChangeLog  2018-02-12 02:14:10.0 +0100
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.35
+-issue#48: Availability check none triggers snmp system check that causes 
device to be ignored
+
 1.1.34
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.34/configure.ac 
new/spine-release-1.1.35/configure.ac
--- old/spine-release-1.1.34/configure.ac   2018-01-29 09:47:26.0 
+0100
+++ new/spine-release-1.1.35/configure.ac   2018-02-12 02:14:10.0 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.34, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.35, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.34/poller.c 
new/spine-release-1.1.35/poller.c
--- old/spine-release-1.1.34/poller.c   2018-01-29 09:47:26.0 +0100
+++ new/spine-release-1.1.35/poller.c   2018-02-12 02:14:10.0 +0100
@@ -1,7 +1,7 @@
 /*
  ex: set tabstop=4 shiftwidth=4 autoindent:
  +-+
- | Copyright (C) 2004-2018 The Cacti Group |
+ | Copyright (C) 2004-2017 The Cacti Group |
  | |
  | This program is free software; you can redistribute it and/or   |
  | modify it under the terms of the GNU Lesser General Public  |
@@ -541,7 +541,7 @@
if (host_thread == 1) {

update_host_status(HOST_UP, host, ping, host->availability_method);
 
-   if 
(host->availability_method != AVAIL_PING) {
+   if 
((host->availability_method != AVAIL_PING) && (host->availability_method != 
AVAIL_NONE)) {
if 
(host->snmp_session != NULL) {

get_system_information(host, , 1);
}




commit cacti-spine for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2018-02-06 16:49:55

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Tue Feb  6 16:49:55 2018 rev:13 rq:573214 version:1.1.34

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2018-01-23 
13:53:28.172268376 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2018-02-06 16:49:57.497810746 +0100
@@ -1,0 +2,6 @@
+Tue Feb  6 06:41:51 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.34
+  * feature: release to match Cacti release 
+
+---

Old:

  1.1.33.tar.gz

New:

  1.1.34.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.LGosNf/_old  2018-02-06 16:49:58.229776498 +0100
+++ /var/tmp/diff_new_pack.LGosNf/_new  2018-02-06 16:49:58.233776310 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.33
+Version:1.1.34
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.33.tar.gz -> 1.1.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.33/ChangeLog 
new/spine-release-1.1.34/ChangeLog
--- old/spine-release-1.1.33/ChangeLog  2018-01-23 01:00:58.0 +0100
+++ new/spine-release-1.1.34/ChangeLog  2018-01-29 09:47:26.0 +0100
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.34
+-feature: release to match Cacti release
+
 1.1.33
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.33/configure.ac 
new/spine-release-1.1.34/configure.ac
--- old/spine-release-1.1.33/configure.ac   2018-01-23 01:00:58.0 
+0100
+++ new/spine-release-1.1.34/configure.ac   2018-01-29 09:47:26.0 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.33, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.34, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)




commit cacti-spine for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2018-01-23 13:53:26

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Tue Jan 23 13:53:26 2018 rev:12 rq:568462 version:1.1.33

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2018-01-22 
16:21:11.418435805 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2018-01-23 13:53:28.172268376 +0100
@@ -1,0 +2,6 @@
+Tue Jan 23 06:59:12 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.33
+  * feature: release to match Cacti release
+
+---

Old:

  1.1.32.tar.gz

New:

  1.1.33.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.eJOfzk/_old  2018-01-23 13:53:29.176221475 +0100
+++ /var/tmp/diff_new_pack.eJOfzk/_new  2018-01-23 13:53:29.180221288 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.32
+Version:1.1.33
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.32.tar.gz -> 1.1.33.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.32/ChangeLog 
new/spine-release-1.1.33/ChangeLog
--- old/spine-release-1.1.32/ChangeLog  2018-01-20 01:08:26.0 +0100
+++ new/spine-release-1.1.33/ChangeLog  2018-01-23 01:00:58.0 +0100
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.33
+-feature: release to match Cacti release
+
 1.1.32
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.32/configure.ac 
new/spine-release-1.1.33/configure.ac
--- old/spine-release-1.1.32/configure.ac   2018-01-20 01:08:26.0 
+0100
+++ new/spine-release-1.1.33/configure.ac   2018-01-23 01:00:58.0 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.32, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.33, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)




commit cacti-spine for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2018-01-22 16:20:23

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Mon Jan 22 16:20:23 2018 rev:11 rq:568049 version:1.1.32

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2018-01-17 
21:59:38.931452066 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2018-01-22 16:21:11.418435805 +0100
@@ -1,0 +2,6 @@
+Mon Jan 22 06:44:07 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.32
+  * feature: release to match Cacti release 
+
+---

Old:

  1.1.31.tar.gz

New:

  1.1.32.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.C9tXkH/_old  2018-01-22 16:21:12.058405873 +0100
+++ /var/tmp/diff_new_pack.C9tXkH/_new  2018-01-22 16:21:12.062405685 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.31
+Version:1.1.32
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.31.tar.gz -> 1.1.32.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.31/ChangeLog 
new/spine-release-1.1.32/ChangeLog
--- old/spine-release-1.1.31/ChangeLog  2018-01-16 00:20:10.0 +0100
+++ new/spine-release-1.1.32/ChangeLog  2018-01-20 01:08:26.0 +0100
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.32
+-feature: release to match Cacti release
+
 1.1.31
 -issue#15: Spine cause CPU usage up to 100%
 -issue#32: Support noAuthNoPriv in Spine
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.31/configure.ac 
new/spine-release-1.1.32/configure.ac
--- old/spine-release-1.1.31/configure.ac   2018-01-16 00:20:10.0 
+0100
+++ new/spine-release-1.1.32/configure.ac   2018-01-20 01:08:26.0 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.31, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.32, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)




commit cacti-spine for openSUSE:Factory

2018-01-17 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2018-01-17 21:58:36

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Wed Jan 17 21:58:36 2018 rev:10 rq:566553 version:1.1.31

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2018-01-05 
01:04:49.703957300 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2018-01-17 21:59:38.931452066 +0100
@@ -1,0 +2,14 @@
+Wed Jan 17 06:56:06 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.31
+  -issue#15: Spine cause CPU usage up to 100%
+  -issue#32: Support noAuthNoPriv in Spine
+  -issue#34: Re-introduce check for relocatable Net-SNMP and
+ development files
+  -issue#35: SNMP OID range checks cause some snmpget's to fail
+  -issue#38: SNMP Ping timeouts not reported properly
+  -issue#39: Spine should use same logging format as Cacti
+  -issue#41: Spine cause CPU usage up to 100%
+  -issue#42: Boost table keeps populating with boost disabled
+
+---

Old:

  1.1.30.tar.gz

New:

  1.1.31.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.Qmedgv/_old  2018-01-17 21:59:39.451427693 +0100
+++ /var/tmp/diff_new_pack.Qmedgv/_new  2018-01-17 21:59:39.455427506 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.30
+Version:1.1.31
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.30.tar.gz -> 1.1.31.tar.gz ++
 2082 lines of diff (skipped)




commit cacti-spine for openSUSE:Factory

2018-01-04 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2018-01-05 01:02:53

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Fri Jan  5 01:02:53 2018 rev:9 rq:561551 version:1.1.30

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2017-12-29 
18:51:22.976739094 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2018-01-05 01:04:49.703957300 +0100
@@ -1,0 +2,6 @@
+Thu Jan  4 07:34:38 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.30
+  * feature: release to match Cacti release 
+
+---

Old:

  1.1.29.tar.gz

New:

  1.1.30.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.JYAyQp/_old  2018-01-05 01:04:50.755607402 +0100
+++ /var/tmp/diff_new_pack.JYAyQp/_new  2018-01-05 01:04:50.759606072 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cacti-spine
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   cacti-spine
-Version:1.1.29
+Version:1.1.30
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.29.tar.gz -> 1.1.30.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.29/ChangeLog 
new/spine-release-1.1.30/ChangeLog
--- old/spine-release-1.1.29/ChangeLog  2017-12-27 03:58:33.0 +0100
+++ new/spine-release-1.1.30/ChangeLog  2018-01-03 18:36:59.0 +0100
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.30
+-feature: release to match Cacti release
+
 1.1.29
 -issue#39: Have spine match cacti_log function
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.29/configure.ac 
new/spine-release-1.1.30/configure.ac
--- old/spine-release-1.1.29/configure.ac   2017-12-27 03:58:33.0 
+0100
+++ new/spine-release-1.1.30/configure.ac   2018-01-03 18:36:59.0 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.29, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.30, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)




commit cacti-spine for openSUSE:Factory

2017-12-29 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2017-12-29 18:51:13

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Fri Dec 29 18:51:13 2017 rev:8 rq:560095 version:1.1.29

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2017-11-20 
17:07:20.561555964 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2017-12-29 18:51:22.976739094 +0100
@@ -1,0 +2,6 @@
+Wed Dec 27 11:33:03 UTC 2017 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.29
+  * issue#39: Have spine match cacti_log function
+
+---

Old:

  1.1.28.tar.gz

New:

  1.1.29.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.ab9jyX/_old  2017-12-29 18:51:23.532579452 +0100
+++ /var/tmp/diff_new_pack.ab9jyX/_new  2017-12-29 18:51:23.532579452 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.28
+Version:1.1.29
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.28.tar.gz -> 1.1.29.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.28/ChangeLog 
new/spine-release-1.1.29/ChangeLog
--- old/spine-release-1.1.28/ChangeLog  2017-10-28 00:59:37.0 +0200
+++ new/spine-release-1.1.29/ChangeLog  2017-12-27 03:58:33.0 +0100
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.29
+-issue#39: Have spine match cacti_log function
+
 1.1.28
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.28/configure.ac 
new/spine-release-1.1.29/configure.ac
--- old/spine-release-1.1.28/configure.ac   2017-10-28 00:59:37.0 
+0200
+++ new/spine-release-1.1.29/configure.ac   2017-12-27 03:58:33.0 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.28, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.29, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.28/spine.c 
new/spine-release-1.1.29/spine.c
--- old/spine-release-1.1.28/spine.c2017-10-28 00:59:37.0 +0200
+++ new/spine-release-1.1.29/spine.c2017-12-27 03:58:33.0 +0100
@@ -257,6 +257,12 @@
/* set default verbosity */
set.log_level = POLLER_VERBOSITY_LOW;
 
+   /* set default log separator */
+   set.log_datetime_separator = GDC_DEFAULT;
+
+   /* set default log format */
+   set.log_datetime_format = GD_DEFAULT;
+
/* set the default exit code */
set.exit_code = 0;
 
@@ -340,11 +346,11 @@
 
if (STRIMATCH(getarg(opt, ), "online")) {
set.mode = REMOTE_ONLINE;
-   } 
+   }
 
else if (STRIMATCH(getarg(opt, ), "offline")) {
set.mode = REMOTE_OFFLINE;
-   } 
+   }
 
else if (STRIMATCH(getarg(opt, ), "recovery")) {
set.mode = REMOTE_RECOVERY;
@@ -583,7 +589,7 @@
if (set.device_threads_exists) {
SPINE_LOG_MEDIUM(("NOTE: Spine will support multithread device 
polling."));
}else{
-   SPINE_LOG_MEDIUM(("NOTE: Spine did not detect multithreaded 
device polling."));  
+   SPINE_LOG_MEDIUM(("NOTE: Spine did not detect multithreaded 
device polling."));
}
 
/* obtain the list of hosts to poll */
@@ -935,4 +941,3 @@
 
die("ERROR: option %s requires a parameter", optname);
 }
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.28/spine.h 
new/spine-release-1.1.29/spine.h
--- old/spine-release-1.1.28/spine.h2017-10-28 00:59:37.0 +0200
+++ new/spine-release-1.1.29/spine.h2017-12-27 03:58:33.0 +0100
@@ -217,6 +217,26 @@
 #define POLLER_VERBOSITY_DEBUG 5
 #define POLLER_VERBOSITY_DEVDBG 6
 
+/* logging separator constants */
+#define GDC_MIN 0
+#define GDC_HYPHEN 0
+#define GDC_SLASH 1
+#define GDC_DOT 2
+#define GDC_MAX 2
+#define GDC_DEFAULT 1
+
+/* logging format constants */
+#define GD_FMT_SIZE 21
+#define GD_MIN 0
+#define GD_MO_D_Y 0
+#define GD_MN_D_Y 1
+#define GD_D_MO_Y 2
+#define 

commit cacti-spine for openSUSE:Factory

2017-11-20 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2017-11-20 17:06:37

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Mon Nov 20 17:06:37 2017 rev:7 rq:542999 version:1.1.28

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2017-10-23 
16:53:35.891824476 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2017-11-20 17:07:20.561555964 +0100
@@ -1,0 +2,6 @@
+Mon Nov 20 07:23:45 UTC 2017 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.28
+  * feature: release to match Cacti release 
+
+---

Old:

  1.1.27.tar.gz

New:

  1.1.28.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.KHDVGE/_old  2017-11-20 17:07:22.013503399 +0100
+++ /var/tmp/diff_new_pack.KHDVGE/_new  2017-11-20 17:07:22.013503399 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.27
+Version:1.1.28
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.27.tar.gz -> 1.1.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.27/ChangeLog 
new/spine-release-1.1.28/ChangeLog
--- old/spine-release-1.1.27/ChangeLog  2017-10-22 16:38:42.0 +0200
+++ new/spine-release-1.1.28/ChangeLog  2017-10-28 00:59:37.0 +0200
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.28
+-feature: release to match Cacti release
+
 1.1.27
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.27/configure.ac 
new/spine-release-1.1.28/configure.ac
--- old/spine-release-1.1.27/configure.ac   2017-10-22 16:38:42.0 
+0200
+++ new/spine-release-1.1.28/configure.ac   2017-10-28 00:59:37.0 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.27, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.28, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)




commit cacti-spine for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2017-10-23 16:53:00

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Mon Oct 23 16:53:00 2017 rev:6 rq:535851 version:1.1.27

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2017-10-17 
01:52:47.629659375 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2017-10-23 16:53:35.891824476 +0200
@@ -1,0 +2,6 @@
+Mon Oct 23 05:46:57 UTC 2017 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.27
+  * feature: release to match Cacti release 
+
+---

Old:

  1.1.26.tar.gz

New:

  1.1.27.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.P0A6i5/_old  2017-10-23 16:53:36.319804447 +0200
+++ /var/tmp/diff_new_pack.P0A6i5/_new  2017-10-23 16:53:36.319804447 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.26
+Version:1.1.27
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.26.tar.gz -> 1.1.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.26/ChangeLog 
new/spine-release-1.1.27/ChangeLog
--- old/spine-release-1.1.26/ChangeLog  2017-10-14 02:30:14.0 +0200
+++ new/spine-release-1.1.27/ChangeLog  2017-10-22 16:38:42.0 +0200
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.27
+-feature: release to match Cacti release
+
 1.1.26
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.26/configure.ac 
new/spine-release-1.1.27/configure.ac
--- old/spine-release-1.1.26/configure.ac   2017-10-14 02:30:14.0 
+0200
+++ new/spine-release-1.1.27/configure.ac   2017-10-22 16:38:42.0 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.26, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.27, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)




commit cacti-spine for openSUSE:Factory

2017-10-16 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2017-10-17 01:52:43

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Tue Oct 17 01:52:43 2017 rev:5 rq:534123 version:1.1.26

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2017-09-22 
21:33:34.335540086 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2017-10-17 01:52:47.629659375 +0200
@@ -1,0 +2,9 @@
+Mon Oct 16 06:07:16 UTC 2017 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.26
+  * feature: release to match Cacti release
+
+- Update to version 1.1.25
+  * feature: release to match Cacti release 
+
+---

Old:

  1.1.24.tar.gz

New:

  1.1.26.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.uYEYaW/_old  2017-10-17 01:52:48.569615346 +0200
+++ /var/tmp/diff_new_pack.uYEYaW/_new  2017-10-17 01:52:48.573615159 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.24
+Version:1.1.26
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.24.tar.gz -> 1.1.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.24/ChangeLog 
new/spine-release-1.1.26/ChangeLog
--- old/spine-release-1.1.24/ChangeLog  2017-09-16 21:27:10.0 +0200
+++ new/spine-release-1.1.26/ChangeLog  2017-10-14 02:30:14.0 +0200
@@ -1,5 +1,11 @@
 The Cacti Group | spine
 
+1.1.26
+-feature: release to match Cacti release
+
+1.1.25
+-feature: release to match Cacti release
+
 1.1.24
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.24/configure.ac 
new/spine-release-1.1.26/configure.ac
--- old/spine-release-1.1.24/configure.ac   2017-09-16 21:27:10.0 
+0200
+++ new/spine-release-1.1.26/configure.ac   2017-10-14 02:30:14.0 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.24, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.26, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)




commit cacti-spine for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2017-09-22 21:33:28

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Fri Sep 22 21:33:28 2017 rev:4 rq:526937 version:1.1.24

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2017-09-12 
19:58:06.848136380 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2017-09-22 21:33:34.335540086 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 06:25:59 UTC 2017 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.24
+  * feature: release to match Cacti release
+
+---

Old:

  1.1.23.tar.gz

New:

  1.1.24.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.uOy0X2/_old  2017-09-22 21:33:35.731343603 +0200
+++ /var/tmp/diff_new_pack.uOy0X2/_new  2017-09-22 21:33:35.739342478 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.23
+Version:1.1.24
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.23.tar.gz -> 1.1.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.23/ChangeLog 
new/spine-release-1.1.24/ChangeLog
--- old/spine-release-1.1.23/ChangeLog  2017-09-12 03:44:31.0 +0200
+++ new/spine-release-1.1.24/ChangeLog  2017-09-16 21:27:10.0 +0200
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.24
+-feature: release to match Cacti release
+
 1.1.23
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.23/README.md 
new/spine-release-1.1.24/README.md
--- old/spine-release-1.1.23/README.md  2017-09-12 03:44:31.0 +0200
+++ new/spine-release-1.1.24/README.md  2017-09-16 21:27:10.0 +0200
@@ -51,6 +51,7 @@
   * dos2unix
   * gcc-core
   * gzip
+  * help2man
   * libmysqlclient
   * libmysqlclient-devel
   * libtool
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.23/configure.ac 
new/spine-release-1.1.24/configure.ac
--- old/spine-release-1.1.23/configure.ac   2017-09-12 03:44:31.0 
+0200
+++ new/spine-release-1.1.24/configure.ac   2017-09-16 21:27:10.0 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.23, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.24, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)




commit cacti-spine for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2017-09-12 19:58:05

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Tue Sep 12 19:58:05 2017 rev:3 rq:523686 version:1.1.23

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2017-09-05 
15:19:24.161962608 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2017-09-12 19:58:06.848136380 +0200
@@ -1,0 +2,9 @@
+Tue Sep 12 11:16:47 UTC 2017 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.23
+  * feature: release to match Cacti release
+
+- Update to version 1.1.22
+  * feature: release to match Cacti release
+ 
+---

Old:

  1.1.21.tar.gz

New:

  1.1.23.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.tFGiMk/_old  2017-09-12 19:58:07.720013786 +0200
+++ /var/tmp/diff_new_pack.tFGiMk/_new  2017-09-12 19:58:07.724013223 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.21
+Version:1.1.23
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.21.tar.gz -> 1.1.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.21/ChangeLog 
new/spine-release-1.1.23/ChangeLog
--- old/spine-release-1.1.21/ChangeLog  2017-09-04 22:21:11.0 +0200
+++ new/spine-release-1.1.23/ChangeLog  2017-09-12 03:44:31.0 +0200
@@ -1,5 +1,11 @@
 The Cacti Group | spine
 
+1.1.23
+-feature: release to match Cacti release
+
+1.1.22
+-feature: release to match Cacti release
+
 1.1.21
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.21/configure.ac 
new/spine-release-1.1.23/configure.ac
--- old/spine-release-1.1.21/configure.ac   2017-09-04 22:21:11.0 
+0200
+++ new/spine-release-1.1.23/configure.ac   2017-09-12 03:44:31.0 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.21, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.23, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)




commit cacti-spine for openSUSE:Factory

2017-09-05 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2017-09-05 15:19:14

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Tue Sep  5 15:19:14 2017 rev:2 rq:520979 version:1.1.21

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2017-08-22 
11:08:47.587433803 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2017-09-05 15:19:24.161962608 +0200
@@ -1,0 +2,19 @@
+Tue Sep  5 06:21:03 UTC 2017 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.21
+  * feature: release to match Cacti release
+
+- Update to version 1.1.20
+  * issue#28: UDP and TCP ping issues 
+
+---
+Mon Aug 21 17:39:06 UTC 2017 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.19
+  * feature: release to match Cacti release
+
+- Update to version 1.1.18
+  * issue: Sort devices by polling time to allow long running
+devices to go first
+
+---

Old:

  1.1.17.tar.gz

New:

  1.1.21.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.mcyBvJ/_old  2017-09-05 15:19:24.853865352 +0200
+++ /var/tmp/diff_new_pack.mcyBvJ/_new  2017-09-05 15:19:24.857864790 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.17
+Version:1.1.21
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.17.tar.gz -> 1.1.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.17/ChangeLog 
new/spine-release-1.1.21/ChangeLog
--- old/spine-release-1.1.17/ChangeLog  2017-08-13 05:42:37.0 +0200
+++ new/spine-release-1.1.21/ChangeLog  2017-09-04 22:21:11.0 +0200
@@ -1,5 +1,17 @@
 The Cacti Group | spine
 
+1.1.21
+-feature: release to match Cacti release
+
+1.1.20
+-issue#28: UDP and TCP ping issues
+
+1.1.19
+-feature: release to match Cacti release
+
+1.1.18 
+-issue: Sort devices by polling time to allow long running devices to go first
+
 1.1.17
 -issue: Increase logging level for POPEN timeouts
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.17/configure.ac 
new/spine-release-1.1.21/configure.ac
--- old/spine-release-1.1.17/configure.ac   2017-08-13 05:42:37.0 
+0200
+++ new/spine-release-1.1.21/configure.ac   2017-09-04 22:21:11.0 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.17, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.21, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.17/ping.c 
new/spine-release-1.1.21/ping.c
--- old/spine-release-1.1.17/ping.c 2017-08-13 05:42:37.0 +0200
+++ new/spine-release-1.1.21/ping.c 2017-09-04 22:21:11.0 +0200
@@ -61,7 +61,7 @@
if (set.icmp_avail == FALSE) {
if (is_debug_device(host->id)) {
SPINE_LOG(("Device[%i] DEBUG Falling 
back to UDP Ping Due to SetUID Issues", host->id));
-   }else{
+   } else {
SPINE_LOG_DEBUG(("Device[%i] DEBUG 
Falling back to UDP Ping Due to SetUID Issues", host->id));
}
host->ping_method = PING_UDP;
@@ -71,12 +71,12 @@
if (!strstr(host->hostname, "localhost")) {
if (host->ping_method == PING_ICMP) {
ping_result = ping_icmp(host, ping);
-   }else if (host->ping_method == PING_UDP) {
+   } else if (host->ping_method == PING_UDP) {
ping_result = ping_udp(host, ping);
-   }else if (host->ping_method == PING_TCP) {
+   } else if (host->ping_method == PING_TCP) {
ping_result = ping_tcp(host, ping);
}
-   }else{
+   } else {
snprintf(ping->ping_status, 50, "0.000");
snprintf(ping->ping_response, SMALL_BUFSIZE, "PING: 
Device does not require ping");
ping_result = HOST_UP;
@@ -97,21 +97,21 @@
   

commit cacti-spine for openSUSE:Factory

2016-05-11 Thread h_root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2016-05-11 16:38:13

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2015-11-08 
11:27:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2016-05-11 16:38:17.0 +0200
@@ -1,0 +2,20 @@
+Mon May  9 09:28:13 UTC 2016 - lie...@rz.uni-mannheim.de
+
+- Update to version 0.8.8h
+  * bug:0002659: wrong information about spine setup for icmps
+  * bug: Removed requirement for building man page, deferred to 1.0
+
+- Update to version 0.8.8g
+  * bug:0002380: please build man page for spine
+  * bug:0002610: Spine is trying to use mysql results after data
+being freed
+  * bug:0002639: Spine does not respect snmp_retries from the
+database
+  * bug:0002640: Spine crashes randomly while polling using
+multiple threads on one device
+  * bug:0002549: Spine: hasCaps() always returns FALSE
+  * bug:0002638: Spine: ping_udp() uses uninitialised socket timeout
+  * bug:0002654: On RHEL 6.5, spine ./configure builds Makefile
+without crypto support
+
+---

Old:

  cacti-spine-0.8.8f.tar.gz

New:

  cacti-spine-0.8.8h.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.UX68WL/_old  2016-05-11 16:38:18.0 +0200
+++ /var/tmp/diff_new_pack.UX68WL/_new  2016-05-11 16:38:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cacti-spine
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:   cacti-spine
-Version:0.8.8f
+Version:0.8.8h
 Release:0
 Url:http://www.cacti.net/spine_info.php
 Source: http://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz




commit cacti-spine for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2015-11-08 11:27:09

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2014-12-30 
00:50:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2015-11-08 11:27:43.0 +0100
@@ -1,0 +2,19 @@
+Sun Nov  1 13:49:40 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.8.8f
+  * bug:0002604: cacti-spine, configure script ignores LDFLAGS in 
+certain situations
+- Changes from version 0.8.8e
+  * bug#0002185: Multiple memory leaks found in spine 
+  * bug#0002398: Buffer overflow
+  * bug#0002447: Building spine on Debian Jessie (testing) fails 
+  * bug#0002536: Spine segfaults when 18k+ hosts are to be pulled
+  * bug#0002576: Call to a non-existent column of the database in poller.c
+  * bug#0002578: spine doesn't compile on ubuntu 12.04
+  * bug#0002585: Spine: buffer overflow in logging when 
+RESULTS_BUFFER>LOGSIZE can SEGV
+  * bug#0002588: Spine "is_numeric" incorrectly returns TRUE for some
+hexadecimal values 
+- Remove systemd buildrequires; unneeded
+
+---

Old:

  cacti-spine-0.8.8c.tar.gz

New:

  cacti-spine-0.8.8f.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.gBvtj1/_old  2015-11-08 11:27:44.0 +0100
+++ /var/tmp/diff_new_pack.gBvtj1/_new  2015-11-08 11:27:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cacti-spine
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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,14 +17,11 @@
 
 
 Name:   cacti-spine
-Version:0.8.8c
+Version:0.8.8f
 Release:0
 Url:http://www.cacti.net/spine_info.php
 Source: http://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1210
-BuildRequires:  systemd
-%endif
 BuildRequires:  mysql-devel
 BuildRequires:  net-snmp-devel
 BuildRequires:  openssl-devel

++ cacti-spine-0.8.8c.tar.gz -> cacti-spine-0.8.8f.tar.gz ++
 39169 lines of diff (skipped)




commit cacti-spine for openSUSE:Factory

2014-12-29 Thread h_root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2014-12-30 00:49:58

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is cacti-spine

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2013-08-23 
11:08:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2014-12-30 00:50:20.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 25 13:51:31 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 0.8.8c
+  + No changelog entry for version 0.8.8c
+- Use download Url as source
+
+---

Old:

  cacti-spine-0.8.8b.tar.bz2

New:

  cacti-spine-0.8.8c.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.mnIPnI/_old  2014-12-30 00:50:23.0 +0100
+++ /var/tmp/diff_new_pack.mnIPnI/_new  2014-12-30 00:50:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cacti-spine
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,10 +17,10 @@
 
 
 Name:   cacti-spine
-Version:0.8.8b
-Release:1.0
+Version:0.8.8c
+Release:0
 Url:http://www.cacti.net/spine_info.php
-Source: cacti-spine-%{version}.tar.bz2
+Source: http://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} = 1210
 BuildRequires:  systemd
@@ -44,14 +44,11 @@
 %build
 
 %configure
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
 
-%clean
-%__rm -rf %{buildroot}
-
 %files
 %defattr(-, root, root, 0755)
 %doc ChangeLog README

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



commit cacti-spine for openSUSE:Factory

2013-08-23 Thread h_root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2013-08-23 11:08:20

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is cacti-spine

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2012-05-14 
16:11:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2013-08-23 11:08:22.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 12 07:15:48 UTC 2013 - aldemir.akpi...@gmail.com
+
+- New Version: 0.8.8b 
+
+---

Old:

  cacti-spine-0.8.8a.tar.bz2

New:

  cacti-spine-0.8.8b.tar.bz2



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.A5WgNi/_old  2013-08-23 11:08:23.0 +0200
+++ /var/tmp/diff_new_pack.A5WgNi/_new  2013-08-23 11:08:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cacti-spine
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Name:   cacti-spine
-Version:0.8.8a
+Version:0.8.8b
 Release:1.0
-License:LGPL-2.1+
-Group:  System/Monitoring
-URL:http://www.cacti.net/spine_info.php
+Url:http://www.cacti.net/spine_info.php
 Source: cacti-spine-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-root
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} = 1210
+BuildRequires:  systemd
+%endif
 BuildRequires:  mysql-devel
 BuildRequires:  net-snmp-devel
 BuildRequires:  openssl-devel
 Requires:   cacti
 Requires:   rrdtool
 Summary:Threaded poller for Cacti written in C
+License:LGPL-2.1+
+Group:  System/Monitoring
 
 %description
 Spine is a supplemental poller for Cacti that makes use of pthreads to achieve

++ cacti-spine-0.8.8a.tar.bz2 - cacti-spine-0.8.8b.tar.bz2 ++
 85451 lines of diff (skipped)

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