From oli@aker.isnic.is  Tue Aug 17 16:04:56 2004
Return-Path: <oli@aker.isnic.is>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B2CF016A4CE; Tue, 17 Aug 2004 16:04:56 +0000 (GMT)
Received: from aker.isnic.is (aker.isnic.is [193.4.58.91])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7CC5443D46; Tue, 17 Aug 2004 16:04:56 +0000 (GMT)
	(envelope-from oli@aker.isnic.is)
Received: by aker.isnic.is (Postfix, from userid 1000)
	id 41C4C8A1C6; Tue, 17 Aug 2004 16:04:55 +0000 (GMT)
Message-Id: <20040817160455.41C4C8A1C6@aker.isnic.is>
Date: Tue, 17 Aug 2004 16:04:55 +0000 (GMT)
From: Olafur Osvaldsson <oli@isnic.is>
Reply-To: Olafur Osvaldsson <ol@isnic.isi>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ale@FreeBSD.org
Subject: [PATCH] lang/php5: Update to 5.0.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         70580
>Category:       ports
>Synopsis:       [PATCH] lang/php5: Update to 5.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 17 16:10:24 GMT 2004
>Closed-Date:    Mon Aug 23 13:20:22 GMT 2004
>Last-Modified:  Mon Aug 23 13:20:22 GMT 2004
>Originator:     Olafur Osvaldsson
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
ISNIC
>Environment:
System: FreeBSD aker.isnic.is 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #7: Thu Aug 5 10:31:56 GMT 2004 oli@aker.isnic.is:/usr/obj/usr/src/sys/HP360 i386


	
>Description:
	
Update to 5.0.1

Maintainer ale@FreeBSD.org cc'd.

>How-To-Repeat:
	
>Fix:

	

--- php5.diff begins here ---
diff -ruN php5.orig/Makefile php5/Makefile
--- php5.orig/Makefile	Tue Aug 17 16:00:25 2004
+++ php5/Makefile	Tue Aug 17 13:54:53 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	php5
-PORTVERSION=	5.0.0
-PORTREVISION?=	2
+PORTVERSION=	5.0.1
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP:S,$,:release,} \
 		http://downloads.php.net/ilia/:rc \
diff -ruN php5.orig/distinfo php5/distinfo
--- php5.orig/distinfo	Tue Aug 17 16:00:25 2004
+++ php5/distinfo	Tue Aug 17 14:04:46 2004
@@ -1,2 +1,2 @@
-MD5 (php-5.0.0.tar.bz2) = 562b7ad1e903248bbe77884cb904b8b7
-SIZE (php-5.0.0.tar.bz2) = 4554054
+MD5 (php-5.0.1.tar.bz2) = b12042826ddba29fba3ae5a2eac3c391
+SIZE (php-5.0.1.tar.bz2) = 4569781
diff -ruN php5.orig/files/patch-sapi::apache::mod_php5.c php5/files/patch-sapi::apache::mod_php5.c
--- php5.orig/files/patch-sapi::apache::mod_php5.c	Tue Aug 17 16:00:25 2004
+++ php5/files/patch-sapi::apache::mod_php5.c	Thu Jan  1 00:00:00 1970
@@ -1,11 +0,0 @@
---- sapi/apache/mod_php5.c.orig	Thu Jul 15 09:29:05 2004
-+++ sapi/apache/mod_php5.c	Thu Jul 15 09:30:01 2004
-@@ -485,7 +485,7 @@
- 		tmp = uudecode(r->pool, authorization);
- 		SG(request_info).auth_user = NULL;
- 		tmp_user = getword_nulls_nc(r->pool, &tmp, ':');
--		if (SG(request_info).auth_user) {
-+		if (tmp_user) {
- 			r->connection->user = pstrdup(r->connection->pool, tmp_user);
- 			r->connection->ap_auth_type = "Basic";
- 			SG(request_info).auth_user = estrdup(tmp_user);
--- php5.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: thierry 
Responsible-Changed-When: Tue Aug 17 18:02:35 GMT 2004 
Responsible-Changed-Why:  

Since this is not critical, it will be handled by the maintainer. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=70580 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Mon Aug 23 13:19:41 GMT 2004 
State-Changed-Why:  
Just committed, thanks for the submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70580 
>Unformatted:
