Page MenuHomeFreeBSD

net/scapy: Update to upstream release 2.3.3
ClosedPublic

Authored by sbruno on Dec 21 2017, 3:38 PM.
Tags
None
Referenced Files
F163368864: D13572.id36865.diff
Wed, Jul 22, 2:13 PM
F163366475: D13572.id37490.diff
Wed, Jul 22, 1:40 PM
Unknown Object (File)
Tue, Jul 21, 6:26 PM
Unknown Object (File)
Tue, Jul 21, 12:59 PM
Unknown Object (File)
Tue, Jul 21, 4:00 AM
Unknown Object (File)
Tue, Jul 21, 1:33 AM
Unknown Object (File)
Sat, Jul 18, 4:15 AM
Unknown Object (File)
Tue, Jul 14, 9:04 PM
Subscribers

Details

Summary

Update to latest tagged release

Upstream moved to github so we can now track releases there:
https://github.com/secdev/scapy/releases/tag/v2.3.3

Add upstream matplotlib support

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 14100
Build 14278: arc lint + arc unit

Event Timeline

Missed needing to delete the second patch file which is no longer needed

net/scapy/Makefile
16

You should remove the GH_TAGNAME, add a DISTVERSIONPREFIX=v line after the PORTVERSION line, and re-run make makesum.

Delete GH_TAGNAME and use DISVERSIONPREFIX + PORTREVISION to fetch.

Regen distinfo

skozlov requested changes to this revision.Jan 3 2018, 1:22 PM

Smoke test passed. IMO good to go after Portlint issue is resolved.

net/scapy/Makefile
14

Portlint sees spaces in this line instead of a tab.

This revision now requires changes to proceed.Jan 3 2018, 1:22 PM

Clean up tab vs space PORTLINT warning.

This revision is now accepted and ready to land.Jan 4 2018, 11:24 AM
This revision was automatically updated to reflect the committed changes.