From owner-freebsd-apache@FreeBSD.ORG Thu Oct 28 10:06:05 2010 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3162106564A for ; Thu, 28 Oct 2010 10:06:05 +0000 (UTC) (envelope-from info@w4r.nl) Received: from smtpq3.gn.mail.iss.as9143.net (smtpq3.gn.mail.iss.as9143.net [212.54.34.166]) by mx1.freebsd.org (Postfix) with ESMTP id 9FA6E8FC08 for ; Thu, 28 Oct 2010 10:06:04 +0000 (UTC) Received: from [212.54.34.136] (helo=smtp5.gn.mail.iss.as9143.net) by smtpq3.gn.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1PBPMx-0008V7-6R for apache@FreeBSD.org; Thu, 28 Oct 2010 12:06:03 +0200 Received: from 541ac554.cm-5-3d.dynamic.ziggo.nl ([84.26.197.84] helo=WERKSTATION1) by smtp5.gn.mail.iss.as9143.net with esmtp (Exim 4.69) (envelope-from ) id 1PBPMr-0003d8-OL for apache@FreeBSD.org; Thu, 28 Oct 2010 12:05:57 +0200 From: "Roger Berger" To: References: <011301cb74f2$73ab1290$5b0137b0$@nl> <4CC70F23.2@p6m7g8.com> In-Reply-To: <4CC70F23.2@p6m7g8.com> Date: Thu, 28 Oct 2010 12:06:02 +0200 Organization: W4R Message-ID: <02e801cb7687$b9ea6580$2dbf3080$@nl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Act1MvINKauCwWeoSPmHDvpniZdUwAAl6vaQ Content-Language: nl X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1PBPMr-0003d8-OL X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-2.91, vereist 5, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_05 -1.11) X-ZiggoSMTP-MailScanner-From: info@w4r.nl X-Spam-Status: No Cc: Subject: RE: FreeBSD Port: www/apache20 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: info@w4r.nl List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 10:06:06 -0000 On 10/26/10 09:44, Roger Berger wrote: >> Hi, >> >> This port is broken due to vulnerability issues in apr0. >> Apache20 will not install on Freebsd 6.4. >You be more explicit with details like messages on the screen ? Sorry, I get this when I try to install apache20: b3# cd /usr/ports/www/apache20/ b3# make install clean ===> apache-2.0.64 depends on file: /usr/local/lib/libcrypto.so.7 - found ===> apache-2.0.64 depends on executable: pkg-config - found ===> apache-2.0.64 depends on file: /usr/local/bin/perl5.8.9 - found ===> apache-2.0.64 depends on file: /usr/local/bin/autoconf-2.68 - found ===> apache-2.0.64 depends on package: libtool>=2.2 - found ===> apache-2.0.64 depends on shared library: expat.6 - found ===> apache-2.0.64 depends on shared library: pcre.0 - found ===> apache-2.0.64 depends on shared library: apr-0 - not found ===> Verifying install for apr-0 in /usr/ports/devel/apr0 ===> apr-0.9.19.0.9.19 has known vulnerabilities: => apr -- multiple vulnerabilities. Reference: => Please update your ports tree and try again. *** Error code 1 Stop in /usr/ports/devel/apr0. *** Error code 1 Stop in /usr/ports/devel/apr0. *** Error code 1 Stop in /usr/ports/www/apache20. b3# I can't install apr0, offcourse that is where it goes wrong. Thanks, Roger