From owner-freebsd-questions@FreeBSD.ORG Fri Jan 16 08:14:20 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 66A93106566B for ; Fri, 16 Jan 2009 08:14:20 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id E89798FC21 for ; Fri, 16 Jan 2009 08:14:19 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by ug-out-1314.google.com with SMTP id 30so15554ugs.39 for ; Fri, 16 Jan 2009 00:14:18 -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 :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=VmaLnCWauZv3EAaDUz/DAbIwYddEim6iEzz3iG6QKwk=; b=AQVMot7NEATnlRtfYOjakrNXszdcV1W0Vbm0Q/PPNs+EWnHXfFvYSYEfgprt7nEiWJ 1rFZ7hh3TJ7ybAVezay5yJmfAr2Vccp0HrLxtgoZmd9cAIZRtqHkDK+z3epnyP4M89FB HG5nivIWqxRME+O6NUAOEUBhrrERVQ85glPb8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=OuQOh1jp8/PJgu2Y8qpO4qG+3ebHYYtIivA/f/2KTgEppRBY5M/IW/qSRkPOsIRucC pDu55YDBUDNCXrtZvLKOLuIzaIY7z4R10c5BoSxY8otXULBAS2d9X4Le0uToonuDzaEZ Vq3p6Cit4y6T7+Dl5mjUrwBFWBkj1tiD0OTQo= Received: by 10.67.32.18 with SMTP id k18mr142077ugj.27.1232093658769; Fri, 16 Jan 2009 00:14:18 -0800 (PST) Received: from joshua.freebsdgr.org (athedsl-291314.home.otenet.gr [85.73.185.144]) by mx.google.com with ESMTPS id k1sm773043ugf.3.2009.01.16.00.14.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 16 Jan 2009 00:14:18 -0800 (PST) Message-ID: <497041D7.9000601@gmail.com> Date: Fri, 16 Jan 2009 10:14:15 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.19 (X11/20090104) MIME-Version: 1.0 To: perikillo References: <51d7a5160901152319n6d05e02raa9e58a5f201313c@mail.gmail.com> In-Reply-To: <51d7a5160901152319n6d05e02raa9e58a5f201313c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List 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 08:14:20 -0000 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.