From owner-cvs-src@FreeBSD.ORG Fri Jun 11 18:10:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4C516A4CE; Fri, 11 Jun 2004 18:10:16 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87FC143D49; Fri, 11 Jun 2004 18:10:16 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.12] (helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BYqTd-000Bt9-Cx; Fri, 11 Jun 2004 20:10:08 +0200 Date: Fri, 11 Jun 2004 20:10:04 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Garance A Drosihn From: Oliver Eikemeier In-Reply-To: Message-Id: <90828145-BBD2-11D8-B633-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Oliver Eikemeier Subject: Re: cvs commit: src/sbin/md5 Makefile md5.1 md5.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2004 18:10:17 -0000 Garance A Drosihn wrote: > At 4:07 PM +0000 6/11/04, Oliver Eikemeier wrote: >> [...] >> Add sha1 and rmd160 checksum tools. >> >> Since the algorithms are already supported in libmd, >> the size increase is small when a dynamic root is used. >> >> Approved by: joerg, ru >> MFC after: 2 weeks > > For 4.x-stable, root is still statically-linked, right? Do > we want to MFC it for that? Or will it cause too much of a > size increase? It will have more impact on 4.x, but not so much that it will cause problems until 4.x goes away. The design decision came from the consideration whether it is worth to write another tool or probably move md5 from /sbin to /usr/bin. Since this is a good solution for -CURRENT, it would only matter for -STABLE when md5 where part of the installation tools, which afaik it is not. -Oliver