Package: scapy / 2.5.0+dfsg-2

Metadata

Package Version Patches format
scapy 2.5.0+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove failing tests.patch | (download)

test/regression.uts | 33 0 + 33 - 0 !
1 file changed, 33 deletions(-)

 remove failing tests
  The upstream source code comes from upstream tarball in Debian and it's not
  a git repo. These tests assume we're in a git repo and consequently fail.
fix typo in manpage.patch | (download)

doc/scapy.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix typo in manpage
Remove resource heavy ISOTP test.patch | (download)

test/contrib/isotp_packet.uts | 11 0 + 11 - 0 !
1 file changed, 11 deletions(-)

 remove resource-heavy isotp test
  This test was removed upstream due to resource consumption and it was
  the one failing in 32 bits architectures so we cherry-picked the commit.