snort: update to 2.9.15

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo
2019-10-13 16:41:24 -04:00
parent 43aa7b8d94
commit 102e67cc15
2 changed files with 15 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
diff -u --recursive snort-2.9.15-vanilla/src/dynamic-preprocessors/appid/service_plugins/service_rpc.c snort-2.9.15/src/dynamic-preprocessors/appid/service_plugins/service_rpc.c
--- snort-2.9.15-vanilla/src/dynamic-preprocessors/appid/service_plugins/service_rpc.c 2019-10-03 02:42:31.000000000 -0400
+++ snort-2.9.15/src/dynamic-preprocessors/appid/service_plugins/service_rpc.c 2019-10-13 16:16:37.146329944 -0400
@@ -32,6 +32,7 @@
#include "flow.h"
#include "service_api.h"
+#include <tirpc/rpc/rpcent.h>
#if defined(FREEBSD) || defined(OPENBSD)
#include "rpc/rpc.h"
#endif