[Bug 230110] net/scapy: Update to 2.4.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 8 21:42:07 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230110

--- Comment #11 from Craig Leres <leres at freebsd.org> ---
Created attachment 203506
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203506&action=edit
Comment out DARWIN use_bpf check

I tried the 203423 patch with 11.2-RELEASE and DEFAULT_VERSIONS=python=3.7 and
it fails with FreeBSD:

        _set_conf_sockets()
      File "/usr/local/lib/python3.7/site-packages/scapy/config.py", line 436,
in _set_conf_sockets
        raise ScapyInvalidPlatformException("Darwin (OSX) only !")
    scapy.error.ScapyInvalidPlatformException: Darwin (OSX) only !

Commenting out the check in _set_conf_sockets() seems to solve this. The patch
is for the change I made after applying 203423.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list