diff options
Diffstat (limited to 'security/whatweb/files/patch-whatweb')
-rw-r--r-- | security/whatweb/files/patch-whatweb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/whatweb/files/patch-whatweb b/security/whatweb/files/patch-whatweb new file mode 100644 index 000000000000..151243fbd430 --- /dev/null +++ b/security/whatweb/files/patch-whatweb @@ -0,0 +1,11 @@ +--- whatweb.orig 2021-01-15 14:48:22.000000000 +0000 ++++ whatweb 2023-06-11 06:37:18.455400000 +0100 +@@ -34,7 +34,7 @@ + + $LOAD_PATH.unshift(File.join(File.expand_path(__dir__)), '.') + +-require 'lib/whatweb' ++require 'whatweb/lib/whatweb' + + # + # Command-line usage information (full) |