From owner-freebsd-questions@FreeBSD.ORG Thu Jul 8 14:42:18 2010 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 6576F1065673 for ; Thu, 8 Jul 2010 14:42:18 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (constellation.thenetnow.com [207.112.4.14]) by mx1.freebsd.org (Postfix) with ESMTP id 324618FC12 for ; Thu, 8 Jul 2010 14:42:17 +0000 (UTC) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANTPC) by constellation.thenetnow.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1OWsIg-000Hve-LD for freebsd-questions@freebsd.org; Thu, 08 Jul 2010 10:42:07 -0400 Message-ID: <88CA609907F642CEBD78A538B4B823EA@GRANTPC> From: "Grant Peel" To: Date: Thu, 8 Jul 2010 10:41:55 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5843 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Ports PHP 4.4.9 - GD Extension 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: Thu, 08 Jul 2010 14:42:18 -0000 Hi all, I am attempting to insall the GD PHP extension on FreeBSD 8 and am = getting this at build time. (I need to have a php4 and mysql 4 server = for compatability reasons). It appears that the PNG version the port is trying to build has a = security issue. How can I work arround this (I really need the GD = extension). Any help would be appreciated. ds9# pwd /usr/ports/lang/php4-extensions ds9# make =3D=3D=3D> Vulnerability check disabled, database not found =3D=3D=3D> License check disabled, port has not defined LICENSE =3D=3D=3D> Found saved configuration for php4-extensions-1.0 =3D=3D=3D> Extracting for php4-extensions-1.0 =3D=3D=3D> Patching for php4-extensions-1.0 =3D=3D=3D> php4-extensions-1.0 depends on file: = /usr/local/include/php/main/php.h - found =3D=3D=3D> php4-extensions-1.0 depends on file: = /usr/local/lib/php/20020429/gd.so - not found =3D=3D=3D> Verifying install for /usr/local/lib/php/20020429/gd.so in = /usr/ports/graphics/php4-gd =3D=3D=3D> Vulnerability check disabled, database not found =3D=3D=3D> License check disabled, port has not defined LICENSE =3D=3D=3D> Found saved configuration for php4-gd-4.4.9_4 =3D=3D=3D> Extracting for php4-gd-4.4.9_4 =3D> MD5 Checksum OK for php-4.4.9.tar.bz2. =3D> SHA256 Checksum OK for php-4.4.9.tar.bz2. =3D=3D=3D> Patching for php4-gd-4.4.9_4 =3D=3D=3D> Applying FreeBSD patches for php4-gd-4.4.9_4 =3D=3D=3D> php4-gd-4.4.9_4 depends on file: /usr/local/bin/phpize - = found =3D=3D=3D> php4-gd-4.4.9_4 depends on file: = /usr/local/libdata/pkgconfig/xpm.pc - found =3D=3D=3D> php4-gd-4.4.9_4 depends on file: = /usr/local/bin/autoconf-2.62 - found =3D=3D=3D> php4-gd-4.4.9_4 depends on shared library: freetype.9 - = found =3D=3D=3D> php4-gd-4.4.9_4 depends on shared library: png.6 - not = found =3D=3D=3D> Verifying install for png.6 in /usr/ports/graphics/png =3D=3D=3D> png-1.4.1_1 is forbidden: vulnerable to remote buffer = overflow. *** Error code 1 Stop in /usr/ports/graphics/png. *** Error code 1 Stop in /usr/ports/graphics/php4-gd. *** Error code 1 Stop in /usr/ports/graphics/php4-gd. *** Error code 1 Stop in /usr/ports/lang/php4-extensions. *** Error code 1 Stop in /usr/ports/lang/php4-extensions. ds9# -Grant