From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 28 20:17:16 2007 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C87D16A469; Wed, 28 Nov 2007 20:17:16 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 364E113C447; Wed, 28 Nov 2007 20:17:16 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id CB2D4EC274A; Thu, 29 Nov 2007 04:00:55 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id A58uHdZASmTk; Thu, 29 Nov 2007 04:00:49 +0800 (CST) Received: from charlie.delphij.net (71.5.7.139.ptr.us.xo.net [71.5.7.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 551C8EC2748; Thu, 29 Nov 2007 04:00:48 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:content-type; b=NRrrQruey6TzgyxU8gbJ2nVtmjR12LGY8rrZnnxhUxD0JFSerCqbPtG72OlQmhNrH 6mYIW/8mN9pJUl2kcl7UA== Message-ID: <474DC8E2.7060609@delphij.net> Date: Wed, 28 Nov 2007 12:00:34 -0800 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Remko Lodder , ale@freebsd.org References: <9a89bfc60711280425s5beec8f0w48ddd195479b76cf@mail.gmail.com> <8d23ec860711280456j6705df5dk128cee1c08467fc4@mail.gmail.com> <474D6FAB.1070000@FreeBSD.org> In-Reply-To: <474D6FAB.1070000@FreeBSD.org> X-Enigmail-Version: 0.95.5 Content-Type: multipart/mixed; boundary="------------030702020104050308020500" Cc: freebsd-bugs@freebsd.org, Schiz0 , Alexander Berjoza Subject: Re: Some error in php4-4.4.7_2 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2007 20:17:16 -0000 This is a multi-part message in MIME format. --------------030702020104050308020500 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Remko Lodder wrote: [snip] > If you offer this solution please do not forget to notice that this is > at your own risk, we do not identify vulnerabilities for nothing and > you can be under risk doing this. Please consider carefully; or use a > supported (by the PHP team) version of PHP which has no known > vulnerabilities at the moment (the 5.x branch at the moment). Given that php4 will be dropped by the PHP team, I would propose the attached patch. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHTcjihcUczkLqiksRAmQqAJ491A7XwphXbqdZgiSF+o9HWre+0wCgkZwJ kR2jXck98tnoH5vruZcFBOQ= =6882 -----END PGP SIGNATURE----- --------------030702020104050308020500 Content-Type: text/x-patch; name="patch-php4-deprecation.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-php4-deprecation.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/php4/Makefile,v retrieving revision 1.118 diff -u -p -r1.118 Makefile --- Makefile 3 Oct 2007 23:22:03 -0000 1.118 +++ Makefile 28 Nov 2007 19:59:35 -0000 @@ -19,6 +19,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:re MAINTAINER?= ale@FreeBSD.org COMMENT?= PHP Scripting Language (Apache Module and CLI) +DEPRECATED= PHP 4.x will reach EoL soon, see http://www.php.net/ for more information +EXPIRATION_DATE=2008-08-08 + LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes --------------030702020104050308020500--