1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- a patch from developers to fix SQL injection

VuXML:		5198ef84-4fdc-11df-83fb-0015587e2cc1
This commit is contained in:
Sergey Matveychuk 2010-04-27 14:43:40 +00:00
parent f5ebd8fa90
commit baef2e3b0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253350
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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