diff options
Diffstat (limited to 'www/suphp')
| -rw-r--r-- | www/suphp/files/pkg-message.in | 6 | ||||
| -rw-r--r-- | www/suphp/pkg-message | 22 |
2 files changed, 20 insertions, 8 deletions
diff --git a/www/suphp/files/pkg-message.in b/www/suphp/files/pkg-message.in index 1da8876bebc1..74776312371a 100644 --- a/www/suphp/files/pkg-message.in +++ b/www/suphp/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM SuPHP has no upstream maintainer and thus is not actively having bugs and security issues addressed. @@ -14,3 +17,6 @@ The port maintainer's thoughts on sandboxing PHP are here: An overview of using PHP-FPM for application sandboxing is here: http://blog.shatow.net/post/2013-11-27-sandboxing-php-part2.markdown +EOM +} +] diff --git a/www/suphp/pkg-message b/www/suphp/pkg-message index 03fbca741ad6..4fff9541ecb2 100644 --- a/www/suphp/pkg-message +++ b/www/suphp/pkg-message @@ -1,13 +1,16 @@ ----------------------------------------------------------------- +[ +{ type: install + message: <<EOM For help on using this module, please see the suPHP homepage: http://www.suphp.org/ Using suPHP can break some PHP-scripts, because of Apache's CGI interface. ------------------------------------------------------------------ - ------------------------------------------------------------------ +EOM +} +{ type: upgrade, maximum_version: 0.6 + message: <<EOM For those migrating from suPHP 0.5.x, be aware there are many changes since 0.6.x that can cause your current Apache environment to stop working or behave oddly. Here are two migration tips: @@ -43,9 +46,10 @@ Since suPHP 0.6.x, you should use the following: Otherwise, Apache will begin serving PHP files as downloadable content, rather than parse them with the PHP interpreter. ------------------------------------------------------------------ - ------------------------------------------------------------------ +EOM +} +{ type: upgrade, maximum_version: 0.7 + message: <<EOM For those versions upgraded from 0.6.x to 0.7.x. There are some new features and changes for the configuration file: @@ -56,4 +60,6 @@ new features and changes for the configuration file: These changes may lead to internal server error if without modifications of the configuration file from previous version. ------------------------------------------------------------------ +EOM +} +] |
