From owner-freebsd-questions@FreeBSD.ORG Thu Dec 8 18:21:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C632D16A41F for ; Thu, 8 Dec 2005 18:21:51 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4140043D79 for ; Thu, 8 Dec 2005 18:21:46 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id jB8ILavD024586 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 8 Dec 2005 10:21:36 -0800 (PST) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id jB8ILZTn024585; Thu, 8 Dec 2005 10:21:35 -0800 (PST) (envelope-from james) Date: Thu, 8 Dec 2005 10:21:34 -0800 From: James Long To: Svein Halvor Halvorsen Message-ID: <20051208182134.GA24545@ns.museum.rain.com> References: <20051208051410.GA21908@ns.museum.rain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-100.8 required=5.0 tests=ALL_TRUSTED, J_CHICKENPOX_42,USER_IN_WHITELIST autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ns.museum.rain.com Cc: freebsd-questions@freebsd.org Subject: Re: MD5 discrepancy in 6.0-RELEASE/src/CHECKSUM.MD5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2005 18:21:51 -0000 On Thu, Dec 08, 2005 at 11:33:14AM +0100, Svein Halvor Halvorsen wrote: > On 12/8/05, James Long wrote: > > Inside the CHECKSUM.MD5 file, however, it says that its own > > checksum should be > > > > MD5 (CHECKSUM.MD5) = 6ee62cd847afff4cadf6648389c67a11 > > This is interesting; how can the MD5 of a file be contained inside the > file itself? Or rather, how can one correctly place it there? Since > the MD5 algorithm does not converge, I would think this was > impossible. Is it not? Ah, but of course. Thank you. I simply did an md5 of everything, and diff'ed it against the CHECKSUM.MD5 of everything.... Thanks for the dope-slap -- um, I mean edification. Jim