<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-security.git/recipes-security/libseccomp/libseccomp_2.1.1.bb, branch master</title>
<subtitle>Mirror of git.yoctoproject.org/meta-security.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-security.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-security.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/'/>
<updated>2015-03-20T16:53:41+00:00</updated>
<entry>
<title>libseccomp: update to version 2.2.0</title>
<updated>2015-03-20T16:53:41+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2015-03-13T15:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=14d6027b9ef4eddff43bec65c45e3baa39bee8b7'/>
<id>urn:sha1:14d6027b9ef4eddff43bec65c45e3baa39bee8b7</id>
<content type='text'>
License is now LGPL
sources come from github now
dropped patches since alt solutions included now.

Changes in the 2.2.0 release include:

* Migrated the build system to autotools
* Added support for the aarch64 architecture
* Added support for the mips, mips64, and mips64n32 architectures
* Added support for the new seccomp() syscall and thread sync
* Added Python bindings
* Updated the internal syscall tables to Linux v3.19

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>libseccomp: add COMPATIBLE_HOST</title>
<updated>2015-02-14T01:21:33+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2015-02-01T21:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=a1dde1a9f819a19c6b541c6b51e536377190e11c'/>
<id>urn:sha1:a1dde1a9f819a19c6b541c6b51e536377190e11c</id>
<content type='text'>
don't build for ppc, ppc64, mips or aarch64

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>libseccomp: fix rdepends</title>
<updated>2015-02-01T16:11:36+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2015-01-14T07:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=ada3eeef6d63b9de61c887caa43e3961e317093f'/>
<id>urn:sha1:ada3eeef6d63b9de61c887caa43e3961e317093f</id>
<content type='text'>
WARNING: QA Issue: libseccomp requires /bin/bash, but no providers in its RDEPENDS [file-rdeps]

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>libseccomp: fix SRC_URI for multilib</title>
<updated>2015-01-13T20:10:40+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2015-01-13T09:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=903c19e3227e502385b58b6465e647fd1b6b7d6c'/>
<id>urn:sha1:903c19e3227e502385b58b6465e647fd1b6b7d6c</id>
<content type='text'>
${BPN} should be used instead of ${PN} where you want the name without
any prefix (and ${BP} is short for ${BPN}-${PV}).

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>libseccomp: add package for tests.</title>
<updated>2014-11-29T03:13:46+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2014-09-04T21:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=93891d856d874064394c23af6c3b0da39c2955d3'/>
<id>urn:sha1:93891d856d874064394c23af6c3b0da39c2955d3</id>
<content type='text'>
I wanted to run the tests manually on a target. Tests are now
built and packaged.

to run: /usr/lib/libseccomp/tests/regression -a

will add ptest later.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>libseccomp: add latest stable version, add ptest</title>
<updated>2013-11-04T20:41:45+00:00</updated>
<author>
<name>Joe MacDonald</name>
<email>joe@deserted.net</email>
</author>
<published>2013-11-04T16:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=62b5ee7ea3c44248d5482fb136f2d2e64cc1bbca'/>
<id>urn:sha1:62b5ee7ea3c44248d5482fb136f2d2e64cc1bbca</id>
<content type='text'>
A new stable version of libseccomp is available, so update the recipe.  At
the same time, integrate the ptest support that's currently being
discussed on the libseccomp list.

Signed-off-by: Joe MacDonald &lt;joe@deserted.net&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
</feed>
