summarylogtreecommitdiffstats
path: root/cstdint.patch
diff options
context:
space:
mode:
authorM0Rf302023-05-28 11:46:20 +0200
committerM0Rf302023-05-28 11:46:20 +0200
commit88dd61aeac3faa30cd667b6028fca3c59a5d9e39 (patch)
tree54657c539c097ead44ceb65135391fd373d3f3f3 /cstdint.patch
parentdfdd45881d61e8987488eb3ae37f8f5f7a866487 (diff)
downloadaur-88dd61aeac3faa30cd667b6028fca3c59a5d9e39.tar.gz
snort: 3.1.62.0
Diffstat (limited to 'cstdint.patch')
-rw-r--r--cstdint.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/cstdint.patch b/cstdint.patch
new file mode 100644
index 000000000000..9896a4f221ed
--- /dev/null
+++ b/cstdint.patch
@@ -0,0 +1,30 @@
+--- src/js_norm/js_identifier_ctx.h 2023-05-07 00:46:24.000000000 +0530
++++ src/js_norm/js_identifier_ctx.h 2023-05-07 20:19:04.069501050 +0530
+@@ -25,6 +25,7 @@
+ #include <unordered_map>
+ #include <unordered_set>
+ #include <vector>
++#include <cstdint>
+
+ namespace jsn
+ {
+--- src/packet_io/sfdaq_config.h 2023-05-24 09:05:32.765835939 +0530
++++ src/packet_io/sfdaq_config.h 2023-05-24 09:06:10.796162609 +0530
+@@ -23,6 +23,7 @@
+
+ #include <string>
+ #include <vector>
++#include <cstdint>
+
+ using DaqVar = std::pair<std::string, std::string>;
+ using DaqVarList = std::vector<DaqVar>;
+--- src/service_inspectors/wizard/magic.h.amm 2023-05-24 09:16:41.121404348 +0530
++++ src/service_inspectors/wizard/magic.h 2023-05-24 09:17:13.008321620 +0530
+@@ -23,6 +23,7 @@
+ #include <cassert>
+ #include <string>
+ #include <vector>
++#include <cstdint>
+
+ class MagicBook;
+