<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/libs/libnl/patches, branch master</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>libnl: bump to 3.4.0</title>
<updated>2018-07-07T16:33:58+00:00</updated>
<author>
<name>Konstantin Demin</name>
<email>rockdrilla@gmail.com</email>
</author>
<published>2018-06-28T06:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f715d816b754b74c24dc2dc9f62385fbc90f07b5'/>
<id>f715d816b754b74c24dc2dc9f62385fbc90f07b5</id>
<content type='text'>
refresh patches

Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refresh patches

Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libs/libnl: Update to 3.3.0</title>
<updated>2017-10-14T22:24:22+00:00</updated>
<author>
<name>Daniel Engberg</name>
<email>daniel.engberg.lists@pyret.net</email>
</author>
<published>2017-05-13T14:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e4b6900fd60e43ba0527172c30290a69958b7f73'/>
<id>e4b6900fd60e43ba0527172c30290a69958b7f73</id>
<content type='text'>
Update libnl to 3.3.0
Import patches to fix compilation
Source: https://git.busybox.net/buildroot/tree/package/libnl
Source: https://gitweb.gentoo.org/proj/musl.git/diff/dev-libs/libnl/files/libnl-3.3.0_rc1-musl.patch?id=48d2a287
Use more automatic toolchain logic

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update libnl to 3.3.0
Import patches to fix compilation
Source: https://git.busybox.net/buildroot/tree/package/libnl
Source: https://gitweb.gentoo.org/proj/musl.git/diff/dev-libs/libnl/files/libnl-3.3.0_rc1-musl.patch?id=48d2a287
Use more automatic toolchain logic

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libnl: Fix building with uClibc</title>
<updated>2017-03-16T10:28:28+00:00</updated>
<author>
<name>Alexey Brodkin</name>
<email>Alexey.Brodkin@synopsys.com</email>
</author>
<published>2017-03-13T09:47:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=51d9ac61c711e7e00f8f2eaf5b3503238864508a'/>
<id>51d9ac61c711e7e00f8f2eaf5b3503238864508a</id>
<content type='text'>
uClibc doesn't implement strerror_l() and thus libnl starting from
3.2.29 couldn't be compiled with it any longer, see
https://github.com/thom311/libnl/commit/6c2d111177e91184073c44f83d4a6182aaba06d7

To work-around that problem we'll just do a check on strerror_l()
availability during configuration and if it's not there just fall back
to locale-less strerror().

Patch for libnl is alreadfy merged upstream, see
https://github.com/thom311/libnl/commit/e15966ac7f3b43df2acf869f98089762807d0568
and once the next libnl release happens this one must be removed from
Lede/OpenWrt.

Signed-off-by: Alexey Brodkin &lt;Alexey.Brodkin@synopsys.com&gt;
Cc: Felix Fietkau &lt;nbd@nbd.name&gt;
Cc: John Crispin &lt;john@phrozen.org&gt;
Cc: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uClibc doesn't implement strerror_l() and thus libnl starting from
3.2.29 couldn't be compiled with it any longer, see
https://github.com/thom311/libnl/commit/6c2d111177e91184073c44f83d4a6182aaba06d7

To work-around that problem we'll just do a check on strerror_l()
availability during configuration and if it's not there just fall back
to locale-less strerror().

Patch for libnl is alreadfy merged upstream, see
https://github.com/thom311/libnl/commit/e15966ac7f3b43df2acf869f98089762807d0568
and once the next libnl release happens this one must be removed from
Lede/OpenWrt.

Signed-off-by: Alexey Brodkin &lt;Alexey.Brodkin@synopsys.com&gt;
Cc: Felix Fietkau &lt;nbd@nbd.name&gt;
Cc: John Crispin &lt;john@phrozen.org&gt;
Cc: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>package/libs/libnl: Update to 3.2.28</title>
<updated>2016-10-15T09:36:50+00:00</updated>
<author>
<name>Daniel Engberg</name>
<email>daniel.engberg.lists@pyret.net</email>
</author>
<published>2016-10-08T18:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=913609a9b1209054086477e86e9b548b8a42365f'/>
<id>913609a9b1209054086477e86e9b548b8a42365f</id>
<content type='text'>
Update to 3.2.28
Remove patch as its in upstream

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update to 3.2.28
Remove patch as its in upstream

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libnl: fix warning with poll.h include on musl</title>
<updated>2015-12-23T19:26:26+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2015-12-23T19:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c75c8ab6a637831425f2bc0610231a1afc8168de'/>
<id>c75c8ab6a637831425f2bc0610231a1afc8168de</id>
<content type='text'>
Warning is:
  #warning redirecting incorrect #include &lt;sys/poll.h&gt; to &lt;poll.

Not a big issue.
But it can be annoying when building with -Werror set.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;

SVN-Revision: 48004
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warning is:
  #warning redirecting incorrect #include &lt;sys/poll.h&gt; to &lt;poll.

Not a big issue.
But it can be annoying when building with -Werror set.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;

SVN-Revision: 48004
</pre>
</div>
</content>
</entry>
<entry>
<title>libnl: update to 3.2.21</title>
<updated>2013-04-23T09:21:57+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2013-04-23T09:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d1d01636b340035fb67fbfa09bb4a7790285c1f4'/>
<id>d1d01636b340035fb67fbfa09bb4a7790285c1f4</id>
<content type='text'>
Signed-off-by: Russell Senior &lt;russell@personaltelco.net&gt;

SVN-Revision: 36394
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Russell Senior &lt;russell@personaltelco.net&gt;

SVN-Revision: 36394
</pre>
</div>
</content>
</entry>
<entry>
<title>move library packages to package/libs/</title>
<updated>2012-10-08T11:24:12+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-10-08T11:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=48db59fab785ce881e154d83115de86d284fce5d'/>
<id>48db59fab785ce881e154d83115de86d284fce5d</id>
<content type='text'>
SVN-Revision: 33657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33657
</pre>
</div>
</content>
</entry>
</feed>
