[packages/cacti] - up to 1.2.6

arekm arekm at pld-linux.org
Thu Sep 26 10:28:15 CEST 2019


commit 2a712e3d9ce481f7c42647ba3059d8c460f8d3fc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Sep 26 10:28:09 2019 +0200

    - up to 1.2.6

 cacti-ss_disk-array-indices.patch | 20 --------------------
 cacti.spec                        | 10 +++++-----
 2 files changed, 5 insertions(+), 25 deletions(-)
---
diff --git a/cacti.spec b/cacti.spec
index c2490c6..c1b7a12 100644
--- a/cacti.spec
+++ b/cacti.spec
@@ -4,12 +4,12 @@
 Summary:	Cacti is a PHP frontend for rrdtool
 Summary(pl.UTF-8):	Cacti - frontend w PHP do rrdtoola
 Name:		cacti
-Version:	1.2.1
-Release:	2
+Version:	1.2.6
+Release:	1
 License:	GPL v2
 Group:		Applications/WWW
 Source0:	http://www.cacti.net/downloads/%{name}-%{version}.tar.gz
-# Source0-md5:	dd90a6c851a14cc4d4019b32368a493f
+# Source0-md5:	87b19877f1a9f4017d07f464150f6296
 Source2:	%{name}.crontab
 Source3:	%{name}-apache.conf
 Source4:	%{name}-lighttpd.conf
@@ -22,7 +22,7 @@ Patch3:		%{name}-ioerror.patch
 Patch4:		%{name}-webroot.patch
 Patch5:		%{name}-linux_memory.patch
 Patch6:		%{name}-log-verbosity.patch
-Patch7:		%{name}-ss_disk-array-indices.patch
+
 Patch8:		host_name-url.patch
 # http://www.cacti.net/download_patches.php
 # Patch100: ..
@@ -148,7 +148,7 @@ Dokumentacja do Cacti w formacie HTML.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
+
 # ?
 # %patch8 -p1
 
diff --git a/cacti-ss_disk-array-indices.patch b/cacti-ss_disk-array-indices.patch
deleted file mode 100644
index 8806e3e..0000000
--- a/cacti-ss_disk-array-indices.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./scripts/ss_host_disk.php	2008-10-05 18:19:17.656634044 +0300
-+++ ./scripts/ss_host_disk.php	2008-10-07 11:07:10.120905407 +0300
-@@ -86,12 +86,16 @@ function ss_host_disk($hostname, $host_i
- 				$snmp_auth_password, $snmp_auth_protocol, $snmp_priv_passphrase, $snmp_priv_protocol,
- 				$snmp_context, $snmp_port, $snmp_timeout, $ping_retries, $max_oids, SNMP_POLLER)
- 			);
-+		if (empty($arr_index))
-+			return;
- 
- 		$arr = ss_host_disk_reindex(
- 			cacti_snmp_walk($hostname, $snmp_community, $oids[$arg], $snmp_version, $snmp_auth_username,
- 				$snmp_auth_password, $snmp_auth_protocol, $snmp_priv_passphrase, $snmp_priv_protocol,
- 				$snmp_context, $snmp_port, $snmp_timeout, $ping_retries, $max_oids, SNMP_POLLER)
- 			);
-+		if (empty($arr))
-+			return; // we likely already got error already earlier, like "Timeout: No Response from localhost:161"
- 
- 		for ($i=0;($i<sizeof($arr_index));$i++) {
- 			print $arr_index[$i] . '!' . $arr[$i] . "\n";
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cacti.git/commitdiff/2a712e3d9ce481f7c42647ba3059d8c460f8d3fc



More information about the pld-cvs-commit mailing list