Browse Source

update OpenSSL to 1.0.2h

Ashish Kulkarni 9 years ago
parent
commit
66a5b99d47
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.2g
+* update OpenSSL to 1.0.2h
 * **[qt]** change screen size in headless mode to a more sane value (1366x768)
 * **[qt]** fix compilation failure on OS X 10.11 due to usage of deprecated APIs
 * **#2004**: **[qt]** fix rendering of form fields in PDF output

+ 2 - 2
scripts/build.py

@@ -269,8 +269,8 @@ enabled=1
 DEPENDENT_LIBS = {
     'openssl': {
         'order' : 1,
-        'url'   : 'https://openssl.org/source/openssl-1.0.2g.tar.gz',
-        'sha1'  : '36af23887402a5ea4ebef91df8e61654906f58f2',
+        'url'   : 'https://openssl.org/source/openssl-1.0.2h.tar.gz',
+        'sha1'  : '577585f5f5d299c44dd3c993d3c0ac7a219e4949',
         'build' : {
             'msvc*-win32*': {
                 'result': ['include/openssl/ssl.h', 'lib/ssleay32.lib', 'lib/libeay32.lib'],