diff options
author | sem <sem@FreeBSD.org> | 2009-11-23 23:27:10 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2009-11-23 23:27:10 +0800 |
commit | 1ad6b86f06c2ede95eb4a6d2d3b0b3f829461fb6 (patch) | |
tree | 6800f19b1198cdd191ff125964851a7942e18a6d /net-mgmt | |
parent | 1ca890bf82ba43d5757f586fc8908a20ff3a9757 (diff) | |
download | freebsd-ports-gnome-1ad6b86f06c2ede95eb4a6d2d3b0b3f829461fb6.tar.gz freebsd-ports-gnome-1ad6b86f06c2ede95eb4a6d2d3b0b3f829461fb6.tar.zst freebsd-ports-gnome-1ad6b86f06c2ede95eb4a6d2d3b0b3f829461fb6.zip |
- A patch from developers:
Addresses cross-site scripting issues reported by Moritz Naumann
Alerted by: Dennis Yusupoff
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cacti/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/cacti/distinfo | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index 1506e9d46e46..d954385f8c93 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -13,8 +13,8 @@ DISTFILES= ${PORTNAME}-${SITEDISTVERSION}${EXTRACT_SUFX} # Vendor's patches PATCH_SITES= http://www.cacti.net/downloads/patches/${SITEDISTVERSION}/ -PATCHFILES= cli_add_graph.patch snmp_invalid_response.patch template_duplication.patch -PATCHLEVEL= 3 +PATCHFILES= cli_add_graph.patch snmp_invalid_response.patch template_duplication.patch cross_site_fix.patch +PATCHLEVEL= 4 PATCH_DIST_STRIP= -p1 diff --git a/net-mgmt/cacti/distinfo b/net-mgmt/cacti/distinfo index 0ed9ef16ba02..7236d1329bb2 100644 --- a/net-mgmt/cacti/distinfo +++ b/net-mgmt/cacti/distinfo @@ -10,3 +10,6 @@ SIZE (snmp_invalid_response.patch) = 921 MD5 (template_duplication.patch) = b1bd81dc89aa3e30365d0c9d45956255 SHA256 (template_duplication.patch) = c6ab6d2396f6b6519607f7908df642a575d32a75430e2b74381a6046d57f8ad9 SIZE (template_duplication.patch) = 9190 +MD5 (cross_site_fix.patch) = 4323da80d4dc0238fc4902dcd27f47f0 +SHA256 (cross_site_fix.patch) = 75b7d4687722d96e0d32afb3832f93a54e8518c0c949e1dcd9ae634623564b28 +SIZE (cross_site_fix.patch) = 8705 |