Skip to content

Commit

Permalink
bump OpenSSL v1.1.1l (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 authored Aug 27, 2021
1 parent 1edb2ea commit bcd2e1c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/build-mariadb-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

MARIADB_VERSION=$1
OPENSSL_VERSION=1_1_1k
OPENSSL_VERSION=1_1_1l
ROOT=$(cd "$(dirname "$0")" && pwd)
: "${RUNNER_TEMP:=$ROOT/working}"
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
Expand Down
2 changes: 1 addition & 1 deletion .github/build-mariadb-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

MARIADB_VERSION=$1
OPENSSL_VERSION=1_1_1k
OPENSSL_VERSION=1_1_1l
ROOT=$(cd "$(dirname "$0")" && pwd)
: "${RUNNER_TEMP:=$ROOT/working}"
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
Expand Down
2 changes: 1 addition & 1 deletion .github/build-mariadb-windows.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Param($MARIADB_VERSION)
$OPENSSL_VERSION = "1_1_1k"
$OPENSSL_VERSION = "1_1_1l"
$ROOT = Split-Path -Parent $MyInvocation.MyCommand.Path
$RUNNER_TEMP = $env:RUNNER_TEMP
if ($null -eq $RUNNER_TEMP) {
Expand Down
2 changes: 1 addition & 1 deletion .github/build-mysql-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

MYSQL_VERSION=$1
OPENSSL_VERSION=1_1_1k
OPENSSL_VERSION=1_1_1l
ROOT=$(cd "$(dirname "$0")" && pwd)
: "${RUNNER_TEMP:=$ROOT/working}"
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
Expand Down
2 changes: 1 addition & 1 deletion .github/build-mysql-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

MYSQL_VERSION=$1
OPENSSL_VERSION=1_1_1k
OPENSSL_VERSION=1_1_1l
ROOT=$(cd "$(dirname "$0")" && pwd)
: "${RUNNER_TEMP:=$ROOT/working}"
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
Expand Down
2 changes: 1 addition & 1 deletion .github/build-mysql-windows.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Param($MYSQL_VERSION)
$OPENSSL_VERSION = "1_1_1k"
$OPENSSL_VERSION = "1_1_1l"
$ROOT = Split-Path -Parent $MyInvocation.MyCommand.Path
$RUNNER_TEMP = $env:RUNNER_TEMP
if ($null -eq $RUNNER_TEMP) {
Expand Down

0 comments on commit bcd2e1c

Please sign in to comment.