From mohacsi@scone.ki.iif.hu  Thu Nov  9 09:54:52 2006
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 06EA016A412
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Nov 2006 09:54:52 +0000 (UTC)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: from scone.ki.iif.hu (gw-matrafured.gyongyos.hbone.hu [195.111.108.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5F88643D46
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Nov 2006 09:54:51 +0000 (GMT)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: (from mohacsi@localhost)
	by scone.ki.iif.hu (8.13.8/8.13.8) id kA99sBQU025422;
	Thu, 9 Nov 2006 10:54:11 +0100 (CET)
	(envelope-from mohacsi)
Message-Id: <200611090954.kA99sBQU025422@scone.ki.iif.hu>
Date: Thu, 9 Nov 2006 10:54:11 +0100 (CET)
From: Janos Mohacsi <janos.mohacsi@bsd.hu>
Reply-To: Janos Mohacsi <janos.mohacsi@bsd.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net-mgmt/softflowd: update to 0.9.8
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105328
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/softflowd: update to 0.9.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 09 10:00:45 GMT 2006
>Closed-Date:    Sun Nov 12 19:14:39 GMT 2006
>Last-Modified:  Fri Dec 15 10:00:27 GMT 2006
>Originator:     Janos Mohacsi
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #17: Fri Oct 20 01:04:28 CEST 2006
>Description:
- Update to 0.9.8

Added file(s):
- files/patch-softflowd.c

Changes:
- contains the changes of Cristian Klein

Original package changes:
- Added "send-template" softflowctl command to resend a NetFlow 9
  template record immediately (handy if you restart your flow
  collector)

- Softflowd will now encode ICMP type and code into the flow datagram's
  source/destination ports, similar to some Cisco exporters. 

- Added an option to ignore port and/or protocol information when
  tracking flows, allowing flows from the same IP addresses to be
  automatically coalesced, saving CPU load and export volume at the
  expense of flow detail

- Report pcap stats in "softflowctl statistics" display

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

--- softflowd-0.9.8.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/softflowd.orig/Makefile /usr/ports/net-mgmt/softflowd/Makefile
--- /usr/ports/net-mgmt/softflowd.orig/Makefile	Wed Jan 26 11:58:11 2005
+++ /usr/ports/net-mgmt/softflowd/Makefile	Thu Nov  9 10:46:26 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	softflowd
-PORTVERSION=	0.9.7
+PORTVERSION=	0.9.8
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	http://www2.mindrot.org/files/softflowd/
 
@@ -14,6 +14,7 @@
 COMMENT=	Softflowd is flow-based network traffic analyser with export
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	"--mandir=${PREFIX}/man"
 USE_GMAKE=	yes
 PLIST_FILES=	sbin/softflowd sbin/softflowctl
 MAN8=		softflowd.8 softflowctl.8
diff -ruN --exclude=CVS /usr/ports/net-mgmt/softflowd.orig/distinfo /usr/ports/net-mgmt/softflowd/distinfo
--- /usr/ports/net-mgmt/softflowd.orig/distinfo	Tue Jan 24 09:19:55 2006
+++ /usr/ports/net-mgmt/softflowd/distinfo	Thu Nov  9 10:28:12 2006
@@ -1,3 +1,3 @@
-MD5 (softflowd-0.9.7.tar.gz) = f7d16ff93fd31903840a7d9faff672a9
-SHA256 (softflowd-0.9.7.tar.gz) = de34c13035dfc060efb60eaf87ba5b8212411d76b30fea34e37d54884d734f7d
-SIZE (softflowd-0.9.7.tar.gz) = 82220
+MD5 (softflowd-0.9.8.tar.gz) = 0054d1c80494396cc15edb0a1c7748b1
+SHA256 (softflowd-0.9.8.tar.gz) = 529c854a8274280922813ccf0ab97cf492c915f1be17cf6b76a82bd1abeab8c3
+SIZE (softflowd-0.9.8.tar.gz) = 89839
diff -ruN --exclude=CVS /usr/ports/net-mgmt/softflowd.orig/files/patch-softflowd.c /usr/ports/net-mgmt/softflowd/files/patch-softflowd.c
--- /usr/ports/net-mgmt/softflowd.orig/files/patch-softflowd.c	Thu Jan  1 01:00:00 1970
+++ /usr/ports/net-mgmt/softflowd/files/patch-softflowd.c	Thu Nov  9 10:33:51 2006
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- softflowd.c.orig
++++ softflowd.c
+@@ -91,6 +91,9 @@
+ #ifdef DLT_LOOP
+ 	{ DLT_LOOP,	 4,  0,  4,  1, 0xffffffff, AF_INET, AF_INET6 },
+ #endif
++#ifdef DLT_PFLOG
++	{ DLT_PFLOG,    48,  1,  1,  0, 0x000000ff, AF_INET, AF_INET6 },
++#endif
+ 	{ -1,		-1, -1, -1, -1, 0x00000000,  0xffff,   0xffff },
+ };
+ 
--- softflowd-0.9.8.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Nov 9 10:12:26 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105328 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Nov 12 19:14:38 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105328 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105328: commit references a PR
Date: Fri, 15 Dec 2006 09:59:47 +0000 (UTC)

 miwi        2006-12-15 09:58:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/softflowd   Makefile distinfo 
   Added files:
     net-mgmt/softflowd/files patch-softflowd.c 
   Log:
   - Update to 0.9.8
   
   PR:             ports/105328
   Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
   
   Revision  Changes    Path
   1.3       +2 -1      ports/net-mgmt/softflowd/Makefile
   1.4       +3 -3      ports/net-mgmt/softflowd/distinfo
   1.1       +15 -0     ports/net-mgmt/softflowd/files/patch-softflowd.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
