]> git.pld-linux.org Git - packages/ZendFramework.git/commitdiff
up to 1.12.15, Released 2015-08-11 auto/th/ZendFramework-1.12.15-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 17 Aug 2015 11:19:07 +0000 (14:19 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 17 Aug 2015 11:20:52 +0000 (14:20 +0300)
ZendFramework-deps.patch
ZendFramework.spec

index c24fb4761c79b7fe5fca0719127192e17924dc03..06066ff4a95f5999cf6372d7b6e52a974a24a6ba 100644 (file)
 +class Zend_Service_Audioscrobbler_Exception extends Exception
 +{
 +}
---- ZendFramework-1.12.4/library/Zend/Xml/Security.php~        2014-05-19 22:41:57.000000000 +0300
-+++ ZendFramework-1.12.4/library/Zend/Xml/Security.php 2014-05-19 23:12:43.208009810 +0300
-@@ -39,7 +39,7 @@
-     protected static function heuristicScan($xml)
+--- ZendFramework-1.12.15/library/Zend/Xml/Security.php~       2015-08-17 14:18:52.000000000 +0300
++++ ZendFramework-1.12.15/library/Zend/Xml/Security.php        2015-08-17 14:19:42.795236199 +0300
+@@ -40,6 +40,7 @@
      {
-         if (strpos($xml, '<!ENTITY') !== false) {
--            require_once 'Exception.php';
-+            require_once 'Zend/Xml/Exception.php';
-             throw new Zend_Xml_Exception(self::ENTITY_DETECT);
+         foreach (self::getEntityComparison($xml) as $compare) {
+             if (strpos($xml, $compare) !== false) {
++                require_once 'Zend/Xml/Exception.php';
+                 throw new Zend_Xml_Exception(self::ENTITY_DETECT);
+             }
          }
-     }
 @@ -96,7 +96,7 @@
              foreach ($dom->childNodes as $child) {
                  if ($child->nodeType === XML_DOCUMENT_TYPE_NODE) {
index bf87f6a29329ea51166eae9217bbb515faabc2e4..be0650c2f30ea8c7497e49ce45d4c50340a1c623 100644 (file)
 Summary:       Zend Framework
 Summary(pl.UTF-8):     Szkielet Zend
 Name:          ZendFramework
-Version:       1.12.11
+Version:       1.12.15
 Release:       1
 License:       New BSD License
 Group:         Development/Languages/PHP
 Source0:       http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: fb05390d22bb0ab9b340c456c4b25af5
+# Source0-md5: 933b37f96ff7fa6efdc69f9f8cc99839
 Source1:       http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}-manual-en.tar.gz
-# Source1-md5: ca6ab6b20ca0a0f32b680c8111404286
+# Source1-md5: ed18cb5ddab7889ab9c9df2254d0514e
 Source2:       %{name}-find-lang.sh
 Patch0:                %{name}-additional-locales.patch
 Patch1:                %{name}-deps.patch
This page took 0.046208 seconds and 4 git commands to generate.