Skip to content

Commit

Permalink
actions: bump OpenSSL 3 to 3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
martelletto authored and LDVG committed Sep 25, 2023
1 parent 78c919b commit 5f48953
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .actions/build-linux-openssl3-clang
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ FAKEROOT="$(mktemp -d)"
# Check exports.
(cd src && ./diff_exports.sh)

# Build and install OpenSSL 3.0.10.
git clone --branch openssl-3.0.10 \
# Build and install OpenSSL 3.0.11.
git clone --branch openssl-3.0.11 \
--depth=1 https://github.com/openssl/openssl
cd openssl
./Configure linux-x86_64-clang --prefix="${FAKEROOT}" \
Expand Down
4 changes: 2 additions & 2 deletions .actions/build-linux-openssl3-gcc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
${CC} --version
FAKEROOT="$(mktemp -d)"

# Build and install OpenSSL 3.0.10.
git clone --branch openssl-3.0.10 \
# Build and install OpenSSL 3.0.11.
git clone --branch openssl-3.0.11 \
--depth=1 https://github.com/openssl/openssl
cd openssl
./Configure linux-x86_64 --prefix="${FAKEROOT}" \
Expand Down
4 changes: 2 additions & 2 deletions .actions/build-linux-openssl3-i686-w64-mingw32-gcc
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ make -j"$(nproc)" -C build
sudo make -C build install
cd ..

# Build and install OpenSSL 3.0.10.
git clone --branch openssl-3.0.10 \
# Build and install OpenSSL 3.0.11.
git clone --branch openssl-3.0.11 \
--depth=1 https://github.com/openssl/openssl
cd openssl
./Configure mingw --prefix=/fakeroot --openssldir=/fakeroot/openssl \
Expand Down
2 changes: 1 addition & 1 deletion .actions/fuzz-linux
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LIBCBOR_TAG="v0.10.1"
LIBCBOR_ASAN="address alignment bounds"
LIBCBOR_MSAN="memory"
OPENSSL_URL="https://github.com/openssl/openssl"
OPENSSL_TAG="openssl-3.0.10"
OPENSSL_TAG="openssl-3.0.11"
ZLIB_URL="https://github.com/madler/zlib"
ZLIB_TAG="v1.3"
ZLIB_ASAN="address alignment bounds undefined"
Expand Down

0 comments on commit 5f48953

Please sign in to comment.