<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-security.git/recipes-ids/samhain, branch test</title>
<subtitle>Mirror of git.yoctoproject.org/meta-security.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-security.git/atom?h=test</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-security.git/atom?h=test'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/'/>
<updated>2021-03-18T15:01:19+00:00</updated>
<entry>
<title>samhain: fix compile error on powerpc</title>
<updated>2021-03-18T15:01:19+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2021-03-11T09:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=db86cfad19a8990ca2208cbfef1a6bd0cc987060'/>
<id>urn:sha1:db86cfad19a8990ca2208cbfef1a6bd0cc987060</id>
<content type='text'>
It fails to comile samhain for powerpc(qemuppc):

| x_sh_dbIO.c: In function 'swap_short':
| x_sh_dbIO.c:229:36: error: initializer element is not constant
|   229 |       static unsigned short ooop = *iptr;
|       |                                    ^

Assign after initialization of the static variable to avoid the failure.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>samhain: update to 4.4.3</title>
<updated>2021-03-02T19:56:27+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2021-02-28T21:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=dc28e175e3474070febfeed5d27ba542c4da2321'/>
<id>urn:sha1:dc28e175e3474070febfeed5d27ba542c4da2321</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>samhain: update to 4.4.2</title>
<updated>2020-11-03T23:16:53+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2020-11-03T18:01:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=c40e8f8d9dbdd7e2052033d9d50ebf8e4d883c69'/>
<id>urn:sha1:c40e8f8d9dbdd7e2052033d9d50ebf8e4d883c69</id>
<content type='text'>
refresh a few patches too

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>samhain: dnmalloc hash fix for aarch64 and mips64</title>
<updated>2020-05-15T12:28:21+00:00</updated>
<author>
<name>Haseeb Ashraf</name>
<email>haseeb_ashraf@mentor.com</email>
</author>
<published>2020-04-20T06:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=95fe86eb98bc401dae8183326048f50ce7985bda'/>
<id>urn:sha1:95fe86eb98bc401dae8183326048f50ce7985bda</id>
<content type='text'>
fix runtime error:
samhain[4069]: FATAL: x_dnmalloc.c: 2790: hashval &lt; AMOUNTHASH
Killed

The proper fix is not to disable dnmalloc. This change is in
continuation of samhain-mips64-aarch64-dnmalloc-hash-fix.patch
which requires CONFIG_ARCH_AARCH64 or CONFIG_ARCH_MIPS64 to be
defined for the corresponding architecture

Signed-off-by: Haseeb Ashraf &lt;Haseeb_Ashraf@mentor.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>samhain-server: add volatile file for systemd</title>
<updated>2020-05-15T12:28:21+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2020-04-14T10:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=9168152b1eae7af3ccdc550eac56ac78fdeb61e7'/>
<id>urn:sha1:9168152b1eae7af3ccdc550eac56ac78fdeb61e7</id>
<content type='text'>
Add volatile file to create /var/log/yule when using systemd. Also
remove unused /var/log directory in do_install.

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>samhain: fix build with new version attr</title>
<updated>2020-01-28T18:02:21+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2020-01-20T05:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=4f65c58251dbfd3070b5ae531c3fa740dde7c335'/>
<id>urn:sha1:4f65c58251dbfd3070b5ae531c3fa740dde7c335</id>
<content type='text'>
The attr/xattr.h has been removed from attr 2.4.48 with commit:
http://git.savannah.nongnu.org/cgit/attr.git/commit/include?id=7921157890d07858d092f4003ca4c6bae9fd2c38
The xattr syscalls are provided by sys/xattr.h from glibc now.
Remove the checking code to adapt it otherwise it would fail to build
with selinux support.

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>samhain: update to 4.3.3</title>
<updated>2019-08-04T19:17:25+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2019-07-21T02:41:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=2634aba3e19f25fdc0b076e79c1b2543a7f80e88'/>
<id>urn:sha1:2634aba3e19f25fdc0b076e79c1b2543a7f80e88</id>
<content type='text'>
remove PV from recipes names to make package update easier.

PV set in include file now

drop samhain-cross-compile.patch as stripping appears to have been removed.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>samhain: add rconflict for client and server mode</title>
<updated>2019-05-28T14:38:52+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2019-05-28T02:37:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=74445465e3b248bb4df6c6c8985e35de52dbeb36'/>
<id>urn:sha1:74445465e3b248bb4df6c6c8985e35de52dbeb36</id>
<content type='text'>
Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>reorg ids: move ids recipes to recipes-ids</title>
<updated>2019-03-31T17:37:09+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2019-03-30T21:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=1460d9b86dfc8100cf6bd112ec01dfc0ce19da39'/>
<id>urn:sha1:1460d9b86dfc8100cf6bd112ec01dfc0ce19da39</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
</feed>
