Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
update OpenSSL to 1.0.1o (and release 0.12.2.3 for Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz committed Jun 20, 2015
1 parent 543dd36 commit b516d6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
v0.12.2.3 (2015-06-20)
----------------------
* update OpenSSL to 1.0.1o

v0.12.2.2 (2015-04-06)
----------------------
* update OpenSSL to 1.0.1m
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.12.2.2
0.12.2.3
4 changes: 2 additions & 2 deletions scripts/build.py
Expand Up @@ -370,8 +370,8 @@
DEPENDENT_LIBS = {
'openssl': {
'order' : 1,
'url' : 'https://www.openssl.org/source/openssl-1.0.1m.tar.gz',
'sha1' : '4ccaf6e505529652f9fdafa01d1d8300bd9f3179',
'url' : 'https://www.openssl.org/source/openssl-1.0.1o.tar.gz',
'sha1' : 'b003e3382607ef2c6d85b51e4ed7a4c0a76b8d5a',
'build' : {
'msvc*-win32*': {
'result': ['include/openssl/ssl.h', 'lib/ssleay32.lib', 'lib/libeay32.lib'],
Expand Down

0 comments on commit b516d6f

Please sign in to comment.