- Update to 0.9.8
PR: ports/105328 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
This commit is contained in:
parent
12cb258d65
commit
6bff79e23a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179848
3 changed files with 20 additions and 4 deletions
|
@ -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 @@ MAINTAINER= janos.mohacsi@bsd.hu
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
15
net-mgmt/softflowd/files/patch-softflowd.c
Normal file
15
net-mgmt/softflowd/files/patch-softflowd.c
Normal file
|
@ -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 },
|
||||
};
|
||||
|
Loading…
Reference in a new issue