<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-multimedia, branch kraj/dunfell</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kraj%2Fdunfell</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kraj%2Fdunfell'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2021-04-24T02:13:09+00:00</updated>
<entry>
<title>libupnp: Fix CVE-2020-13848</title>
<updated>2021-04-24T02:13:09+00:00</updated>
<author>
<name>Andrej Kozemcak</name>
<email>andrej.kozemcak@siemens.com</email>
</author>
<published>2021-04-23T07:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c1a50683225b0bf10f8d7a18280acefa7469ecc2'/>
<id>urn:sha1:c1a50683225b0bf10f8d7a18280acefa7469ecc2</id>
<content type='text'>
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2020-13848

Upstream-Status: Accepted [https://github.com/pupnp/pupnp/commit/c805c1de1141cb22f74c0d94dd5664bda37398e0]
CVE: CVE-2020-13848

Signed-off-by: Andrej Kozemcak &lt;andrej.kozemcak@siemens.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>gupnp: Upgrade to 1.2.2 -&gt; 1.2.4</title>
<updated>2021-01-18T16:40:15+00:00</updated>
<author>
<name>Diego Santa Cruz</name>
<email>diego.santacruz@spinetix.com</email>
</author>
<published>2021-01-07T18:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5bba79488b7d393d2258d6e917f7bf7b0d7c4073'/>
<id>urn:sha1:5bba79488b7d393d2258d6e917f7bf7b0d7c4073</id>
<content type='text'>
gupnp 1.2.3 adds mitigation for CVE-2020-12695 (CallStranger)

Signed-off-by: Diego Santa Cruz &lt;Diego.SantaCruz@spinetix.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
(cherry picked from commit 25285ded6360a3a25216b66e89e346b89500b5b2)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>gssdp: Upgrade to 1.2.2 -&gt; 1.2.3</title>
<updated>2021-01-18T16:40:07+00:00</updated>
<author>
<name>Diego Santa Cruz</name>
<email>diego.santacruz@spinetix.com</email>
</author>
<published>2021-01-07T18:37:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=31327f4645cc4ee4118244ba46a70ed0aa89ce85'/>
<id>urn:sha1:31327f4645cc4ee4118244ba46a70ed0aa89ce85</id>
<content type='text'>
Dependency of gupnp 1.2.3

Signed-off-by: Diego Santa Cruz &lt;Diego.SantaCruz@spinetix.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
(cherry picked from commit e788d4673888f15c302842fb1ce0284aafa6e3d7)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>README: fix incorrect links</title>
<updated>2020-11-10T02:47:12+00:00</updated>
<author>
<name>Diego Rondini</name>
<email>diego.rondini@kynetics.com</email>
</author>
<published>2020-10-01T09:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=788aa3057f7f67ced51eb2408317aa7ed3361814'/>
<id>urn:sha1:788aa3057f7f67ced51eb2408317aa7ed3361814</id>
<content type='text'>
Fix incorrect links and replace the defunct "gitorious" with now popular
"GitLab".

Signed-off-by: Diego Rondini &lt;diego.rondini@kynetics.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit d80b5a52fd9d91b27b7f1967a0f2d6ccb6e22991)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>vlc: fix loop initial declarations are only allowed in C99 mode</title>
<updated>2020-08-31T14:38:56+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2020-08-31T14:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=eec787e19bca513726f9fdcb8a0275101a00c93a'/>
<id>urn:sha1:eec787e19bca513726f9fdcb8a0275101a00c93a</id>
<content type='text'>
build issue seen on CentOS7 and Aarch64 machine

Fixes:
../../vlc-3.0.9.2/src/misc/fourcc_gen.c:75:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
|      for (size_t i = 0; i &lt; n; i++)
|      ^
| ../../vlc-3.0.9.2/src/misc/fourcc_gen.c:75:5: note: use option -std=c99 or -std=gnu99 to compile your code

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>openh264: upgrade 2.1.0 -&gt; 2.1.1</title>
<updated>2020-07-01T15:01:41+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2020-06-20T21:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c5e0758f4e1e98836a10df47f853e2160659088a'/>
<id>urn:sha1:c5e0758f4e1e98836a10df47f853e2160659088a</id>
<content type='text'>
&gt;From [1]
* release x86 and x64 libraries for android platform
* Bug fixes

[1] https://github.com/cisco/openh264/releases

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 69716e959bddb3b56dffb07bc308cfb6e1e80bb6)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>fluidsynth: upgrade 2.1.2 -&gt; 2.1.3</title>
<updated>2020-06-12T16:32:24+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2020-05-30T19:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=691d9087e93a238f47c2fcc0aabbd7041b8f25e1'/>
<id>urn:sha1:691d9087e93a238f47c2fcc0aabbd7041b8f25e1</id>
<content type='text'>
&gt;From [1]:

* fix a cross-compilation failure from Win32 to WinARM (#630)
* fix issues while fluid_player is seeking (#634, #646)
* fix a NULL pointer dereference if synth.dynamic-sample-loading is enabled (#635)
* fix a NULL pointer dereference in delete_rvoice_mixer_threads() (#640)
* fix a NULL pointer dereference in the soundfont loader (#647, thanks to @jjceresa)
* fix dsound driver playing garbage when terminating fluidsynth (#642, thanks to @jjceresa)
* avoid memory leaks when using libinstpatch (#643)

[1] https://github.com/FluidSynth/fluidsynth/releases/tag/v2.1.3

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 074e115397aca40eaa3c531653a8db75578c718f)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>tremor: update SRC_URI as project moved to gitlab</title>
<updated>2020-05-29T04:47:59+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2020-05-23T03:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3c79f7f3ec20616f457289978acc777854979b2c'/>
<id>urn:sha1:3c79f7f3ec20616f457289978acc777854979b2c</id>
<content type='text'>
It appears Xiph.Org is now on gitlab
https://gitlab.xiph.org/xiph

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit cc6e59fdff71e47ef5b9b40aab3bcd9438960ea4)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>README: updated Maintainers list for Dunfell</title>
<updated>2020-05-05T23:47:34+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2020-05-04T04:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a62ad77973b16daac1cbaa03cbda3c6b9b91f2ff'/>
<id>urn:sha1:a62ad77973b16daac1cbaa03cbda3c6b9b91f2ff</id>
<content type='text'>
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>openh264: Upgrade to 2.1.0</title>
<updated>2020-04-19T18:55:06+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-04-19T18:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=58b6db3c852ab1ca8db3722bfaa8ecb540a049b6'/>
<id>urn:sha1:58b6db3c852ab1ca8db3722bfaa8ecb540a049b6</id>
<content type='text'>
Drop mips64 build patches as they are not needed anymore
Add logic for building on rv64

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
