<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/libwebsockets/libwebsockets.mk, branch 2016.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2015-04-29T16:57:38+00:00</updated>
<entry>
<title>libwebsockets: add LWS_ prefix to LWS_WITHOUT_TESTAPPS=ON cmake option</title>
<updated>2015-04-29T16:57:38+00:00</updated>
<author>
<name>Baptiste Moraine</name>
<email>baptiste.moraine@kapelse.com</email>
</author>
<published>2015-04-29T13:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=977ea262bcb6cfe45d4b0f7d48dff190671a2551'/>
<id>urn:sha1:977ea262bcb6cfe45d4b0f7d48dff190671a2551</id>
<content type='text'>
Currently, libwebsockets.mk is passing -DWITHOUT_TESTAPPS=ON to disable
the building of libwebsockets test applications, but this is doing nothing
because the option is really named  LWS_WITHOUT_TESTAPPS.
This commit fixes that by using the correct option name.

Signed-off-by: Baptiste Moraine &lt;baptiste.moraine@kapelse.com&gt;
Reviewed-by: Samuel Martin &lt;s.martin49@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>packages: remove non-IPv6 dependencies and tweaks</title>
<updated>2015-04-22T21:06:35+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-04-19T12:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=79ce08bbdc33d1725f5d950736c9f624814b5a03'/>
<id>urn:sha1:79ce08bbdc33d1725f5d950736c9f624814b5a03</id>
<content type='text'>
Now that IPv6 is mandatory remove package dependencies and conditionals
for it.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: bump version to v1.4-chrome43-firefox-36</title>
<updated>2015-04-06T08:59:41+00:00</updated>
<author>
<name>Johan Sagaert</name>
<email>sagaert.johan@proximus.be</email>
</author>
<published>2015-04-05T23:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=54d70feddef7c1777cd611aedb8f3e3311ced8e1'/>
<id>urn:sha1:54d70feddef7c1777cd611aedb8f3e3311ced8e1</id>
<content type='text'>
dropped upstream patch 0001
renamed patch 0002 -&gt; 0001
added hash
details : https://github.com/warmcat/libwebsockets/blob/master/changelog

Signed-off-by: Sagaert Johan &lt;sagaert.johan@proximus.be&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets: needs host-openssl when built with openssl support</title>
<updated>2014-11-03T10:04:46+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2014-11-03T10:03:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=037a5d3655a78176deebd466c42b1fbdf6d837e0'/>
<id>urn:sha1:037a5d3655a78176deebd466c42b1fbdf6d837e0</id>
<content type='text'>
Fixes
http://autobuild.buildroot.net/results/d01/d0190a6e5c6b5aa78cfefc29e4e8a4e4b135450b/
http://autobuild.buildroot.net/results/9bb/9bb8defedb8024de83eb3a609ab584efb5d0d2b0/
http://autobuild.buildroot.net/results/e4a/e4a1b298e7e158d3614b89e61d40ef9a00e7ff67/
http://autobuild.buildroot.net/results/5e2/5e24a90058111f7d5618047410f809b45bc165f6/

And many others.

The build system wants to create a ssl key for testing using host-openssl,
so ensure it is available.

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets : bump version to v1.3-chrome37-firefox30</title>
<updated>2014-11-01T17:16:45+00:00</updated>
<author>
<name>Sagaert Johan</name>
<email>sagaert.johan@skynet.be</email>
</author>
<published>2014-10-31T13:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a1b4effcbbcf1edebe39c34ca497bb34897471d8'/>
<id>urn:sha1:a1b4effcbbcf1edebe39c34ca497bb34897471d8</id>
<content type='text'>
Bumped the version and did some trivial reworking of the patch file :
libwebsockets-0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch

[Thomas:
 - Pass LWS_IPV6={ON,OFF} depending on the value of BR2_INET_IPV6,
   otherwise the build failed in a non-IPv6 configuration.
 - The name of the CMake option for OpenSSL support has changed, it's
   now LWS_WITH_SSL={ON,OFF}.
 - Adjust the description of patch 0002.]

Signed-off-by: Sagaert Johan &lt;sagaert.johan@skynet.be&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>packages: rename FOO_CONF_OPT into FOO_CONF_OPTS</title>
<updated>2014-10-04T16:54:16+00:00</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>patrickdepinguin@gmail.com</email>
</author>
<published>2014-09-27T19:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=aaffd209fae91a733fe0becb72268f87bf4ea369'/>
<id>urn:sha1:aaffd209fae91a733fe0becb72268f87bf4ea369</id>
<content type='text'>
To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS,
make the same change for FOO_CONF_OPT.

Sed command used:
   find * -type f | xargs sed -i 's#_CONF_OPT\&gt;#&amp;S#g'

Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Reviewed-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libwebsockets : bump version</title>
<updated>2014-05-01T20:46:10+00:00</updated>
<author>
<name>Sagaert Johan</name>
<email>sagaert.johan@skynet.be</email>
</author>
<published>2014-04-30T22:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7d25239cea5bb0a198442fd1a16ca3f5f107fb38'/>
<id>urn:sha1:7d25239cea5bb0a198442fd1a16ca3f5f107fb38</id>
<content type='text'>
bump to v1.23-chrome32-firefox24
The latest releases use the cmake build infrastructure.
Converted the makefile to the cmake infrastructure.
The autotools infrastructure is no longer supported.

[Peter: correct license data, ensure it gets built after openssl if enabled]
Signed-off-by: Sagaert Johan &lt;sagaert.johan@skynet.be&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>change package tarball compression to xz whenever possible</title>
<updated>2013-09-08T20:44:23+00:00</updated>
<author>
<name>Jerzy Grzegorek</name>
<email>jerzy.grzegorek@trzebnica.net</email>
</author>
<published>2013-09-06T06:14:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=62146ea3ad78b74d0c17c0fbeaffa2be51070424'/>
<id>urn:sha1:62146ea3ad78b74d0c17c0fbeaffa2be51070424</id>
<content type='text'>
[Peter: leave change xz tarball format to not end up with circular deps]
Signed-off-by: Jerzy Grzegorek &lt;jerzy.grzegorek@trzebnica.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libwebsockets: do not build/install testapps to target</title>
<updated>2013-04-21T21:20:10+00:00</updated>
<author>
<name>Andreas Wetzel</name>
<email>andreas.wetzel@nanotronic.ch</email>
</author>
<published>2013-04-14T22:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=72fa62dd7b5a116fa765ec269e67f37245c1bf2f'/>
<id>urn:sha1:72fa62dd7b5a116fa765ec269e67f37245c1bf2f</id>
<content type='text'>
Signed-off-by: Andreas Wetzel &lt;andreas.wetzel@nanotronic.ch&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>libwebsockets: bump to version 1.22-chrome26-firefox18</title>
<updated>2013-04-21T21:19:34+00:00</updated>
<author>
<name>Andreas Wetzel</name>
<email>andreas.wetzel@nanotronic.ch</email>
</author>
<published>2013-04-14T22:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c8da02c3bf676cc4e193f93cbe4939ffeb3e413e'/>
<id>urn:sha1:c8da02c3bf676cc4e193f93cbe4939ffeb3e413e</id>
<content type='text'>
Signed-off-by: Andreas Wetzel &lt;andreas.wetzel@nanotronic.ch&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
