Project

General

Profile

Actions

Bug #6797

closed

The gz tarball for 1.9.3-p194 obtained via the official download URL is invalid

Added by bourquep (Pascal Bourque) over 11 years ago. Updated over 11 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin12.0.0]
Backport:
[ruby-core:46789]

Description

=begin
The file size and SHA/MD5 checksums for the file downloaded from http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz are invalid.

Repro:

~/Downloads: wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz
Resolving ftp.ruby-lang.org... 221.186.184.68
Connecting to ftp.ruby-lang.org|221.186.184.68|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 60016640 (57M) [application/x-tar]
Saving to: ruby-1.9.3-p194.tar.gz' 2012-07-26 11:22:26 (28.2 MB/s) - ruby-1.9.3-p194.tar.gz' saved [60016640/60016640]

~/Downloads: ls -l ruby-1.9.3-p194.tar.gz
-rw-r--r-- 1 pascal staff 60016640 20 Apr 02:57 ruby-1.9.3-p194.tar.gz

~/Downloads: md5 ruby-1.9.3-p194.tar.gz
MD5 (ruby-1.9.3-p194.tar.gz) = c796faed4b6a43c6260c437a228e6623

~/Downloads: shasum -a 256 ruby-1.9.3-p194.tar.gz
ce017af5fead7d3cc87a742b78887730e3f3ea382ec636e25f59474092b261d2 ruby-1.9.3-p194.tar.gz

The expected values published here[1] are:

  • SIZE: 9841223 bytes
  • MD5: 2278eff4cfed3cbc0653bc73085caa34
  • SHA256: a9d1ea9eaea075c60048369a63b35b3b5a06a30aa214a3d990e0bb71212db8fa

Apparently, I am not alone: http://ubuntuforums.org/showthread.php?t=2007968

The .tar.bz2 file is fine.

[1] http://www.ruby-lang.org/en/news/2012/04/20/ruby-1-9-3-p194-is-released/
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0