aboutsummaryrefslogtreecommitdiff
path: root/net/softflowd
Commit message (Collapse)AuthorAge
* softflowd: add '-b' option to configRafal Macyszyn2024-04-11
| | | | | | - add '-b' option to enable bidirectional flow probing Signed-off-by: Rafal Macyszyn <rafal@v92.pl>
* softflowd: bump to 1.1.0Stijn Tintel2023-07-23
| | | | | | | | The tag is now prefixed with v; update PKG_SOURCE_URL and PKG_BUILD_DIR to reflect this. Drop upstreamed patches. Refresh leftover patch. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* 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>