Skip to content

Commit

Permalink
update to OpenSSL 1.0.2d
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz committed Jul 13, 2015
1 parent 64d4820 commit 79ff51e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ v0.12.3 (unreleased)
----------------------
* **[qt]** upgrade the patched Qt to v4.8.7
* removed support for CentOS 5 builds
* update OpenSSL to 1.0.2c and xz to 5.2.1
* update OpenSSL to 1.0.2d and xz to 5.2.1
* downgrade libpng to 1.2.53
* **#1843**: add --keep-relative-links and --resolve-relative-links to resolve relative links
* **#1981**: fix temporary PDF files not being removed when writing to stdout
Expand Down
4 changes: 2 additions & 2 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@
DEPENDENT_LIBS = {
'openssl': {
'order' : 1,
'url' : 'https://openssl.org/source/openssl-1.0.2c.tar.gz',
'sha1' : '6e4a5e91159eb32383296c7c83ac0e59b83a0a44',
'url' : 'https://openssl.org/source/openssl-1.0.2d.tar.gz',
'sha1' : 'd01d17b44663e8ffa6a33a5a30053779d9593c3d',
'build' : {
'msvc*-win32*': {
'result': ['include/openssl/ssl.h', 'lib/ssleay32.lib', 'lib/libeay32.lib'],
Expand Down

0 comments on commit 79ff51e

Please sign in to comment.