Date: Mon, 16 Oct 2006 09:30:58 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/php4 Makefile ports/lang/php4/files patch-ext_standard_dir.c patch-main_php_open_temporary_file.c patch-php.ini-dist patch-php.ini-recommended ports/lang/php5 Makefile ports/lang/php5/files patch-ext_standard_dir.c patch-main_php_open_temporary_file.c ... Message-ID: <200610160930.k9G9UwJj029252@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ale 2006-10-16 09:30:58 UTC
FreeBSD ports repository
Modified files:
lang/php4 Makefile
lang/php5 Makefile
Added files:
lang/php4/files patch-ext_standard_dir.c
patch-main_php_open_temporary_file.c
patch-php.ini-dist
patch-php.ini-recommended
lang/php5/files patch-ext_standard_dir.c
patch-main_php_open_temporary_file.c
patch-php.ini-dist
patch-php.ini-recommended
Log:
- fix open_basedir vulnerability in php4 and php5 [1]
- add an alert on safe_mode intrinsic insecurity and
suggest to install the suhosin extension
- enable the suhosin patch by deafult also in php4
Submitted by: Thomas Vogt <thomas@bsdunix.ch> [1]
Obtained from: PHP CVS [1]
Approved by: portmgr (clement)
Revision Changes Path
1.106 +3 -3 ports/lang/php4/Makefile
1.1 +20 -0 ports/lang/php4/files/patch-ext_standard_dir.c (new)
1.1 +43 -0 ports/lang/php4/files/patch-main_php_open_temporary_file.c (new)
1.1 +18 -0 ports/lang/php4/files/patch-php.ini-dist (new)
1.1 +18 -0 ports/lang/php4/files/patch-php.ini-recommended (new)
1.104 +1 -1 ports/lang/php5/Makefile
1.1 +20 -0 ports/lang/php5/files/patch-ext_standard_dir.c (new)
1.1 +43 -0 ports/lang/php5/files/patch-main_php_open_temporary_file.c (new)
1.1 +18 -0 ports/lang/php5/files/patch-php.ini-dist (new)
1.1 +18 -0 ports/lang/php5/files/patch-php.ini-recommended (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610160930.k9G9UwJj029252>
