Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Update cumulus dependencies to pyOpenSSL 0.13
Browse files Browse the repository at this point in the history
The latest Ubuntu releases do not include SSLv2 support in the OpenSSL
libraries, because of security flaws in the protocol. This makes cumulus
fail to install on a recent Ubuntu, because pyOpenSSL 0.10 tries to use
the SSLv2 symbols. This commit updates the dependency to pyOpenSSL 0.13
which removes SSLv2 support if the underlying OpenSSL library does not
provide it.
  • Loading branch information
priteau committed Jun 12, 2012
1 parent a3b37c7 commit 97c7067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cumulus/deps/get-em.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#/bin/bash
urls="http://www.mcs.anl.gov/~bresnaha/cumulus/cumulus-deps.tar.gz http://github.com/downloads/nimbusproject/nimbus/cumulus-deps.tar.gz"
urls="http://www.nimbusproject.org/downloads/cumulus-deps.tar.gz http://github.com/downloads/nimbusproject/nimbus/cumulus-deps.tar.gz"

if [ -f cumulus-deps.tar.gz ]; then
exit 0
Expand Down
2 changes: 1 addition & 1 deletion cumulus/reqs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
deps/boto-2.0b4.tar.gz
deps/pyOpenSSL-0.10.tar.gz
deps/pyOpenSSL-0.13.tar.gz
deps/zope.interface-3.6.1.tar.gz
deps/Twisted-10.0.0.tar.bz2
deps/nose-0.11.3.tar.gz
Expand Down

0 comments on commit 97c7067

Please sign in to comment.