diff --git a/CHANGELOG.md b/CHANGELOG.md index 49772b854..cdcf73185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v0.12.3.2 (2016-03-01) +---------------------- +* update OpenSSL to 1.0.2g + v0.12.3.1 (2016-01-30) ---------------------- * update OpenSSL to 1.0.2f diff --git a/VERSION b/VERSION index 6d1ce3d11..e128d3009 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.3.1 \ No newline at end of file +0.12.3.2 \ No newline at end of file diff --git a/scripts/build.py b/scripts/build.py index ad6f1480e..3da7d5c1c 100755 --- a/scripts/build.py +++ b/scripts/build.py @@ -269,8 +269,8 @@ DEPENDENT_LIBS = { 'openssl': { 'order' : 1, - 'url' : 'https://openssl.org/source/openssl-1.0.2f.tar.gz', - 'sha1' : '2047c592a6e5a42bd37970bdb4a931428110a927', + 'url' : 'https://openssl.org/source/openssl-1.0.2g.tar.gz', + 'sha1' : '36af23887402a5ea4ebef91df8e61654906f58f2', 'build' : { 'msvc*-win32*': { 'result': ['include/openssl/ssl.h', 'lib/ssleay32.lib', 'lib/libeay32.lib'],