<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/softflowd/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-04-11T19:54:28Z</updated>
<entry>
<title>softflowd: add '-b' option to config</title>
<updated>2024-04-11T19:54:28Z</updated>
<author>
<name>Rafal Macyszyn</name>
</author>
<published>2024-04-01T18:50:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=80b15f0b9e6135978a7d17543d4be5fd13481b1a'/>
<id>urn:sha1:80b15f0b9e6135978a7d17543d4be5fd13481b1a</id>
<content type='text'>
- add '-b' option to enable bidirectional flow probing

Signed-off-by: Rafal Macyszyn &lt;rafal@v92.pl&gt;
</content>
</entry>
<entry>
<title>softflowd: bump to 1.1.0</title>
<updated>2023-07-23T07:59:58Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2023-07-15T16:03:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4bdf55d35248500efd41e5f7b61c428d3a22db85'/>
<id>urn:sha1:4bdf55d35248500efd41e5f7b61c428d3a22db85</id>
<content type='text'>
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 &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
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 &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>softflowd: use %lld for time_t always</title>
<updated>2022-10-23T16:42:01Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2022-10-22T14:38:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7d019635b1490248e0efc487b3723a4cd07b39d7'/>
<id>urn:sha1:7d019635b1490248e0efc487b3723a4cd07b39d7</id>
<content type='text'>
Add upstreamed patch to fix segmentation fault reported in [1].

[1] https://github.com/openwrt/packages/issues/19655

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>softflowd: add traffic capture filter</title>
<updated>2022-05-17T02:32:09Z</updated>
<author>
<name>Jesus Fernandez Manzano</name>
</author>
<published>2022-04-26T10:10:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=faf414d0ea69f063a8a9d3dbb91d3bcdd137725d'/>
<id>urn:sha1:faf414d0ea69f063a8a9d3dbb91d3bcdd137725d</id>
<content type='text'>
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 &lt;jesus.manzano@galgus.net&gt;
</content>
</entry>
<entry>
<title>softflowd: fix compilation with newer musl</title>
<updated>2020-03-29T03:40:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-03-29T00:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1e3051c5ad1748ec119a856cb6856b3bc1cb3fc8'/>
<id>urn:sha1:1e3051c5ad1748ec119a856cb6856b3bc1cb3fc8</id>
<content type='text'>
__uid_t is a glibc extension. Switch to standard uid_t.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>softflowd: Update to 1.0.0</title>
<updated>2019-08-23T19:55:51Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-08-23T19:29:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=033b17179cba5157ec18462023f88003c67b8d43'/>
<id>urn:sha1:033b17179cba5157ec18462023f88003c67b8d43</id>
<content type='text'>
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 &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>softflowd: Fix URL</title>
<updated>2018-07-29T07:57:09Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-07-29T07:57:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=436a875ee3b742e3b22a705a38a51c1648b4042d'/>
<id>urn:sha1:436a875ee3b742e3b22a705a38a51c1648b4042d</id>
<content type='text'>
Found using uscan.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;</content>
</entry>
<entry>
<title>softflowd: use Google Storage API to get sources from former Googlecode</title>
<updated>2018-03-16T06:49:15Z</updated>
<author>
<name>Alexander Ryzhov</name>
</author>
<published>2018-03-16T06:49:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e71c49c68385fee3df92d7eab13def14ccdea763'/>
<id>urn:sha1:e71c49c68385fee3df92d7eab13def14ccdea763</id>
<content type='text'>
Signed-off-by: Alexander Ryzhov &lt;openwrt@ryzhov-al.ru&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
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 &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
</feed>
