diff options
-rw-r--r-- | net/scapy/Makefile | 2 | ||||
-rw-r--r-- | net/scapy/files/patch-scapy-sendrecv.py | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/net/scapy/Makefile b/net/scapy/Makefile index 24de010f3ef9..f7c9d6960a52 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -8,7 +8,7 @@ PORTNAME= scapy PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://secdev.org/projects/scapy/files/ diff --git a/net/scapy/files/patch-scapy-sendrecv.py b/net/scapy/files/patch-scapy-sendrecv.py new file mode 100644 index 000000000000..e44447c0ccc5 --- /dev/null +++ b/net/scapy/files/patch-scapy-sendrecv.py @@ -0,0 +1,11 @@ +--- scapy/sendrecv.py.orig 2009-07-15 18:19:31.000000000 +0200 ++++ scapy/sendrecv.py 2009-07-15 18:19:46.000000000 +0200 +@@ -9,7 +9,7 @@ + from arch import * + from config import conf + from packet import Gen +-from utils import warning ++from utils import warning,PcapReader + import plist + from error import log_runtime,log_interactive + |