Skip to content

Commit 741b37a

Browse files
authored
Bug Fix
1 parent a205dcb commit 741b37a

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/software-version-check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,6 @@ jobs:
306306
307307
# Output results if software versions changed
308308
if [[ "$SOFTWARE_VERSIONS_CHANGED" = true ]]; then
309-
# Update the date on line 6 when software versions actually changed
310-
NEW_DATE=$(date +'%m/%d/%Y')
311-
sed -i "6s|# Variable Date:.*|# Variable Date: $NEW_DATE|" enginescript-variables.txt
312-
313309
echo "software_versions_changed=true" >> $GITHUB_OUTPUT
314310
315311
# Generate changelog

enginescript-variables.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
######################################################################
44
# Note: This file resets whenever EngineScript is updated.
55

6-
# Variable Date: 07/14/2025
7-
86
#-#-#-#-#-#-#-# Edit These At Your Own Risk #-#-#-#-#-#-#-#
97

108
# Software Versions

scripts/install/nginx/nginx-compile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ if [[ "${INSTALL_HTTP3}" == "1" ]];
111111
--builddir=nginx-${NGINX_VER} \
112112
--with-cc-opt="$CPU_SPECIFIC_FLAGS -DTCP_FASTOPEN=23 -O3 -fcode-hoisting -flto=auto -fPIC -fstack-protector-strong $LD_FLAG -Werror=format-security -Wformat -Wimplicit-fallthrough=0 -Wno-error=pointer-sign -Wno-implicit-function-declaration -Wno-int-conversion -Wno-cast-function-type -Wno-deprecated-declarations -Wno-error=date-time -Wno-error=strict-aliasing -Wno-format-extra-args --param=ssp-buffer-size=4" \
113113
--with-ld-opt="-Wl,-z,relro -Wl,-z,now -Wl,-s -fPIC -flto=auto $LD_FLAG" \
114-
--with-openssl-opt="enable-ec_nistp_64_gcc_128 enable-ktls no-ssl3-method no-tls1_1-method no-tls-deprecated-ec no-weak-ssl-ciphers no-engine-padlock -fPIC -march=native" \
114+
--with-openssl-opt="-O2 -flto=auto enable-ec_nistp_64_gcc_128 enable-ktls no-ssl3-method no-tls1_1-method no-tls-deprecated-ec no-weak-ssl-ciphers no-padlockeng -fPIC -march=native" \
115115
--with-openssl=/usr/src/openssl-${OPENSSL_VER} \
116116
--with-libatomic \
117117
--with-file-aio \
@@ -158,7 +158,7 @@ if [[ "${INSTALL_HTTP3}" == "1" ]];
158158
--builddir=nginx-${NGINX_VER} \
159159
--with-cc-opt="$CPU_SPECIFIC_FLAGS -DTCP_FASTOPEN=23 -O3 -fcode-hoisting -flto=auto -fPIC -fstack-protector-strong $LD_FLAG -Werror=format-security -Wformat -Wimplicit-fallthrough=0 -Wno-error=pointer-sign -Wno-implicit-function-declaration -Wno-int-conversion -Wno-cast-function-type -Wno-deprecated-declarations -Wno-error=date-time -Wno-error=strict-aliasing -Wno-format-extra-args --param=ssp-buffer-size=4" \
160160
--with-ld-opt="-Wl,-z,relro -Wl,-z,now -Wl,-s -fPIC -flto=auto $LD_FLAG" \
161-
--with-openssl-opt="enable-ec_nistp_64_gcc_128 enable-ktls no-ssl3-method no-tls1_1-method no-tls-deprecated-ec no-weak-ssl-ciphers no-engine-padlock -fPIC -march=native" \
161+
--with-openssl-opt="-O2 -flto=auto enable-ec_nistp_64_gcc_128 enable-ktls no-ssl3-method no-tls1_1-method no-tls-deprecated-ec no-weak-ssl-ciphers no-padlockeng -fPIC -march=native" \
162162
--with-openssl=/usr/src/openssl-${OPENSSL_VER} \
163163
--with-libatomic \
164164
--with-file-aio \

0 commit comments

Comments
 (0)