From owner-freebsd-questions@FreeBSD.ORG Mon Nov 12 21:55:07 2007 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 0F27F16A41B for ; Mon, 12 Nov 2007 21:55:07 +0000 (UTC) (envelope-from dhorn2000@gmail.com) Received: from rn-out-0102.google.com (rn-out-0910.google.com [64.233.170.191]) by mx1.freebsd.org (Postfix) with ESMTP id 9C8A113C481 for ; Mon, 12 Nov 2007 21:55:06 +0000 (UTC) (envelope-from dhorn2000@gmail.com) Received: by rn-out-0102.google.com with SMTP id s42so613458rnb for ; Mon, 12 Nov 2007 13:54:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=f9BZvQdSX3y3nda4+FnMdfnmXLcQnXJ0n0ctM0xwQkw=; b=GoR+9gcIGY6+0R/7BVjpQn1OCBixkaMmo0tNxmDbpQMgn8Naq6ZS1nrx99wu2I3RTmhNIie/tg2buHNTlT3pDL0eqUmo5jGVwv5JK+yeUsNfcY7dW9L7Jf4cjNj6Eo08DEWibNuiXMTa5iIkHI03lC8L8BC1UHwwN2yTIXw+yFA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=sBgx6DwhC6Rk3qDgVyEuAv35AAKNVa9npMRuOdVsJ3BhUZwCZgJHGciWRxhKILWPeQ+TGmxA7bSdEd8MEuZ8W87XqyWOJtF3s4YeLje42pms/Ga9xstEKFWgHlErvUjbp9uhwHy/I4A7o1k2Lwrf+20Qeniy8xRCaS28F6piaxM= Received: by 10.142.155.4 with SMTP id c4mr1519556wfe.1194903006939; Mon, 12 Nov 2007 13:30:06 -0800 (PST) Received: by 10.142.187.3 with HTTP; Mon, 12 Nov 2007 13:30:06 -0800 (PST) Message-ID: <25ff90d60711121330v65b92911u4eeca6673984cab0@mail.gmail.com> Date: Mon, 12 Nov 2007 16:30:06 -0500 From: "David Horn" To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: cups-base upgrade and samba 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: Mon, 12 Nov 2007 21:55:07 -0000 I just upgraded my cups-base install to 1.3.3_1, and ran into similar issues at first. Try: "portaudit -F" to upgrade your audit database. I believe portaudit originally thought 1.3.3_1 fell into the "affected" versions, but looks to be the fixed version in the latest database. http://www.freshports.org/print/cups-base/ Good Luck. --_Dave