diff options
author | taca <taca@pkgsrc.org> | 2014-07-02 09:13:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-07-02 09:13:02 +0000 |
commit | 1aacbb56b832e51166ad002c9e66555ef9dde460 (patch) | |
tree | d784f8b38199179da24dc8dd59733989e5519490 /www/php-sugarcrm | |
parent | 07de71142000df0f97a9de9d5011196a2f2ba10a (diff) | |
download | pkgsrc-1aacbb56b832e51166ad002c9e66555ef9dde460.tar.gz |
Update php-sugarcrm to 6.5.17, security release.
Quote from http://www.providentcrm.com/news/sugarcrm-6-5-17-patch-list/.
1. Module scanner now blocks two additional functions:
simplexml_load_file and simplexml_load_string
2. JS Security Fix in Emails -- changing AJAX call from GET to POST.
3. XML Handling -- Additional error handling and libxml_disable_entity_loader
is now set to true.
4. Users module -- Additional checking on un-authorised access to other users
profile, plus Bugfix for password field.
Diffstat (limited to 'www/php-sugarcrm')
-rw-r--r-- | www/php-sugarcrm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php-sugarcrm/Makefile b/www/php-sugarcrm/Makefile index 69ef59c5621..e8078972b68 100644 --- a/www/php-sugarcrm/Makefile +++ b/www/php-sugarcrm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2014/06/03 06:52:45 wen Exp $ +# $NetBSD: Makefile,v 1.8 2014/07/02 09:13:02 taca Exp $ # -SCVER= 6.5.16 +SCVER= 6.5.17 DISTNAME= SugarCE-${SCVER} PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/SugarCE/sugarcrm/} CATEGORIES= www |