diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2023-08-25 16:25:24 +0300 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2023-08-25 16:25:24 +0300 |
commit | 15f9bbd5df28e523a93cc71578737b4f221377ce (patch) | |
tree | 1dde7e1189700c997623fad6a0428decea6466bf /security/whatweb/files/patch-whatweb | |
parent | www/ungoogled-chromium: sync patches (diff) |
security/whatweb: update to 0.5.5
This fixes broken runtime
PR: 271960
Reported by: Jamie Landeg-Jones <jamie@catflap.org>
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) |