Skip to content

Commit f3e4036

Browse files
committed
Revert "bump openssl v3.0.1 (#968)"
This reverts commit dc9c415.
1 parent 2a31c7a commit f3e4036

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/build-openssl-darwin.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -e
66

7-
OPENSSL_VERSION=3.0.1
7+
OPENSSL_VERSION=1_1_1l
88
ROOT=$(cd "$(dirname "$0")" && pwd)
99
: "${RUNNER_TEMP:=$ROOT/working}"
1010
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
@@ -25,7 +25,7 @@ echo "::group::download OpenSSL source"
2525
(
2626
set -eux
2727
cd "$RUNNER_TEMP"
28-
curl --retry 3 -sSL "https://github.com/openssl/openssl/archive/openssl-$OPENSSL_VERSION.tar.gz" -o openssl.tar.gz
28+
curl --retry 3 -sSL "https://github.com/openssl/openssl/archive/OpenSSL_$OPENSSL_VERSION.tar.gz" -o openssl.tar.gz
2929
)
3030
echo "::endgroup::"
3131

@@ -40,7 +40,7 @@ echo "::endgroup::"
4040
echo "::group::build OpenSSL"
4141
(
4242
set -eux
43-
cd "$RUNNER_TEMP/openssl-openssl-$OPENSSL_VERSION"
43+
cd "$RUNNER_TEMP/openssl-OpenSSL_$OPENSSL_VERSION"
4444
./Configure --prefix="$PREFIX" darwin64-x86_64-cc
4545
make "-j$JOBS"
4646
make install_sw install_ssldirs

.github/build-openssl-linux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -e
66

7-
OPENSSL_VERSION=3.0.1
7+
OPENSSL_VERSION=1_1_1l
88
ROOT=$(cd "$(dirname "$0")" && pwd)
99
: "${RUNNER_TEMP:=$ROOT/working}"
1010
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
@@ -24,7 +24,7 @@ echo "::group::download OpenSSL source"
2424
(
2525
set -eux
2626
cd "$RUNNER_TEMP"
27-
curl --retry 3 -sSL "https://github.com/openssl/openssl/archive/openssl-$OPENSSL_VERSION.tar.gz" -o openssl.tar.gz
27+
curl --retry 3 -sSL "https://github.com/openssl/openssl/archive/OpenSSL_$OPENSSL_VERSION.tar.gz" -o openssl.tar.gz
2828
)
2929
echo "::endgroup::"
3030

@@ -39,7 +39,7 @@ echo "::endgroup::"
3939
echo "::group::build OpenSSL"
4040
(
4141
set -eux
42-
cd "$RUNNER_TEMP/openssl-openssl-$OPENSSL_VERSION"
42+
cd "$RUNNER_TEMP/openssl-OpenSSL_$OPENSSL_VERSION"
4343
./Configure --prefix="$PREFIX" linux-x86_64
4444
make "-j$JOBS"
4545
make install_sw install_ssldirs

.github/build-openssl-win32.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -e
66

7-
OPENSSL_VERSION=3.0.1
7+
OPENSSL_VERSION=1_1_1l
88
ROOT=$(cd "$(dirname "$0")" && pwd)
99
: "${RUNNER_TEMP:=$ROOT/working}"
1010
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
@@ -24,7 +24,7 @@ echo "::group::download OpenSSL source"
2424
(
2525
set -eux
2626
cd "$RUNNER_TEMP"
27-
curl --retry 3 -sSL "https://github.com/openssl/openssl/archive/openssl-$OPENSSL_VERSION.tar.gz" -o openssl.tar.gz
27+
curl --retry 3 -sSL "https://github.com/openssl/openssl/archive/OpenSSL_$OPENSSL_VERSION.tar.gz" -o openssl.tar.gz
2828
)
2929
echo "::endgroup::"
3030

@@ -39,7 +39,7 @@ echo "::endgroup::"
3939
echo "::group::build OpenSSL"
4040
(
4141
set -eux
42-
cd "$RUNNER_TEMP/openssl-openssl-$OPENSSL_VERSION"
42+
cd "$RUNNER_TEMP/openssl-OpenSSL_$OPENSSL_VERSION"
4343
./Configure --prefix="$PREFIX" mingw64
4444
make "-j$JOBS"
4545
make install_sw install_ssldirs

0 commit comments

Comments
 (0)