<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-extended, branch yoe/mut</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=yoe%2Fmut</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=yoe%2Fmut'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2023-08-27T07:11:43+00:00</updated>
<entry>
<title>rsyslog: Skip failing omfile-outchannel test on musl</title>
<updated>2023-08-27T07:11:43+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-08-27T07:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1de29b487b38d7769e36f97a6da53aa59fbd8aab'/>
<id>urn:sha1:1de29b487b38d7769e36f97a6da53aa59fbd8aab</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>snappy: add CVE_PRODUCT</title>
<updated>2023-08-27T00:32:45+00:00</updated>
<author>
<name>Emil Kronborg Andersen</name>
<email>emkan@prevas.dk</email>
</author>
<published>2023-08-25T08:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b888130e957eb4fe9d69fd70f3b3778ba980b728'/>
<id>urn:sha1:b888130e957eb4fe9d69fd70f3b3778ba980b728</id>
<content type='text'>
If CVE_PRODUCT is not explicitly set to google:snappy, CVEs are
found for https://github.com/KnpLabs/snappy instead.

Signed-off-by: Emil Kronborg Andersen &lt;emkan@prevas.dk&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>flatpak: fix api-documentation build</title>
<updated>2023-08-27T00:32:45+00:00</updated>
<author>
<name>Markus Volk</name>
<email>f_l_k@t-online.de</email>
</author>
<published>2023-08-25T05:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d0f8cfd93b453ae7f8f9bba0c5155cb5d72eb145'/>
<id>urn:sha1:d0f8cfd93b453ae7f8f9bba0c5155cb5d72eb145</id>
<content type='text'>
Signed-off-by: Markus Volk &lt;f_l_k@t-online.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>dialog: Update the SRC_URI</title>
<updated>2023-08-27T00:32:45+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>mingli.yu@windriver.com</email>
</author>
<published>2023-08-24T09:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6d1b7df8c0f751777625ecbae3a5505087788b81'/>
<id>urn:sha1:6d1b7df8c0f751777625ecbae3a5505087788b81</id>
<content type='text'>
Update the SRC_URI to fix the do_fetch error.

Signed-off-by: Mingli Yu &lt;mingli.yu@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>redis: upgrade 7.0.12 -&gt; 7.2.0</title>
<updated>2023-08-27T00:32:45+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-08-24T08:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2b5277a2ce158b0d9334f16518c72a74931574a4'/>
<id>urn:sha1:2b5277a2ce158b0d9334f16518c72a74931574a4</id>
<content type='text'>
hiredis-use-default-CC-if-it-is-set.patch
oe-use-libc-malloc.patch
refreshed for 7.2.0

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>rsyslog: Enable openssl transport by default</title>
<updated>2023-08-27T00:32:44+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-08-24T07:45:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8a1e2109c63bb296fdaba774347f1a6833608a27'/>
<id>urn:sha1:8a1e2109c63bb296fdaba774347f1a6833608a27</id>
<content type='text'>
gnutls is not enabled in librelp and therefore tests fail becasue it
uses openssl but rsyslog uses gnutls,

FAIL: sndrcv_relp_tls_prio.sh

therefore default to using openssl
for both the packages. gnutls can be enabled for both via bbappends but
its not default anymore.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Nicolas Marguet &lt;nicolas.marguet@windriver.com&gt;
</content>
</entry>
<entry>
<title>qcbor: add recipe</title>
<updated>2023-08-27T00:32:44+00:00</updated>
<author>
<name>Pawel Langowski</name>
<email>pawel.langowski@3mdeb.com</email>
</author>
<published>2023-08-23T11:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=edda40dd00fdfce3b0f9731b7a6f7e1e840fbc0d'/>
<id>urn:sha1:edda40dd00fdfce3b0f9731b7a6f7e1e840fbc0d</id>
<content type='text'>
This adds QCBOR - a CBOR encoder/decoder library

Signed-off-by: Pawel Langowski &lt;pawel.langowski@3mdeb.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libyang: upgrade 2.1.55 -&gt; 2.1.111</title>
<updated>2023-08-23T04:18:05+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2023-08-23T01:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=75c2ce3c31a622739b742d32c1183a491ad72a46'/>
<id>urn:sha1:75c2ce3c31a622739b742d32c1183a491ad72a46</id>
<content type='text'>
Changelog:
https://github.com/CESNET/libyang/releases/tag/v2.1.111

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>librelp: Fix ptest installs to work with dash</title>
<updated>2023-08-19T17:46:13+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-08-19T17:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=107d11c38fd45aaff900a9aeee9e70f8e6c679c1'/>
<id>urn:sha1:107d11c38fd45aaff900a9aeee9e70f8e6c679c1</id>
<content type='text'>
Suggested-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>librelp: Fix ptests builds on musl</title>
<updated>2023-08-19T17:46:09+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-08-19T17:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b320682bf5cbc280fc916725fb8a2f4ea38eeef4'/>
<id>urn:sha1:b320682bf5cbc280fc916725fb8a2f4ea38eeef4</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
