From nobody@FreeBSD.org  Tue Mar 25 10:37:00 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 596DB81F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 Mar 2014 10:37:00 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 469DF8BC
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 Mar 2014 10:37:00 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2PAaxrx080523
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 25 Mar 2014 10:36:59 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2PAaxWt080519;
	Tue, 25 Mar 2014 10:36:59 GMT
	(envelope-from nobody)
Message-Id: <201403251036.s2PAaxWt080519@cgiserv.freebsd.org>
Date: Tue, 25 Mar 2014 10:36:59 GMT
From: Reko Turja <reko.turja@liukuma.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: security/php-suhosin upgrade to 0.9.35
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         187925
>Category:       ports
>Synopsis:       security/php-suhosin upgrade to 0.9.35
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 25 10:40:00 UTC 2014
>Closed-Date:    Wed Mar 26 13:21:23 UTC 2014
>Last-Modified:  Wed Mar 26 13:30:00 UTC 2014
>Originator:     Reko Turja
>Release:        10.0-RELEASE-p1
>Organization:
N/A
>Environment:
>Description:
There is new version of suhosin available that's compatible with recent php versions.
>How-To-Repeat:

>Fix:
On 10.0 machine updating the port was simple: removing security/php-suhosin/files directory (the patches seem to be unnecessary with new suhosin version) and setting the Makefile PORTVERSION to 0.9.35.
I set DEFAULT_PHP_VER=54 as that the version I'm using, but I guess it's unnecessary.

After doing to edits I grabbed the new checksums using "make makesum" and did "make install"

Suhosin compiled and installed cleanly without warnings/errors using:
FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 Target: x86_64-unknown-freebsd10.0 Thread model: posix

and has been running nicely in my system for several days now.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 25 10:40:04 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187925 

From: "Reko Turja" <reko.turja@liukuma.net>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/187925: security/php-suhosin upgrade to 0.9.35
Date: Tue, 25 Mar 2014 13:48:24 +0200

 Looks like the new suhosin is supported officially only on >=php54 so for 
 the older version of suhosin needs to be used for earlier versions of php. 
 That is way over my head as the Makefile logic goes...
 
 -Reko 
 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Wed Mar 26 13:21:09 UTC 2014 
State-Changed-Why:  
Updated, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187925 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187925: commit references a PR
Date: Wed, 26 Mar 2014 13:20:53 +0000 (UTC)

 Author: ale
 Date: Wed Mar 26 13:20:50 2014
 New Revision: 349251
 URL: http://svnweb.freebsd.org/changeset/ports/349251
 QAT: https://qat.redports.org/buildarchive/r349251/
 
 Log:
   Update to 0.9.35 release with support for PHP 5.4+.
   
   PR:		ports/187925
   Submitted by:	Reko Turja <reko.turja@liukuma.net>
 
 Deleted:
   head/security/php-suhosin/files/
 Modified:
   head/security/php-suhosin/Makefile
   head/security/php-suhosin/distinfo
 
 Modified: head/security/php-suhosin/Makefile
 ==============================================================================
 --- head/security/php-suhosin/Makefile	Wed Mar 26 13:18:13 2014	(r349250)
 +++ head/security/php-suhosin/Makefile	Wed Mar 26 13:20:50 2014	(r349251)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	suhosin
 -PORTVERSION=	0.9.33
 +PORTVERSION=	0.9.35
  CATEGORIES=	security
  MASTER_SITES=	http://download.suhosin.org/
  PKGNAMEPREFIX=	php-
 @@ -11,16 +11,18 @@ EXTRACT_SUFX=	.tgz
  MAINTAINER=	ale@FreeBSD.org
  COMMENT=	A PHP extension that implements high-level protections
  
 +LICENSE=	PHP301
 +
 +OPTIONS_DEFINE=	EXAMPLES
 +
  USE_PHP=	yes
  USE_PHPEXT=	yes
 -DEFAULT_PHP_VER=53
 -IGNORE_WITH_PHP=5 55
 +IGNORE_WITH_PHP=53
  
  CONFIGURE_ARGS=	--enable-suhosin
  
 -NO_STAGE=	yes
  post-install:
 -	${MKDIR} ${EXAMPLESDIR}
 -	${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${EXAMPLESDIR}
 +	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 +	${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${STAGEDIR}${EXAMPLESDIR}
  
  .include <bsd.port.mk>
 
 Modified: head/security/php-suhosin/distinfo
 ==============================================================================
 --- head/security/php-suhosin/distinfo	Wed Mar 26 13:18:13 2014	(r349250)
 +++ head/security/php-suhosin/distinfo	Wed Mar 26 13:20:50 2014	(r349251)
 @@ -1,2 +1,2 @@
 -SHA256 (suhosin-0.9.33.tgz) = 865b1c72bae9a5a710fe0b07a0635556ce6c838653ec364d2a2a6e6f594529c5
 -SIZE (suhosin-0.9.33.tgz) = 104488
 +SHA256 (suhosin-0.9.35.tgz) = 19de2eb1b6060bd09fda18bb2402dbcc14bd55aa366a482f37a55501b9980f21
 +SIZE (suhosin-0.9.35.tgz) = 129287
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
