sync ports with The Matrix
This commit is contained in:
parent
2c0afcbbf3
commit
b72ce7a5e9
1248 changed files with 11809 additions and 12798 deletions
21
security/pwntools/patches/patch-pwnlib_commandline_main_py
Normal file
21
security/pwntools/patches/patch-pwnlib_commandline_main_py
Normal file
|
@ -0,0 +1,21 @@
|
|||
Disable automatic update checking.
|
||||
|
||||
Index: pwnlib/commandline/main.py
|
||||
--- pwnlib/commandline/main.py.orig
|
||||
+++ pwnlib/commandline/main.py
|
||||
@@ -20,7 +20,6 @@ from pwnlib.commandline import scramble
|
||||
from pwnlib.commandline import shellcraft
|
||||
from pwnlib.commandline import template
|
||||
from pwnlib.commandline import unhex
|
||||
-from pwnlib.commandline import update
|
||||
from pwnlib.commandline import version
|
||||
from pwnlib.commandline.common import parser
|
||||
from pwnlib.context import context
|
||||
@@ -43,7 +42,6 @@ commands = {
|
||||
'shellcraft': shellcraft.main,
|
||||
'template': template.main,
|
||||
'unhex': unhex.main,
|
||||
- 'update': update.main,
|
||||
'version': version.main,
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue