svn commit: r388499 - head/net/spoofer
Philippe Audeoud
jadawin at FreeBSD.org
Thu Jun 4 08:06:34 UTC 2015
Author: jadawin
Date: Thu Jun 4 08:06:33 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 at luckie.org.nz
Modified:
head/net/spoofer/Makefile
head/net/spoofer/distinfo
Modified: head/net/spoofer/Makefile
==============================================================================
--- head/net/spoofer/Makefile Thu Jun 4 07:56:19 2015 (r388498)
+++ head/net/spoofer/Makefile Thu Jun 4 08:06:33 2015 (r388499)
@@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= spoofer
-PORTVERSION= 0.8
+PORTVERSION= 0.8a
CATEGORIES= net
-MASTER_SITES= http://spoofer.csail.mit.edu/
+MASTER_SITES= http://spoofer.caida.org/
MAINTAINER= jadawin at FreeBSD.org
-COMMENT= ANA Spoofer Project testing software
+COMMENT= Spoofer Project testing software
PLIST_FILES= bin/spoofer
PORTDOCS= README CHANGES
Modified: head/net/spoofer/distinfo
==============================================================================
--- head/net/spoofer/distinfo Thu Jun 4 07:56:19 2015 (r388498)
+++ head/net/spoofer/distinfo Thu Jun 4 08:06:33 2015 (r388499)
@@ -1,2 +1,2 @@
-SHA256 (spoofer-0.8.tar.gz) = 602e76c2234536f9cb60240b8c5d033dcb99de38f1e8bd12e2d1499740dcfe2a
-SIZE (spoofer-0.8.tar.gz) = 133722
+SHA256 (spoofer-0.8a.tar.gz) = d6c68f302bc31d92c4d5a1c010b51bb54845b9fd77387865289eb34737ab8914
+SIZE (spoofer-0.8a.tar.gz) = 142294
More information about the svn-ports-all
mailing list