<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-security.git/recipes-scanners/arpwatch/arpwatch_3.3.bb, 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>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>arpwatch: Fix compile error</title>
<updated>2024-07-30T00:07:01+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2024-07-29T01:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=24da91625470a566a19095577704cf6432f2747a'/>
<id>urn:sha1:24da91625470a566a19095577704cf6432f2747a</id>
<content type='text'>
| ./dns.c:118:24: error: implicit declaration of function '_getshort'; did you mean '__putshort'? [-Wimplicit-function-declaration]

upon others

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes-*: convert WORKDIR-&gt;UNPACKDIR</title>
<updated>2024-07-30T00:07:01+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2024-07-22T10:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=ca109750337d0c4a0cd63b5be8d32b436b544704'/>
<id>urn:sha1:ca109750337d0c4a0cd63b5be8d32b436b544704</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>arpwatch: install man8 dir</title>
<updated>2024-03-27T16:36:58+00:00</updated>
<author>
<name>Jeremy A. Puhlman</name>
<email>jpuhlman@mvista.com</email>
</author>
<published>2024-03-11T16:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=4ee2703298e6b434f1c87ce638c90c70b7d261f8'/>
<id>urn:sha1:4ee2703298e6b434f1c87ce638c90c70b7d261f8</id>
<content type='text'>
The install expects man8 directory to already exists. If not created
the man page gets installed as "man8", which causes conflicts with
other packages, that expect it to be a directory.

'arpsnmp' -&gt; '/build/project/tmp/work/corei7-64-poky-linux/arpwatch/3.3/image/usr/sbin/arpsnmp'
'./arpwatch.8' -&gt; '/build/project/tmp/work/corei7-64-poky-linux/arpwatch/3.3/image/usr/share/man/man8'
removed '/build/project/tmp/work/corei7-64-poky-linux/arpwatch/3.3/image/usr/share/man/man8'
'./arpsnmp.8' -&gt; '/build/project/tmp/work/corei7-64-poky-linux/arpwatch/3.3/image/usr/share/man/man8'

Signed-off-by: Jeremy A. Puhlman &lt;jpuhlman@mvista.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>aprwatch: Add path for sendmail</title>
<updated>2024-03-27T16:36:58+00:00</updated>
<author>
<name>Jeremy A. Puhlman</name>
<email>jpuhlman@mvista.com</email>
</author>
<published>2024-02-28T20:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=bb9321264a23767172cf74869633c082caed1a25'/>
<id>urn:sha1:bb9321264a23767172cf74869633c082caed1a25</id>
<content type='text'>
Arpwatch won't build on a system without a sendmail provider
installed with out this setting.

Signed-off-by: Jeremy A. Puhlman &lt;jpuhlman@mvista.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>arpwatch: fix misspelling of PACKAGECONFIG</title>
<updated>2024-03-27T16:36:58+00:00</updated>
<author>
<name>Jeremy A. Puhlman</name>
<email>jpuhlman@mvista.com</email>
</author>
<published>2024-02-28T20:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=0f4b8ec2a7c623ea636b9fe49180844bfe7400a6'/>
<id>urn:sha1:0f4b8ec2a7c623ea636b9fe49180844bfe7400a6</id>
<content type='text'>
Signed-off-by: Jeremy A. Puhlman &lt;jpuhlman@mvista.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>arpwatch: adjust CONFIGURE params to allow to build again.</title>
<updated>2023-12-29T14:09:30+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2023-12-18T00:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=e67e3d377e7c75dbe9ac87fe394bac5d77979bea'/>
<id>urn:sha1:e67e3d377e7c75dbe9ac87fe394bac5d77979bea</id>
<content type='text'>
drop EXTRA_OECONF

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>arpwatch: Fix typo in COMPATIBLE_HOST:libc-musl = "null"</title>
<updated>2023-06-25T19:05:28+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2023-06-22T15:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=d7769151998b2c120a70178ba15d29816d5aece2'/>
<id>urn:sha1:d7769151998b2c120a70178ba15d29816d5aece2</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>arpwatch: update to 3.3</title>
<updated>2022-06-07T23:58:24+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2022-06-04T18:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=d93501969c7e917567e1fe5c6388a09612e0883f'/>
<id>urn:sha1:d93501969c7e917567e1fe5c6388a09612e0883f</id>
<content type='text'>
not compatible with musl

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