From owner-freebsd-x11@FreeBSD.ORG Mon Sep 20 13:41:08 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1B8316A4CE for ; Mon, 20 Sep 2004 13:41:08 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C0343D31 for ; Mon, 20 Sep 2004 13:41:07 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 2616F1DD585; Mon, 20 Sep 2004 15:41:07 +0200 (CEST) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 65123-08; Mon, 20 Sep 2004 15:41:04 +0200 (CEST) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 375771DD57A; Mon, 20 Sep 2004 15:41:03 +0200 (CEST) Received: from idefix.ijs.si (clj8-144.dial-up.arnes.si [194.249.52.144]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id 9584C1C03592; Mon, 20 Sep 2004 15:41:03 +0200 (CEST) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Mon, 20 Sep 2004 15:41:01 +0200 User-Agent: KMail/1.7 References: <414E7950.8040701@ini.phys.ethz.ch> In-Reply-To: <414E7950.8040701@ini.phys.ethz.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409201541.02068.dejan.lesjak@ijs.si> X-Virus-Scanned: by amavisd-new at ijs.si Subject: Re: XFree86-libraries-4.4.0_1 (xpm) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 13:41:08 -0000 On Monday 20 of September 2004 08:31, Stephan A. Rickauer wrote: > Hi list, > > i am having difficulties in installing the XFree86-libraries-4.4.0_1 > port on FreeBSD-4.10: > > aragorn# make > > ===> XFree86-libraries-4.4.0_1 has known vulnerabilities: > >> xpm --- image decoding vulnerabilities. > > Reference: > d.html> > > >> Please update your ports tree and try again. > > *** Error code 1 > > So I updated the ports tree via cvsup and checked the version of the > Makefile which is 1.143, the latest one. Also the patch-xpm-sec.patch4 > file is included in the files/ dir. Everything seems to be up to date. > > What I am doing wrong? > Thanks for any help! Update portaudit database with 'portaudit -F', then try installing again. Dejan