Skip to content

Commit

Permalink
ci: bump OpenSSL to 3.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG authored and kongeo committed Sep 16, 2024
1 parent 98aa428 commit 751c19d
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.14.
git clone --branch openssl-3.0.14 \
# Build and install OpenSSL 3.0.15.
git clone --branch openssl-3.0.15 \
--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.14.
git clone --branch openssl-3.0.14 \
# Build and install OpenSSL 3.0.15.
git clone --branch openssl-3.0.15 \
--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.14.
git clone --branch openssl-3.0.14 \
# Build and install OpenSSL 3.0.15.
git clone --branch openssl-3.0.15 \
--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.11.0"
LIBCBOR_ASAN="address alignment bounds"
LIBCBOR_MSAN="memory"
OPENSSL_URL="https://github.com/openssl/openssl"
OPENSSL_TAG="openssl-3.0.14"
OPENSSL_TAG="openssl-3.0.15"
ZLIB_URL="https://github.com/madler/zlib"
ZLIB_TAG="v1.3.1"
ZLIB_ASAN="address alignment bounds undefined"
Expand Down

0 comments on commit 751c19d

Please sign in to comment.