Skip to content

Commit

Permalink
Merge pull request #1253 from UV-CDAT/pyopenssl-0.14
Browse files Browse the repository at this point in the history
Update PyOpenSSL to 0.14.
  • Loading branch information
aashish24 committed May 14, 2015
2 parents 3ab2222 + ca1b313 commit 87b49e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMake/cdat_modules/pyopenssl_pkg.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
set(PYOPENSSL_MAJOR_SRC 0)
set(PYOPENSSL_MINOR_SRC 13)
set(PYOPENSSL_MINOR_SRC 14)
set(PYOPENSSL_PATCH_SRC 0)

set(PYOPENSSL_VERSION ${PYOPENSSL_MAJOR_SRC}.${PYOPENSSL_MINOR_SRC})
set(PYOPENSSL_GZ pyOpenSSL-${PYOPENSSL_VERSION}.tar.gz)
set(PYOPENSSL_SOURCE ${LLNL_URL}/${PYOPENSSL_GZ})
set(PYOPENSSL_MD5 767bca18a71178ca353dff9e10941929 )
set(PYOPENSSL_MD5 8579ff3a1d858858acfba5f046a4ddf7)

add_cdat_package_dependent(PYOPENSSL "" "" OFF "CDAT_BUILD_LEAN" OFF)

0 comments on commit 87b49e2

Please sign in to comment.