summarylogtreecommitdiffstats
path: root/set-install-dir.patch
diff options
context:
space:
mode:
authormuhviehstarr2022-01-05 22:32:46 +0100
committermuhviehstarr2022-01-05 22:32:46 +0100
commit8568263689f8adb51e1bef83e4b70e0dbed663a7 (patch)
tree079d32b603801c8f214055bea0bc9ffa5c0bb278 /set-install-dir.patch
parent5d07e5b5924013906865e906b36a4363c0d11f7c (diff)
downloadaur-testssl.sh-git.tar.gz
fix patch and PKGBUILD
Diffstat (limited to 'set-install-dir.patch')
-rw-r--r--set-install-dir.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/set-install-dir.patch b/set-install-dir.patch
index 2e757e0e5d73..4da248b8a945 100644
--- a/set-install-dir.patch
+++ b/set-install-dir.patch
@@ -1,11 +1,11 @@
--- testssl.sh 2018-09-26 13:03:32.784246841 +0200
+++ testssl.sh 2018-09-26 13:04:13.654496336 +0200
-@@ -135,7 +135,7 @@
- declare -r RUN_DIR="$(dirname "$0")"
- declare -r SYSTEM="$(uname -s)"
- SYSTEM2="" # currently only being used for WSL = bash on windows
+@@ -192,7 +192,7 @@
+
+ ########### Tuning vars which cannot be set by a cmd line switch. Use instead e.g "HEADER_MAXSLEEP=10 ./testssl.sh <your_args_here>"
+ #
-TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-""}" # If you run testssl.sh and it doesn't find it necessary file automagically set TESTSSL_INSTALL_DIR
-+TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-"/usr/share/testssl.sh"}" # If you run testssl.sh and it doesn't find it necessary file automagically set TESTSSL_INSTALL_DIR
- CA_BUNDLES_PATH="${CA_BUNDLES_PATH:-""}" # You can have your stores some place else
- ADDITIONAL_CA_FILES="${ADDITIONAL_CA_FILES:-""}" # single file with a CA in PEM format or comma separated lists of them
- CIPHERS_BY_STRENGTH_FILE=""
++TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-"/usr/share/testssl.sh"}" # If you run testssl.sh and it doesn't find it necessary file automagically set TESTSSL_INSTALL_DIR
+ CA_BUNDLES_PATH="${CA_BUNDLES_PATH:-""}" # You can have your CA stores some place else
+ EXPERIMENTAL=${EXPERIMENTAL:-false} # a development hook which allows us to disable code
+ PROXY_WAIT=${PROXY_WAIT:-20} # waiting at max 20 seconds for socket reply through proxy