From owner-freebsd-questions@FreeBSD.ORG Fri Jan 16 20:16:44 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B53F106566B for ; Fri, 16 Jan 2009 20:16:44 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id 6844C8FC1D for ; Fri, 16 Jan 2009 20:16:43 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: by ewy14 with SMTP id 14so2688916ewy.19 for ; Fri, 16 Jan 2009 12:16:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=iDYVQfFjVMsTiH3ANFcF827Mr81mMbkvkci2hrGxck0=; b=csD7q+Rd/3B3W3gVMaAExCWuwiGbnWfZlflbkBlcwh6igQOv0VpTldW8mq0T/FyWmz Xn+gkz1fv9fZdR5nn+Sqs5UQE33hmJMIMVJMDlfEZMS8z0C+ysMwM3ujXYCGAJhOXGyU eeYryUusZYMTE7QOgXSKsLgIqSDHqPRJh5OAw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=DrMQo4Q/RaXsrwsLYK/63d5ooLSBII6Hbwbuygw5XvNh/tHCddiOGR288hL7NQBVh/ c0B5AecTpvv2A6ISxaovAReL9bp3TI1VxVtWwagRGIFNgMFuMvWDg0O2ZW2i4afHQUEb IiLsd74KLRVFIam1/jgFqJ0yS7k9aKDK712Ys= Received: by 10.210.11.17 with SMTP id 17mr3673400ebk.113.1232137002238; Fri, 16 Jan 2009 12:16:42 -0800 (PST) Received: by 10.210.40.20 with HTTP; Fri, 16 Jan 2009 12:16:42 -0800 (PST) Message-ID: <51d7a5160901161216y75d6ce6ah4ad8bc16c533a7e5@mail.gmail.com> Date: Fri, 16 Jan 2009 12:16:42 -0800 From: perikillo To: "FreeBSD Mailing List" In-Reply-To: <497041D7.9000601@gmail.com> MIME-Version: 1.0 References: <51d7a5160901152319n6d05e02raa9e58a5f201313c@mail.gmail.com> <497041D7.9000601@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Cannot install php5-gd!!! 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: Fri, 16 Jan 2009 20:16:44 -0000 On Fri, Jan 16, 2009 at 12:14 AM, Manolis Kiagias wrote: > perikillo wrote: > >> Hi people. >> >> I want to install some ports that depends this module php5-gd (phpmyadmin >> example), I update my ports every day, but I still getting this error: >> >> bacula# pwd >> /usr/ports/graphics/php5-gd >> bacula# make install clean >> ===> php5-gd-5.2.8 has known vulnerabilities: >> => php5-gd -- uninitialized memory information disclosure vulnerability. >> Reference: < >> >> http://www.FreeBSD.org/ports/portaudit/58a3c266-db01-11dd-ae30-001cc0377035.html >> => Please update your ports tree and try again. >> *** Error code 1 >> >> Stop in /usr/ports/graphics/php5-gd. >> *** Error code 1 >> >> Stop in /usr/ports/graphics/php5-gd. >> >> I have been trying today, but no success, someone knows anything about >> this? >> >> FreeBSD 6.1-p21 >> >> Thanks for your support!!! >> >> > > Well, it seems it suffers from an unpatched vulnerability. > You can still install it if you really want to, using stg like: > > make install clean -DDISABLE_VULNERABILITIES > > but whether it would be wise to do so, is definitely questionable. > Thanks men. This is a internal server, will not be reachable from outside, but I need some ports that need this package. Thanks for again for your advised, greetings!!!