sorry about the delay, committed
On 2022/02/18 22:49, Markus Lude wrote: > ping > > On Mon, Jan 31, 2022 at 11:15:54PM +0100, Markus Lude wrote: > > Hello, > > > > attached is an update of snort to 2.9.19. > > Tested on amd64. > > > > Regards, > > Markus > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/net/snort/Makefile,v > retrieving revision 1.111 > diff -u -p -u -p -r1.111 Makefile > --- Makefile 19 Sep 2021 10:18:25 -0000 1.111 > +++ Makefile 31 Jan 2022 22:09:47 -0000 > @@ -2,8 +2,8 @@ > > COMMENT = highly flexible sniffer/NIDS > > -DISTNAME = snort-2.9.18.1 > -RULESV = 29181 > +DISTNAME = snort-2.9.19 > +RULESV = 29190 > SUBST_VARS = RULESV APPID_COMMENT > > CATEGORIES = net security > Index: distinfo > =================================================================== > RCS file: /cvs/ports/net/snort/distinfo,v > retrieving revision 1.47 > diff -u -p -u -p -r1.47 distinfo > --- distinfo 19 Sep 2021 10:18:25 -0000 1.47 > +++ distinfo 31 Jan 2022 22:09:47 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (snort-2.9.18.1.tar.gz) = 2orw8bLk8kfZcMajwOg/ttzVyE+qIa6knzBvJp6OKKo= > -SIZE (snort-2.9.18.1.tar.gz) = 7001847 > +SHA256 (snort-2.9.19.tar.gz) = sS/G23KvtYmHor8ZVLj0W94CBHwjVRPHZjhXuVBjacc= > +SIZE (snort-2.9.19.tar.gz) = 7005881 > Index: patches/patch-src_dynamic-plugins_sf_engine_Makefile_in > =================================================================== > RCS file: > /cvs/ports/net/snort/patches/patch-src_dynamic-plugins_sf_engine_Makefile_in,v > retrieving revision 1.17 > diff -u -p -u -p -r1.17 patch-src_dynamic-plugins_sf_engine_Makefile_in > --- patches/patch-src_dynamic-plugins_sf_engine_Makefile_in 19 Sep 2021 > 10:18:25 -0000 1.17 > +++ patches/patch-src_dynamic-plugins_sf_engine_Makefile_in 31 Jan 2022 > 22:09:47 -0000 > @@ -14,7 +14,7 @@ Index: src/dynamic-plugins/sf_engine/Mak > @BUILD_OPENSSL_MD5_TRUE@OPENSSL_MD5 = \ > @BUILD_OPENSSL_MD5_TRUE@ md5.c md5.h > > -@@ -517,7 +517,7 @@ massage_ipv6_headers = \ > +@@ -529,7 +529,7 @@ massage_ipv6_headers = \ > $(sed_ipv6_headers); \ > fi > > Index: patches/patch-src_preprocessors_Stream6_snort_stream_tcp_c > =================================================================== > RCS file: > /cvs/ports/net/snort/patches/patch-src_preprocessors_Stream6_snort_stream_tcp_c,v > retrieving revision 1.13 > diff -u -p -u -p -r1.13 patch-src_preprocessors_Stream6_snort_stream_tcp_c > --- patches/patch-src_preprocessors_Stream6_snort_stream_tcp_c 11 Jul > 2021 02:11:34 -0000 1.13 > +++ patches/patch-src_preprocessors_Stream6_snort_stream_tcp_c 31 Jan > 2022 22:09:47 -0000 > @@ -2,7 +2,7 @@ $OpenBSD: patch-src_preprocessors_Stream > Index: src/preprocessors/Stream6/snort_stream_tcp.c > --- src/preprocessors/Stream6/snort_stream_tcp.c.orig > +++ src/preprocessors/Stream6/snort_stream_tcp.c > -@@ -8919,7 +8919,7 @@ static int ProcessTcp(SessionControlBlock *scb, Packet > +@@ -8939,7 +8939,7 @@ static int ProcessTcp(SessionControlBlock *scb, Packet > char src_addr[17]; > char dst_addr[17]; > memset((char *)timestamp, 0, TIMEBUF_SIZE);