From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 21:36:44 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 328AF16A400 for ; Mon, 9 Jul 2007 21:36:44 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id D69AC13C447 for ; Mon, 9 Jul 2007 21:36:43 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from localhost ([127.0.0.1] helo=szalbot.homedns.org) by szalbot.homedns.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I80uK-000PVR-Tq; Mon, 09 Jul 2007 23:36:37 +0200 Received: (from www@localhost) by szalbot.homedns.org (8.13.8/8.13.8/Submit) id l69LaZpb098047; Mon, 9 Jul 2007 23:36:35 +0200 (CEST) (envelope-from zbigniew@szalbot.homedns.org) X-Authentication-Warning: szalbot.homedns.org: www set sender to zbigniew@szalbot.homedns.org using -f To: Josh Paetzel X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Mon, 9 Jul 2007 23:36:34 +0200 From: In-Reply-To: <200707091240.24000.josh@tcbug.org> References: <200707091240.24000.josh@tcbug.org> Message-ID: <9a509dabff52cf4193d68c047ee8d127@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: php 4.3.10, manual installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 21:36:44 -0000 Hello, > I would take a look at cvsweb.freebsd.org and find out when PHP 4.3.10 > was in ports, then roll back your ports tree to that date with cvsup > and install it from ports. > > So in this case the commit that updated the port to 4.3.11 was on Mon > April 4 2005, so if you roll back the ports tree to April 1 you'll be > fine. > > You'll need cvsup for this. > > In your ports-supfile add the following line: > > *default date=2005.04.01.00.00.00 > > If you have the current versions of gettext, libtool, m4, perl, and > expat installed you can simply roll back the lang directory with > cvsup, saving you from rolling back the entire tree by commenting out > ports-all, and uncommenting ports-base and ports-lang > > Otherwise, if you want to install the versions of the dependancies > that were current at the time of php 4.3.10 you'll want to roll back > the entire tree. > > After you run cvsup you can just portinstall it or > cd /usr/ports/lang/php4 && make install clean All clear but when I go to install this particular version of PHP I am (rightly) warned about its multiple known vulnerabilities. I read man portinstall but don't think I have seen information how to temporarily switch this security check off when installing a port. Many thanks in advance! Zbigniew Szalbot