diff options
author | taca <taca@pkgsrc.org> | 2011-10-20 14:30:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-10-20 14:30:55 +0000 |
commit | 2f62a695cde023444397270ff7124db11e8a973f (patch) | |
tree | e79330cc0d2145e9bd32cda56703c78c1387f6d0 /lang/php53 | |
parent | 46b00499ad41cc5888db6c4acca8f9c30ed70cbb (diff) | |
download | pkgsrc-2f62a695cde023444397270ff7124db11e8a973f.tar.gz |
A small correction in comment text of the patch.
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/distinfo | 4 | ||||
-rw-r--r-- | lang/php53/patches/patch-Zend_zend__builtin__functions.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php53/distinfo b/lang/php53/distinfo index 6cf2e40a2d9..7e605eebc73 100644 --- a/lang/php53/distinfo +++ b/lang/php53/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.25 2011/10/20 13:32:20 taca Exp $ +$NetBSD: distinfo,v 1.26 2011/10/20 14:30:55 taca Exp $ SHA1 (php-5.3.8/php-5.3.8.tar.bz2) = 8f29029e092f262876bfdd2ce56f6867e2b74b85 RMD160 (php-5.3.8/php-5.3.8.tar.bz2) = f18a18e2dfd7ea7885760eec2a05b3c4a15ad9db @@ -6,7 +6,7 @@ Size (php-5.3.8/php-5.3.8.tar.bz2) = 11190060 bytes SHA1 (php-5.3.8/suhosin-patch-5.3.7-0.9.10.patch.gz) = 3c38e873584b8f9e325a813cc9b197a342595099 RMD160 (php-5.3.8/suhosin-patch-5.3.7-0.9.10.patch.gz) = 19f789bf49a5fed2cd88b199fd8ac5d1ffa9bdc8 Size (php-5.3.8/suhosin-patch-5.3.7-0.9.10.patch.gz) = 41175 bytes -SHA1 (patch-Zend_zend__builtin__functions.c) = 635480e508bd8159daa3f6e38c8b8d6c14f89b5b +SHA1 (patch-Zend_zend__builtin__functions.c) = 3d734b2137cd0b31ed54725f18059aba67f0de5b SHA1 (patch-aa) = b0dc6cd0b2103d5858280202506b33322a98496e SHA1 (patch-ab) = d08bb50cf074a6065ef0d1d67a713b7573cb2f5b SHA1 (patch-ac) = 1720f154232241c19d0c6e08a824e33252f1b690 diff --git a/lang/php53/patches/patch-Zend_zend__builtin__functions.c b/lang/php53/patches/patch-Zend_zend__builtin__functions.c index 8b5089bca1a..ea337b2115a 100644 --- a/lang/php53/patches/patch-Zend_zend__builtin__functions.c +++ b/lang/php53/patches/patch-Zend_zend__builtin__functions.c @@ -1,6 +1,6 @@ -$NetBSD: patch-Zend_zend__builtin__functions.c,v 1.1 2011/10/20 13:32:20 taca Exp $ +$NetBSD: patch-Zend_zend__builtin__functions.c,v 1.2 2011/10/20 14:30:55 taca Exp $ -* Fix for 2011-3379 from r317183 from PHP's repository. +* Fix for CVE-2011-3379 from r317183 from PHP's repository. --- Zend/zend_builtin_functions.c.orig 2011-08-08 14:54:50.000000000 +0000 +++ Zend/zend_builtin_functions.c |