From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 16:17:09 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80012FB4; Sat, 27 Sep 2014 16:17:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B590F92; Sat, 27 Sep 2014 16:17:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8RGH9Eh039276; Sat, 27 Sep 2014 16:17:09 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8RGH9jm039273; Sat, 27 Sep 2014 16:17:09 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201409271617.s8RGH9jm039273@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 27 Sep 2014 16:17:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369402 - head/net/despoof X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 16:17:09 -0000 Author: wg Date: Sat Sep 27 16:17:08 2014 New Revision: 369402 URL: http://svnweb.freebsd.org/changeset/ports/369402 QAT: https://qat.redports.org/buildarchive/r369402/ Log: net/despoof: pass maintainership - Change WWW to new address PR: 193508 Submitted by: C Hutchinson Modified: head/net/despoof/Makefile head/net/despoof/pkg-descr Modified: head/net/despoof/Makefile ============================================================================== --- head/net/despoof/Makefile Sat Sep 27 16:14:31 2014 (r369401) +++ head/net/despoof/Makefile Sat Sep 27 16:17:08 2014 (r369402) @@ -8,7 +8,7 @@ CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_PACKETSTORM} MASTER_SITE_SUBDIR= UNIX/misc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@bsdforge.com COMMENT= Command-line anti-spoofing detection utility DEPRECATED= Depends on expired net/libnet10 Modified: head/net/despoof/pkg-descr ============================================================================== --- head/net/despoof/pkg-descr Sat Sep 27 16:14:31 2014 (r369401) +++ head/net/despoof/pkg-descr Sat Sep 27 16:17:08 2014 (r369402) @@ -1,7 +1,6 @@ -A command-line anti-spoofing detection utility. The idea is simple -- -if you receive a packet that you suspect is spoofed, try to determine -the real TTL of the packet and compare it to the TTL of the packet you -received. This is intended to be used as a component of an IDS -toolkit. +A command-line anti-spoofing detection utility. The idea is simple: +should you receive a packet that you suspect is spoofed, try to determine the +real TTL of the packet and compare it to the TTL of the packet you received. +This is intended for use as a component to an IDS toolkit, and the likes. -WWW: http://www.bindview.com/Services/razor/Utilities/Unix_Linux/despoof_readme.cfm +WWW: http://BSDforge.com/projects/net/despoof/