aboutsummaryrefslogtreecommitdiff
path: root/ports/openssl-unix
diff options
context:
space:
mode:
authorthe-j0k3r <31389848+the-j0k3r@users.noreply.github.com>2018-12-22 09:16:18 +0000
committerthe-j0k3r <31389848+the-j0k3r@users.noreply.github.com>2018-12-22 09:16:18 +0000
commit67ca08e9d3d0fb8097da84bc593a805f7169095f (patch)
treee1ae272f674b5444df68aae788230dc590e38a54 /ports/openssl-unix
parent501abecda7b9997d4492a08114b0a94e78b46007 (diff)
downloadvcpkg-67ca08e9d3d0fb8097da84bc593a805f7169095f.tar.gz
vcpkg-67ca08e9d3d0fb8097da84bc593a805f7169095f.zip
[openssl] openssl-bump-to-1.0.2q-cve-fixes
https://www.openssl.org/news/vulnerabilities.html
Diffstat (limited to 'ports/openssl-unix')
-rw-r--r--ports/openssl-unix/CONTROL2
-rw-r--r--ports/openssl-unix/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/openssl-unix/CONTROL b/ports/openssl-unix/CONTROL
index 28dc5da98..59f686133 100644
--- a/ports/openssl-unix/CONTROL
+++ b/ports/openssl-unix/CONTROL
@@ -1,3 +1,3 @@
Source: openssl-unix
-Version: 1.0.2p-1
+Version: 1.0.2q
Description: OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.
diff --git a/ports/openssl-unix/portfile.cmake b/ports/openssl-unix/portfile.cmake
index c877905bb..b0064cdf4 100644
--- a/ports/openssl-unix/portfile.cmake
+++ b/ports/openssl-unix/portfile.cmake
@@ -3,14 +3,14 @@ if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore" OR NOT VCPKG_CMAKE_SYSTEM_NAM
endif()
include(vcpkg_common_functions)
-set(OPENSSL_VERSION 1.0.2p)
+set(OPENSSL_VERSION 1.0.2q)
vcpkg_find_acquire_program(PERL)
vcpkg_download_distfile(OPENSSL_SOURCE_ARCHIVE
URLS "https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz" "https://www.openssl.org/source/old/1.0.2/openssl-${OPENSSL_VERSION}.tar.gz"
FILENAME "openssl-${OPENSSL_VERSION}.tar.gz"
- SHA512 958c5a7c3324bbdc8f07dfb13e11329d9a1b4452c07cf41fbd2d42b5fe29c95679332a3476d24c2dc2b88be16e4a24744aba675a05a388c0905756c77a8a2f16
+ SHA512 403e6cad42db3ba860c3fa4fa81c1b7b02f0b873259e5c19a7fc8e42de0854602555f1b1ca74f4e3a7737a4cbd3aac063061e628ec86534586500819fae7fec0
)
vcpkg_extract_source_archive_ex(