aboutsummaryrefslogtreecommitdiff
path: root/net/ulogd
Commit message (Collapse)AuthorAge
* ulogd: bump to version 2.0.8Alexandru Ardelean2022-11-11
| | | | | | Removed upstream patches. Signed-off-by: Alexandru Ardelean <ardeleanalex@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>
* ulogd: Add back autoreconfRosen Penev2019-09-16
| | | | | | Compile fails at times, probably because of the patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ulogd2: Build IPFIX moduleSebastian Fleer2019-09-06
| | | | | | add ulogd_output_IPFIX.so to ulogd-mod-extra Signed-off-by: Sebastian Fleer <dev@dwurp.de>
* ulogd2: Backport upstream patchesRosen Penev2019-09-05
| | | | | | IPFIX support was requested. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* net: ulogd2: add myself as maintainerAlexandru Ardelean2019-08-01
| | | | | | | Since this package has been abandoned, I don't mind taking it over. If there are issues with it, I can also investigate, and be a point-man. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* ulogd: Backport JSON network patchRosen Penev2019-07-28
| | | | | | | | | | | | It was requested in #9065 . Cleaned up Makefile slightly. Removed inactive maintainer. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ulogd: bump to version 2.0.7Alexandru Ardelean2018-06-11
| | | | | | | It's been quite a long time since there was a release, and this one includes quite a bit of fixes/updates. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* 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>