svn commit: r392573 - head/net-mgmt/cacti
Mark Felder
feld at FreeBSD.org
Mon Jul 20 14:45:46 UTC 2015
Author: feld
Date: Mon Jul 20 14:45:44 2015
New Revision: 392573
URL: https://svnweb.freebsd.org/changeset/ports/392573
Log:
Update to 0.8.8f to resolve security and bug issues
PR: 201702
Security: CVE-2015-4634
Security: 0bfda05f-2e6f-11e5-a4a5-002590263bf5
Modified:
head/net-mgmt/cacti/Makefile
head/net-mgmt/cacti/distinfo
head/net-mgmt/cacti/pkg-plist
Modified: head/net-mgmt/cacti/Makefile
==============================================================================
--- head/net-mgmt/cacti/Makefile Mon Jul 20 14:35:39 2015 (r392572)
+++ head/net-mgmt/cacti/Makefile Mon Jul 20 14:45:44 2015 (r392573)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cacti
-PORTVERSION= 0.8.8d${PATCHLEVEL}
+PORTVERSION= 0.8.8f${PATCHLEVEL}
CATEGORIES= net-mgmt www
MASTER_SITES= http://www.cacti.net/downloads/ \
ftp://ftpmirror.uk/freebsd-ports/cacti/
Modified: head/net-mgmt/cacti/distinfo
==============================================================================
--- head/net-mgmt/cacti/distinfo Mon Jul 20 14:35:39 2015 (r392572)
+++ head/net-mgmt/cacti/distinfo Mon Jul 20 14:45:44 2015 (r392573)
@@ -1,2 +1,2 @@
-SHA256 (cacti-0.8.8d.tar.gz) = 1e3fb4aa137c0a9cb682fa66956c1f59dfc730040a215c45b7f9a5f9b9714bec
-SIZE (cacti-0.8.8d.tar.gz) = 2470512
+SHA256 (cacti-0.8.8f.tar.gz) = d92adfa054c1afaa295de3ddda95173bf18d5465fa95f4481611c69647a10999
+SIZE (cacti-0.8.8f.tar.gz) = 2594481
Modified: head/net-mgmt/cacti/pkg-plist
==============================================================================
--- head/net-mgmt/cacti/pkg-plist Mon Jul 20 14:35:39 2015 (r392572)
+++ head/net-mgmt/cacti/pkg-plist Mon Jul 20 14:45:44 2015 (r392573)
@@ -255,6 +255,8 @@
%%CACTIDIR%%/include/js/jquery.js
%%CACTIDIR%%/include/js/jquery.zoom.css
%%CACTIDIR%%/include/js/jquery.zoom.js
+%%CACTIDIR%%/include/js/jquery-ui.css
+%%CACTIDIR%%/include/js/jquery-ui.js
%%CACTIDIR%%/include/js/jstree.js
%%CACTIDIR%%/include/js/themes/default-dark/32px.png
%%CACTIDIR%%/include/js/themes/default-dark/40px.png
@@ -344,6 +346,8 @@
%%CACTIDIR%%/install/0_8_8a_to_0_8_8b.php
%%CACTIDIR%%/install/0_8_8b_to_0_8_8c.php
%%CACTIDIR%%/install/0_8_8c_to_0_8_8d.php
+%%CACTIDIR%%/install/0_8_8d_to_0_8_8e.php
+%%CACTIDIR%%/install/0_8_8e_to_0_8_8f.php
%%CACTIDIR%%/install/0_8_to_0_8_1.php
%%CACTIDIR%%/install/index.php
%%CACTIDIR%%/install/install_finish.gif
More information about the svn-ports-all
mailing list