From owner-freebsd-security@FreeBSD.ORG Sun Dec 11 16:12:09 2005 Return-Path: X-Original-To: freebsd-security@FreeBSD.org Delivered-To: freebsd-security@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8BC516A41F for ; Sun, 11 Dec 2005 16:12:09 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC3443D67 for ; Sun, 11 Dec 2005 16:11:59 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (83.253.29.241) by pne-smtpout2-sn1.fre.skanova.net (7.2.069.1) id 43995FC600078E83 for freebsd-security@FreeBSD.org; Sun, 11 Dec 2005 17:11:58 +0100 Received: (qmail 41027 invoked by uid 1001); 11 Dec 2005 17:11:57 +0100 Date: Sun, 11 Dec 2005 17:11:57 +0100 From: Erik Trulsson To: Simon Barner Message-ID: <20051211161156.GA40986@falcon.midgard.homeip.net> Mail-Followup-To: Simon Barner , freebsd-security@FreeBSD.org References: <20051210232126.GH1066@zi025.glh.mhn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051210232126.GH1066@zi025.glh.mhn.de> User-Agent: Mutt/1.5.11 Cc: freebsd-security@FreeBSD.org Subject: Re: OpenSSL tools are not installed X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2005 16:12:09 -0000 On Sun, Dec 11, 2005 at 12:21:26AM +0100, Simon Barner wrote: > Hi, > > I just had some issues with unvalidated certificates after the update of > the mail/fetchmail port. > > The solution was to add the missing certificates manually, but that > involved running the c_rehash script, that currently isn't installed. > > Of course, I could run it directly from src/crypto/openssl/tools/, but > that isn't an option for users that don't have the source installed. > > So, is there a reaon why the scripts are not installed, or was it just > an oversight? One reason is probably that c_rehash is a Perl script, and Perl is not included in the base system, so you would not be able to run the script anyway without first installing Perl. -- Erik Trulsson ertr1013@student.uu.se