mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
net-mgmt/cacti: update to 1.2.29
Changelog: https://github.com/Cacti/cacti/releases/tag/release%2F1.2.29 Security: CVE-2025-22604 / GHSA-c5j8-jxj3-hh36: Authenticated RCE via multi-line SNMP responses Security: CVE-2025-24368 / GHSA-f9c7-7rc3-574c: SQL Injection vulnerability when using tree rules through Automation API Security: CVE-2024-54145 / GHSA-fh3x-69rr-qqpp: SQL Injection vulnerability when request automation devices Security: CVE-2025-24367 / GHSA-fxrq-fr7h-9rqq: Arbitrary File Creation leading to RCE Security: CVE-2024-45598 / GHSA-pv2c-97pp-vxwg: Local File Inclusion (LFI) Vulnerability via Poller Standard Error Log Path Security: CVE-2024-54146 / GHSA-vj9g-p7f2-4wqj: SQL Injection vulnerability when view host template Per maintainer request take maintenership PR: 284583 Approved by: Michael Muenz <m.muenz@gmail.com> (maintainer)
This commit is contained in:
parent
d05b66faa3
commit
3f7707eabe
3 changed files with 11 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
PORTNAME= cacti
|
||||
DISTVERSION= 1.2.28
|
||||
DISTVERSION= 1.2.29
|
||||
CATEGORIES= net-mgmt www
|
||||
MASTER_SITES= http://www.cacti.net/downloads/ \
|
||||
ftp://ftpmirror.uk/freebsd-ports/cacti/
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
|
||||
MAINTAINER= m.muenz@gmail.com
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
COMMENT= Web-driven graphing interface for RRDTool
|
||||
WWW= https://www.cacti.net/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1737039609
|
||||
SHA256 (cacti-1.2.28.tar.gz) = 4a095821a9435e1b9c8294e709365f67e59dd7696c3f3feffa9cd9ace1d8cea7
|
||||
SIZE (cacti-1.2.28.tar.gz) = 46785888
|
||||
TIMESTAMP = 1738744162
|
||||
SHA256 (cacti-1.2.29.tar.gz) = cd067a8c88b03401ab376666998cb53013c13dfd556b76d82ee99089933ebaf7
|
||||
SIZE (cacti-1.2.29.tar.gz) = 46836568
|
||||
|
|
|
@ -128,6 +128,7 @@
|
|||
%%CACTIDIR%%/docs/How-To-Existing-SNMP-Data-Queries.html
|
||||
%%CACTIDIR%%/docs/How-To-New-SNMP-Data-Queries.html
|
||||
%%CACTIDIR%%/docs/How-To-Poller-5-to-1-min.html
|
||||
%%CACTIDIR%%/docs/How-To-SNMP-Custom-Script.html
|
||||
%%CACTIDIR%%/docs/How-To-SSH-Tunnels.html
|
||||
%%CACTIDIR%%/docs/How-To-Script-Data-Queries.html
|
||||
%%CACTIDIR%%/docs/How-To-Setup-Remote-Pollers.html
|
||||
|
@ -146,6 +147,7 @@
|
|||
%%CACTIDIR%%/docs/Plugin-Guidelines.html
|
||||
%%CACTIDIR%%/docs/Plugin-Hook-API-Ref.html
|
||||
%%CACTIDIR%%/docs/Plugin-Reference.html
|
||||
%%CACTIDIR%%/docs/Plugin-Syslog.html
|
||||
%%CACTIDIR%%/docs/Plugins.html
|
||||
%%CACTIDIR%%/docs/Principles-of-Operation.html
|
||||
%%CACTIDIR%%/docs/RRDproxy.html
|
||||
|
@ -199,7 +201,6 @@
|
|||
%%CACTIDIR%%/docs/Variables.html
|
||||
%%CACTIDIR%%/docs/Version-Specific-Release-Notes.html
|
||||
%%CACTIDIR%%/docs/Viewing-Graphs.html
|
||||
%%CACTIDIR%%/docs/apache_template_config.html
|
||||
%%CACTIDIR%%/docs/audit_schema.sql
|
||||
%%CACTIDIR%%/docs/convert-from-package-to-source-debian-ubuntu.html
|
||||
%%CACTIDIR%%/docs/images/apache-template-preview.png
|
||||
|
@ -622,7 +623,9 @@
|
|||
%%CACTIDIR%%/docs/images/vdefs-edit4.png
|
||||
%%CACTIDIR%%/docs/images/vdefs.png
|
||||
%%CACTIDIR%%/docs/index.php
|
||||
%%CACTIDIR%%/docs/syslog-plugin.html
|
||||
%%CACTIDIR%%/docs/supported-plugins.html
|
||||
%%CACTIDIR%%/docs/template_apache_config.html
|
||||
%%CACTIDIR%%/docs/template_esxi_config.html
|
||||
%%CACTIDIR%%/formats/cacti_group.format
|
||||
%%CACTIDIR%%/formats/cacti_group_dark.format
|
||||
%%CACTIDIR%%/formats/cacti_monitor.format
|
||||
|
@ -4010,6 +4013,7 @@
|
|||
%%CACTIDIR%%/install/templates/ESXi_Device.xml.gz
|
||||
%%CACTIDIR%%/install/templates/Fortigate.xml.gz
|
||||
%%CACTIDIR%%/install/templates/Generic_SNMP_Device.xml.gz
|
||||
%%CACTIDIR%%/install/templates/HPE_NimbleAlletra_storage.xml.gz
|
||||
%%CACTIDIR%%/install/templates/HPE_iLO.xml.gz
|
||||
%%CACTIDIR%%/install/templates/Local_Linux_Machine.xml.gz
|
||||
%%CACTIDIR%%/install/templates/MikroTik_Device.xml.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue