<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/clamav/files, 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>2025-10-02T22:52:52Z</updated>
<entry>
<title>clamav: all; init; add only non-empty parameters</title>
<updated>2025-10-02T22:52:52Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2025-10-02T12:24:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4c35b893325bbe4bc98d92180001c67d55626045'/>
<id>urn:sha1:4c35b893325bbe4bc98d92180001c67d55626045</id>
<content type='text'>
Gate all parameters behind -n, a not-empty check. Prevents failed starts
where daemons expect a value for a parameter.

Closes #27430
Tested-on: 24.10.3
Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>clamav: freshclam: Add documented options</title>
<updated>2024-10-27T22:59:04Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-10-08T20:18:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0becc62f8278ffd82488f42657455c8e77df99fd'/>
<id>urn:sha1:0becc62f8278ffd82488f42657455c8e77df99fd</id>
<content type='text'>
Enable syslogging

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>clamav: freshclam: Remove UpdateLogFile option</title>
<updated>2024-10-27T22:59:04Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-10-08T20:11:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c7d23b60cb233e9f6a3e9ad6d6b261155326d355'/>
<id>urn:sha1:c7d23b60cb233e9f6a3e9ad6d6b261155326d355</id>
<content type='text'>
( to instead use syslog options )

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>clamav: milter: Add Debug option</title>
<updated>2024-10-27T22:59:04Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-10-08T20:59:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=22a05a91b2cafc6d22ffc33113f324e7b9570808'/>
<id>urn:sha1:22a05a91b2cafc6d22ffc33113f324e7b9570808</id>
<content type='text'>
Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>clamav: Add syslogging options</title>
<updated>2024-10-27T22:59:04Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-10-08T20:59:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=921279261cf19507267390e01bd399e37db28390'/>
<id>urn:sha1:921279261cf19507267390e01bd399e37db28390</id>
<content type='text'>
Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>clamav: Align with milter options and remove LogFile* options</title>
<updated>2024-10-27T22:59:04Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-10-08T19:14:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1631ad8e35f776dd9d4dafbef7a460f577fc88b3'/>
<id>urn:sha1:1631ad8e35f776dd9d4dafbef7a460f577fc88b3</id>
<content type='text'>
( to instead use syslog options )

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>clamav: milter: Remove deprecated AllowSupplementaryGroups option</title>
<updated>2024-10-27T22:59:04Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-10-08T17:52:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fc26c6b4f8e8edfe92cf602e623ec4ac113112cc'/>
<id>urn:sha1:fc26c6b4f8e8edfe92cf602e623ec4ac113112cc</id>
<content type='text'>
clamav-milter 1.3.0 and onward log:

WARNING: Ignoring deprecated option AllowSupplementaryGroups at /tmp/clamav/clamav-milter.conf:5

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>clamav: Fix UCI error</title>
<updated>2024-10-27T22:59:04Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-10-08T17:40:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=85e44b480498033ce1d476a70991f6d22d4708f1'/>
<id>urn:sha1:85e44b480498033ce1d476a70991f6d22d4708f1</id>
<content type='text'>
Hyphens in named sections are a no-no

uci: Parse error (invalid character in name field) at line 1, byte 37

Changed '-' to '_' to fix error to allow UCI parsing.

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>clamav: allow configuration to use TCP socket</title>
<updated>2021-01-10T00:29:46Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2021-01-08T19:33:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=54016ddaf4f4bcb523e03c9702a22dbf1d30ee2f'/>
<id>urn:sha1:54016ddaf4f4bcb523e03c9702a22dbf1d30ee2f</id>
<content type='text'>
Something having to do with passing a file descriptor over spamd's
Unix socket causes the ClamAV milter to fail. The milter says "ERROR:
Unknown reply from clamd," and running strace on spamd reveals "No file
descriptor received. ERROR."

Some work by others can be found on the Internet that suggests using
a TCP socket for the communication between the milter and spamd fixes
this. Lucian Cristian confirmed this on OpenWrt.

I am not sure why the Unix socket does not work. I suspect it is something
related to musl, but I have not yet found evidence of this.

This merge request adds the option to configure spamd to use a TCP
socket, and it uses this as the default. The merge request also adds an
init script for clamav-milter.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>clamav: Shellcheck fixes</title>
<updated>2019-11-23T17:55:22Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-11-10T16:00:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2707a95d312df71c2f124eab0008948f2ea9f248'/>
<id>urn:sha1:2707a95d312df71c2f124eab0008948f2ea9f248</id>
<content type='text'>
Fix SC2129

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
