Commit Graph

9 Commits

Author SHA1 Message Date
Jo-Philipp Wich c5fe5cf886 ulogd: conditionalize dependencies
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>
2018-01-15 15:56:23 +01: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
Alexandru Ardelean 953f951c5e ulogd: use strncpy instead of memcpy
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-03-29 22:20:29 +03:00
Nicolas Thill 8827380c37 ulogd: update to 2.0.5
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-08-04 02:47:06 +02:00
Jo-Philipp Wich d5c31e1bf3 ulogd: fix musl compatibility
- 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>
2015-06-18 17:30:30 +02:00
Marko Ratkaj fe3d554c6a ulogd: add json plugin
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-05-28 16:07:41 +02:00
Daniel Golle ce83241311 ulogd: backport upstream fixes
Fixes https://github.com/openwrt/packages/issues/908

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-02-15 16:23:50 +01:00
Ian Leonard ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Nicolas Thill 0bef49ff5a ulogd: import from old packages feed
- 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>
2014-08-23 11:18:13 +02:00