- move from SF to new official repo at Github - set LICENSE_FILE - add 12 new dependencies - remove do-patch section - change BUILD_DEPENDS to RUN_DEPENDS - apply shebangfix on tools/* - add DOCS option - submitter becomes maintainer PR: 211061 Changes: https://github.com/andresriancho/w3af/blob/master/doc/CHANGELOG Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
13 lines
486 B
Text
13 lines
486 B
Text
--- w3af_console.orig 2015-04-07 15:04:48 UTC
|
|
+++ w3af_console
|
|
@@ -9,8 +9,8 @@ import base64
|
|
|
|
|
|
# Check if I have all needed dependencies
|
|
-from w3af.core.controllers.dependency_check.dependency_check import dependency_check
|
|
-dependency_check()
|
|
+#from w3af.core.controllers.dependency_check.dependency_check import dependency_check
|
|
+#dependency_check()
|
|
|
|
from w3af.core.ui.console.console_ui import ConsoleUI
|
|
from w3af.core.controllers.misc.get_w3af_version import get_w3af_version
|