From owner-freebsd-questions@FreeBSD.ORG Sun Mar 21 13:23:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CF1B16A4CE for ; Sun, 21 Mar 2004 13:23:00 -0800 (PST) Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D97443D1D for ; Sun, 21 Mar 2004 13:23:00 -0800 (PST) (envelope-from rpratt1950@earthlink.net) Received: from user103.net736.fl.sprint-hsd.net ([65.41.157.103] helo=kt.weeble.com) by flamingo.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1B5APK-000136-00; Sun, 21 Mar 2004 13:22:58 -0800 Date: Sun, 21 Mar 2004 16:22:56 -0500 From: Randy Pratt To: Shaun T.Erickson Message-Id: <20040321162256.09e51844.rpratt1950@earthlink.net> X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: phpmyadmin forbidden? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 21:23:00 -0000 On Sun, 21 Mar 2004 15:26:52 -0500 Shaun wrote: > > I wanted to install this on my 5.2.1-p3, but it's forbidden. > Emailing the maintainer got no response. Does anyone know what's up > with this? I'm told it will make my life much easier .... > > -ste You could look at the security entry for phpmyadmin at: http://people.freebsd.org/~eik/portaudit/ That is the list of ports vulnerabilities which /usr/ports/security/portaudit uses. Portaudit is still in development but it seems to work good for me on 4.x. Randy --