Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2001 13:07:24 +0300 (EEST)
From:      Andrey Simonenko <simon@simon.org.ua>
To:        <FreeBSD-gnats-submit@freebsd.org>
Subject:   ports/28422: Update port sysutils/ipa (by maintainer)
Message-ID:  <20010626130139.F1114-100000@lion.com.ua>

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

>Number:         28422
>Category:       ports
>Synopsis:       Update port sysutils/ipa (by maintainer)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 26 03:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Simonenko
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:

Current FreeBSD ports collection

>Description:

Update port sysutils/ipa to version 1.1.3:

- Now IP Filter version is determined by parsing netinet/ipl.h file
- Changed IP Filter rule group size from 16 bits to 32 bits, because of
  the same changes in IP Filter v3.4.x
- Flag changed in ipa(8): -l -> -L
- Manual pages were translated to Russian (thanks to all who asked
  to do it)
- A lot of errors were fixed in manual pages

>How-To-Repeat:
	Patch is added
>Fix:

diff -ruN ipa.orig/Makefile ipa/Makefile
--- ipa.orig/Makefile	Sun Apr 29 12:28:25 2001
+++ ipa/Makefile	Mon Jun 25 22:54:07 2001
@@ -6,7 +6,7 @@
 #

 PORTNAME=	ipa
-PORTVERSION=	1.1.2
+PORTVERSION=	1.1.3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.simon.org.ua/ipa/

@@ -17,5 +17,6 @@

 MAN5=		ipa.5 ipa.conf.5
 MAN8=		ipa.8 ipastat.8
+MANLANG=	"" ru_RU.KOI8-R

 .include <bsd.port.mk>
diff -ruN ipa.orig/distinfo ipa/distinfo
--- ipa.orig/distinfo	Sun Apr 29 12:28:25 2001
+++ ipa/distinfo	Mon Jun 25 23:06:58 2001
@@ -1 +1 @@
-MD5 (ipa-1.1.2.tar.gz) = d96912c82ba6470fd092fe6eeef83ca3
+MD5 (ipa-1.1.3.tar.gz) = 79966745dafd16ce909ade55fb10ffc8
diff -ruN ipa.orig/files/patch-aa ipa/files/patch-aa
--- ipa.orig/files/patch-aa	Tue Mar 13 22:29:22 2001
+++ ipa/files/patch-aa	Mon Jun 25 23:09:02 2001
@@ -1,5 +1,5 @@
---- Makefile.orig	Sun Mar  4 20:33:11 2001
-+++ Makefile	Fri Mar  9 11:52:32 2001
+--- Makefile.orig	Sun Jun 24 19:18:49 2001
++++ Makefile	Mon Jun 25 23:08:29 2001
 @@ -38,7 +38,7 @@
  #	-O3   - optimize (it seems that -O3 also help to find out some errors);
  #	-g    - produce debugging information.
@@ -9,7 +9,7 @@

  #
  # DSTBINDIR - where to install binaries
-@@ -203,7 +203,7 @@
+@@ -204,7 +204,7 @@
  	@${ECHO}
  .else
  	@${ECHO} ">> Installing binaries, manual pages and miscellaneous files"

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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