Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Apr 2007 20:59:09 +0200
From:      "Vladimir Horak" <vhor@cuni.cz>
To:        <stephan@spaceboyz.net>
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: ruby18-xmpp4r-0.3
Message-ID:  <000401c77946$d29b6760$77d23620$@cz>

next in thread | raw e-mail | index | archive | help
Hello!

I discover problem with ruby18-xmpp4r-0.3 and new ruby-1.8.6,1. 
The problem apply to Digest::MD5 (see
http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6/NEWS). 

This solve it:

sasl.rb:
44c44
<         Digest::MD5.new(Time.new.to_f.to_s).hexdigest
---
>         Digest::MD5.hexdigest(Time.new.to_f.to_s)

Regards

	Vladimir Horak




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000401c77946$d29b6760$77d23620$>