<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb, branch 2.7_M2</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=2.7_M2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=2.7_M2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2011-04-18T04:51:20+00:00</updated>
<entry>
<title>openssl: upgrade to version 0.9.8r</title>
<updated>2011-04-18T04:51:20+00:00</updated>
<author>
<name>Qing He</name>
<email>qing.he@intel.com</email>
</author>
<published>2011-04-15T08:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=47cb36d1c897ac72718ce67f0acdf118da894228'/>
<id>urn:sha1:47cb36d1c897ac72718ce67f0acdf118da894228</id>
<content type='text'>
[YOCTO #979]

from 0.9.8p
fixes CVE-2010-4180, CVE-2010-4252, CVE-2010-0014

(From OE-Core rev: e28e11930a22a4e89075e7e026e58c081f984ddf)

Signed-off-by: Qing He &lt;qing.he@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>openssl: fix parallel make</title>
<updated>2011-02-18T01:25:22+00:00</updated>
<author>
<name>Qing He</name>
<email>qing.he@intel.com</email>
</author>
<published>2011-02-17T07:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3810796ee371c8b1548f5ba75ff55299f37d0254'/>
<id>urn:sha1:3810796ee371c8b1548f5ba75ff55299f37d0254</id>
<content type='text'>
Signed-off-by: Qing He &lt;qing.he@intel.com&gt;
</content>
</entry>
<entry>
<title>openssl: drop the valgrind patch that introduce a security hole</title>
<updated>2011-01-20T21:36:59+00:00</updated>
<author>
<name>Ilya Yanok</name>
<email>yanok@emcraft.com</email>
</author>
<published>2011-01-17T22:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=81f1457d7e5092ced648993f3507fdee0165580f'/>
<id>urn:sha1:81f1457d7e5092ced648993f3507fdee0165580f</id>
<content type='text'>
debian/valgrind.patch is the 'famous' Debian OpenSSL patch responsible
for everyone using Debian and derivatives changing their keys. All keys
generated with the patched OpenSSL are compromised so at very least we
have to drop this patch for good.

Signed-off-by: Ilya Yanok &lt;yanok@emcraft.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>openssl: restore -Wall flag</title>
<updated>2010-12-16T15:30:56+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2010-12-16T10:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=15f45b314ca7f4e96fecb0b1dc7f760e348eb8f1'/>
<id>urn:sha1:15f45b314ca7f4e96fecb0b1dc7f760e348eb8f1</id>
<content type='text'>
The -Wall flag was unintentionally removed from the end of the CFLAG var in
089612794d4d8d9c79bd2a4365d6df78371f7f40 by me. This patch puts it back in.

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>SRC_URI Checksums Additionals</title>
<updated>2010-12-09T16:18:17+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2010-12-08T04:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3d08b9f2c65835822b1c0ed30e3170f02f877ce3'/>
<id>urn:sha1:3d08b9f2c65835822b1c0ed30e3170f02f877ce3</id>
<content type='text'>
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>openssl-native: disable execstack flag to prevent problems with SELinux</title>
<updated>2010-12-09T12:37:11+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@intel.com</email>
</author>
<published>2010-11-17T11:37:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=089612794d4d8d9c79bd2a4365d6df78371f7f40'/>
<id>urn:sha1:089612794d4d8d9c79bd2a4365d6df78371f7f40</id>
<content type='text'>
The execstack flag gets set on libcrypto.so by default which causes SELinux
to prevent it from being loaded on systems using SELinux, which includes
Fedora. This patch disables the execstack flag. (Note: Red Hat do this in
their openssl packaging.)

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>openssl: upgrade to version 0.9.8p</title>
<updated>2010-11-18T21:30:27+00:00</updated>
<author>
<name>Qing He</name>
<email>qing.he@intel.com</email>
</author>
<published>2010-11-17T06:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5c1e52c1fe452fbbd60abb68086efb6fcdd7a63b'/>
<id>urn:sha1:5c1e52c1fe452fbbd60abb68086efb6fcdd7a63b</id>
<content type='text'>
from 0.9.8o

Signed-off-by: Qing He &lt;qing.he@intel.com&gt;
</content>
</entry>
</feed>
