From b9e6a23004c69a47720248b64fb891086080153f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Aug 2013 08:45:26 +0200 Subject: php-Smarty: 3.1.14 (backport) --- php-Smarty-3.1.11-CVE-2012-4437.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 php-Smarty-3.1.11-CVE-2012-4437.patch (limited to 'php-Smarty-3.1.11-CVE-2012-4437.patch') diff --git a/php-Smarty-3.1.11-CVE-2012-4437.patch b/php-Smarty-3.1.11-CVE-2012-4437.patch deleted file mode 100644 index 1f5d4d5..0000000 --- a/php-Smarty-3.1.11-CVE-2012-4437.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- libs/Smarty.class.php~ 2012-06-30 16:00:24.000000000 -0500 -+++ libs/Smarty.class.php 2012-09-20 07:30:54.070817148 -0500 -@@ -1481,6 +1481,9 @@ - * @package Smarty - */ - class SmartyException extends Exception { -+ public function __construct($message) { -+ $this->message = htmlentities($message); -+ } - } - - /** -- cgit