Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2020 20:59:49 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531880 - head/net-mgmt/cacti-spine
Message-ID:  <202004162059.03GKxnuN021243@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Thu Apr 16 20:59:48 2020
New Revision: 531880
URL: https://svnweb.freebsd.org/changeset/ports/531880

Log:
  Update to version 1.2.11
  
   * Repeated warnings due to 'Recache Event Detected for Device'
   * No error is recorded to log file when database is incorrect
   * MySQL retry logic is not working as expected
   * When using IPv6 address, segmentation fault can occur due to incorrectly
     using IPv4 ping
   * When polling results are null, segmentation errors may occur
   * When collecting data, spine should be stripping alpha characters from output

Modified:
  head/net-mgmt/cacti-spine/Makefile
  head/net-mgmt/cacti-spine/distinfo

Modified: head/net-mgmt/cacti-spine/Makefile
==============================================================================
--- head/net-mgmt/cacti-spine/Makefile	Thu Apr 16 20:09:45 2020	(r531879)
+++ head/net-mgmt/cacti-spine/Makefile	Thu Apr 16 20:59:48 2020	(r531880)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	spine
-PORTVERSION=	1.2.10
+PORTVERSION=	1.2.11
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.cacti.net/downloads/${PORTNAME}/
 DISTNAME=	cacti-${PORTNAME}-${PORTVERSION}

Modified: head/net-mgmt/cacti-spine/distinfo
==============================================================================
--- head/net-mgmt/cacti-spine/distinfo	Thu Apr 16 20:09:45 2020	(r531879)
+++ head/net-mgmt/cacti-spine/distinfo	Thu Apr 16 20:59:48 2020	(r531880)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583419351
-SHA256 (cacti-spine-1.2.10.tar.gz) = b81890721134fa277ca1638e3740d5db8b2e875683ebd27d3a94b2a4d035b566
-SIZE (cacti-spine-1.2.10.tar.gz) = 106625
+TIMESTAMP = 1587064779
+SHA256 (cacti-spine-1.2.11.tar.gz) = fcd0958b75b5cc454a25002c1472507547532d5d5e67b2f097fe56495f3b9665
+SIZE (cacti-spine-1.2.11.tar.gz) = 107495



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004162059.03GKxnuN021243>