<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-security.git/recipes-scanners, branch master-next</title>
<subtitle>Mirror of git.yoctoproject.org/meta-security.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-security.git/atom?h=master-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-security.git/atom?h=master-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/'/>
<updated>2026-05-17T14:44:55+00:00</updated>
<entry>
<title>arpwatch: fix typos</title>
<updated>2026-05-17T14:44:55+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@eng.windriver.com</email>
</author>
<published>2026-05-07T15:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=797df6dca9cbcf735afe92a49bb27e5a3637ba77'/>
<id>urn:sha1:797df6dca9cbcf735afe92a49bb27e5a3637ba77</id>
<content type='text'>
APRWATCH_FROM -&gt; ARPWATCH_FROM
ARPWATH_REPLY -&gt; ARPWATCH_REPLY
CONFFILE_FILES -&gt; CONFFILES:${PN}

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Scott Murray &lt;scott.murray@konsulko.com&gt;
</content>
</entry>
<entry>
<title>clamav: Upgrade to 1.4.4</title>
<updated>2026-04-27T18:47:27+00:00</updated>
<author>
<name>Scott Murray</name>
<email>scott.murray@konsulko.com</email>
</author>
<published>2026-04-26T01:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=90049242e66f0ef45ebe3f7bcb26099844296fc2'/>
<id>urn:sha1:90049242e66f0ef45ebe3f7bcb26099844296fc2</id>
<content type='text'>
Release notes:
https://github.com/Cisco-Talos/clamav/releases/tag/clamav-1.4.4

Signed-off-by: Scott Murray &lt;scott.murray@konsulko.com&gt;
</content>
</entry>
<entry>
<title>libmspack: Remove</title>
<updated>2026-04-27T18:47:27+00:00</updated>
<author>
<name>Scott Murray</name>
<email>scott.murray@konsulko.com</email>
</author>
<published>2026-04-26T01:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=d0386f2844c1f0b83f9a99e72a863c3bc2ac6372'/>
<id>urn:sha1:d0386f2844c1f0b83f9a99e72a863c3bc2ac6372</id>
<content type='text'>
Remove libmspack recipe, and remove it from clamav's DEPENDS.
clamav now vendors its own substantially modified copy, so there's
no reason to carry a recipe for it.

Signed-off-by: Scott Murray &lt;scott.murray@konsulko.com&gt;
</content>
</entry>
<entry>
<title>meta-security: fix incorrect HOMEPAGE variable names</title>
<updated>2026-04-14T21:18:23+00:00</updated>
<author>
<name>Zhang Peng</name>
<email>peng.zhang1.cn@windriver.com</email>
</author>
<published>2026-04-14T08:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=c3ddb212cf514b20317598d657d691779a3d4b78'/>
<id>urn:sha1:c3ddb212cf514b20317598d657d691779a3d4b78</id>
<content type='text'>
Several recipes used non-standard variable names for the homepage
URL (HOME_PAGE, HOME_URL, HOMEDIR) which are not recognized by
bitbake. Rename them all to the correct HOMEPAGE variable.

Affected recipes:
- glome: HOME_PAGE -&gt; HOMEPAGE
- google-authenticator-libpam: HOME_PAGE -&gt; HOMEPAGE
- arpwatch: HOME_PAGE -&gt; HOMEPAGE
- openscap: HOME_URL -&gt; HOMEPAGE
- scap-security-guide: HOME_URL -&gt; HOMEPAGE
- lynis: HOMEDIR -&gt; HOMEPAGE

Signed-off-by: Zhang Peng &lt;peng.zhang1.cn@windriver.com&gt;
Signed-off-by: Scott Murray &lt;scott.murray@konsulko.com&gt;
</content>
</entry>
<entry>
<title>clamav: Add recipe for version 1.4.3</title>
<updated>2025-12-22T04:34:11+00:00</updated>
<author>
<name>Hemant Jadhav</name>
<email>hemant.jadhav@emerson.com</email>
</author>
<published>2025-11-28T19:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=dd147f679226f0dee17562eaa545063df5edac2b'/>
<id>urn:sha1:dd147f679226f0dee17562eaa545063df5edac2b</id>
<content type='text'>
Add modern ClamAV 1.4.3 recipe with comprehensive improvements over
the legacy 0.104.4 version. Remove the end-of-life 0.104.4 recipe and
associated patches as they are superseded by this version.

