diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-08-18 00:40:11 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-08-18 00:40:11 +0800 |
commit | 132725827af8a996456ff471636ffc76656f6468 (patch) | |
tree | 47919f6bfd1de131bb99f3e572d9417c506cbf30 /www | |
parent | 7b235d9065f28c2a3604ea98951ac05c23f72389 (diff) | |
download | freebsd-ports-gnome-132725827af8a996456ff471636ffc76656f6468.tar.gz freebsd-ports-gnome-132725827af8a996456ff471636ffc76656f6468.tar.zst freebsd-ports-gnome-132725827af8a996456ff471636ffc76656f6468.zip |
- Mark DEPRECATED as upstream is dead and has marked this EOL [1],
which is not good for a port that is supposed to improve security.
Suggest using nginx+php-fpm with a separate user for each site.
[1] https://lists.marsching.com/pipermail/suphp/2013-May/002554.html
Diffstat (limited to 'www')
-rw-r--r-- | www/suphp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile index f4523a9cc1f5..674948a8693e 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://www.suphp.org/download/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Securely execute PHP scripts under Apache +DEPRECATED= Upstream dead, EOL: https://lists.marsching.com/pipermail/suphp/2013-May/002554.html +EXPIRATION_DATE=2013-12-17 + GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal:env automake autoconf:env libtool:env AUTOMAKE_ARGS+= --add-missing |