aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-01-19 01:37:03 +0800
committersem <sem@FreeBSD.org>2006-01-19 01:37:03 +0800
commit9e83bee55e803a30904a43811b1a46371fcb7461 (patch)
treeeb04ae41e9eace1407410ee78e899b53286e11fd /net-mgmt
parentbbf526ae0673da2313e9c91c7b6aa91598b00a85 (diff)
downloadfreebsd-ports-gnome-9e83bee55e803a30904a43811b1a46371fcb7461.tar.gz
freebsd-ports-gnome-9e83bee55e803a30904a43811b1a46371fcb7461.tar.zst
freebsd-ports-gnome-9e83bee55e803a30904a43811b1a46371fcb7461.zip
- Add four vendor patches:
1. Device Filter Clear Issue This patch fixes an issue where attempting to clear a filter would result in the filter still being active. 2. Invalid SQL When Creating Graphs This patch fixes an problem where an invalid SQL statement would be executed when generating graphs. 3. Additional Error Checking for Nth Percentile This adds more checking concerning rrd fetch returning an empty set on a non-existant rrd file, resulting in a php warning about invalid index. 4. MySQL 5.x Strict Mode Compatibility Allows MySQL 5.x to utilize the default "strict" sql_mode. As an added benefit, this patch also automatically calculates the maximum speed of your interface graphs preventing gigabit interfaces from being overrun. Reminded by: demon
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cacti/Makefile7
-rw-r--r--net-mgmt/cacti/distinfo12
2 files changed, 17 insertions, 2 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile
index 8b45ed405163..e0b7cf00ff3f 100644
--- a/net-mgmt/cacti/Makefile
+++ b/net-mgmt/cacti/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cacti
PORTVERSION= 0.8.6h
-PORTREVISION= 0
+PORTREVISION= 4
CATEGORIES= net www
MASTER_SITES= http://www.cacti.net/downloads/
@@ -16,7 +16,10 @@ COMMENT= Web-driven graphing interface for RRDTool
# Vendor's patches
PATCH_SITES= http://www.cacti.net/downloads/patches/${PORTVERSION}/
-PATCHFILES=
+PATCHFILES= fix_search_session_clear_issue.patch \
+ fix_sql_syntax_related_to_default_rra_id.patch \
+ nth_percentile_empty_return_set_issue.patch \
+ mysql_5x_strict.patch
PATCH_DIST_STRIP=-p1
diff --git a/net-mgmt/cacti/distinfo b/net-mgmt/cacti/distinfo
index 03c9a655a42d..9e10e3e1c500 100644
--- a/net-mgmt/cacti/distinfo
+++ b/net-mgmt/cacti/distinfo
@@ -1,3 +1,15 @@
MD5 (cacti-0.8.6h.tar.gz) = 5f6100b525b5b29e81f43cc7c55f4000
SHA256 (cacti-0.8.6h.tar.gz) = 69b6ad51ee21c5367dc67a752a3745804531280356eb261d81f9636a647ca17e
SIZE (cacti-0.8.6h.tar.gz) = 1096877
+MD5 (fix_search_session_clear_issue.patch) = 20dd3bd4688e95490d649768e9191f3a
+SHA256 (fix_search_session_clear_issue.patch) = e789254e185b258293fcb31053bbb59d0c243c25582987858539a80ec9b4e9bc
+SIZE (fix_search_session_clear_issue.patch) = 1154
+MD5 (fix_sql_syntax_related_to_default_rra_id.patch) = 4ab874541b292e07eacbbce6dc505717
+SHA256 (fix_sql_syntax_related_to_default_rra_id.patch) = 458e1a64e97dc592b10e354b046079d5ea31101dd4f1f4d0e689c5d2ab363106
+SIZE (fix_sql_syntax_related_to_default_rra_id.patch) = 1058
+MD5 (nth_percentile_empty_return_set_issue.patch) = b64160dd736d404eb1b2537e9c80199d
+SHA256 (nth_percentile_empty_return_set_issue.patch) = 63a9dfb702a50ba73b8d84da6a86588927eb192e022d07dcbe8ea7d5f9389982
+SIZE (nth_percentile_empty_return_set_issue.patch) = 4792
+MD5 (mysql_5x_strict.patch) = 055b4e270e0586ff630b45886850bbbf
+SHA256 (mysql_5x_strict.patch) = c39beb645f8ae1c375f45a388db5a7939944668e5d079567f2e51e13badb95f1
+SIZE (mysql_5x_strict.patch) = 2593