diff options
| -rw-r--r-- | php-Smarty-3.1.11-CVE-2012-4437.patch | 12 | ||||
| -rw-r--r-- | php-Smarty.spec | 10 | 
2 files changed, 8 insertions, 14 deletions
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); -+    } - } -  - /** diff --git a/php-Smarty.spec b/php-Smarty.spec index 1c712ba..9d37a0f 100644 --- a/php-Smarty.spec +++ b/php-Smarty.spec @@ -1,9 +1,9 @@  Name:           php-Smarty  Summary:        Template/Presentation Framework for PHP -Version:        3.1.13 +Version:        3.1.14  Release:        1%{?dist} -Source0:         http://www.smarty.net/files/Smarty-%{version}.tar.gz +Source0:        http://www.smarty.net/files/Smarty-%{version}.tar.gz  URL:            http://www.smarty.net  License:        LGPLv2+  Group:          Development/Libraries @@ -56,6 +56,12 @@ rm -rf $RPM_BUILD_ROOT  %changelog +* Thu Aug 08 2013 Remi Collet <RPMS@FamilleCollet.com> - 3.1.14-1 +- backport 3.1.14 for remi repo + +* Thu Aug 08 2013 Johan Cwiklinski <johan AT x-tnd DOT ber> - 3.1.14-1 +- Last upstream release +  * Tue Feb 12 2013 Remi Collet <RPMS@FamilleCollet.com> - 3.1.12-1  - backport 3.1.13 for remi repo  | 
