<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe, branch pyro-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=pyro-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=pyro-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2017-10-28T03:33:55+00:00</updated>
<entry>
<title>opencv: fix runtime dependencies.</title>
<updated>2017-10-28T03:33:55+00:00</updated>
<author>
<name>Ismo Puustinen</name>
<email>ismo.puustinen@intel.com</email>
</author>
<published>2017-06-08T09:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=14ab9699e9b8e596c69bd5c6758f47bff3e8e033'/>
<id>urn:sha1:14ab9699e9b8e596c69bd5c6758f47bff3e8e033</id>
<content type='text'>
The newly split "libopencv-ts" package is empty (and thus not created),
because all ts files are installed in the development package. So, do
not add a runtime dependency to libopencv-ts.

Signed-off-by: Ismo Puustinen &lt;ismo.puustinen@intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>sip: update recipe to 4.19.2.</title>
<updated>2017-10-16T21:43:15+00:00</updated>
<author>
<name>Philip Balister</name>
<email>philip@balister.org</email>
</author>
<published>2017-05-11T20:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=dfbdd28d206a74bf264c2f7ee0f7b3e5af587796'/>
<id>urn:sha1:dfbdd28d206a74bf264c2f7ee0f7b3e5af587796</id>
<content type='text'>
* Needed for PyQt-5.8.2, a recipe I am looking at again.

Signed-off-by: Philip Balister &lt;philip@balister.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
(cherry picked from commit 229f824568406df354bc857b31989a7777d778bb)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>hostapd: fix WPA2 key replay security bug</title>
<updated>2017-10-16T21:39:31+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2017-10-16T16:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=35076e347be65073a7f9d0598d2e1664aed86fa4'/>
<id>urn:sha1:35076e347be65073a7f9d0598d2e1664aed86fa4</id>
<content type='text'>
Note, hostapd and wpa_supplicant use the same sources.  This commit is based
on Ross Burton's change to OpenEmbedded-core.  Below is Ross's commit message
from OpenEmbedded-Core.

    WPA2 is vulnerable to replay attacks which result in unauthenticated users
    having access to the network.

    * CVE-2017-13077: reinstallation of the pairwise key in the Four-way handshake

    * CVE-2017-13078: reinstallation of the group key in the Four-way handshake

    * CVE-2017-13079: reinstallation of the integrity group key in the Four-way
    handshake

    * CVE-2017-13080: reinstallation of the group key in the Group Key handshake

    * CVE-2017-13081: reinstallation of the integrity group key in the Group Key
    handshake

    * CVE-2017-13082: accepting a retransmitted Fast BSS Transition Reassociation
    Request and reinstalling the pairwise key while processing it

    * CVE-2017-13086: reinstallation of the Tunneled Direct-Link Setup (TDLS)
    PeerKey (TPK) key in the TDLS handshake

    * CVE-2017-13087: reinstallation of the group key (GTK) when processing a
    Wireless Network Management (WNM) Sleep Mode Response frame

    * CVE-2017-13088: reinstallation of the integrity group key (IGTK) when
    processing a Wireless Network Management (WNM) Sleep Mode Response frame

    Backport patches from upstream to resolve these CVEs.

    Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;

The hunk:

[PATCH 7/8] WNM: Ignore WNM-Sleep Mode Response without pending request

does not apply to hostapd and was removed from the patch.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
(cherry picked from commit ed6b5da8740034faf599010c12e3dc77e5490cd4)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>tbb: fix compile issue</title>
<updated>2017-09-17T18:17:31+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2017-09-17T18:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a242b1d3da32bed38fa07478840e030e17e5355e'/>
<id>urn:sha1:a242b1d3da32bed38fa07478840e030e17e5355e</id>
<content type='text'>
/ld: error: pipeline.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN3tbb8pipelineE' which may overflow at runtime; recompile with -fPIC

idea taken from Master

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>synergy: update SRC_URI</title>
<updated>2017-09-17T17:55:40+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2017-09-17T17:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3bdf103f5346ae95e65f637440f43b52358e8559'/>
<id>urn:sha1:3bdf103f5346ae95e65f637440f43b52358e8559</id>
<content type='text'>
 repo moved and got renamed

    WARNING: synergy-1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0 do_fetch: Failed to fetch URL git://github.com/synergy/synergy.git;protocol=http, attempting MIRRORS if available

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>gitver: skip packages instead of panic()ing if ${GITVER} fails to expand</title>
<updated>2017-09-14T00:16:28+00:00</updated>
<author>
<name>Alejandro Mery</name>
<email>amery@hanoverdisplays.com</email>
</author>
<published>2017-06-20T12:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=29225f2e23d65211e3bc669e2bfd9ae8ff56aaf3'/>
<id>urn:sha1:29225f2e23d65211e3bc669e2bfd9ae8ff56aaf3</id>
<content type='text'>
`inherit externalsrc gitver` is a very useful combo to get development trees
in your workspace having a ${PN}_git.bb with PV=${GITVER} coexisting with a regular
${PN}_${PV}.bb

but not everyone wants to checkout all developments sources and managinging different
layers for each options is quite troublesome.

making `gitver` skip the .bb instead of panic()ing every time EXTERNALSRC is missing
allows people to have a single development layer where packages get enabled if
the right sources are present or falling back to the last release if not

Signed-off-by: Alejandro Mery &lt;amery@hanoverdisplays.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>gitver: fix broken ${GITSHA} and recursion in S when PV="${GITVER}"</title>
<updated>2017-09-14T00:16:28+00:00</updated>
<author>
<name>Alejandro Mery</name>
<email>amery@hanoverdisplays.com</email>
</author>
<published>2017-06-13T09:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4acb87b4d865501ed7a05e443aab5a670ef0cbfc'/>
<id>urn:sha1:4acb87b4d865501ed7a05e443aab5a670ef0cbfc</id>
<content type='text'>
Signed-off-by: Alejandro Mery &lt;amery@hanoverdisplays.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
(cherry picked from commit 0ce424ded8c28a0122cbcde1836b341bca53e8dd)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>gitver: extend class to use EXTERNALSRC if set</title>
<updated>2017-09-14T00:16:28+00:00</updated>
<author>
<name>Alejandro Mery</name>
<email>amery@hanoverdisplays.com</email>
</author>
<published>2017-06-13T09:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=84d8c2028a8f4472ee0aef9074137d4e78ce1b46'/>
<id>urn:sha1:84d8c2028a8f4472ee0aef9074137d4e78ce1b46</id>
<content type='text'>
Signed-off-by: Alejandro Mery &lt;amery@hanoverdisplays.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
(cherry picked from commit c4731b2a5a8af54d78ce2735c1c488e5b8183863)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>krb5: fix CVE-2017-11368</title>
<updated>2017-09-14T00:16:28+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2017-08-28T13:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=425b672bff822c5c54f0f1bb669b6f5ba9594f1d'/>
<id>urn:sha1:425b672bff822c5c54f0f1bb669b6f5ba9594f1d</id>
<content type='text'>
Backport patch to fix CVE-2017-11368 for krb5.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
(cherry picked from commit d9f7ef40d74659a0348248841efadaf120d52c30)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>corosync: Fix build with musl</title>
<updated>2017-09-14T00:16:28+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-08-31T02:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3232999d645d166cad1e6f678afd45e974fb506b'/>
<id>urn:sha1:3232999d645d166cad1e6f678afd45e974fb506b</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
(cherry picked from commit 2756ef68c92db20c093ef44460ff0ff7047006ec)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
</feed>
