From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 17 16:10:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14F0F16A4E2 for ; Tue, 17 Aug 2004 16:10:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E319D43D41 for ; Tue, 17 Aug 2004 16:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7HGAO4K047188 for ; Tue, 17 Aug 2004 16:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7HGAOMe047187; Tue, 17 Aug 2004 16:10:24 GMT (envelope-from gnats) Resent-Date: Tue, 17 Aug 2004 16:10:24 GMT Resent-Message-Id: <200408171610.i7HGAOMe047187@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olafur Osvaldsson 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ale@FreeBSD.org Subject: ports/70580: [PATCH] lang/php5: Update to 5.0.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Olafur Osvaldsson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 16:10:25 -0000 >Number: 70580 >Category: ports >Synopsis: [PATCH] lang/php5: Update to 5.0.1 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 17 16:10:24 GMT 2004 >Closed-Date: >Last-Modified: >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: >Unformatted: