ports/81829: [MAINTAINER] net-mgmt/flowd: update to 0.8.5
Janos Mohacsi
janos.mohacsi at niif.hu
Fri Jun 3 08:50:03 UTC 2005
>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: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Jun 03 08:50:01 GMT 2005
>Closed-Date:
>Last-Modified:
>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
- at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list