<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/coova-chilli/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-01-25T12:54:29Z</updated>
<entry>
<title>coova-chilli: update to 1.8</title>
<updated>2026-01-25T12:54:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-12-29T02:33:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1c96fa557ae59ed2c4406940892fd5f0839bbc5d'/>
<id>urn:sha1:1c96fa557ae59ed2c4406940892fd5f0839bbc5d</id>
<content type='text'>
Switch back to tarballs as upstream makes one available.

Remove upstreamed patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>coova-chilli: update to 1.7</title>
<updated>2025-08-24T07:51:54Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-08-20T19:22:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b1bb4533ef73bbdebc4ce29c1f7f49db57c831d7'/>
<id>urn:sha1:b1bb4533ef73bbdebc4ce29c1f7f49db57c831d7</id>
<content type='text'>
Swith to local tarballs for smaller size.

Some patches were merged upstream.

Switch to static instead of attribute constructor. Simpler.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>coova-chilli: fix compilation with GCC15</title>
<updated>2025-08-16T08:01:23Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-08-14T20:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8c2f7dc867333a65239d4284b5c2e10c77f6bf3d'/>
<id>urn:sha1:8c2f7dc867333a65239d4284b5c2e10c77f6bf3d</id>
<content type='text'>
No idea how this even worked. cmdsock never got closed.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>coova-chilli: Fix WolfSSL support</title>
<updated>2025-01-24T23:27:31Z</updated>
<author>
<name>Federico Capoano</name>
</author>
<published>2025-01-23T20:58:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bf3333594a8add333e3d7192107aa7be8bc39a33'/>
<id>urn:sha1:bf3333594a8add333e3d7192107aa7be8bc39a33</id>
<content type='text'>
Signed-off-by: Federico Capoano &lt;f.capoano@openwisp.io&gt;
</content>
</entry>
<entry>
<title>coova-chilli: fix libxt-coova not loading properly from iptables ( openwrt/packages#23092 )</title>
<updated>2024-02-23T00:03:04Z</updated>
<author>
<name>Pierre Parent</name>
</author>
<published>2024-02-14T10:51:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=61ba390b651f9b563073d6995b863d99830a86ac'/>
<id>urn:sha1:61ba390b651f9b563073d6995b863d99830a86ac</id>
<content type='text'>
Signed-off-by: Pierre Parent &lt;m@pierre-parent.fr&gt;
</content>
</entry>
<entry>
<title>coova-chilli: fix kernel &gt;= 5.17 compile</title>
<updated>2023-06-30T00:44:08Z</updated>
<author>
<name>John Thomson</name>
</author>
<published>2022-10-21T03:49:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=778ce3c9776b54fb83cfaea50f793c2c7031c32a'/>
<id>urn:sha1:778ce3c9776b54fb83cfaea50f793c2c7031c32a</id>
<content type='text'>
Signed-off-by: John Thomson &lt;git@johnthomson.fastmail.com.au&gt;
</content>
</entry>
<entry>
<title>coova-chilli: Fix compile problem with _init()</title>
<updated>2022-08-21T02:25:17Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2022-08-15T14:00:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=55297e45c85d0ab3ba31e413c0c58729cddbf72f'/>
<id>urn:sha1:55297e45c85d0ab3ba31e413c0c58729cddbf72f</id>
<content type='text'>
The _init() function collides with a _init() function in crti.o.
This results in the following error in OpenWrt:
arc-openwrt-linux-gnu/bin/ld: libxt_coova.o: in function `_init':
/lib/gcc/arc-openwrt-linux-gnu/11.3.0/crti.o:(.init+0x4): first defined here
collect2: error: ld returned 1 exit status
make[7]: *** [Makefile:22: libxt_coova.so] Error 1

Fix this by suing a constructor attribute instead. This function will
still be called after the shared library was loaded.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>coova-chili: fix compilation with kernel 5.10</title>
<updated>2021-03-22T04:57:28Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-20T21:58:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=eba4abb65d9e12982a8c0f9e4674bcf5307e22de'/>
<id>urn:sha1:eba4abb65d9e12982a8c0f9e4674bcf5307e22de</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>coova-chilli: update to 1.6</title>
<updated>2021-02-23T00:35:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-22T01:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c05077a499a1522a105f7d4cf72f64e8e098fe1f'/>
<id>urn:sha1:c05077a499a1522a105f7d4cf72f64e8e098fe1f</id>
<content type='text'>
Remove usptreamed patches.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
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 &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
</feed>
