FreeBSD Bugzilla – Attachment 162373 Details for
Bug 203970
net/tcpflow: update 1.4.4 -> 1.4.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net/tcpflow: update 1.4.4 -> 1.4.5
tcpflow-1.4.5.patch (text/plain), 1.54 KB, created by
Jason Unovitch
on 2015-10-23 01:59:22 UTC
(
hide
)
Description:
net/tcpflow: update 1.4.4 -> 1.4.5
Filename:
MIME Type:
Creator:
Jason Unovitch
Created:
2015-10-23 01:59:22 UTC
Size:
1.54 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 399940) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= tcpflow >-PORTVERSION= 1.4.4 >+PORTVERSION= 1.4.5 > CATEGORIES= net > MASTER_SITES= http://www.digitalcorpora.org/downloads/${PORTNAME}/ > >Index: distinfo >=================================================================== >--- distinfo (revision 399940) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (tcpflow-1.4.4.tar.gz) = b6f5605e7e3f71d004736f4ded9e2a4f5c2233d3423019f3dc0af56037ed544c >-SIZE (tcpflow-1.4.4.tar.gz) = 437616 >+SHA256 (tcpflow-1.4.5.tar.gz) = f39fed437911b858c97937bc902f68f9a690753617abe825411a8483a7f70c72 >+SIZE (tcpflow-1.4.5.tar.gz) = 450450 >Index: files/patch-src__wifipcap__wifipcap.cpp >=================================================================== >--- files/patch-src__wifipcap__wifipcap.cpp (revision 399940) >+++ files/patch-src__wifipcap__wifipcap.cpp (working copy) >@@ -1,16 +0,0 @@ >---- ./src/wifipcap/wifipcap.cpp.orig 2013-12-27 17:57:48.000000000 +0000 >-+++ ./src/wifipcap/wifipcap.cpp 2013-12-28 16:20:01.000000000 +0000 >-@@ -1735,6 +1735,13 @@ >- const char *Wifipcap::SetFilter(const char *filter) >- { >- struct bpf_program fp; >-+/* >-+ * libpcap from FreeBSD 8 does not have PCAP_NETMASK_UNKNOWN >-+ * According to pcap_compile(3) a value of 0 can be supplied >-+ */ >-+#ifndef PCAP_NETMASK_UNKNOWN >-+#define PCAP_NETMASK_UNKNOWN 0 >-+#endif >- bpf_u_int32 netp=PCAP_NETMASK_UNKNOWN; >- >- if(pcap_compile(descr,&fp,(char *)filter,0,netp) == -1) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203970
: 162373