<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/snort3/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-09-20T03:52:48Z</updated>
<entry>
<title>snort3: add patch to unambiguously show vectorscan</title>
<updated>2025-09-20T03:52:48Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-09-04T20:38:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=304a18d4b5523913884465e4902bdea47fe9d74e'/>
<id>urn:sha1:304a18d4b5523913884465e4902bdea47fe9d74e</id>
<content type='text'>
When snort is run with the --version option, it advertises components'
versions in the output. Add a patch to modify the output to clearly
show vectorscan is in use.

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>snort3: remove hyperscan specific patch</title>
<updated>2025-09-20T03:52:48Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-09-09T23:41:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0d643c23dd7e8de39792329465a5a249ef26d08e'/>
<id>urn:sha1:0d643c23dd7e8de39792329465a5a249ef26d08e</id>
<content type='text'>
Drop 100-remove-HAVE_HS_COMPILE_LIT-to-work-around-upstream-b.patch as
it was only needed to fix the build against hyperscan. Vectorscan
builds fine without it.

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>snort3: replace complex sed calls with patch</title>
<updated>2025-09-10T20:16:38Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-09-07T11:28:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2bbca5dfa070779fa43ba16c89981359664e3b2e'/>
<id>urn:sha1:2bbca5dfa070779fa43ba16c89981359664e3b2e</id>
<content type='text'>
Simplification of Makefile: replace complex sed calls with a patch to
improve readability. This commit also renames an existing patch.

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>snort3: drop upstreamed patch</title>
<updated>2025-06-02T11:24:39Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-06-02T11:24:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bd7aa2ac44c780ca5e9c381525fc86d903df6e0e'/>
<id>urn:sha1:bd7aa2ac44c780ca5e9c381525fc86d903df6e0e</id>
<content type='text'>
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 &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>snort3: update to 3.6.2.0</title>
<updated>2025-01-30T17:19:00Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-01-28T23:38:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=21c63a67e32c701da6221726ec2d4e717bc7bc03'/>
<id>urn:sha1:21c63a67e32c701da6221726ec2d4e717bc7bc03</id>
<content type='text'>
Changelog: https://github.com/snort3/snort3/releases/tag/3.6.2.0

% snort --version

   ,,_     -*&gt; Snort++ &lt;*-
  o"  )~   Version 3.6.2.0
   ''''    By Martin Roesch &amp; The Snort Team
           http://snort.org/contact#team
           Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved.
           Copyright (C) 1998-2013 Sourcefire, Inc., et al.
           Using DAQ version 3.0.18
           Using Hyperscan version 5.4.2 2025-01-28
           Using libpcap version 1.10.5 (with TPACKET_V3)
           Using LuaJIT version 2.1.0-beta3
           Using LZMA version 5.6.2
           Using OpenSSL 3.0.15 3 Sep 2024
           Using PCRE2 version 10.42 2022-12-11
           Using ZLIB version 1.3.1

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>snort3: add patch and move to PCRE2</title>
<updated>2024-04-27T10:27:02Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-11-07T00:17:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a314f26e991fe5907820f29a8dfe0a80a48b48ba'/>
<id>urn:sha1:a314f26e991fe5907820f29a8dfe0a80a48b48ba</id>
<content type='text'>
Add experimental patch and move package to PCRE2 as PCRE is EOL and
won't receive any security updates anymore.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>snort3: update to 3.1.84.0</title>
<updated>2024-04-13T21:06:47Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2024-04-12T11:42:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=65f6fee7c00a2afbe509247eb612f7d0c9afa16a'/>
<id>urn:sha1:65f6fee7c00a2afbe509247eb612f7d0c9afa16a</id>
<content type='text'>
1. Update to latest version
2. Remove redundant section in Makefile

Changelog: https://github.com/snort3/snort3/releases/tag/3.1.84.0

   ,,_     -*&gt; Snort++ &lt;*-
  o"  )~   Version 3.1.84.0
   ''''    By Martin Roesch &amp; The Snort Team
           http://snort.org/contact#team
           Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved.
           Copyright (C) 1998-2013 Sourcefire, Inc., et al.
           Using DAQ version 3.0.14
           Using LuaJIT version 2.1.0-beta3
           Using OpenSSL 3.0.13 30 Jan 2024
           Using libpcap version 1.10.4 (with TPACKET_V3)
           Using PCRE version 8.45 2021-06-15
           Using ZLIB version 1.3.1
           Using Hyperscan version 5.4.2 2024-04-10
           Using LZMA version 5.4.6

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>snort3: Fix compilation with GCC 13</title>
<updated>2024-03-24T09:15:42Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2024-03-23T18:22:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=50dffb7424989902931ddb0c701cd21c0bb835ff'/>
<id>urn:sha1:50dffb7424989902931ddb0c701cd21c0bb835ff</id>
<content type='text'>
This fixes a compile problem with GCC 13.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>snort3: update to 3.1.82.0</title>
<updated>2024-03-19T12:42:01Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2024-03-14T19:14:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fdebb16619b84831c2624f8fd8b9b38d732bc6df'/>
<id>urn:sha1:fdebb16619b84831c2624f8fd8b9b38d732bc6df</id>
<content type='text'>
Changelog: https://github.com/snort3/snort3/releases/tag/3.1.82.0

Removed patches/010-gcc13.patch

   ,,_     -*&gt; Snort++ &lt;*-
  o"  )~   Version 3.1.82.0
   ''''    By Martin Roesch &amp; The Snort Team
           http://snort.org/contact#team
           Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved.
           Copyright (C) 1998-2013 Sourcefire, Inc., et al.
           Using DAQ version 3.0.14
           Using LuaJIT version 2.1.0-beta3
           Using OpenSSL 3.0.13 30 Jan 2024
           Using libpcap version 1.10.4 (with TPACKET_V3)
           Using PCRE version 8.45 2021-06-15
           Using ZLIB version 1.3.1
           Using Hyperscan version 5.4.2 2024-03-06
           Using LZMA version 5.4.6

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>snort3: build against hyperscan</title>
<updated>2024-02-20T05:50:22Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2024-01-04T20:21:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a7f820077f08ece8b42de1dd55ea6fe7a5408ca4'/>
<id>urn:sha1:a7f820077f08ece8b42de1dd55ea6fe7a5408ca4</id>
<content type='text'>
Increases snort's IPS fast pattern matching by 2x (compared to
the ac_full engine) and 3x (compared to ac_bfna).  This is most
noticeable for users of large rules sets and when doing deep flow
inspection.

For more see: https://blog.snort.org/2020/09/snort-3-hyperscan-.html

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
</feed>
