<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/conntrack-tools, 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>2023-10-20T01:02:22Z</updated>
<entry>
<title>conntrack-tools: update to 1.4.8</title>
<updated>2023-10-20T01:02:22Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-10-19T13:31:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=af666be21fac7ba06bd8bbd7d70c15cb60c1bd7c'/>
<id>urn:sha1:af666be21fac7ba06bd8bbd7d70c15cb60c1bd7c</id>
<content type='text'>
Release Notes:
https://marc.info/?l=netfilter&amp;m=169598613909790&amp;w=2

Furthermore, switch to "tar.xz".

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>conntrack-tools: update to 1.4.7</title>
<updated>2022-10-21T22:11:57Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2022-10-09T05:41:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1d6c7506ab38d499798f9dc8a2f100726abc149b'/>
<id>urn:sha1:1d6c7506ab38d499798f9dc8a2f100726abc149b</id>
<content type='text'>
Release Notes:
https://marc.info/?l=netfilter&amp;m=166506855929074&amp;w=2

Remove upstreamed:
- 001-endianness_fix.patch (upstreamed: conntrackd: fix endianness bug
  in IPv4 and IPv6 address)
- 002-conntrackd-do-not-include-conntrack-ID-in-hashtable-cmp.patch

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>conntrack-tools: import patch to fix cache</title>
<updated>2021-11-20T10:24:31Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2021-11-18T06:44:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=da619f19f436bc95acd07c0d7aca772328cc5895'/>
<id>urn:sha1:da619f19f436bc95acd07c0d7aca772328cc5895</id>
<content type='text'>
As written in the commit message:

Depending on your conntrackd configuration, events might get lost,
leaving stuck entries in the cache forever. Skip checking the conntrack
ID to allow for lazy cleanup by when a new entry that is represented by
the same tuple is added.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>conntrack-tools: add a patch to fix endianness issue</title>
<updated>2021-04-25T03:08:10Z</updated>
<author>
<name>Tao Gong</name>
</author>
<published>2021-04-20T22:46:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f62c15f92d4c8c6eabedf512efd5b2ebbca4b44d'/>
<id>urn:sha1:f62c15f92d4c8c6eabedf512efd5b2ebbca4b44d</id>
<content type='text'>
Signed-off-by: Tao Gong &lt;gongtao0607@gmail.com&gt;
</content>
</entry>
<entry>
<title>conntrack-tools: update to 1.4.6</title>
<updated>2020-12-15T03:04:17Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-09T07:19:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6961ba4af9810ba3e9d87b6a0ddc5f7ddc9ac247'/>
<id>urn:sha1:6961ba4af9810ba3e9d87b6a0ddc5f7ddc9ac247</id>
<content type='text'>
Removed patch as upstream fixed libtirpc support differently.

Switched to normal tarballs for simplicity.

Fixed license information.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>conntrack-tools: add missing patch</title>
<updated>2019-01-24T12:09:23Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-01-24T12:09:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=eaf6411452027b7f2418c5ca0ec1ec007edfa485'/>
<id>urn:sha1:eaf6411452027b7f2418c5ca0ec1ec007edfa485</id>
<content type='text'>
Add a forgotten patch which was part of the original PR to switch ct tools
to libtirpc.

Fixes: ecebe0ed1 ("conntrack-tools: update to 1.4.5 and link against libtirpc")
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>conntrack-tools: update to 1.4.5 and link against libtirpc</title>
<updated>2019-01-22T07:17:16Z</updated>
<author>
<name>Peter Wagner</name>
</author>
<published>2019-01-22T07:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ecebe0ed178f2f292a72538ff41700cc1c8ff235'/>
<id>urn:sha1:ecebe0ed178f2f292a72538ff41700cc1c8ff235</id>
<content type='text'>
Signed-off-by: Peter Wagner &lt;tripolar@gmx.at&gt;
[split from https://github.com/openwrt/openwrt/pull/1274]
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>conntrack-tools: import from OpenWrt base</title>
<updated>2019-01-22T07:13:24Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-01-22T07:10:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cd9354e548395c60ab2164e1e42fab5aa49c4e65'/>
<id>urn:sha1:cd9354e548395c60ab2164e1e42fab5aa49c4e65</id>
<content type='text'>
In order to allow for the switch from librpc to libtirpc, we need to
relocate the conntrack-tools package here.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
