Subject: Re: pkg/35286 (Distribution patches (?) break (at least) ruby's Digest::SHA1)
To: None <taca@NetBSD.org, pkgsrc-bugs@netbsd.org, gnats-admin@netbsd.org,>
From: None <taca@netbsd.org>
List: pkgsrc-bugs
Date: 12/20/2006 15:24:26
Synopsis: Distribution patches (?) break (at least) ruby's Digest::SHA1

State-Changed-From-To: open->closed
State-Changed-By: taca@netbsd.org
State-Changed-When: Wed, 20 Dec 2006 15:24:25 +0000
State-Changed-Why:
It is because of changes in Ruby itself.

Quote from ChangeLog.

Wed Oct 25 17:23:28 2006  Akinori MUSHA  <knu@iDaemons.org>

	* ext/digest, test/digest/test_digest.rb: Merge from trunk:
...
	  - The constructor does no longer take an initial string to feed;
	    digest() and hexdigest() now do, instead.  This allows digest
	    classes to take their own hashing parameters.
	  - Make some changes to digest() and hexdigest() class methods,
	    which now take extra arguments, which are passed through to
	    the constructor in an internal call.
...