aboutsummaryrefslogtreecommitdiff
path: root/libs/libdaq
Commit message (Collapse)AuthorAge
* libdaq,snort: install/use libdaq2 in its own dirEneas U de Queiroz2021-02-24
| | | | | | | | | | | 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>
* 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>
* libdaq: fix config fileRosen Penev2020-12-07
| | | | | | | | | | Install to host to fix compilation with depending packages. Fix paths to point to OpenWrt and not OS. Don't install to device. This is strictly an InstallDev thing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libdaq: revert back to 2.2.2 in anticipation of libdaq3 packageW. Michael Petullo2020-11-19
| | | | | | | | Snort 3.0.3-1 requires libdaq 3.0.0-beta1, but this version is no longer compatible with Snort 2. This reverts libdaq to 2.2.2 so that Snort 2 can compile. A separate libdaq3 package with allow Snort 3 to compile. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libdaq: update to 3.0.0-beta1W. Michael Petullo2020-11-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libdaq: update to 2.2.2W. Michael Petullo2019-03-29
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libdaq: update hash and change maintainerW. Michael Petullo2018-04-23
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libdaq: update to 2.0.6Magnus Kroken2018-04-23
| | | | Signed-off-by: Magnus Kroken <mkroken@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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>
* libdaq: fix musl compatibilityJo-Philipp Wich2015-06-17
| | | | | | | | | Change occurences of `sys/unistd.h` to the standard `unistd.h` include. Fixes build against musl. Also refresh existing patch since it applied with fuzz. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* libdaq: add SF mirrorLuka Perkov2015-05-20
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* libdaq: initial import from old-packagesLuka Perkov2015-01-25
Signed-off-by: Luka Perkov <luka@openwrt.org>