]> git.pld-linux.org Git - packages/php.git/commitdiff
- up to 7.2.26; fixes CVE-2019-11046, CVE-2019-11044, CVE-2019-11045, CVE-2019-11050... auto/th/php72-7.2.26-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Dec 2019 19:10:04 +0000 (20:10 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Dec 2019 19:10:04 +0000 (20:10 +0100)
pcre-shared.patch
php.spec

index 8bb03e442f1ca8fa7b4b946a4ac5661c7038a67f..fea37ea44607098513c63d4eabae5aee14b0b51a 100644 (file)
  PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *options);
  PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, int *coptions);
  
-@@ -56,14 +78,18 @@
+@@ -78,18 +78,23 @@ typedef struct {
        int refcount;
  } pcre_cache_entry;
  
 +PCRE_EXTERN
  PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex);
+ PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware);
  
 +PCRE_EXTERN
  PHPAPI void  php_pcre_match_impl(  pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value,
  PHPAPI void  php_pcre_split_impl(  pcre_cache_entry *pce, zend_string *subject_str, zval *return_value,
        zend_long limit_val, zend_long flags);
  
++PCRE_EXTERN
+ PHPAPI void  php_pcre_grep_impl(   pcre_cache_entry *pce, zval *input, zval *return_value,
+       zend_long flags);
 --- php-5.3.1.pcre/ext/pcre/php_pcre.c 2009-11-30 21:38:01.759684456 +0000
 +++ php-7.2.0beta1/ext/pcre/php_pcre.c 2017-07-22 12:42:57.878062137 +0300
 @@ -21,6 +21,9 @@
index 27826e14cf4928f4cf56724ce9df6bd132cc9d40..b738e79c3c37257bd3e46cfad77bdc4818e57977 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -154,7 +154,7 @@ Summary(pt_BR.UTF-8):       A linguagem de script PHP
 Summary(ru.UTF-8):     PHP Версии 7 - язык препроцессирования HTML-файлов, выполняемый на сервере
 Summary(uk.UTF-8):     PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
-Version:       7.2.24
+Version:       7.2.26
 Release:       1
 Epoch:         4
 # All files licensed under PHP version 3.01, except
@@ -163,7 +163,7 @@ Epoch:              4
 License:       PHP 3.01 and Zend and BSD
 Group:         Libraries
 Source0:       https://php.net/distributions/%{orgname}-%{version}.tar.xz
-# Source0-md5: fc1ef05e9157bd33b3bb93d8822b57b8
+# Source0-md5: 7afdc506028e8f48e34afd06b62ca1aa
 Source1:       opcache.ini
 Source2:       %{orgname}-mod_php.conf
 Source3:       %{orgname}-cgi-fcgi.ini
This page took 0.418222 seconds and 4 git commands to generate.