mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
cacti: update to 0.8.7h.
This commit is contained in:
@@ -16,8 +16,10 @@ usr/share/cacti/cli/add_graph_template.php
|
||||
usr/share/cacti/cli/add_graphs.php
|
||||
usr/share/cacti/cli/add_perms.php
|
||||
usr/share/cacti/cli/add_tree.php
|
||||
usr/share/cacti/cli/analyze_database.php
|
||||
usr/share/cacti/cli/convert_innodb.php
|
||||
usr/share/cacti/cli/copy_user.php
|
||||
usr/share/cacti/cli/data_template_associate_rra.php
|
||||
usr/share/cacti/cli/host_update_template.php
|
||||
usr/share/cacti/cli/import_template.php
|
||||
usr/share/cacti/cli/poller_data_sources_reapply_names.php
|
||||
@@ -315,6 +317,7 @@ usr/share/cacti/install/0_8_7c_to_0_8_7d.php
|
||||
usr/share/cacti/install/0_8_7d_to_0_8_7e.php
|
||||
usr/share/cacti/install/0_8_7e_to_0_8_7f.php
|
||||
usr/share/cacti/install/0_8_7f_to_0_8_7g.php
|
||||
usr/share/cacti/install/0_8_7g_to_0_8_7h.php
|
||||
usr/share/cacti/install/0_8_to_0_8_1.php
|
||||
usr/share/cacti/install/index.php
|
||||
usr/share/cacti/install/install_finish.gif
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2009 Michael Tremer & Christian Schmidt #
|
||||
# Copyright (C) 2007-2011 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.8.7g
|
||||
VER = 0.8.7h
|
||||
|
||||
THISAPP = cacti-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = cacti
|
||||
PAK_VER = 3
|
||||
PAK_VER = 4
|
||||
|
||||
DEPS = "netsnmpd mysql"
|
||||
|
||||
@@ -44,8 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 268421cb1a58d3444f7ecbddb4c4b016
|
||||
|
||||
$(DL_FILE)_MD5 = 58c9371341f49a190ae11a85118e598d
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user