From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 15 05:39:40 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8072B16A403; Wed, 15 Nov 2006 05:39:40 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECADC43D55; Wed, 15 Nov 2006 05:39:37 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20061115053937.VKLJ7659.mta10.adelphia.net@default.chvlva.adelphia.net>; Wed, 15 Nov 2006 00:39:37 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 5DD41B657; Wed, 15 Nov 2006 00:39:43 -0500 (EST) Date: Wed, 15 Nov 2006 00:39:43 -0500 From: Parv To: Mikhail Teterin Message-ID: <20061115053943.GA34474@holestein.holy.cow> Mail-Followup-To: Mikhail Teterin , Erwin Lansing , freebsd-bugs@freebsd.org, mi@aldan.algebra.com References: <200611142154.kAELsKN4007777@freefall.freebsd.org> <200611141703.38311.mi+mx@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200611141703.38311.mi+mx@aldan.algebra.com> Cc: freebsd-bugs@freebsd.org, Erwin Lansing , mi@aldan.algebra.com Subject: Re: bin/34628: [pkg_install] [patch] pkg-routines ignore the recorded md5 checksums X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2006 05:39:40 -0000 in message <200611141703.38311.mi+mx@aldan.algebra.com>, wrote Mikhail Teterin thusly... > > в╕второк 14 листопад 2006 16:54, Erwin Lansing написав: > > Synopsis: [pkg_install] [patch] pkg-routines ignore the recorded md5 > > checksums > > > I agree with sobomax that this functionality is not needed > > and adds unnecessary overhead. ... > `pkg_info -W' would also be able to warn about checksum > mismatches, which would suggest, a file has been modified (or > corrupted) since getting installed. > > Anyway, what is the overhead exactly? Is that a trick question? Overhead would be in the time & other computer resources (file handles, CPU time, etc.) it will take to calculate the MD5 check sum for all the files of a installed port. Imagine that when installing more than one or two ports, or a large one. - Parv --