From mohacsi@scone.ki.iif.hu  Fri Jun  3 08:47:09 2005
Return-Path: <mohacsi@scone.ki.iif.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9314716A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Jun 2005 08:47:09 +0000 (GMT)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1272D43D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Jun 2005 08:47:08 +0000 (GMT)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: (from mohacsi@localhost)
	by scone.ki.iif.hu (8.13.1/8.13.1) id j538jNHD021153;
	Fri, 3 Jun 2005 10:45:23 +0200 (CEST)
	(envelope-from mohacsi)
Message-Id: <200506030845.j538jNHD021153@scone.ki.iif.hu>
Date: Fri, 3 Jun 2005 10:45:23 +0200 (CEST)
From: Janos Mohacsi <janos.mohacsi@niif.hu>
Reply-To: Janos Mohacsi <janos.mohacsi@bsd.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net-mgmt/flowd: update to 0.8.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81829
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/flowd: update to 0.8.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 03 08:50:01 GMT 2005
>Closed-Date:    Sat Jun 04 00:43:43 GMT 2005
>Last-Modified:  Sat Jun 04 00:43:43 GMT 2005
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 5.3-STABLE FreeBSD 5.3-STABLE #6: Tue Feb 15 09:07:51 CET 2005
>Description:
Maintainer Update to net-mgmt/flowd to version 0.8.5
Original port changes:

This release improves the filtering capabilities of flowd, allowing selection 
of flows based on TCP flags, address family (IPv4 or IPv6), time of day 
(e.g. 9am to 5pm) and the day of the week. The Python API has been extended 
to allow writing of binary flow logs. This release also fixes a couple 
of bugs and makes some minor improvements to the flowd-reader tool.

Changes:
- FLOWD user correctly created.


Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- flowd-0.8.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/flowd.orig/Makefile /usr/ports/net-mgmt/flowd/Makefile
--- /usr/ports/net-mgmt/flowd.orig/Makefile	Sat Jan 29 20:07:49 2005
+++ /usr/ports/net-mgmt/flowd/Makefile	Fri Jun  3 10:41:25 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	flowd
-PORTVERSION=	0.8
-PORTREVISION=	1
+PORTVERSION=	0.8.5
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	http://www2.mindrot.org/files/flowd/
 
@@ -67,7 +66,7 @@
 .endif
 
 .if defined(WITH_PERL)
-	cd ${WRKSRC}/Flowd && \
+	cd ${WRKSRC}/Flowd-perl && \
 	${PERL} Makefile.PL  && \
 	${GMAKE} && \
 	${GMAKE} install
@@ -79,6 +78,6 @@
 	${PYTHON_CMD} setup.py install
 .endif
 
-@FLOWD_USER=${FLOWD_USER} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+	FLOWD_USER=${FLOWD_USER} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/net-mgmt/flowd.orig/distinfo /usr/ports/net-mgmt/flowd/distinfo
--- /usr/ports/net-mgmt/flowd.orig/distinfo	Wed Jan 19 10:57:33 2005
+++ /usr/ports/net-mgmt/flowd/distinfo	Fri Jun  3 09:00:39 2005
@@ -1,2 +1,2 @@
-MD5 (flowd-0.8.tar.gz) = bbd8b245cc3482a92de67c804cd30646
-SIZE (flowd-0.8.tar.gz) = 154305
+MD5 (flowd-0.8.5.tar.gz) = b747abad67db7da2e0ce903ba4f61905
+SIZE (flowd-0.8.5.tar.gz) = 159157
diff -ruN --exclude=CVS /usr/ports/net-mgmt/flowd.orig/pkg-install /usr/ports/net-mgmt/flowd/pkg-install
--- /usr/ports/net-mgmt/flowd.orig/pkg-install	Wed Jan 26 06:13:28 2005
+++ /usr/ports/net-mgmt/flowd/pkg-install	Fri Jun  3 09:38:55 2005
@@ -19,10 +19,10 @@
 	else
 		shell=/nonexistent
 	fi
-	uhome="/nonexistent"
+	uhome="/var/empty"
 
 	if ! ${PW} show user ${USER} -q >/dev/null; then
-		if ! ${PW} add user ${USER} -g ${gid} -d "${uhome}" \
+		if ! ${PW} add user ${USER} -g ${GROUP} -d "${uhome}" \
 				-c "flowd privilege separation user" -s "${shell}" -p "*" \
 				; then
 			e=$?
--- flowd-0.8.5.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Jun 4 00:43:36 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81829 
>Unformatted:
