From owner-dev-commits-src-all@freebsd.org Fri Jun 18 16:34:08 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC009649626; Fri, 18 Jun 2021 16:34:08 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G64J063Hpz4xKh; Fri, 18 Jun 2021 16:34:08 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f172.google.com (mail-qk1-f172.google.com [209.85.222.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id B39742D519; Fri, 18 Jun 2021 16:34:08 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f172.google.com with SMTP id 3so2749901qks.8; Fri, 18 Jun 2021 09:34:08 -0700 (PDT) X-Gm-Message-State: AOAM531hbi7qGXm+Ol6p6a5/36S2Rv86j5QddI45S2vm9Ht0M3P1I3kN yU0X6JGE+BtxoQxP17N0Q8Lyc03fsBMi5rpVUoI= X-Google-Smtp-Source: ABdhPJwCvVrm4Zl8hdmROnS88lhqtjn1/m8k4tk2sYOyaWleyLlkRIa8W8IJoFABjDfu5M7xYNrahokEckTHoy+c7sU= X-Received: by 2002:a05:620a:1987:: with SMTP id bm7mr10471305qkb.120.1624034048290; Fri, 18 Jun 2021 09:34:08 -0700 (PDT) MIME-Version: 1.0 References: <202106181430.15IEUTUD092529@gitrepo.freebsd.org> In-Reply-To: <202106181430.15IEUTUD092529@gitrepo.freebsd.org> From: Kyle Evans Date: Fri, 18 Jun 2021 09:33:57 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 64e6e1e46363 - main - secure/caroot, certctl: Rename secure/caroot/blacklisted To: Ceri Davies Cc: src-committers , "" , dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2021 16:34:09 -0000 On Fri, Jun 18, 2021 at 7:30 AM Ceri Davies wrote: > > The branch main has been updated by ceri (doc committer): > > URL: https://cgit.FreeBSD.org/src/commit/?id=64e6e1e46363de5d4843cf0fc79406060ec44c03 > > commit 64e6e1e46363de5d4843cf0fc79406060ec44c03 > Author: Ceri Davies > AuthorDate: 2021-06-18 12:29:15 +0000 > Commit: Ceri Davies > CommitDate: 2021-06-18 12:38:07 +0000 > > secure/caroot, certctl: Rename secure/caroot/blacklisted > > Old certctl commands still work for compatability, but are deprecated. > > Approved by: secteam (gordon) > Differential Revision: https://reviews.freebsd.org/D30807 This is a huge logistical nightmare, and I really wish I would have been included on this review as the effective maintainer of this area. The tree isn't the only producer of these, we have third party trusted/untrusted certs to take into consideration and you've effectively stopped taking them into consideration with insufficient warning (UPDATING alone isn't enough). Thanks, Kyle Evans