mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wfuzz: update to 3.0.1.
This commit is contained in:
parent
e94ec9fb24
commit
392322ceb0
2 changed files with 13 additions and 10 deletions
|
@ -1,13 +1,16 @@
|
||||||
--- src/wfuzz/__init__.py.orig
|
diff --git src/wfuzz/__init__.py src/wfuzz/__init__.py
|
||||||
|
index 05f04af..7e8a4a8 100644
|
||||||
|
--- src/wfuzz/__init__.py
|
||||||
+++ src/wfuzz/__init__.py
|
+++ src/wfuzz/__init__.py
|
||||||
@@ -20,8 +20,8 @@
|
@@ -30,9 +30,9 @@ warnings.formatwarning = warning_on_one_line
|
||||||
try:
|
try:
|
||||||
import pycurl
|
import pycurl
|
||||||
|
|
||||||
- if "openssl".lower() not in pycurl.version.lower():
|
- if "openssl".lower() not in pycurl.version.lower():
|
||||||
- print("\nWarning: Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information.\n")
|
|
||||||
+ if "ssl".lower() not in pycurl.version.lower():
|
+ if "ssl".lower() not in pycurl.version.lower():
|
||||||
+ print("\nWarning: Pycurl is not compiled against Open- or LibreSSL. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information.\n")
|
warnings.warn(
|
||||||
|
- "Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information."
|
||||||
if not hasattr(pycurl, "PATH_AS_IS"):
|
+ "Pycurl is not compiled against Open- or LibreSSL. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information."
|
||||||
print("\nWarning: Pycurl and/or libcurl version is old. PATH_AS_IS option is missing. Wfuzz might not correctly fuzz URLS with '..'.\n")
|
)
|
||||||
|
|
||||||
|
if not hasattr(pycurl, "CONNECT_TO"):
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wfuzz'
|
# Template file for 'wfuzz'
|
||||||
pkgname=wfuzz
|
pkgname=wfuzz
|
||||||
version=2.4.7
|
version=3.0.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -12,4 +12,4 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://wfuzz.org"
|
homepage="http://wfuzz.org"
|
||||||
distfiles="https://github.com/xmendez/wfuzz/archive/v${version}.tar.gz"
|
distfiles="https://github.com/xmendez/wfuzz/archive/v${version}.tar.gz"
|
||||||
checksum=11017be0c0e37ae89f3bbfec1dab731ec2bdb4fbe8e06648616fb4fd582f6c6f
|
checksum=55ac415c66db05f1f0504e35426caa52b0322c6a87c7c529a84a9c8d061426fd
|
||||||
|
|
Loading…
Add table
Reference in a new issue