Browse Source

update OpenSSL to 1.0.1c

Ashish Kulkarni 10 years ago
parent
commit
25ecdd87c3
2 changed files with 3 additions and 3 deletions
  1. 1 1
      CHANGELOG.md
  2. 2 2
      scripts/build.py

+ 1 - 1
CHANGELOG.md

@@ -2,7 +2,7 @@ v0.12.3 (unreleased)
 ----------------------
 ----------------------
 * **[qt]** upgrade the patched Qt to v4.8.7
 * **[qt]** upgrade the patched Qt to v4.8.7
 * removed support for CentOS 5 builds
 * removed support for CentOS 5 builds
-* update OpenSSL to 1.0.2a and xz to 5.2.1
+* update OpenSSL to 1.0.2c and xz to 5.2.1
 * downgrade libpng to 1.2.53
 * downgrade libpng to 1.2.53
 * **#1843**: add --keep-relative-links and --resolve-relative-links to resolve relative links
 * **#1843**: add --keep-relative-links and --resolve-relative-links to resolve relative links
 * **#2104**: renamed COPYING to LICENSE
 * **#2104**: renamed COPYING to LICENSE

+ 2 - 2
scripts/build.py

@@ -345,8 +345,8 @@ deb http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe m
 DEPENDENT_LIBS = {
 DEPENDENT_LIBS = {
     'openssl': {
     'openssl': {
         'order' : 1,
         'order' : 1,
-        'url'   : 'https://openssl.org/source/openssl-1.0.2a.tar.gz',
-        'sha1'  : '46ecd325b8e587fa491f6bb02ad4a9fb9f382f5f',
+        'url'   : 'https://openssl.org/source/openssl-1.0.2c.tar.gz',
+        'sha1'  : '6e4a5e91159eb32383296c7c83ac0e59b83a0a44',
         'build' : {
         'build' : {
             'msvc*-win32*': {
             'msvc*-win32*': {
                 'result': ['include/openssl/ssl.h', 'lib/ssleay32.lib', 'lib/libeay32.lib'],
                 'result': ['include/openssl/ssl.h', 'lib/ssleay32.lib', 'lib/libeay32.lib'],