Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2008 09:28:41 GMT
From:      Wen heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/127873: [Update]security/ipguard:update to 1.00
Message-ID:  <200810050928.m959Sf8q095459@www.freebsd.org>
Resent-Message-ID: <200810050930.m959U3VW068699@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127873
>Category:       ports
>Synopsis:       [Update]security/ipguard:update to 1.00
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 05 09:30:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 1.00 from 0.04
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -curN ipguard/Makefile ipguard.new/Makefile
--- ipguard/Makefile	2007-01-31 22:09:53.000000000 +0800
+++ ipguard.new/Makefile	2008-10-06 01:20:45.000000000 +0800
@@ -6,15 +6,14 @@
 #
 
 PORTNAME=	ipguard
-PORTVERSION=	0.04
-PORTREVISION=	2
+PORTVERSION=	1.00
 CATEGORIES=	security net
 MASTER_SITES=	http://ipguard.deep.perm.ru/files/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tool designed to protect LAN IP adress space by ARP spoofing
 
-BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
+BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
 
 MAN8=		ipguard.8
 
@@ -25,7 +24,7 @@
 SUB_FILES=	pkg-message
 SUB_LIST=	ETHERS=${ETHERS}
 
-LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet10-config
+LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet11-config
 
 post-patch:
 	@${REINPLACE_CMD} -Ee \
diff -curN ipguard/distinfo ipguard.new/distinfo
--- ipguard/distinfo	2006-01-24 09:03:05.000000000 +0800
+++ ipguard.new/distinfo	2008-10-05 11:19:47.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (ipguard-0.04.tar.gz) = 00bff6650e3908e9fa352d48d1574850
-SHA256 (ipguard-0.04.tar.gz) = 9316d69010027c14f73e237e4b3584b8c1d86552c59e45df132470a0bf74c8ac
-SIZE (ipguard-0.04.tar.gz) = 11169
+MD5 (ipguard-1.00.tar.gz) = 3b8e99994a283c549e2e7f452ef38fd7
+SHA256 (ipguard-1.00.tar.gz) = fb9d7f34a9c83976a1186f6fd33b04e31462beee7550c95001132aef3d08322e
+SIZE (ipguard-1.00.tar.gz) = 25095
diff -curN ipguard/files/patch-Makefile ipguard.new/files/patch-Makefile
--- ipguard/files/patch-Makefile	2005-09-04 02:51:19.000000000 +0800
+++ ipguard.new/files/patch-Makefile	1970-01-01 08:00:00.000000000 +0800
@@ -1,27 +0,0 @@
---- Makefile.orig	Mon Aug 22 17:34:48 2005
-+++ Makefile	Sat Sep  3 19:27:19 2005
-@@ -3,18 +3,19 @@
- ##  copyright (c) 2005 SeaD
- ##
- 
--PREFIX=/usr/local
--ETHERS=/etc/ethers
-+PREFIX?=/usr/local
-+LOCALBASE?=/usr/local
-+ETHERS?=/etc/ethers
- 
- NAME=ipguard
- VERSION=0.04
--INCLUDES=-I/usr/local/include
--LIBS=-lpcap `libnet-config --libs` -L/usr/local/lib
-+INCLUDES=-I${LOCALBASE}/include
-+LIBS=-lpcap `libnet-config --libs` -L${LOCALBASE}/lib
- DEFINES=`libnet-config --defines`
- STATIC=
- CC=gcc
- 
--CFLAGS+=-g -Wall -O2 -DETHERS='"$(ETHERS)"'
-+CFLAGS+=-g -Wall -DETHERS='"$(ETHERS)"'
- 
- OBJS=ethers.o ipguard.o packet.o system.o
- DOCS=ethers.sample ipguard.sh.sample NEWS README TODO


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810050928.m959Sf8q095459>