<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/utils/util-linux/patches, branch reboot</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>util-linux: update to version 2.28</title>
<updated>2016-04-17T15:16:12+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2016-04-17T15:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=91a508d5bfd1fc865b57ce240d514cd233dcabeb'/>
<id>91a508d5bfd1fc865b57ce240d514cd233dcabeb</id>
<content type='text'>
The following patches were merged upstream:
* 0001-switch_root-improve-statfs-f_type-portability.patch
* 0002-lib-colors-use-static-buffers-when-parse-scheme.patch
* 002-mkostemp.patch

The following patch is not needed any more because all libc
implementations support alloc in sscanf:
* 001-no-printf-alloc.patch

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49191
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following patches were merged upstream:
* 0001-switch_root-improve-statfs-f_type-portability.patch
* 0002-lib-colors-use-static-buffers-when-parse-scheme.patch
* 002-mkostemp.patch

The following patch is not needed any more because all libc
implementations support alloc in sscanf:
* 001-no-printf-alloc.patch

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49191
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux: fix pkgconfig files</title>
<updated>2015-03-09T02:02:50+00:00</updated>
<author>
<name>Nicolas Thill</name>
<email>nico@openwrt.org</email>
</author>
<published>2015-03-09T02:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ba887275ca56c28e6b7a6aecda26e7fd4107f4bc'/>
<id>ba887275ca56c28e6b7a6aecda26e7fd4107f4bc</id>
<content type='text'>
Upstream choose to not rely on configure.ac and recursively expand paths in pkgconfig files at make time,
leading to absolute /usr/include &amp; /usr/lib in there... And we don't want that when cross-compiling...

Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;

SVN-Revision: 44627
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upstream choose to not rely on configure.ac and recursively expand paths in pkgconfig files at make time,
leading to absolute /usr/include &amp; /usr/lib in there... And we don't want that when cross-compiling...

Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;

SVN-Revision: 44627
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux: update to 2.25.2</title>
<updated>2014-11-30T22:11:09+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2014-11-30T22:11:09+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3534e26463e74586700800ca96f1443da338832d'/>
<id>3534e26463e74586700800ca96f1443da338832d</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 43443
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 43443
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux: use qsort instead of qsort_r to fix compile error with musl</title>
<updated>2014-06-09T13:47:48+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-06-09T13:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=29dffbbab42e042495efdcf4a65c250a0e331681'/>
<id>29dffbbab42e042495efdcf4a65c250a0e331681</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41059
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux: backport upstream fix for unshare utility</title>
<updated>2014-03-30T09:15:03+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-03-30T09:15:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=89ecc2fdadb199338c74ed18d1568bb1cfd97b2e'/>
<id>89ecc2fdadb199338c74ed18d1568bb1cfd97b2e</id>
<content type='text'>
the unshare utility wasn't getting certain defines for mount
anymore.

SVN-Revision: 40302
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the unshare utility wasn't getting certain defines for mount
anymore.

SVN-Revision: 40302
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux: update to 2.24.1</title>
<updated>2014-03-24T00:19:44+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2014-03-24T00:19:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=bf98d8125923b60502c7013ff2079e50a108e0ae'/>
<id>bf98d8125923b60502c7013ff2079e50a108e0ae</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 40010
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 40010
</pre>
</div>
</content>
</entry>
<entry>
<title>packages: clean up the package folder</title>
<updated>2013-06-21T16:54:37+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-06-21T16:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4ebf19b48fafc8d94e14e4ba779969613b241a6a'/>
<id>4ebf19b48fafc8d94e14e4ba779969613b241a6a</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37007
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37007
</pre>
</div>
</content>
</entry>
</feed>
