From owner-freebsd-ports@FreeBSD.ORG Wed Aug 3 18:21:02 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B3FC16A421 for ; Wed, 3 Aug 2005 18:21:02 +0000 (GMT) (envelope-from Mikhail.Teterin@murex.com) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3B0843D49 for ; Wed, 3 Aug 2005 18:21:00 +0000 (GMT) (envelope-from Mikhail.Teterin@murex.com) Received: (qmail 9527 invoked from network); 3 Aug 2005 18:21:00 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 3 Aug 2005 18:20:59 -0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j73IKuwG049220 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 3 Aug 2005 14:20:57 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j73IKlxQ040548 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 3 Aug 2005 14:20:49 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.3/8.13.3) with ESMTP id j73IKfij098271; Wed, 3 Aug 2005 14:20:41 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.3/8.13.3/Submit) id j73IKco1098262; Wed, 3 Aug 2005 14:20:38 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to Mikhail.Teterin@murex.com using -f From: Mikhail Teterin Organization: Murex North America To: Joe Marcus Clarke Date: Wed, 3 Aug 2005 14:20:37 -0400 User-Agent: KMail/1.8.1 References: <200508030513.j735DkMw009641@corbulon.video-collage.com> <1123046954.44404.45.camel@shumai.marcuscom.com> In-Reply-To: <1123046954.44404.45.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508031420.37994.Mikhail.Teterin@murex.com> X-Virus-Scanned: ClamAV devel-20050525/1002/Wed Aug 3 06:29:36 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: gnome@freebsd.org, ports@freebsd.org, Doug Barton Subject: CA certificates (Re: leaner and meaner www/firefox) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2005 18:21:02 -0000 > > It seems like something is still missing, though -- the browser refuses > > to recognize any Certificate Authorities. I guess, some important data > > file does not get installed by my version. Any idea? > > CAs are stored in libnssckbi.so. Looks like both Firefox and NSS > install comparable versions of this file. At a quick glance, I can't > see why CAs would not be known using the NSS port. Interesting, thanks... I guess, firefox only looks for the library in its own ${PREFIX}/lib/firefox. Either it needs to be patched to check ${PREFIX}/lib instead or a sym-link needs to be created in post-install somewhere... I'll check that theory tonight -- if no one beats me to it. -mi