From 7eff69d04a66b79803f5e43ece9bb73382f679b3 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Sat, 27 Oct 2018 00:43:54 -0400 Subject: [PATCH] chore(windows): bump OpenSSL 1.0.2 version to the latest (1.0.2p) --- windows/cross-compile/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/cross-compile/build.sh b/windows/cross-compile/build.sh index f3770ca9d..3e3857f92 100644 --- a/windows/cross-compile/build.sh +++ b/windows/cross-compile/build.sh @@ -2,7 +2,7 @@ # MIT License # -# Copyright (c) 2017 Maxim Biro +# Copyright (c) 2017-2018 Maxim Biro # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -210,9 +210,9 @@ strip_all() # OpenSSL OPENSSL_PREFIX_DIR="$DEP_DIR/libopenssl" -OPENSSL_VERSION=1.0.2o +OPENSSL_VERSION=1.0.2p # hash from https://www.openssl.org/source/ -OPENSSL_HASH="ec3f5c9714ba0fd45cb4e087301eb1336c317e0d20b575a125050470e8089e4d" +OPENSSL_HASH="50a98e07b1a89eb8f6a99477f262df71c6fa7bef77df4dc83025a2845c827d00" OPENSSL_FILENAME="openssl-$OPENSSL_VERSION.tar.gz" if [ ! -f "$OPENSSL_PREFIX_DIR/done" ] then