aboutsummaryrefslogtreecommitdiff
path: root/net/ulogd
Commit message (Collapse)AuthorAge
* ulogd: conditionalize dependenciesJo-Philipp Wich2018-01-15
| | | | | | | | Make most dependencies depend on the selection state of the respective plugins requiring them. This cuts down compile time considerably when plugins like MySQL support are disabled. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* 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>
* ulogd: use strncpy instead of memcpyAlexandru Ardelean2017-03-29
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* ulogd: update to 2.0.5Nicolas Thill2015-08-04
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* ulogd: fix musl compatibilityJo-Philipp Wich2015-06-18
| | | | | | | - Avoid non-pointer use of `FILE` type since its just a forward declaration - Build with -D_GNU_SOURCE to expose required `struct tcphdr` members Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* ulogd: add json pluginMarko Ratkaj2015-05-28
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* ulogd: backport upstream fixesDaniel Golle2015-02-15
| | | | | | Fixes https://github.com/openwrt/packages/issues/908 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* ulogd: import from old packages feedNicolas Thill2014-08-23
- update to latest version (v2.0.4) - use PKG_INSTALL - add DBI plugin - convert init script to procd - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>