From owner-freebsd-questions@FreeBSD.ORG Thu Aug 25 16:56:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C97BD16A41F for ; Thu, 25 Aug 2005 16:56:23 +0000 (GMT) (envelope-from joe@netmusician.org) Received: from netmusician.org (netmusician.org [209.67.223.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7700F43D45 for ; Thu, 25 Aug 2005 16:56:23 +0000 (GMT) (envelope-from joe@netmusician.org) Received: from localhost (unknown [127.0.0.1]) by netmusician.org (Postfix) with ESMTP id 68C73730AD; Thu, 25 Aug 2005 12:58:10 -0400 (EDT) Received: from netmusician.org ([127.0.0.1]) by localhost (netmusician.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 95631-08; Thu, 25 Aug 2005 12:58:09 -0400 (EDT) Received: from [192.168.0.2] (12-202-175-149.client.insightBB.com [12.202.175.149]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by netmusician.org (Postfix) with ESMTP id 24576730A9; Thu, 25 Aug 2005 12:58:09 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <20050825094004.GA32614@oslo.ath.cx> References: <7F8BEA4C-2CD8-4744-88D4-B55FB029EC43@netmusician.org> <20050825094004.GA32614@oslo.ath.cx> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1CB2AAF1-1F35-4386-A00A-99A8958788DB@netmusician.org> Content-Transfer-Encoding: 7bit From: Joe Auty Date: Thu, 25 Aug 2005 11:56:19 -0500 To: "Herbert J. Skuhra" , freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.734) X-Virus-Scanned: by amavisd-new at netmusician.org Cc: Subject: Re: question about Portaudit and code freezes 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, 25 Aug 2005 16:56:23 -0000 Yes, everything is up-to-date... Still can't portinstall cups-base because of the problem with xpdf, and this problem still appears when I portaudit -f /usr/ports/INDEX-5 On Aug 25, 2005, at 4:40 AM, Herbert J. Skuhra wrote: > On Thu, Aug 25, 2005 at 03:23:11AM -0500, Joe Auty wrote: > >> Hello, >> >> How come xpdf is still showing up as a vulnerability, even though >> the >> latest portrevision was supposed to resolve these problems? Has the >> portaudit database not been updated because of the code freeze? >> > > Is your ports-tree and your portaudit database up-to-date? > > % portaudit -d <-- Print the creation date of the database. > Database created: Thu 25 Aug 2005 11:10:20 CEST > > % sudo portaudit -F <-- Fetch the current database. > > % pkg_version -v |grep xpdf > xpdf-3.00_7 = up-to-date with port > > % portaudit -a > 0 problem(s) in your installed packages found. > > Mvh > Herbert >