Major changes in 1.4.3:
- Upgraded core engine with improved threat detection capabilities
- Added Rust components requiring cross-compilation support
- Updated CMake build system replacing legacy autotools
- Modernized library dependencies (LLVM, JSON-C, PCre2)
- Added comprehensive license compliance for multi-component package
- Enhanced cross-compilation support for all target architectures

The recipe includes dynamic Cargo configuration using Yocto variables
to support cross-compilation to any target architecture supported by
the build system.

Runtime configuration improvements:
- Set APP_CONFIG_DIRECTORY to ${sysconfdir}/clamav for proper config paths
- Added volatiles/tmpfiles support for /var/lib/clamav and /var/log/clamav
- Added pkg_postinst scripts to ensure correct directory ownership
- Implemented CMake cache variables for cross-compilation
- Updated all license checksums for compliance
- Added Rust toolchain integration with automatic environment setup
- Use Cargo vendoring with cargo + cargo-update-recipe-crates classes

Security rationale:
- ClamAV 0.104.4 reached end-of-life and is no longer maintained
- Upstream strongly recommends migration to 1.4.x for security updates

Signed-off-by: Hemant Jadhav &lt;hemant.jadhav@emerson.com&gt;
(regenerated diff, fixed building with systemd,
 fixed target Rust configuration, disabled for 32-bit targets)
Signed-off-by: Scott Murray &lt;scott.murray@konsulko.com&gt;
</content>
</entry>
<entry>
<title>chkrootkit: fix building with gcc 15</title>
<updated>2025-07-04T16:41:20+00:00</updated>
<author>
<name>Scott Murray</name>
<email>scott.murray@konsulko.com</email>
</author>
<published>2025-07-04T13:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=8a266d6df5118fc3be230931d2aa4534bfc9f8b2'/>
<id>urn:sha1:8a266d6df5118fc3be230931d2aa4534bfc9f8b2</id>
<content type='text'>
Add a patch to fix building chkrootkit with gcc 15.

Signed-off-by: Scott Murray &lt;scott.murray@konsulko.com&gt;
</content>
</entry>
<entry>
<title>chkrootkit: use Debian mirror</title>
<updated>2025-07-04T16:41:20+00:00</updated>
<author>
<name>Marta Rybczynska</name>
<email>marta.rybczynska@ygreky.com</email>
</author>
<published>2025-07-02T12:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=c16cc136d82c80618ed10b4354326b792cf88574'/>
<id>urn:sha1:c16cc136d82c80618ed10b4354326b792cf88574</id>
<content type='text'>
Use the Debian mirror as the Ubuntu one is failing frequently.

Signed-off-by: Marta Rybczynska &lt;marta.rybczynska@ygreky.com&gt;
Signed-off-by: Scott Murray &lt;scott.murray@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Adapt to S/UNPACKDIR changes</title>
<updated>2025-07-04T16:41:20+00:00</updated>
<author>
<name>Scott Murray</name>
<email>scott.murray@konsulko.com</email>
</author>
<published>2025-07-03T00:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=0272225ccdfb31a84408351c5911920a68249cc7'/>
<id>urn:sha1:0272225ccdfb31a84408351c5911920a68249cc7</id>
<content type='text'>
Remove or update S definitions as required to work with oe-core
S/UNPACKDIR changes.

Signed-off-by: Scott Murray &lt;scott.murray@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Fix warning : lack of whitespace around assignment</title>
<updated>2025-07-04T16:40:38+00:00</updated>
<author>
<name>J. S.</name>
<email>schonm@gmail.com</email>
</author>
<published>2025-04-15T02:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=4e2b318a86d1d4a799c4b609d4b626716fe6935e'/>
<id>urn:sha1:4e2b318a86d1d4a799c4b609d4b626716fe6935e</id>
<content type='text'>
v2 : also fix some typos while we are here.
v3 : add fixes for isic and checksecurity

Signed-off-by: Jason Schonberg &lt;schonm@gmail.com&gt;
[removed already applied change]
Signed-off-by: Scott Murray &lt;scott.murray@konsulko.com&gt;
</content>
</entry>
<entry>
<title>chkroot: update to 0.58b</title>
<updated>2024-12-16T17:50:11+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2024-12-15T20:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=c10dfa3788711a2006a7c4f352411e2e5b49fd72'/>
<id>urn:sha1:c10dfa3788711a2006a7c4f352411e2e5b49fd72</id>
<content type='text'>
LIC_FILES_CHKSUM changed due to yr update.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
</feed>
