summaryrefslogtreecommitdiff
path: root/net-analyzer/snort
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /net-analyzer/snort
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'net-analyzer/snort')
-rw-r--r--net-analyzer/snort/Manifest2
-rw-r--r--net-analyzer/snort/files/snort-2.9.15.1-fno-common.patch8
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/snort/Manifest b/net-analyzer/snort/Manifest
index 82537ac3dc6d..59007e95deb5 100644
--- a/net-analyzer/snort/Manifest
+++ b/net-analyzer/snort/Manifest
@@ -1,5 +1,5 @@
AUX snort-2.9.12-snort.pc.patch 301 BLAKE2B 856d8b12dab5c6d6158f5717fd9e851fd81b62a378bedc9ab485b54bce489730ad76a4340d1eed8f9fb72d07643a939ce61e95e23eaa2b65751cd7755e6027f1 SHA512 0cbd3035a902728927fb1cebe220dd00ed7352c29416129ae7e72ede5549e8a36809ce106cd77fc5f73d03973449ca2f880fd08071c910e1fa00a6a0ebe03c74
-AUX snort-2.9.15.1-fno-common.patch 3174 BLAKE2B 46fbd5f5309321adb96acb0ba730dceb19c1d9c04cc1fc840ce87aebab35d048b04b45f8d9125c3309589d5471d1bf55f3ecdce3268b254ac0f8199c0cb188d8 SHA512 2c0e557806d93cd4999405a88a986a4724d4484ded85d9c706ea4c0e44a5f09af345fa8df5862bebf29cf709994db74cefc471168984bb27db9399a0fc0e0fb6
+AUX snort-2.9.15.1-fno-common.patch 3237 BLAKE2B 1a554e2c498f9c3851fc22963d948ec70805df6d7d08b3e70e4f4b32d1cd3ecc34f495c8d1954059c99d9076ac74774f460df5b45877ed0441f00e44890dff3c SHA512 fd7d1d51ed249b23e4913e67050e2c0b5780234021bfc8094a330e36824272af53ddf816162c1a3926b846ecfcce2cb514cc2febaca3dd85722e2676c8c791d5
AUX snort-2.9.8.3-no-implicit.patch 299 BLAKE2B 61079829bd82915a8f7b98d9645cb7dda062c3c92558baad9d6052993b3c1f6ea668a1067b5c57e1f570be49e114bb526e45813aff662ff225e88ec4d201d8d6 SHA512 e3cc85c8a8608126880f46220cf889fcd8a7f6819c17bc14cdec2366a0673ec26734637c0185fa4a6be831efdc112678c6f3df08445922d362c79861d0aca832
AUX snort-2.9.8.3-rpc.patch 1010 BLAKE2B 69301ee21b7efb0bc7f4e3b266de315078d7cbc37a9ae8a4127091bc711650c65f2dc46e0f780a58653fc27606d7116d07a496af7bf7ea3693fc0d69f85b5e63 SHA512 1336fb39ad8f0a5f07c09a5310e4830058b4171fe70b549ad00cba4809f9e18ed0be559abd5c516c5c85b0be90340af3096d5963d9cf098ab26952b1cf93f5a9
AUX snort.confd.2 420 BLAKE2B 984bc3a1b4f9fea044b150d1362950cc2bc0fae07a92351a88f428befbe1fa35166809dfb9d350cd811bec1dd22f5392910a5f2ee2ec11f20a3dfe6bdff4c4c5 SHA512 f8b0dd74a601a8bfadc96f75caeb037059ba4330dc2b52cc113ce9be38b020f098cbc747bfe977ca4dfa6e2ce634a64949ca5cf41a40c16fa90227e49ac9052f
diff --git a/net-analyzer/snort/files/snort-2.9.15.1-fno-common.patch b/net-analyzer/snort/files/snort-2.9.15.1-fno-common.patch
index 9fe39933ddfe..f5e3b3bbe34a 100644
--- a/net-analyzer/snort/files/snort-2.9.15.1-fno-common.patch
+++ b/net-analyzer/snort/files/snort-2.9.15.1-fno-common.patch
@@ -29,11 +29,13 @@
void InitJSNormLookupTable(void);
--- a/src/preprocessors/spp_session.h
+++ b/src/preprocessors/spp_session.h
-@@ -28,6 +28,8 @@
+@@ -28,6 +28,10 @@
#include "decode.h"
#include "session_common.h"
++#ifdef PERF_PROFILING
+extern PreprocStats sessionPerfStats;
++#endif
+
/* list of function prototypes for this preprocessor */
void SetupSessionManager(void);
@@ -97,10 +99,12 @@
--- a/src/detection-plugins/sp_session.h
+++ b/src/detection-plugins/sp_session.h
-@@ -29,5 +29,6 @@
+@@ -29,5 +29,8 @@
void SetupSession(void);
uint32_t SessionHash(void *d);
int SessionCompare(void *l, void *r);
++#ifdef PERF_PROFILING
+extern PreprocStats sp_sessionPerfStats;
++#endif
#endif /* __SP_SESSION_H__ */