Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2006 10:54:11 +0100 (CET)
From:      Janos Mohacsi <janos.mohacsi@bsd.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105328: [MAINTAINER] net-mgmt/softflowd: update to 0.9.8
Message-ID:  <200611090954.kA99sBQU025422@scone.ki.iif.hu>
Resent-Message-ID: <200611091000.kA9A0jS0031314@freefall.freebsd.org>

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

>Number:         105328
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/softflowd: update to 0.9.8
>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:   Thu Nov 09 10:00:45 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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