Browse Source

update OpenSSL to 1.0.1o (and release 0.12.2.3 for Windows)

Ashish Kulkarni 10 years ago
parent
commit
b516d6fe5a
3 changed files with 7 additions and 3 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      VERSION
  3. 2 2
      scripts/build.py

+ 4 - 0
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

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.12.2.2
+0.12.2.3

+ 2 - 2
scripts/build.py

@@ -370,8 +370,8 @@ deb http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe m
 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'],