summaryrefslogtreecommitdiff
path: root/lang/php53/files
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2011-08-24 06:48:07 +0000
committerAlex Dupre <ale@FreeBSD.org>2011-08-24 06:48:07 +0000
commit695204e38334d9ae4f8eaba39eca72aef8dadf1e (patch)
tree9272354bba8e9ba143c4ef2538425b2ee8b893cb /lang/php53/files
parentAdd missed newline separator. (diff)
Update to 5.3.8 release.
Notes
Notes: svn path=/head/; revision=280323
Diffstat (limited to 'lang/php53/files')
-rw-r--r--lang/php53/files/patch-ext_standard_php_crypt_r.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php53/files/patch-ext_standard_php_crypt_r.c b/lang/php53/files/patch-ext_standard_php_crypt_r.c
deleted file mode 100644
index e2e5ed8e04ae..000000000000
--- a/lang/php53/files/patch-ext_standard_php_crypt_r.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/standard/php_crypt_r.c.orig 2011-08-22 09:54:16.000000000 +0200
-+++ ext/standard/php_crypt_r.c 2011-08-22 09:54:49.000000000 +0200
-@@ -382,7 +382,7 @@
- /* Now make the output string */
- memcpy(passwd, MD5_MAGIC, MD5_MAGIC_LEN);
- strlcpy(passwd + MD5_MAGIC_LEN, sp, sl + 1);
-- strlcat(passwd, "$", 1);
-+ strcat(passwd, "$");
-
- PHP_MD5Final(final, &ctx);
-