Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
update OpenSSL and libpng to release 0.12.2.4 for Windows
Browse files Browse the repository at this point in the history
OpenSSL was updated to 1.0.1p
libpng  was updated to 1.5.22
  • Loading branch information
ashkulz committed Jul 12, 2015
1 parent b516d6f commit 6b12e38
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
v0.12.2.4 (2015-07-12)
----------------------
* update OpenSSL to 1.0.1p and libpng to 1.5.22

v0.12.2.3 (2015-06-20)
----------------------
* update OpenSSL to 1.0.1o
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.12.2.3
0.12.2.4
8 changes: 4 additions & 4 deletions scripts/build.py
Expand Up @@ -370,8 +370,8 @@
DEPENDENT_LIBS = {
'openssl': {
'order' : 1,
'url' : 'https://www.openssl.org/source/openssl-1.0.1o.tar.gz',
'sha1' : 'b003e3382607ef2c6d85b51e4ed7a4c0a76b8d5a',
'url' : 'https://www.openssl.org/source/openssl-1.0.1p.tar.gz',
'sha1' : '9d1977cc89242cd11471269ece2ed4650947c046',
'build' : {
'msvc*-win32*': {
'result': ['include/openssl/ssl.h', 'lib/ssleay32.lib', 'lib/libeay32.lib'],
Expand Down Expand Up @@ -426,8 +426,8 @@

'libpng': {
'order' : 3,
'url' : 'http://downloads.sourceforge.net/libpng/libpng-1.5.21.tar.gz',
'sha1': '0ce1aa25abd55ad153516a29735b8ad432b4b771',
'url' : 'http://downloads.sourceforge.net/libpng/libpng-1.5.22.tar.gz',
'sha1': 'e912df0826dd6fb74f579ba60bf05c99807548ac',
'build' : {
'msvc*': {
'result': {
Expand Down

0 comments on commit 6b12e38

Please sign in to comment.