From owner-svn-src-head@freebsd.org Tue May 1 13:01:17 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E911CFAB224; Tue, 1 May 2018 13:01:16 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80AED7F155; Tue, 1 May 2018 13:01:16 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1fDUu4-000EOY-6U; Tue, 01 May 2018 16:01:08 +0300 Date: Tue, 1 May 2018 16:01:08 +0300 From: Slawa Olhovchenkov To: Ed Maste Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r333133 - head/usr.sbin/pwd_mkdb Message-ID: <20180501130108.GC80496@zxy.spb.ru> References: <201805010053.w410rkGi046226@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201805010053.w410rkGi046226@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2018 13:01:17 -0000 On Tue, May 01, 2018 at 12:53:46AM +0000, Ed Maste wrote: > Author: emaste > Date: Tue May 1 00:53:46 2018 > New Revision: 333133 > URL: https://svnweb.freebsd.org/changeset/base/333133 > > Log: > pwd_mkdb: retire legacy v3 db support (-l option) > > pwd_mkdb has emitted v4 password database records since 2003 (r113596) > in addition to v3, and as of r283981 by default it emitted only v4. > As described in r283981, retire the -l legacy option. > > The -B and -L options were originally added to set the endianness of v3 > records emitted by pwd_mkdb, but they also set the db hash endiannes and > so have been retained temporarily. > > Announced on the FreeBSD-Current and FreeBSD-Stable lists. In stable/11 > the man page contains a deprecation notice, and pwd_mkdb will emit a > deprecation notice if the -l option is specified. > > Reviewed by: delphij, lidl, rgrimes > Relnotes: Yes > Sponsored by: The FreeBSD Foundation > Differential Revision: https://reviews.freebsd.org/D15144 May be good idea to check db version before install new binary?