From owner-svn-src-stable-12@freebsd.org Wed Sep 2 12:45:15 2020 Return-Path: Delivered-To: svn-src-stable-12@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 BE7663D71FC for ; Wed, 2 Sep 2020 12:45:15 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhNvH4FZyz4hwd for ; Wed, 2 Sep 2020 12:45:15 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f180.google.com (mail-qk1-f180.google.com [209.85.222.180]) (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 708DE235A7 for ; Wed, 2 Sep 2020 12:45:15 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f180.google.com with SMTP id b14so4138281qkn.4 for ; Wed, 02 Sep 2020 05:45:15 -0700 (PDT) X-Gm-Message-State: AOAM53123ez7melRq81e00ufVVJ9pAtPUOSMFcZ4Zn5kBAUesEiq2bnQ VuBSbw/zVFyoWRBCxbzYpRRqRol1kpHGmjiF9Vo= X-Google-Smtp-Source: ABdhPJw49sqw44i7X6tRWxoaskCx10/m7L1BAoqGoqSZbEj5KD8KOTdfhaa0aV6oAm9QmInJnx/iz3Pg4hI9YrEoR+s= X-Received: by 2002:a37:a189:: with SMTP id k131mr6561244qke.34.1599050714731; Wed, 02 Sep 2020 05:45:14 -0700 (PDT) MIME-Version: 1.0 References: <202009020135.0821ZkYK085806@repo.freebsd.org> <202009020626.0826Q38g057727@nuc.oldach.net> In-Reply-To: <202009020626.0826Q38g057727@nuc.oldach.net> From: Kyle Evans Date: Wed, 2 Sep 2020 07:45:03 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r365233 - in stable: 11/secure/caroot/trusted 12/secure/caroot/trusted To: Helge Oldach Cc: svn-src-stable-12@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-stable-12@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for only the 12-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2020 12:45:15 -0000 On Wed, Sep 2, 2020 at 1:26 AM Helge Oldach wrote: > > Hi, > > Kyle Evans wrote on Wed, 02 Sep 2020 03:35:46 +0200 (CEST): > > Author: kevans > > Date: Wed Sep 2 01:35:45 2020 > > New Revision: 365233 > > URL: https://svnweb.freebsd.org/changeset/base/365233 > > > > Log: > > MFC r364943: carrot: update bundle > > > > Stats: > > - Seven (7) removed > > I'm kind of confused by the caroot update process. > > secure/caroot/README states: > > 1) Any no-longer-trusted certificates should be moved to the > blacklisted directory (svn mv) > > Apparently that hasn't happened here. The impact is that during a build > from source and installworld retired certificates will *not* be removed > from the system. IMHO that is kind of a POLA violation, as users need to > manually wipe /usr/share/certs/trusted/ prior to installworld to achieve > the desired result. > > Am I missing something? > Alas, it is not you that is missing something, it is me. :-) You and the instructions are 100% correct; I will fix this posthaste. Thanks, Kyle Evans