]> git.pld-linux.org Git - packages/php.git/commitdiff
- rel 30; complete patch auto/th/php52-5.2.17-30
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 25 Mar 2013 16:35:39 +0000 (17:35 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 25 Mar 2013 16:35:39 +0000 (17:35 +0100)
php-crypt-null.patch
php.spec

index ee02006281d6d65cb5997d5cdd6ba0a7ce29fbd8..9cf79d070e9651c5303b523d2720ded1ce5eaeba 100644 (file)
@@ -1,5 +1,13 @@
 --- php-5.2.17/ext/standard/crypt.c~   2013-03-25 17:26:27.000000000 +0100
 +++ php-5.2.17/ext/standard/crypt.c    2013-03-25 17:27:42.866436012 +0100
+@@ -118,6 +118,7 @@
+    Encrypt a string */
+ PHP_FUNCTION(crypt)
+ {
++      char *crypt_res;
+       char salt[PHP_MAX_SALT_LEN+1];
+       char *str, *salt_in = NULL;
+       int str_len, salt_in_len;
 @@ -163,7 +163,12 @@
                RETURN_STRING(crypt_r(str, salt, &buffer), 1);
        }
index 4cbc1c6fab4e1dd9b6c0bb50624cd6365f30531e..83253193b22b6bf016892ebbf68958950006ee5d 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -120,7 +120,7 @@ Summary(ru.UTF-8):  PHP Версии 5 - язык препроцессирова
 Summary(uk.UTF-8):     PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
 Version:       5.2.17
-Release:       29
+Release:       30
 Epoch:         4
 License:       PHP
 Group:         Libraries
This page took 0.060275 seconds and 4 git commands to generate.