diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-08-18 10:37:22 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-18 15:54:39 -0700 |
commit | 7a0155e7c5f69a4daa5d7475fcd5c160b8905f9b (patch) | |
tree | a9ec81db8738b0b21b21d901cce431e9f3bb8caa /meta-networking | |
parent | ec936d6893b95a6c191c324ff2448444ac56d6dc (diff) | |
download | meta-openembedded-7a0155e7c5f69a4daa5d7475fcd5c160b8905f9b.tar.gz |
snort3: upgrade 3.3.2.0 -> 3.3.3.0
ChangeLog:
https://github.com/snort3/snort3/releases/tag/3.3.3.0
* control: code cleanup
* control: handle control commands after packet threads are fully
initialised
* daq: add outstanding packets counter
* extractor: add flow hash key
* file_api: max depth is set as part of initial config
* file: remove unused variable in FileFlows destructor
* filters: update dev_notes.txt with details for event_filter
* flow: optimize timeout handling for different packet type
* http_inspect: add peg counts for gzip, known-not-supported, and
unknown
* http_inspect: log normalized URI in extra data
* ips_options: separate main thread pcre counts from packet threads
stats
* memory: account memory for profiler only when packet thread is
involved
* src: resolve various warnings
* stream_tcp: make sure ports are correctly swapped when filling a
meta-ACK packet
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/snort/snort3_3.3.3.0.bb (renamed from meta-networking/recipes-connectivity/snort/snort3_3.3.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort3_3.3.2.0.bb b/meta-networking/recipes-connectivity/snort/snort3_3.3.3.0.bb index 3f66a6b573..ebb041575b 100644 --- a/meta-networking/recipes-connectivity/snort/snort3_3.3.2.0.bb +++ b/meta-networking/recipes-connectivity/snort/snort3_3.3.3.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/snort3/snort3.git;protocol=https;branch=master \ | |||
11 | file://0001-cmake-Check-for-HP-libunwind.patch \ | 11 | file://0001-cmake-Check-for-HP-libunwind.patch \ |
12 | file://0001-cmake-Pass-noline-flag-to-flex.patch" | 12 | file://0001-cmake-Pass-noline-flag-to-flex.patch" |
13 | 13 | ||
14 | SRCREV = "1c574793564fd1256c08be1177b2e595d3592547" | 14 | SRCREV = "276ee7604f84f393033324b624421bef1622af66" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||