From owner-freebsd-current@freebsd.org Thu Feb 8 23:52:38 2018 Return-Path: Delivered-To: freebsd-current@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 79D4BF10C50 for ; Thu, 8 Feb 2018 23:52:38 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (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 01AE5861F4 for ; Thu, 8 Feb 2018 23:52:37 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: eff0fd58-0d2a-11e8-b951-f99fef315fd9 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id eff0fd58-0d2a-11e8-b951-f99fef315fd9; Thu, 08 Feb 2018 23:51:10 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w18NpR0g025301; Thu, 8 Feb 2018 16:51:27 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1518133887.32585.110.camel@freebsd.org> Subject: Re: openssl in base should install c_rehash From: Ian Lepore To: Jung-uk Kim , bsd-lists@BSDforge.com, FreeBSD-current Date: Thu, 08 Feb 2018 16:51:27 -0700 In-Reply-To: <9306ff93-e606-c958-655b-1e12ddf9c579@FreeBSD.org> References: <2647c9a31e203a8891637aaa89462afe@udns.ultimatedns.net> <9306ff93-e606-c958-655b-1e12ddf9c579@FreeBSD.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 23:52:38 -0000 On Thu, 2018-02-08 at 17:47 -0500, Jung-uk Kim wrote: > On 02/08/2018 17:31, Chris H wrote: > > > > [...] > > Couldn't this be in $base? I'd like to vote yes. :-) > From OpenSSL 1.1.0, openssl(1) added "rehash" command. > > https://www.openssl.org/docs/man1.1.0/apps/rehash.html > > I don't think we need yet another implementation in the base. > > Jung-uk Kim > But on a machine I just set up last weekend using -current I get: ian@th > openssl rehash openssl:Error: 'rehash' is an invalid command. ian@th > openssl version OpenSSL 1.0.2n-freebsd  7 Dec 2017 Are we going to update to 1.1.0 soon?  If not, how does it help that a version we don't use has rehash built in? -- Ian