<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-security.git/dynamic-layers/meta-python, branch mickledore</title>
<subtitle>Mirror of git.yoctoproject.org/meta-security.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-security.git/atom?h=mickledore</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-security.git/atom?h=mickledore'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/'/>
<updated>2023-03-20T20:29:57+00:00</updated>
<entry>
<title>python3-privacyidea: update to 3.8.1</title>
<updated>2023-03-20T20:29:57+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2023-03-17T19:59:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=a9fb9bd2098e6b50e8e887120ab615eb11a294e6'/>
<id>urn:sha1:a9fb9bd2098e6b50e8e887120ab615eb11a294e6</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-fail2ban: update to 1.0.2</title>
<updated>2023-03-20T20:29:57+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2023-03-17T19:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=7289f368b24b1f6c6aa8bb00ee98260377c47c30'/>
<id>urn:sha1:7289f368b24b1f6c6aa8bb00ee98260377c47c30</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-privacyidea: update to 2.7.4</title>
<updated>2022-11-19T19:01:41+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2022-11-05T18:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=715537c48b815a9ddf2f958d81825830d2185e8e'/>
<id>urn:sha1:715537c48b815a9ddf2f958d81825830d2185e8e</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-privacyidea: update to 3.7.3</title>
<updated>2022-08-06T15:55:26+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2022-08-03T13:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=8173cc90c88153dab39242d98c8d970e6e7cd9df'/>
<id>urn:sha1:8173cc90c88153dab39242d98c8d970e6e7cd9df</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>fail2ban: add UPSTREAM_CHECK vars</title>
<updated>2022-07-30T21:11:27+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2022-07-28T21:17:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=5a3002439639b668ac36d10bc972321209de351b'/>
<id>urn:sha1:5a3002439639b668ac36d10bc972321209de351b</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-privacyidea: update to 3.7.2</title>
<updated>2022-07-30T21:11:27+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2022-07-28T18:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=affbb0d267d76259d348a7bf4c405b773e081019'/>
<id>urn:sha1:affbb0d267d76259d348a7bf4c405b773e081019</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-privacyidea: add correct path to lib/privacyidea</title>
<updated>2022-07-05T23:26:50+00:00</updated>
<author>
<name>Jeremy A. Puhlman</name>
<email>jpuhlman@mvista.com</email>
</author>
<published>2022-06-30T16:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=7ad5f6a9da1b5a55699d5b8e7ad80476ad5a4695'/>
<id>urn:sha1:7ad5f6a9da1b5a55699d5b8e7ad80476ad5a4695</id>
<content type='text'>
Nothing in getting installed in ${datadir}/lib, it is all going to
${prefix}/lib. setuptools pulls in ${libdir}/* so for the base lib
case of ${prefix}/lib the build works. If libdir is something else
lib64 for example, its still ending up in ${prefix}/lib and it fails
to build.

Set value to correct path as it is being installed.

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>packagegroup-core-security: add dynamic python pkgs</title>
<updated>2022-05-14T17:51:32+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2022-05-04T13:36:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=d198b6fab105366135f53347630566934c89ca86'/>
<id>urn:sha1:d198b6fab105366135f53347630566934c89ca86</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-security: move perl and python recipes to dynamic layers structure</title>
<updated>2022-05-14T17:51:32+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2022-05-03T21:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-security.git/commit/?id=a764533c20c9cedf0834138076d38d329982e1af'/>
<id>urn:sha1:a764533c20c9cedf0834138076d38d329982e1af</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
</feed>
