Browse Source

update to OpenSSL 1.0.2g

Ashish Kulkarni 9 years ago
parent
commit
29eb54352f
2 changed files with 3 additions and 3 deletions
  1. 1 1
      CHANGELOG.md
  2. 2 2
      scripts/build.py

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 v0.12.4 (unreleased)
 --------------------
-* update OpenSSL to 1.0.2f
+* update OpenSSL to 1.0.2g
 
 v0.12.3 (2016-01-20)
 --------------------

+ 2 - 2
scripts/build.py

@@ -269,8 +269,8 @@ enabled=1
 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'],