Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2006 18:24:31 +0200 (CEST)
From:      Janos Mohacsi <janos.mohacsi@bsd.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95051: [MAINTAINER] net-mgmt/flowd: update to 0.9
Message-ID:  <200603281624.k2SGOV6t096084@scone.ki.iif.hu>
Resent-Message-ID: <200603281730.k2SHUCmT004203@freefall.freebsd.org>

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

>Number:         95051
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/flowd: update to 0.9
>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:   Tue Mar 28 17:30:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #11: Fri Mar 24 09:10:25 CET 2006
>Description:
Maintainer Update to net-mgmt/flowd to version 0.9
Original package changes:

- The on-disk storage format has been improved and given a new major
number (version 3). The new format is faster to read from disk and
will be more graceful to extend in the future. In particular, it is
possible to add fields to this new format whilst retaining backwards
compatibility.

- To convert logs from previous versions of flowd, please use
flowd-reader's "-L" option. For example, "flowd-reader -Lqo new.log
old.log" will convert the flows in "old.log" to the new format and store
them in "new.log".

- Changed flowd-reader's output ("-o") behaviour to *overwrite* existing
log files instead of *appending* to them. Please take care if you were
depending on the previous behaviour.

- It is now possible to filter by date/time.

- The flowd Python API has been rewritten improving its 
performance by an order of magnitude.

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

--- flowd-0.9.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	Mon Jun  6 13:39:50 2005
+++ /usr/ports/net-mgmt/flowd/Makefile	Tue Mar 28 17:33:21 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	flowd
-PORTVERSION=	0.8.5
+PORTVERSION=	0.9
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	http://www2.mindrot.org/files/flowd/
 
diff -ruN --exclude=CVS /usr/ports/net-mgmt/flowd.orig/distinfo /usr/ports/net-mgmt/flowd/distinfo
--- /usr/ports/net-mgmt/flowd.orig/distinfo	Thu Feb  2 14:31:46 2006
+++ /usr/ports/net-mgmt/flowd/distinfo	Tue Mar 28 17:33:26 2006
@@ -1,3 +1,3 @@
-MD5 (flowd-0.8.5.tar.gz) = b747abad67db7da2e0ce903ba4f61905
-SHA256 (flowd-0.8.5.tar.gz) = a4b87e741f020d77c9ddd128f144880e462957dc1086437bf5fa8b33c65916ac
-SIZE (flowd-0.8.5.tar.gz) = 159157
+MD5 (flowd-0.9.tar.gz) = 442917bb3c66a81786e9ab1d40006122
+SHA256 (flowd-0.9.tar.gz) = bff3ce1aae6b8a731c4ec89b8af5d63a54190bf24248d7b89e6cac50e729f111
+SIZE (flowd-0.9.tar.gz) = 177389
diff -ruN --exclude=CVS /usr/ports/net-mgmt/flowd.orig/pkg-plist /usr/ports/net-mgmt/flowd/pkg-plist
--- /usr/ports/net-mgmt/flowd.orig/pkg-plist	Fri Nov 12 21:52:08 2004
+++ /usr/ports/net-mgmt/flowd/pkg-plist	Tue Mar 28 18:12:20 2006
@@ -4,6 +4,10 @@
 include/flowd/addr.h
 include/flowd/crc32.h
 include/flowd/store.h
+include/flowd/store-v2.h
+include/flowd/flowd-pytypes.h
+include/flowd/flowd-config.h
+include/flowd/flowd-common.h
 sbin/flowd
 %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Flowd/Flowd.so
 %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Flowd/Flowd.bs
@@ -11,7 +15,5 @@
 %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Flowd.pm
 %%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Flowd
 %%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto
-%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/flowd_serialiser.so
-%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/flowd.pyc
-%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/flowd.py
+%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/flowd.so
 @dirrm include/flowd
--- flowd-0.9.patch ends here ---

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



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