aboutsummaryrefslogtreecommitdiff
path: root/net/snort/patches
Commit message (Collapse)AuthorAge
* 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>