Your message dated Mon, 11 Aug 2014 17:43:08 +0000
with message-id <[email protected]>
and subject line Bug#742102: Removed package(s) from unstable
has caused the Debian Bug report #668294,
regarding Digest::SHA1.hexdigest produces wrong sha1sum for inputs larger than
2^29
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
668294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668294
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ruby1.8
Version: 1.8.7.302-2squeeze1
Severity: normal
I have a file that is about 1g in size. It's sha1sum is
fe74d2090317536db6299d9b2d9b462bdf724843.
Digest::SHA1.hexdigest(File.open(fn).read) produces the wrong hashsum!
| weasel@stabile:~$ irb
| irb(main):001:0> require 'digest/sha1'
| => true
| irb(main):002:0>
fn='/srv/snapshot.debian.org/farm/fe/74/fe74d2090317536db6299d9b2d9b462bdf724843'
| =>
"/srv/snapshot.debian.org/farm/fe/74/fe74d2090317536db6299d9b2d9b462bdf724843"
| irb(main):003:0> Digest::SHA1.hexdigest(File.open(fn).read)
| => "eae201aa5664d611fe73b541b1986134f814307f"
| irb(main):004:0> Digest::SHA1.file(fn).hexdigest
| => "fe74d2090317536db6299d9b2d9b462bdf724843"
Other example file that exhibit this behaviour are
08c8a36ae3241b1e1cca684962f012bb954643da in the same place, or
http://http.us.debian.org/debian/pool/main/o/openclipart/openclipart-png_2.0-2_all.deb
for something that is still available on debian mirrors. These are a bit over
600m in size.
Cheers,
weasel
--- End Message ---
--- Begin Message ---
Version: 1.8.7.358-13+rm
Dear submitter,
as the package ruby1.8 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/742102
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---