aboutsummaryrefslogtreecommitdiff
path: root/net/ulogd/patches
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>
* ulogd2: Backport upstream patchesRosen Penev2019-09-05
| | | | | | IPFIX support was requested. Signed-off-by: Rosen Penev <rosenp@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: 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: backport upstream fixesDaniel Golle2015-02-15
Fixes https://github.com/openwrt/packages/issues/908 Signed-off-by: Daniel Golle <daniel@makrotopia.org>