aboutsummaryrefslogtreecommitdiff
path: root/net/snort/patches
Commit message (Collapse)AuthorAge
* snort: remove packageW. Michael Petullo2024-01-03
| | | | | | Replaced with snort3. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* snort: add experimental PCRE2 support patchChristian Marangi2023-12-01
| | | | | | | | | | | | | | | Add experimental PCRE2 support patch as PCRE is EOL and won't receive any new updates anymore. Since PCRE2 API changed, also snort plugins API changed and require some tweka for any user downstream that compile custom plugins. The examples are all updated and conversion patch contains additional info on the changes required to the plugins. Plugins needs to be compiled and require updates anyway so there isn't a problem with user trying to load incompatible plugins. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* snort: update to 2.9.15W. Michael Petullo2019-10-13
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* snort: modify to build against libdaq 2.2.2W. Michael Petullo2019-03-30
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* snort: fix pcap include directoryEneas U de Queiroz2018-12-07
| | | | | | Build was overriding openwrt pcap include directory. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* snort: update to 2.9.11.1W. Michael Petullo2018-03-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* snort: fix build with CONFIG_PKG_CHECK_FORMAT_SECURITYJo-Philipp Wich2015-06-25
| | | | | | | | | | The configure script incorrectly mangles `CFLAGS` by attempting to remove `-Werror` from it, thus turning `-Werror=format-security` into just `=format-security` which will cause subsequent autoconf tests to fail. Patch out the custom `CFLAGS` mangling to fix the build. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* snort: initial import from old-packagesLuka Perkov2015-01-25
Signed-off-by: Luka Perkov <luka@openwrt.org>