svn commit: r324854 - head/www/suphp

Bryan Drewery bdrewery at FreeBSD.org
Sat Aug 17 16:40:12 UTC 2013


Author: bdrewery
Date: Sat Aug 17 16:40:11 2013
New Revision: 324854
URL: http://svnweb.freebsd.org/changeset/ports/324854

Log:
  - 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

Modified:
  head/www/suphp/Makefile

Modified: head/www/suphp/Makefile
==============================================================================
--- head/www/suphp/Makefile	Sat Aug 17 16:33:26 2013	(r324853)
+++ head/www/suphp/Makefile	Sat Aug 17 16:40:11 2013	(r324854)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://www.suphp.org/downl
 MAINTAINER=	ports at 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


More information about the svn-ports-head mailing list