diff options
author | sem <sem@FreeBSD.org> | 2010-04-27 22:43:40 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2010-04-27 22:43:40 +0800 |
commit | b9437176c5e763c1ec65e33f4262fbee806aa2c7 (patch) | |
tree | b98151398e24b3b4f8ce68a0d8b9f5f7642acacf /net-mgmt | |
parent | 4c2253f91322cf55e46ca251bbe98bde7442ede2 (diff) | |
download | freebsd-ports-gnome-b9437176c5e763c1ec65e33f4262fbee806aa2c7.tar.gz freebsd-ports-gnome-b9437176c5e763c1ec65e33f4262fbee806aa2c7.tar.zst freebsd-ports-gnome-b9437176c5e763c1ec65e33f4262fbee806aa2c7.zip |
- a patch from developers to fix SQL injection
VuXML: 5198ef84-4fdc-11df-83fb-0015587e2cc1
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 d954385f8c93..5ed37f207b57 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 cross_site_fix.patch -PATCHLEVEL= 4 +PATCHFILES= cli_add_graph.patch snmp_invalid_response.patch template_duplication.patch cross_site_fix.patch sql_injection_template_export.patch +PATCHLEVEL= 5 PATCH_DIST_STRIP= -p1 diff --git a/net-mgmt/cacti/distinfo b/net-mgmt/cacti/distinfo index 7236d1329bb2..2d4552d02762 100644 --- a/net-mgmt/cacti/distinfo +++ b/net-mgmt/cacti/distinfo @@ -13,3 +13,6 @@ SIZE (template_duplication.patch) = 9190 MD5 (cross_site_fix.patch) = 4323da80d4dc0238fc4902dcd27f47f0 SHA256 (cross_site_fix.patch) = 75b7d4687722d96e0d32afb3832f93a54e8518c0c949e1dcd9ae634623564b28 SIZE (cross_site_fix.patch) = 8705 +MD5 (sql_injection_template_export.patch) = 7e82d147a279f5726dc1ad6bf838f6b0 +SHA256 (sql_injection_template_export.patch) = cdcec3946e81edde690b34627c52620bb702de0a3a823bcb571f421b093effed +SIZE (sql_injection_template_export.patch) = 636 |