Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2016 09:24:53 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419999 - head/security/php-suhosin
Message-ID:  <201608100924.u7A9OrSD078811@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Aug 10 09:24:53 2016
New Revision: 419999
URL: https://svnweb.freebsd.org/changeset/ports/419999

Log:
  Suhosin needs session at build time so that it can encrypt the session.
  
  Sponsored by:	Absolight

Modified:
  head/security/php-suhosin/Makefile   (contents, props changed)

Modified: head/security/php-suhosin/Makefile
==============================================================================
--- head/security/php-suhosin/Makefile	Wed Aug 10 09:24:30 2016	(r419998)
+++ head/security/php-suhosin/Makefile	Wed Aug 10 09:24:53 2016	(r419999)
@@ -3,7 +3,7 @@
 
 PORTNAME=	suhosin
 PORTVERSION=	0.9.38
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	http://download.suhosin.org/
 PKGNAMEPREFIX=	php-
@@ -18,6 +18,7 @@ BROKEN_powerpc64=	Does not build
 OPTIONS_DEFINE=	EXAMPLES
 
 USES=		php:ext
+USE_PHP=	session:build
 IGNORE_WITH_PHP=	70
 
 CONFIGURE_ARGS=	--enable-suhosin



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