Skip to content

Commit 2edc542

Browse files
Totktonadalocker
authored andcommitted
static-build: bump openssl from 1.1.1f to 1.1.1n
Just regular update to bring openssl security fixes into tarantool. Fixes tarantool#6947 NO_TEST=security update of a dependency NO_DOC=security update of a dependency (cherry picked from commit 7e5db09)
1 parent adb749c commit 2edc542

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Dockerfile.staticbuild

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ RUN yum -y install python3-devel python3-pip
4040

4141
RUN set -x && \
4242
cd / && \
43-
curl -O -L https://www.openssl.org/source/openssl-1.1.1f.tar.gz && \
44-
tar -xvf openssl-1.1.1f.tar.gz && \
45-
cd openssl-1.1.1f && \
43+
curl -O -L https://www.openssl.org/source/openssl-1.1.1n.tar.gz && \
44+
tar -xvf openssl-1.1.1n.tar.gz && \
45+
cd openssl-1.1.1n && \
4646
./config --libdir=lib && \
4747
make -j && make install
4848

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## feature/build
2+
3+
* Bump OpenSSL from 1.1.1f to 1.1.1n for static build (gh-6947).

0 commit comments

Comments
 (0)