From owner-dev-commits-ports-all@freebsd.org Wed Sep 15 23:30:24 2021 Return-Path: Delivered-To: dev-commits-ports-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 94DF8670689; Wed, 15 Sep 2021 23:30:24 +0000 (UTC) (envelope-from leres@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 4H8xKD3srtz3N9G; Wed, 15 Sep 2021 23:30:24 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from ice.alameda.xse.com (unknown [IPv6:2600:1700:a570:e20:f2ad:4eff:fe0b:a065]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id ED5E129AC6; Wed, 15 Sep 2021 23:30:23 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: git: c403b7871cf0 - main - securty/sudo: Update to 1.9.8 From: Craig Leres To: Cy Schubert , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202109141650.18EGoo8I031474@gitrepo.freebsd.org> <88bd0117-cc31-8aa6-a0e8-45af8e1e6a9f@freebsd.org> Message-ID: <9b316419-4b25-3791-f19f-9bbc2c6e4952@freebsd.org> Date: Wed, 15 Sep 2021 16:30:23 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <88bd0117-cc31-8aa6-a0e8-45af8e1e6a9f@freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2021 23:30:24 -0000 On 9/15/21 3:51 PM, Craig Leres wrote: >     zinc 31 % /usr/local/bin/sudo -c root > /usr/local/libexec/check_sslcert -l 21 > /usr/local/etc/letsencrypt/live/mod.lbl.gov/cert.pem Hah-hah. That should be "sudo -u root", not clear why it worked pre 1.9.8 but it's clearly wrong. Sorry for the noise. Craig