<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb, branch master</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2023-11-22T06:35:50+00:00</updated>
<entry>
<title>libwebsockets: upgrade 4.3.2 -&gt; 4.3.3</title>
<updated>2023-11-22T06:35:50+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-11-22T06:19:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bc1674784b4a957bd47cca32ecd63129c330c123'/>
<id>urn:sha1:bc1674784b4a957bd47cca32ecd63129c330c123</id>
<content type='text'>
0001-Fix-Werror-enum-int-mismatch-in-lws_tls_server_abort.patch
removed since it's included in 4.3.3

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>libwebsockets: Support building for native</title>
<updated>2023-10-26T19:00:14+00:00</updated>
<author>
<name>Peter Kjellerstedt</name>
<email>pkj@axis.com</email>
</author>
<published>2023-10-26T18:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c083e0569ad80d11b4f5cfdfa89acdd4264d8152'/>
<id>urn:sha1:c083e0569ad80d11b4f5cfdfa89acdd4264d8152</id>
<content type='text'>
This is needed to be able to build mosquitto-native.

The dependency on libcap when building for native is needed because
cmake will pick up the existence of libcap from the host, but then the
build fails if it is not available in the sysroot. Unfortunately, there
does not seem to be any way to explicitly tell cmake to not build with
libcap.

Signed-off-by: Peter Kjellerstedt &lt;peter.kjellerstedt@axis.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: Fix reference to TMPDIR</title>
<updated>2023-05-20T00:11:37+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-05-19T04:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=317ee5bb13e795fd7036ae56c3746fefdfe6c915'/>
<id>urn:sha1:317ee5bb13e795fd7036ae56c3746fefdfe6c915</id>
<content type='text'>
.cmake files encoded absolute paths, fixed thusly

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: Fix build with gcc13</title>
<updated>2023-01-27T05:52:26+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-01-27T01:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cc396c8e9a507e86c9fe2a040d1df80f8c8c93b5'/>
<id>urn:sha1:cc396c8e9a507e86c9fe2a040d1df80f8c8c93b5</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: add ipv6 in PACKAGECONFIG</title>
<updated>2022-12-13T17:18:18+00:00</updated>
<author>
<name>Livin Sunny</name>
<email>livinsunny519@gmail.com</email>
</author>
<published>2022-12-12T20:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c062df353c274fae782f9c03c62f9ce199efb9f0'/>
<id>urn:sha1:c062df353c274fae782f9c03c62f9ce199efb9f0</id>
<content type='text'>
Adds a PACKAGECONFIG if ipv6 is enabled in DISTRO_FEATURES.

Signed-off-by: Livin Sunny &lt;livinsunny519@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: add error check if PACKAGECONFIG contains systemd but DISTRO_FEATURES doesn't</title>
<updated>2022-10-03T06:59:48+00:00</updated>
<author>
<name>Lukas Rusak</name>
<email>lorusak@gmail.com</email>
</author>
<published>2022-10-03T03:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f3fa2a5d5c02d8937ee5c866b827a9553c9dd351'/>
<id>urn:sha1:f3fa2a5d5c02d8937ee5c866b827a9553c9dd351</id>
<content type='text'>
Signed-off-by: Lukas Rusak &lt;lorusak@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: add optional support for sd-event loop</title>
<updated>2022-09-29T20:32:15+00:00</updated>
<author>
<name>Lukas Rusak</name>
<email>lorusak@gmail.com</email>
</author>
<published>2022-07-12T22:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cdc175009d163509543d26867f8b0b1052471cb2'/>
<id>urn:sha1:cdc175009d163509543d26867f8b0b1052471cb2</id>
<content type='text'>
Signed-off-by: Lukas Rusak &lt;lorusak@gmail.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: update to version 4.3.2</title>
<updated>2022-07-24T13:28:56+00:00</updated>
<author>
<name>Radovan Scasny</name>
<email>radovan.scasny@siemens.com</email>
</author>
<published>2022-07-22T13:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0c4f3404ef367ff3aa2a28947fc717215c735aa1'/>
<id>urn:sha1:0c4f3404ef367ff3aa2a28947fc717215c735aa1</id>
<content type='text'>
Signed-off-by: Radovan Scasny &lt;radovan.scasny@siemens.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
