Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2013 16:40:12 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324854 - head/www/suphp
Message-ID:  <201308171640.r7HGeCfS015617@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308171640.r7HGeCfS015617>