View | Details | Raw Unified | Return to bug 248148
Collapse All | Expand All

(-)net/libdaq/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	libdaq
4
PORTNAME=	libdaq
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	3.0.0-alpha6
6
DISTVERSION=	3.0.0-alpha7
7
CATEGORIES=	net
7
CATEGORIES=	net
8
8
9
MAINTAINER=	bofh@FreeBSD.org
9
MAINTAINER=	bofh@FreeBSD.org
(-)net/libdaq/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1590657367
1
TIMESTAMP = 1595355635
2
SHA256 (snort3-libdaq-v3.0.0-alpha6_GH0.tar.gz) = 10f3463d970d769ab61f9f228c898bb40dd5c448b46e15938a956e28418e5ae6
2
SHA256 (snort3-libdaq-v3.0.0-alpha7_GH0.tar.gz) = 00cca99b8883273f2b7804e81ac4b75de1e1f39184a9366f43b9578242a2dfdf
3
SIZE (snort3-libdaq-v3.0.0-alpha6_GH0.tar.gz) = 156722
3
SIZE (snort3-libdaq-v3.0.0-alpha7_GH0.tar.gz) = 158420
(-)net/libdaq/files/patch-modules_fst_fst.h (+11 lines)
Line 0 Link Here
1
--- modules/fst/fst.h.orig	2020-07-21 18:35:26 UTC
2
+++ modules/fst/fst.h
3
@@ -226,7 +226,7 @@ bool FstTcpTracker::process_bare_ack(const DecodeData 
4
     if (SEQ_GT(ntohl(tcp->th_ack), ntohl(meta_ack_data.tcp_ack_seq_num)))
5
     {
6
         meta_ack_data.tcp_ack_seq_num = tcp->th_ack;
7
-        meta_ack_data.tcp_window_size = tcp->window;
8
+        meta_ack_data.tcp_window_size = tcp->th_win;
9
     }
10
     return true;
11
 }
(-)security/snort3/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	snort
4
PORTNAME=	snort
5
DISTVERSION=	3.0.2-1
5
DISTVERSION=	3.0.2-2
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	security
7
CATEGORIES=	security
8
PKGNAMESUFFIX=	3
8
PKGNAMESUFFIX=	3
(-)security/snort3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1594422035
1
TIMESTAMP = 1595354459
2
SHA256 (snort3-snort3-3.0.2-1_GH0.tar.gz) = 9afce6f1ea597007a01757db95bc5929ff167d0abae6496a7f8f22aea0acd7f5
2
SHA256 (snort3-snort3-3.0.2-2_GH0.tar.gz) = 1269e9521f2ba1820e27e568b5dd037fbc0828fd89aa844c144992a6a10e0543
3
SIZE (snort3-snort3-3.0.2-1_GH0.tar.gz) = 6605146
3
SIZE (snort3-snort3-3.0.2-2_GH0.tar.gz) = 6624530
(-)security/snort3/pkg-plist (+1 lines)
Lines 172-177 Link Here
172
include/snort/pub_sub/expect_events.h
172
include/snort/pub_sub/expect_events.h
173
include/snort/pub_sub/finalize_packet_event.h
173
include/snort/pub_sub/finalize_packet_event.h
174
include/snort/pub_sub/http_events.h
174
include/snort/pub_sub/http_events.h
175
include/snort/pub_sub/opportunistic_tls_event.h
175
include/snort/pub_sub/sip_events.h
176
include/snort/pub_sub/sip_events.h
176
include/snort/search_engines/search_common.h
177
include/snort/search_engines/search_common.h
177
include/snort/search_engines/search_tool.h
178
include/snort/search_engines/search_tool.h

Return to bug 248148