On Fri, 19 Jul 2019 at 22:01:53 -0400, Lawrence Teo wrote:
> This updates Snort to 2.9.14.
> 
> https://blog.snort.org/2019/07/snort-29140-has-been-released.html
> 
> ok?

Builds and runs fine here! When I start it with "-d" I see:

snort:/usr/local/lib/libluajit-5.1.so.1.0: undefined symbol '_Unwind_GetCFA'
snort:/usr/local/lib/libluajit-5.1.so.1.0: undefined symbol 
'_Unwind_DeleteException'
snort:/usr/local/lib/libluajit-5.1.so.1.0: undefined symbol '_Unwind_SetGR'
snort:/usr/local/lib/libluajit-5.1.so.1.0: undefined symbol '_Unwind_SetIP'
snort:/usr/local/lib/libluajit-5.1.so.1.0: undefined symbol 
'_Unwind_RaiseException'

I think this might be a combo of the packages / snapshot I have. I will update
and report back.

If you aren't seeing the undefined symbols, OK abieber@

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/snort/Makefile,v
> retrieving revision 1.103
> diff -u -p -r1.103 Makefile
> --- Makefile  12 Jul 2019 20:48:49 -0000      1.103
> +++ Makefile  19 Jul 2019 20:17:17 -0000
> @@ -2,8 +2,8 @@
>  
>  COMMENT =            highly flexible sniffer/NIDS
>  
> -DISTNAME =           snort-2.9.13
> -RULESV =             29130
> +DISTNAME =           snort-2.9.14
> +RULESV =             29140
>  SUBST_VARS =         RULESV
>  
>  CATEGORIES =         net security
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/snort/distinfo,v
> retrieving revision 1.39
> diff -u -p -r1.39 distinfo
> --- distinfo  2 Jun 2019 02:07:44 -0000       1.39
> +++ distinfo  19 Jul 2019 20:17:52 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (snort-2.9.13.tar.gz) = MURzk9FShrhIgQ3XirLLOtIx/NHxZj+VlYdpDu6nVBM=
> -SIZE (snort-2.9.13.tar.gz) = 6553425
> +SHA256 (snort-2.9.14.tar.gz) = wDBtuc5k9FzHxkya/HCr6WidqoYAIDRew7oJmSi3Rks=
> +SIZE (snort-2.9.14.tar.gz) = 6688482
> 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.7
> diff -u -p -r1.7 patch-src_preprocessors_Stream6_snort_stream_tcp_c
> --- patches/patch-src_preprocessors_Stream6_snort_stream_tcp_c        2 Jun 
> 2019 02:07:44 -0000       1.7
> +++ patches/patch-src_preprocessors_Stream6_snort_stream_tcp_c        19 Jul 
> 2019 20:18:18 -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
> -@@ -8562,7 +8562,7 @@ static int ProcessTcp(SessionControlBlock *scb, Packet
> +@@ -8575,7 +8575,7 @@ static int ProcessTcp(SessionControlBlock *scb, Packet
>                           char src_addr[17];
>                           char dst_addr[17];
>                           memset((char *)timestamp, 0, TIMEBUF_SIZE);


-- 
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A  4AF0 1F81 112D 62A9 ADCE

Reply via email to