Bug 200519 - net/spoofer: update to 0.8a
Summary: net/spoofer: update to 0.8a
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: i386 Any
: --- Affects Some People
Assignee: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-29 16:13 UTC by mjl
Modified: 2015-06-04 08:08 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (jadawin)


Attachments
update spoofer to 0.8a (1.02 KB, patch)
2015-05-29 16:13 UTC, mjl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mjl 2015-05-29 16:13:31 UTC
Created attachment 157251 [details]
update spoofer to 0.8a

The Spoofer project has been taken over by CAIDA

http://blog.caida.org/best_available_data/2015/05/28/caida-takes-over-stewardship-of-spoofer-project-infrastructure/

This port update shifts the master side to the CAIDA master site, and includes a new release of the source code (0.8a).  The changes in the source code:

spoofer-0.8a
-----------
* Moved servers to CAIDA
* Implemented raw ethernet spoofing on all platforms (with libpcap or winpcap)
  as a fallback when the OS blocks raw ip spoofing
* Implemented IPv6 spoofing on all platforms (with libpcap or winpcap)
* Removed dependence on crufty old libnet and libdnet

In particular, because we are not using raw IP sockets anymore, we can now test spoofing on freebsd NAT routers because we will bypass the NAT layer as required.

I am happy to take over maintainership.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-04 08:07:28 UTC
A commit references this bug:

Author: jadawin
Date: Thu Jun  4 08:06:34 UTC 2015
New revision: 388499
URL: https://svnweb.freebsd.org/changeset/ports/388499

Log:
  - Moved servers to CAIDA [1]
  - Implemented raw ethernet spoofing on all platforms (with libpcap or winpcap)
    as a fallback when the OS blocks raw ip spoofing
  - Implemented IPv6 spoofing on all platforms (with libpcap or winpcap)
  - Removed dependence on crufty old libnet and libdnet

  [1] http://blog.caida.org/best_available_data/2015/05/28/caida-takes-over-stewardship-of-spoofer-project-infrastructure/

  PR:		200519
  Submitted by:	mjl@luckie.org.nz

Changes:
  head/net/spoofer/Makefile
  head/net/spoofer/distinfo
Comment 2 Philippe Audeoud freebsd_committer freebsd_triage 2015-06-04 08:08:58 UTC
Sorry for my late commit