FreeBSD Bugzilla – Attachment 159053 Details for
Bug 201702
net-mgmt/cacti: Multiple XSS and SQL injection vulnerabilities (CVE-2015-4634)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cacti-0.8.8f_1.patch
cacti-0.8.8f_1.patch (text/plain), 870 bytes, created by
Jason Unovitch
on 2015-07-21 23:56:20 UTC
(
hide
)
Description:
cacti-0.8.8f_1.patch
Filename:
MIME Type:
Creator:
Jason Unovitch
Created:
2015-07-21 23:56:20 UTC
Size:
870 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 392611) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= cacti > PORTVERSION= 0.8.8f${PATCHLEVEL} >+PORTREVISION= 1 > CATEGORIES= net-mgmt www > MASTER_SITES= http://www.cacti.net/downloads/ \ > ftp://ftpmirror.uk/freebsd-ports/cacti/ >Index: files/patch-install__index.php >=================================================================== >--- files/patch-install__index.php (revision 392611) >+++ files/patch-install__index.php (working copy) >@@ -9,3 +9,12 @@ > } > > /* SNMP Version */ >+@@ -468,7 +468,7 @@ if ($step == "4") { >+ include ("0_8_8d_to_0_8_8e.php"); >+ upgrade_to_0_8_8e(); >+ }elseif ($cacti_versions[$i] == "0.8.8f") { >+- include ("0_8_8f_to_0_8_8f.php"); >++ include ("0_8_8e_to_0_8_8f.php"); >+ upgrade_to_0_8_8f(); >+ } >+ }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201702
:
158992
|
158993
|
158998
|
159015
|
159053
|
159054