From mm@mail2.vx.sk  Fri Dec 10 10:51:59 2010
Return-Path: <mm@mail2.vx.sk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6259C106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Dec 2010 10:51:59 +0000 (UTC)
	(envelope-from mm@mail2.vx.sk)
Received: from mail2.vx.sk (mail2.vx.sk [IPv6:2a01:4f8:100:84a3::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 0DB308FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Dec 2010 10:51:59 +0000 (UTC)
Received: from neo.vx.sk (localhost [127.0.0.1])
	by mail2.vx.sk (Postfix) with ESMTP id 6A2A82805F;
	Fri, 10 Dec 2010 11:51:58 +0100 (CET)
Received: from mail2.vx.sk ([127.0.0.1])
	by neo.vx.sk (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id YuB6KV46c93M; Fri, 10 Dec 2010 11:51:47 +0100 (CET)
Received: by mail2.vx.sk (Postfix, from userid 1001)
	id 7A5D428056; Fri, 10 Dec 2010 11:51:47 +0100 (CET)
Message-Id: <20101210105147.7A5D428056@mail2.vx.sk>
Date: Fri, 10 Dec 2010 11:51:47 +0100 (CET)
From: Martin Matuska <mm@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: admin@lissyara.su
Subject: [PATCH] lang/php52: update to 5.2.15
X-Send-Pr-Version: 3.113
X-GNATS-Notify: admin@lissyara.su

>Number:         152981
>Category:       ports
>Synopsis:       [PATCH] lang/php52: update to 5.2.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 10 11:00:16 UTC 2010
>Closed-Date:    Fri Dec 10 12:41:57 UTC 2010
>Last-Modified:  Fri Dec 10 22:30:10 UTC 2010
>Originator:     Martin Matuska
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD neo.vx.sk 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #4 r216016M: Sun Nov 28 22:11:40 CET
>Description:
- Update to 5.2.15
- FPM and suhosin patches from 5.2.14 are compatible
- tested building all extensions in tinderbox

Port maintainer (admin@lissyara.su) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- php52-5.2.15.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/php52/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	4 Dec 2010 07:32:24 -0000	1.11
+++ Makefile	10 Dec 2010 10:47:53 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	php52
-PORTVERSION=	5.2.14
-PORTREVISION=	1
+PORTVERSION=	5.2.15
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP}
 MASTER_SITE_SUBDIR=	distributions
@@ -48,7 +47,7 @@
 		FPM "Enable fastcgi process manager (CGI only)" off \
 		PATHINFO "Enable path-info-check support (CGI only)" on
 
-CONFLICTS=	php4-4* php5-5.3*
+#CONFLICTS=	php4-4* php5-5.3*
 
 MAN1=		php-config.1 phpize.1
 
@@ -60,7 +59,7 @@
 . if defined(WITHOUT_FASTCGI)
 IGNORE=		FPM requires FastCGI support
 . endif
-PATCHFILES+=	php-${PORTVERSION}-fpm-0.5.14-freebsd.patch.gz
+PATCHFILES+=	php-5.2.14-fpm-0.5.14-freebsd.patch.gz
 PATCH_SITES+=	${MASTER_SITE_LOCAL}
 PATCH_SITE_SUBDIR+=	mm
 LIB_DEPENDS+=	event-1.4:${PORTSDIR}/devel/libevent
@@ -88,7 +87,7 @@
 .endif
 
 .if !defined(WITHOUT_SUHOSIN)
-PATCHFILES+=	suhosin-patch-${PORTVERSION}-0.9.7.patch.gz:suhosin
+PATCHFILES+=	suhosin-patch-5.2.14-0.9.7.patch.gz:suhosin
 PATCH_SITES+=	http://download.suhosin.org/:suhosin
 PLIST_SUB+=	SUHOSIN=""
 .else
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/lang/php52/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	26 Jul 2010 08:56:15 -0000	1.4
+++ distinfo	10 Dec 2010 10:47:53 -0000
@@ -1,12 +1,8 @@
-MD5 (php-5.2.14.tar.bz2) = bfdfc0e62fe437020cc04078269d1414
-SHA256 (php-5.2.14.tar.bz2) = 515b5fd41258798d59b93d86b0d752ab0b03e5738c32af444fba1907763c2bd1
-SIZE (php-5.2.14.tar.bz2) = 9055945
-MD5 (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 4f619a6189a8002813070ba70a93062b
+SHA256 (php-5.2.15.tar.bz2) = ecae6d397b929181233f7bf0294662c066e2d2b05fb61b69af1e50b9e28b585b
+SIZE (php-5.2.15.tar.bz2) = 9089791
 SHA256 (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 354ce451417d14ef47761ae55147e9cee30fa0ff6f59447da021194c539f4d7f
 SIZE (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 43550
-MD5 (suhosin-patch-5.2.14-0.9.7.patch.gz) = 84cf0142b8a3637b8784b5ee1e6cbc07
 SHA256 (suhosin-patch-5.2.14-0.9.7.patch.gz) = bd03ade44673f7e6fa116d746350f16c60be7170d6c41816a2d51faaeb5a31ae
 SIZE (suhosin-patch-5.2.14-0.9.7.patch.gz) = 23057
-MD5 (php-5.2.10-mail-header.patch) = 7f73682e78d32e22989c3fb3678d668b
 SHA256 (php-5.2.10-mail-header.patch) = a61d50540f4aae32390118453845c380fe935b6d1e46cef6819c8561946e942f
 SIZE (php-5.2.10-mail-header.patch) = 3383
--- php52-5.2.15.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 10 11:00:29 UTC 2010 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152981 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Dec 10 11:00:35 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: admin@lissyara.su
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/152981: [PATCH] lang/php52: update to 5.2.15
Date: Fri, 10 Dec 2010 11:00:33 UT

 Maintainer of lang/php52,
 
 Please note that PR ports/152981 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152981
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Alex Keda <admin@lissyara.su>
To: bug-followup@FreeBSD.org, mm@FreeBSD.org
Cc:  
Subject: Re: ports/152981: [PATCH] lang/php52: update to 5.2.15
Date: Fri, 10 Dec 2010 14:23:28 +0300

 All OK.
 But, may be it
 
 -CONFLICTS=      php4-4* php5-5.3*
 +#CONFLICTS=     php4-4* php5-5.3*
 
 mistake?
 
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152981: commit references a PR
Date: Fri, 10 Dec 2010 12:38:59 +0000 (UTC)

 mm          2010-12-10 12:38:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/php52           Makefile distinfo 
   Log:
   - Update to 5.2.15
   
   PR:             ports/152981
   Approved by:    Alex Keda <admin@lissyara.su> (maintainer)
   
   Revision  Changes    Path
   1.12      +3 -4      ports/lang/php52/Makefile
   1.5       +2 -6      ports/lang/php52/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: mm 
State-Changed-When: Fri Dec 10 12:41:56 UTC 2010 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: Alex Keda <admin@lissyara.su>
To: bug-followup@FreeBSD.org, mm@FreeBSD.org
Cc:  
Subject: Re: ports/152981: [PATCH] lang/php52: update to 5.2.15
Date: Sat, 11 Dec 2010 00:02:09 +0300

 This is a multi-part message in MIME format.
 --------------070205070404080604080303
 Content-Type: text/plain; charset=UTF-8; format=flowed
 Content-Transfer-Encoding: 7bit
 
 It's have problem
 http://bugs.php.net/patch-display.php?bug_id=53516&patch=open_basedir-5.2.15-fix.patch&revision=latest
 
 patch for port in attacment
 (file lang/php52/files/patch-open_basedir::fopen_wrappers.c)
 
 --------------070205070404080604080303
 Content-Type: text/plain;
  name="patch-open_basedir::fopen_wrappers.c.diff"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment;
  filename="patch-open_basedir::fopen_wrappers.c.diff"
 
 ZGlmZiAtcnVOIG1haW4vZm9wZW5fd3JhcHBlcnMuYyBtYWluL2ZvcGVuX3dyYXBwZXJzLmMu
 b3JpZwotLS0gbWFpbi9mb3Blbl93cmFwcGVycy5jLm9yaWcJMjAxMC0xMi0wOSAxODowNDoy
 OS4wMDAwMDAwMDAgKzAxMDAKKysrIG1haW4vZm9wZW5fd3JhcHBlcnMuYwkyMDEwLTEyLTEw
 IDExOjMyOjAyLjAwMDAwMDAwMCArMDEwMApAQCAtMTkyLDcgKzE5Miw3IEBACiAJCWlmIChz
 dHJuY21wKHJlc29sdmVkX2Jhc2VkaXIsIHJlc29sdmVkX25hbWUsIHJlc29sdmVkX2Jhc2Vk
 aXJfbGVuKSA9PSAwKSB7CiAjZW5kaWYKIAkJCWlmIChyZXNvbHZlZF9uYW1lX2xlbiA+IHJl
 c29sdmVkX2Jhc2VkaXJfbGVuICYmCi0JCQkJcmVzb2x2ZWRfbmFtZVtyZXNvbHZlZF9iYXNl
 ZGlyX2xlbl0gIT0gUEhQX0RJUl9TRVBBUkFUT1IpIHsKKwkJCQlyZXNvbHZlZF9uYW1lW3Jl
 c29sdmVkX2Jhc2VkaXJfbGVuIC0gMV0gIT0gUEhQX0RJUl9TRVBBUkFUT1IpIHsKIAkJCQly
 ZXR1cm4gLTE7CiAJCQl9IGVsc2UgewogCQkJCS8qIEZpbGUgaXMgaW4gdGhlIHJpZ2h0IGRp
 cmVjdG9yeSAqLwo=
 --------------070205070404080604080303--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152981: commit references a PR
Date: Fri, 10 Dec 2010 22:24:31 +0000 (UTC)

 mm          2010-12-10 22:24:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/php52           Makefile 
   Added files:
     lang/php52/files     patch-main-fopen_wrappers.c 
   Log:
   - Add patch that fixes PHP bug #53516 (open_basedir not working)
   
   PR:             ports/152981
   Submitted by:   Alex Keda <admin@lissyara.su>
   
   Revision  Changes    Path
   1.13      +1 -0      ports/lang/php52/Makefile
   1.1       +12 -0     ports/lang/php52/files/patch-main-fopen_wrappers.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
