|
|
@ -445,7 +445,7 @@ rm -f *.patch || exit 1
|
|
|
|
|
|
|
|
|
|
|
|
answer=`$root/util/ver-ge "$main_ver" 1.17.8`
|
|
|
|
answer=`$root/util/ver-ge "$main_ver" 1.17.8`
|
|
|
|
if [ "$answer" = "Y" ]; then
|
|
|
|
if [ "$answer" = "Y" ]; then
|
|
|
|
echo "$info_txt applying the always_enable_cc_feature_tests patch to nginx"
|
|
|
|
echo "$info_txt applying the patch for nginx security issue https://hackerone.com/reports/513236 "
|
|
|
|
patch -p1 < $root/patches/nginx-$main_ver-set_uri_security_issue.patch
|
|
|
|
patch -p1 < $root/patches/nginx-$main_ver-set_uri_security_issue.patch
|
|
|
|
echo
|
|
|
|
echo
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|