File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 if [ $(uname -m) = "x86_64" ] || [ $(uname -m) = "ppc64le" ]; \
1111 then \
1212 if stat /etc/redhat-release 1>&2 2>/dev/null; then \
13- yum -y install binutils perl perl-IPC-Cmd && \
13+ yum -y install binutils perl perl-IPC-Cmd perl-Time-Piece && \
1414 yum -y clean all && \
1515 rm -rf /var/cache/yum; \
1616 fi; \
2222 if [ $(uname -m) = "aarch64" ]; \
2323 then \
2424 if stat /etc/redhat-release 1>&2 2>/dev/null; then \
25- yum -y install perl perl-IPC-Cmd && \
25+ yum -y install perl perl-IPC-Cmd perl-Time-Piece && \
2626 yum -y clean all && \
2727 rm -rf /var/cache/yum; \
2828 fi; \
Original file line number Diff line number Diff line change 1- export OPENSSL_VERSION=" openssl-3.5.2 "
2- export OPENSSL_SHA256=" c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec "
1+ export OPENSSL_VERSION=" openssl-3.5.3 "
2+ export OPENSSL_SHA256=" c9489d2abcf943cdc8329a57092331c598a402938054dc3a22218aea8a8ec3bf "
33# We need a base set of flags because on Windows using MSVC
44# enable-ec_nistp_64_gcc_128 doesn't work since there's no 128-bit type
55export OPENSSL_BUILD_FLAGS_WINDOWS=" no-ssl3 no-ssl3-method no-zlib no-shared no-module no-comp no-dynamic-engine no-apps no-docs no-sm2-precomp no-atexit"
You can’t perform that action at this time.
0 commit comments