Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2023 12:09:00 GMT
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8465126cb2b3 - main - net-mgmt/cacti-spine: Update to 1.1.25
Message-ID:  <202309111209.38BC90ww009015@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by skreuzer:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8465126cb2b3837590ce30dbee4ac196516c938a

commit 8465126cb2b3837590ce30dbee4ac196516c938a
Author:     Steven Kreuzer <skreuzer@FreeBSD.org>
AuthorDate: 2023-09-11 12:05:34 +0000
Commit:     Steven Kreuzer <skreuzer@FreeBSD.org>
CommitDate: 2023-09-11 12:08:19 +0000

    net-mgmt/cacti-spine: Update to 1.1.25
    
    Changes:
      - Spine should see if script to be executed is executable
      - Enhance number recognition
      - When polling devices, sort by larger number of items first
      - Log format may be corrupted when timeout occurs
      - Compile warning appears due to GCC flag on RHEL7/RHEL8
      - Downed device detection only checks one of the two uptime OIDs
      - Compile error appears due to execinfo.h on FreeBSD
      - Bootstrap shell script contains some PHP cruft
      - Padding is not always removed from the start of non-numeric strings
      - Improve SNMP result handling for non-numeric results
      - Further improve SNMP result handling for non-numeric results
      - Remove check for the max_oids column which has been present since Cacti v1.0
      - Minimize Sorting when fetching poller records for maximum performance
      - Spine should see if script to be executed is executable
---
 net-mgmt/cacti-spine/Makefile | 2 +-
 net-mgmt/cacti-spine/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile
index dc2af0d0d1d5..c775ff16d606 100644
--- a/net-mgmt/cacti-spine/Makefile
+++ b/net-mgmt/cacti-spine/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	spine
-PORTVERSION=	1.2.23
+PORTVERSION=	1.2.25
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.cacti.net/downloads/${PORTNAME}/
 DISTNAME=	cacti-${PORTNAME}-${PORTVERSION}
diff --git a/net-mgmt/cacti-spine/distinfo b/net-mgmt/cacti-spine/distinfo
index 973b66b8cd58..c658e9040d35 100644
--- a/net-mgmt/cacti-spine/distinfo
+++ b/net-mgmt/cacti-spine/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1673882670
-SHA256 (cacti-spine-1.2.23.tar.gz) = 0f3384868d26831b0264711f97fb935bb1aa8e41f34a999c2dd66328095315b5
-SIZE (cacti-spine-1.2.23.tar.gz) = 117208
+TIMESTAMP = 1694433875
+SHA256 (cacti-spine-1.2.25.tar.gz) = dfd17fb72ab9587287d585fe1917152abc87c56df5d828ccb9e406577d5d92f0
+SIZE (cacti-spine-1.2.25.tar.gz) = 120148



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