diff options
author | tron <tron> | 2005-08-17 19:58:34 +0000 |
---|---|---|
committer | tron <tron> | 2005-08-17 19:58:34 +0000 |
commit | 0b533de61f9886f00a50888907ab915599359af4 (patch) | |
tree | 1176f5d3b1e7ff0a3324609bc612bea03416aacf /www/php4/PLIST | |
parent | 2aa69c8d4e3efc7776668f849dde5657e5bbe22c (diff) | |
download | pkgsrc-0b533de61f9886f00a50888907ab915599359af4.tar.gz |
Update "php4" package to version 4.4.0. The update fixes a large number
of bugs discovered since the 4.3.11 release which could e.g. lead to
memory corruption.
Furthermore integrate version 1.4.0 of PEAR XML_RPC which contains a fix
for the "PEAR XML_RPC Remote PHP Code Injection Vulnerability" security
problem reported by the Hardened-PHP Project.
Diffstat (limited to 'www/php4/PLIST')
-rw-r--r-- | www/php4/PLIST | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/www/php4/PLIST b/www/php4/PLIST index 915dea51aa6..0205a9a3849 100644 --- a/www/php4/PLIST +++ b/www/php4/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.12 2005/04/11 20:02:57 jdolecek Exp $ +@comment $NetBSD: PLIST,v 1.13 2005/08/17 19:58:34 tron Exp $ bin/pear bin/php bin/php-config -bin/phpextdist bin/phpize etc/pear.conf include/php/Zend/FlexLexer.h @@ -57,6 +56,7 @@ include/php/TSRM/tsrm_config.h include/php/TSRM/readdir.h include/php/TSRM/acconfig.h include/php/TSRM/tsrm_win32.h +include/php/ext/iconv/php_iconv.h include/php/ext/standard/aggregation.h include/php/ext/standard/url_scanner.h include/php/ext/standard/url.h @@ -152,6 +152,7 @@ include/php/ext/mbstring/php_unicode.h include/php/ext/mbstring/php_mbregex.h include/php/ext/mbstring/mbstring.h include/php/ext/pgsql/php_pgsql.h +include/php/include/php_sab_info.h include/php/main/SAPI.h include/php/main/spprintf.h include/php/main/snprintf.h @@ -270,7 +271,9 @@ lib/php/test/HTML_Template_IT/tests/test.php lib/php/test/XML_RPC/tests/protoport.php lib/php/test/XML_RPC/tests/test_Dump.php libexec/cgi-bin/php +man/man1/php-config.1 man/man1/php.1 +man/man1/phpize.1 share/examples/php/php.ini-dist share/examples/php/php.ini-recommended share/php/php.gif @@ -306,6 +309,8 @@ share/php/php.gif @dirrm lib/php/Archive @dirrm include/php/regex @dirrm include/php/main +@dirrm include/php/include +@dirrm include/php/ext/iconv @dirrm include/php/ext/xml/expat @dirrm include/php/ext/xml @dirrm include/php/ext/mbstring/libmbfl/mbfl |