Skip to content

Commit

Permalink
Update OpenSSL to 1.0.0e
Browse files Browse the repository at this point in the history
  • Loading branch information
jonforums committed Sep 9, 2011
1 parent 5cc803a commit 7871d8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Upgraded DevKit gdb to version 7.3-2
* Upgraded libffi to version 3.0.10
* Upgraded DevKit mingwrt to 3.20
* Upgraded OpenSSL to version 1.0.0e

* Bugfixes:
* Correct DevKit install path search behavior. GH-80
Expand Down
4 changes: 2 additions & 2 deletions config/ruby_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ module RubyInstaller

OpenSsl = OpenStruct.new(
:url => 'http://mirrors.ibiblio.org/pub/mirrors/openssl/source',
:version => '1.0.0d',
:version => '1.0.0e',
:target => 'sandbox/src-openssl',
:install_target => 'sandbox/openssl',
:patches => 'resources/patches/openssl',
Expand All @@ -177,7 +177,7 @@ module RubyInstaller
:libssl => 'ssleay32-1.0.0-msvcrt.dll',
},
:files => [
'openssl-1.0.0d.tar.gz',
'openssl-1.0.0e.tar.gz',
]
)

Expand Down

0 comments on commit 7871d8e

Please sign in to comment.