Update to 2.1.a13.
PR: ports/71497 Submitted by: Matthew George <mdg at secureworks dot net> (maintainer)
This commit is contained in:
parent
c659bf04ca
commit
5e66754467
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118835
@ -6,13 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= arpwatch
|
||||
PORTVERSION= 2.1.a11
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 2.1.a13
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \
|
||||
ftp://ftp.ee.lbl.gov/
|
||||
MASTER_SITES= ftp://ftp.ee.lbl.gov/
|
||||
PKGNAMESUFFIX= -devel
|
||||
DISTNAME= arpwatch-2.1a11
|
||||
DISTNAME= arpwatch-2.1a13
|
||||
|
||||
MAINTAINER= mdg@secureworks.net
|
||||
COMMENT= Monitor arp & rarp requests
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (arpwatch-2.1a11.tar.gz) = 9ecd00db892737431b0e524f3e52e19e
|
||||
SIZE (arpwatch-2.1a11.tar.gz) = 126550
|
||||
MD5 (arpwatch-2.1a13.tar.gz) = b9ff9739cdd2c0e9807b2d05860e4811
|
||||
SIZE (arpwatch-2.1a13.tar.gz) = 152779
|
||||
|
@ -1,14 +1,5 @@
|
||||
--- ethercodes.dat.orig Thu May 3 21:59:10 2001
|
||||
+++ ethercodes.dat Tue Nov 11 09:35:25 2003
|
||||
@@ -4419,7 +4419,7 @@
|
||||
0:d0:b4 KATSUJIMA CO., LTD.
|
||||
0:d0:b5 DOTCOM
|
||||
0:d0:b6 CRESCENT NETWORKS, INC.
|
||||
-0:d0:b7 INTEL CORPOTATION
|
||||
+0:d0:b7 INTEL CORPORATION
|
||||
0:d0:b8 IOMEGA CORP.
|
||||
0:d0:b9 MICROTEK INTERNATIONAL, INC.
|
||||
0:d0:ba CISCO SYSTEMS, INC.
|
||||
@@ -4964,3 +4964,5 @@
|
||||
c0:0:0 Western Digital (may be reversed 00 00 C0?)
|
||||
e2:c:f Kingston Technologies
|
||||
|
@ -1,14 +1,5 @@
|
||||
--- util.c.orig Fri Oct 13 18:49:03 2000
|
||||
+++ util.c Fri Jun 11 12:35:32 2004
|
||||
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
- "@(#) $Id: util.c,v 1.9 2000/10/13 22:48:55 leres Exp $ (LBL)";
|
||||
+ "@(#) $Id: util.c,v 1.5 2004/06/10 19:48:37 mdg Exp $ (LBL)";
|
||||
#endif
|
||||
|
||||
/*
|
||||
@@ -39,6 +39,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user