Hello community, here is the log from the commit of package cacti-spine for openSUSE:Leap:15.2 checked in at 2020-05-12 11:40:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/cacti-spine (Old) and /work/SRC/openSUSE:Leap:15.2/.cacti-spine.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cacti-spine" Tue May 12 11:40:19 2020 rev:48 rq:802741 version:1.2.12 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/cacti-spine/cacti-spine.changes 2020-04-28 20:11:56.360631688 +0200 +++ /work/SRC/openSUSE:Leap:15.2/.cacti-spine.new.2738/cacti-spine.changes 2020-05-12 11:42:33.797025404 +0200 @@ -1,0 +2,6 @@ +Thu May 7 09:25:49 UTC 2020 - Andreas Stieger <[email protected]> + +- 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.lBU5c7/_old 2020-05-12 11:42:34.085026009 +0200 +++ /var/tmp/diff_new_pack.lBU5c7/_new 2020-05-12 11:42:34.089026017 +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/CHANGELOG 2020-04-06 04:15:20.000000000 +0200 +++ new/cacti-spine-1.2.12/CHANGELOG 2020-05-03 22:20:09.000000000 +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.000000000 +0200 +++ new/cacti-spine-1.2.12/configure.ac 2020-05-03 22:20:09.000000000 +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.000000000 +0200 +++ new/cacti-spine-1.2.12/ping.c 2020-05-03 22:20:09.000000000 +0200 @@ -868,9 +868,6 @@ if ((error = getaddrinfo(host->hostname, NULL, &hints, &res_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; }
