Commit Graph

26 Commits

Author SHA1 Message Date
Eneas U de Queiroz 6b05c7ae76
libdaq,snort: install/use libdaq2 in its own dir
If used with default paths, libdaq 2.x and libdaq 3.x will overwrite
some of the other version's files.  Install them in different places to
avoid trouble.

Snort is the only package that uses libdaq, so update it at the same
time to avoid creating a failing commit.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 48e2b6ebb3)
2021-02-26 07:37:32 +01:00
Ilya Lipnitskiy b1cbd93bcd
treewide: Run refresh on all packages
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>
(cherry picked from commit 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-25 01:26:05 +08:00
W. Michael Petullo 092cb97588 snort: update to 2.9.17
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-12-03 18:06:40 -06:00
W. Michael Petullo f1a67441dc snort: update to 2.9.16.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-11-19 14:53:24 -06:00
Ian Cooper 3b58e317f6
snort: bump to 2.9.15.1
Fix compilation error with x86_64 glibc

Fix changed download location on snort.org

Signed-off-by: Ian Cooper <iancooper@hotmail.com>
2020-04-30 18:51:19 +01:00
W. Michael Petullo 102e67cc15 snort: update to 2.9.15
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-13 16:41:24 -04:00
Jan Pavlinec 299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Rosen Penev 41e005c7b4
Merge pull request #8119 from jefferyto/snort-init
snort: Update init script
2019-04-07 15:22:25 -07:00
W. Michael Petullo bc00afdb68 snort: modify to build against libdaq 2.2.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-30 13:58:53 -04:00
Jeffery To 0fb4847b4b snort: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also fixes a variable name typo ("CONFIGFILE" instead of
"config_file").

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-03 19:20:44 +08:00
Eneas U de Queiroz 202aa6e658 snort: fix pcap include directory
Build was overriding openwrt pcap include directory.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-07 20:45:48 -02:00
Andy Walsh 2c919ee00b snort: switch to libtirpc
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-13 00:58:48 +02:00
W. Michael Petullo ee61fd6d53 snort: depend on libnghttp2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-04-23 18:04:26 -04:00
W. Michael Petullo 5acb617137 snort: set configuration file path in init script
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-04-23 10:11:49 -04:00
Hannu Nyman ba53019418
Merge pull request #5702 from MikePetullo/snort2
snort: update to 2.9.11.1
2018-04-23 16:44:42 +03:00
W. Michael Petullo 3e10d8ffd1 snort: set W. Michael Petullo as maintainer
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-04-16 20:36:44 -04:00
W. Michael Petullo fe2a50c7e4 snort: update to 2.9.11.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-03-02 16:35:04 -05:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Alexander Ryzhov cd554e1386 snort: increase PKG_RELEASE
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-02-16 09:22:50 -05:00
Alexander Ryzhov 45803c7628 snort: remove useless mysql/pgsql options
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-02-16 09:03:58 -05:00
Luka Perkov c6ffaa34d6 snort: add maintainer and SPDX license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-06-25 22:00:35 +02:00
Jo-Philipp Wich eaf4652760 snort: fix build with CONFIG_PKG_CHECK_FORMAT_SECURITY
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>
2015-06-25 17:29:22 +02:00
Luka Perkov 6d9064e230 snort: add SF mirror
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-05-20 19:05:27 +02:00
Vladimir Ulrich 99fe4286c7 [net/snort] Replaced build variants with compile options.
Also added optional lzma support.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-04-28 00:50:18 +03:00
Mario Halambek 7829fb225a snort: bump to 2.9.7.2
Signed-off-by: Mario Halambek <mario.halambek@sartura.hr>
2015-03-18 15:25:33 +01:00
Luka Perkov 155398e723 snort: initial import from old-packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-25 23:36:45 +01:00