Subject: pkg/18859: Maintainer update port net/ipa 1.2.8 -> 1.2.9
To: None <gnats-bugs@gnats.netbsd.org>
From: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
List: netbsd-bugs
Date: 10/30/2002 11:16:36
>Number:         18859
>Category:       pkg
>Synopsis:       Maintainer update port net/ipa 1.2.8 -> 1.2.9
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 30 01:17:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Simonenko
>Release:        NetBSD 1.6
>Organization:
>Environment:
System: NetBSD 1.6
Architecture: i386
Machine: i386
>Description:

Please update port net/ipa 1.2.8 -> 1.2.9

In IPA-1.2.9 most improvement were done for FreeBSD (IPFW2 support,
improvements to IPv4/v6 Firewall support), and one IP Filter support
bug was fixed (see ipa-1.2.9/HISTORY file for more information).

In the port only DESCR file was changed to reflect current state of IPA.

>How-To-Repeat:
>Fix:
diff -ruN ipa.orig/DESCR ipa/DESCR
--- ipa.orig/DESCR	Wed Oct 23 03:14:00 2002
+++ ipa/DESCR	Tue Oct 29 22:31:10 2002
@@ -1,12 +1,12 @@
-IPA(8) allows to make IP accounting (network accounting) based on
-FreeBSD IPv4/v6 Firewall, OpenBSD Packet Filter and IP Filter
-accounting rules on FreeBSD, NetBSD and OpenBSD.
+ipa(8) allows to make IP accounting (network accounting) based on
+FreeBSD IPv4/v6 Firewall (including IPFW2), OpenBSD Packet Filter and
+IP Filter accounting rules on FreeBSD, NetBSD and OpenBSD.
 
 It supports limits for accounting rules and limits events as "limit is
 reached", "reached limit is expired", etc. It understands time intervals
 like "end of day", "end of week", "end of month", etc.
 
-IPASTAT(8) is a viewer for IP accounting database made by IPA(8).
+ipastat(8) is a viewer for IP accounting database made by ipa(8).
 
 - Andrey Simonenko
 simon@simon.org.ua
diff -ruN ipa.orig/Makefile ipa/Makefile
--- ipa.orig/Makefile	Wed Oct 23 03:14:00 2002
+++ ipa/Makefile	Tue Oct 29 22:28:59 2002
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.5 2002/10/22 13:20:08 wiz Exp $
 
-DISTNAME=	ipa-1.2.8
+DISTNAME=	ipa-1.2.9
 CATEGORIES=	net sysutils
 MASTER_SITES=	http://www.simon.org.ua/ipa/ \
 		http://www.mirrors.wiretapped.net/security/network-monitoring/ipa/ \
diff -ruN ipa.orig/distinfo ipa/distinfo
--- ipa.orig/distinfo	Thu Oct 24 03:15:00 2002
+++ ipa/distinfo	Tue Oct 29 22:34:19 2002
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.7 2002/10/23 10:54:54 wiz Exp $
 
-SHA1 (ipa-1.2.8.tar.gz) = aa83f3e2d23c70073748d28b11bf487f806756e5
-Size (ipa-1.2.8.tar.gz) = 132234 bytes
-SHA1 (patch-aa) = f4e62334dd1260050a38e6c5bd617320cda9b0f0
+SHA1 (ipa-1.2.9.tar.gz) = a83f8e3ac6b54f136d6bf08f968bb75bff4fa472
+Size (ipa-1.2.9.tar.gz) = 133303 bytes
+SHA1 (patch-aa) = 8eac71b5b95122cb659b6ee39a1f62c433021a70
 SHA1 (patch-ab) = edce3d9d03ee7456c440ce4179e1e8c39bb516f2
diff -ruN ipa.orig/patches/patch-aa ipa/patches/patch-aa
--- ipa.orig/patches/patch-aa	Thu Oct 24 03:15:00 2002
+++ ipa/patches/patch-aa	Tue Oct 29 22:32:20 2002
@@ -1,8 +1,6 @@
-$NetBSD: patch-aa,v 1.6 2002/10/23 10:54:55 wiz Exp $
-
---- Makefile.orig	Sat Sep 28 01:24:32 2002
-+++ Makefile
-@@ -38,7 +38,7 @@ CC?=		/usr/bin/cc
+--- Makefile.orig	Mon Oct 28 21:40:37 2002
++++ Makefile	Tue Oct 29 22:31:42 2002
+@@ -38,7 +38,7 @@
  #	-Ox   - optimize;
  #	-g    - produce debugging information.
  #
@@ -11,7 +9,7 @@
  
  #
  # PREFIX - prefix for all below listed paths
-@@ -58,7 +58,7 @@ DSTMANDIR=	${PREFIX}/man
+@@ -58,7 +58,7 @@
  #
  # DSTETCDIR - where to install template configuration
  #
@@ -20,7 +18,7 @@
  
  #
  # DSTRCDIR - where to install sample rc-script
-@@ -96,10 +96,10 @@ MKDIR?=		/bin/mkdir
+@@ -81,10 +81,10 @@
  #
  # Some INSTALL_* variables
  #
@@ -35,7 +33,7 @@
  INSTALL_MAN_DIR=	${INSTALL} -d -m 0555 -g wheel -o root
  INSTALL_DATA_DIR=	${INSTALL} -d -m 0555 -g wheel -o root
  
-@@ -230,21 +230,9 @@ install:
+@@ -236,21 +236,9 @@
  	${INSTALL_PROGRAM} ipa ipastat ${DSTBINDIR}
  	${INSTALL_MAN} man/ipa.5 man/ipa.conf.5 ${DSTMANDIR}/man5
  	${INSTALL_MAN} man/ipa.8 man/ipastat.8 ${DSTMANDIR}/man8
>Release-Note:
>Audit-Trail:
>Unformatted:
 To: gnats-bugs@gnats.netbsd.org
 Subject: Maintainer update port net/ipa 1.2.8 -> 1.2.9
 From: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
 Reply-To: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
 X-send-pr-version: 3.95