4commerce-technologies-AG / meteor

This is a fork of Meteor.js to support not yet official enabled architectures with an universal bundler. Meteor is an ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. Read additional information about this fork at:
http://meteor-universal.tumblr.com/
Other
195 stars 16 forks source link

Update OpenSSL version to latest sources #40

Closed klhutchins1 closed 8 years ago

klhutchins1 commented 8 years ago

Line 16 should be OPENSSL="openssl-1.0.2f" as OPENSSL="openssl-1.0.2d" doesn't seem to live in that directory anymore?

TomFreudenberg commented 8 years ago

Yes, this is a problem which is upcoming by updates from openssl. They don't archive older releases

:-(

I will update that reference on next major release

klhutchins1 commented 8 years ago

Ah ok. Thanks!

TPXP commented 8 years ago

I think this bug is now fixed with the release of 1.3.3.1. Shall we close it ?

TomFreudenberg commented 8 years ago

If someone wants to build mongo binaries by scripts/build-mongo-for-dev-bundle make sure to check the actual source-release. Unfortunally OpenSSL does not provide older archives, this has to be adjusted when doing the build.