Date: Tue, 17 Aug 2004 16:04:55 +0000 (GMT) From: Olafur Osvaldsson <oli@isnic.is> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ale@FreeBSD.org Subject: ports/70580: [PATCH] lang/php5: Update to 5.0.1 Message-ID: <20040817160455.41C4C8A1C6@aker.isnic.is> Resent-Message-ID: <200408171610.i7HGAOMe047187@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040817160455.41C4C8A1C6>