aboutsummaryrefslogtreecommitdiff
path: root/net/softflowd
Commit message (Collapse)AuthorAge
* softflowd: use %lld for time_t alwaysSebastian Kemper2022-10-23
| | | | | | | | Add upstreamed patch to fix segmentation fault reported in [1]. [1] https://github.com/openwrt/packages/issues/19655 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* softflowd: add traffic capture filterJesus Fernandez Manzano2022-05-16
| | | | | | | softflowd can filter the traffic with an optional bpf program, specified on the command-line as a BPF expression Signed-off-by: Jesus Fernandez Manzano <jesus.manzano@galgus.net>
* 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>
* softflowd: fix compilation with newer muslRosen Penev2020-03-28
| | | | | | __uid_t is a glibc extension. Switch to standard uid_t. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* softflowd: Update to 1.0.0Rosen Penev2019-08-23
| | | | | | | | | | | | Development moved to GitHub. Update URLs. Cleaned up Makefile a bit for consistency between packages. Added patch that removes deprecated bzero. Ran init script through shellcheck. Fixed minor warnings. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* softflowd: Fix URLRosen Penev2018-07-29
| | | | | Found using uscan. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* softflowd: use Google Storage API to get sources from former GooglecodeAlexander Ryzhov2018-03-16
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* 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>
* softflowd: update softflowd.init to use procdJan Tomasek2016-07-14
| | | | Signed-off-by: Jan Tomasek <jan@tomasek.cz>
* net/softflowd: import from packages and update to latest versionRoss Vandegrift2014-07-04
Signed-off-by: Ross Vandegrift <ross@kallisti.us>