snort3: drop upstreamed patch
authorJosef Schlehofer <redacted>
Mon, 2 Jun 2025 11:24:39 +0000 (13:24 +0200)
committerJosef Schlehofer <redacted>
Mon, 2 Jun 2025 11:24:39 +0000 (13:24 +0200)
This patch is wrongly rebased and applied twice as
the same change might be possible and it does not break anything.
Since that, the patch is still being refreshed and included in
this repository.

No need as the patch is already included in the snort3 repository:
https://github.com/snort3/snort3/commit/70b811ca111f6df9d1353bda67e8383f69fcc5b0

Drop it once for all. :-)

Fixes: 65f6fee7c00a2afbe509247eb612f7d0c9afa16a ("snort3: update to 3.1.84.0")
Signed-off-by: Josef Schlehofer <redacted>
net/snort3/patches/110-packet_capture-Fix-compilation-with-GCC-13.patch [deleted file]

diff --git a/net/snort3/patches/110-packet_capture-Fix-compilation-with-GCC-13.patch b/net/snort3/patches/110-packet_capture-Fix-compilation-with-GCC-13.patch
deleted file mode 100644 (file)
index 8dfd723..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: Hauke Mehrtens <hauke@hauke-m.de>
-Date: Sat, 23 Mar 2024 19:11:15 +0100
-Subject: packet_capture: Fix compilation with GCC 13
-
-Fix the following compile problem with GCC 13:
-src/network_inspectors/packet_capture/packet_capture.h:25:54: error: 'int16_t' does not name a type
-   25 | void packet_capture_enable(const std::string&, const int16_t g = -1, const std::string& t = "");
----
- src/network_inspectors/packet_capture/packet_capture.h | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/src/network_inspectors/packet_capture/packet_capture.h
-+++ b/src/network_inspectors/packet_capture/packet_capture.h
-@@ -22,6 +22,7 @@
- #include <cstdint>
- #include <string>
-+#include <cstdint>
- void packet_capture_enable(const std::string&, const int16_t g = -1, const std::string& t = "", const bool ci = true);
- void packet_capture_disable();
git clone https://git.99rst.org/PROJECT