Date: Tue, 26 Jul 2016 19:35:04 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419148 - branches/2016Q3/www/smarty2 Message-ID: <201607261935.u6QJZ40l029476@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Tue Jul 26 19:35:03 2016 New Revision: 419148 URL: https://svnweb.freebsd.org/changeset/ports/419148 Log: MFH: r418896 - Update to 2.6.30 - Fix a shell injection vulnerability Approved by: ports-secteam (feld) Modified: branches/2016Q3/www/smarty2/Makefile branches/2016Q3/www/smarty2/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/www/smarty2/Makefile ============================================================================== --- branches/2016Q3/www/smarty2/Makefile Tue Jul 26 19:12:13 2016 (r419147) +++ branches/2016Q3/www/smarty2/Makefile Tue Jul 26 19:35:03 2016 (r419148) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smarty -PORTVERSION= 2.6.29 +PORTVERSION= 2.6.30 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://www.smarty.net/files/docs/:manual @@ -17,7 +17,7 @@ OPTIONS_DEFINE= DOCS NO_BUILD= yes USE_PHP= pcre -WANT_PHP_WEB= yes +USES= php:web PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message Modified: branches/2016Q3/www/smarty2/distinfo ============================================================================== --- branches/2016Q3/www/smarty2/distinfo Tue Jul 26 19:12:13 2016 (r419147) +++ branches/2016Q3/www/smarty2/distinfo Tue Jul 26 19:35:03 2016 (r419148) @@ -1,4 +1,5 @@ +TIMESTAMP = 1469132957 SHA256 (manual-en-2.6.zip) = 694888f142c1eaacc5f442d050bb23292feaf2844af3a69fabd1a15a7f01034b SIZE (manual-en-2.6.zip) = 314640 -SHA256 (smarty-php-smarty-v2.6.29_GH0.tar.gz) = 5dc9fe39b2dce4a89e1efc863aad693aed98a900866b543cce0c051b21d248f1 -SIZE (smarty-php-smarty-v2.6.29_GH0.tar.gz) = 152415 +SHA256 (smarty-php-smarty-v2.6.30_GH0.tar.gz) = 21a011394e2e1da41ca0d01425f2f1587c304ce6f58a7ef3e12c51f2a04af1a4 +SIZE (smarty-php-smarty-v2.6.30_GH0.tar.gz) = 152700
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607261935.u6QJZ40l029476>