From owner-svn-ports-all@FreeBSD.ORG Thu May 21 02:25:38 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3541A988; Thu, 21 May 2015 02:25:38 +0000 (UTC) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0CA441AEC; Thu, 21 May 2015 02:25:38 +0000 (UTC) Received: by pdbnk13 with SMTP id nk13so90571347pdb.1; Wed, 20 May 2015 19:25:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=vcmy7sT00KEQZCUi8jzIsJu+H/Ix3LSxiIK0OZKpcFU=; b=IqFddXv9MSfshiEsjORv9TL1Q4doEqQU3AyK/nsBvtmPXR0AFyYZ1VkbXTBE9QDAF1 +ytnsdAtjPnw3Fx2KvUSEeZag0gVPhQOcohrYEUXrRKvW+i3MPJ5QWx6ddb7/CPuPFc/ TDbcMDW9pUX/x56dztVx7wTvJSzix1AktRq8hO4fzvWgD+KrUj6b9JP/NJSQsYsqc+yl TmyOj8LgqzZaTVmaZtN/xzqYASL3nsdFS4SSDOgC7uY7Rx09w+z7sS68v5cx+fIWD5XL zE5cK09Eqs2GYzKSBMREoUNDKItV2yQKmJXwB6QmCjvbYekeff44NellEf/eLB+x42de LISQ== X-Received: by 10.66.138.109 with SMTP id qp13mr794727pab.57.1432175137514; Wed, 20 May 2015 19:25:37 -0700 (PDT) Received: from [192.168.1.104] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id fu7sm17514492pac.26.2015.05.20.19.25.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 May 2015 19:25:36 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r386873 - head/security/ca_root_nss/files References: <201505201808.t4KI8ajp012568@svn.freebsd.org> To: Benjamin Kaduk , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Baptiste Daroussin From: Kubilay Kocak Message-ID: <555D4216.5060303@FreeBSD.org> Date: Thu, 21 May 2015 12:25:26 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201505201808.t4KI8ajp012568@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 02:25:38 -0000 On 21/05/2015 4:08 AM, Benjamin Kaduk wrote: > Author: bjk (doc committer) > Date: Wed May 20 18:08:35 2015 > New Revision: 386873 > URL: https://svnweb.freebsd.org/changeset/ports/386873 > > Log: > Fix spelling of "certification authority" > > Approved by: portmgr (bapt), bapt (ports committer) > > Modified: > head/security/ca_root_nss/files/pkg-message.in > > -FreeBSD does not, and can not warrant that the certificate authorities > +FreeBSD does not, and can not warrant that the certification authorities > whose certificates are included in this package have in any way been > audited for trustworthiness or RFC 3647 compliance. FWIW, I intended certificate not certification, so not a spelling mistake. Though both are proper, I would asser the former feels more canonical: https://en.wikipedia.org/wiki/Certificate_authority Not a biggy, just wanted to mention it. -- Regards, Koobs