<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/package/utils/util-linux, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-04-17T15:16:12Z</updated>
<entry>
<title>util-linux: update to version 2.28</title>
<updated>2016-04-17T15:16:12Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2016-04-17T15:16:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=02387792040b02c4585a433971187813e6ac64db'/>
<id>urn:sha1:02387792040b02c4585a433971187813e6ac64db</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>
</entry>
<entry>
<title>util-linux: Subpackage for blkdiscard</title>
<updated>2016-02-12T08:30:56Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-02-12T08:30:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=993165ed326985c8ef56542eeed66c2eab8efdd1'/>
<id>urn:sha1:993165ed326985c8ef56542eeed66c2eab8efdd1</id>
<content type='text'>
Adding subpackage to make it possible to enable blkdiscard utility.

Signed-off-by: Michal Hrusecky &lt;Michal.Hrusecky@nic.cz&gt;

SVN-Revision: 48707
</content>
</entry>
<entry>
<title>util-linux: remove outdated configure options</title>
<updated>2015-12-23T14:44:12Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-12-23T14:44:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=6837c070b1557c4237cd52f88cad72e9cc376f66'/>
<id>urn:sha1:6837c070b1557c4237cd52f88cad72e9cc376f66</id>
<content type='text'>
removed upstream in commit:
- convert mount/ to module, rename to mount-deprecated/
- build-sys: remove deprecated-mount/

fixes log warning:
compile.txt:configure: WARNING: unrecognized options: --enable-new-mount

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;

SVN-Revision: 47977
</content>
</entry>
<entry>
<title>util-linux: add prlimit command.</title>
<updated>2015-09-11T16:35:02Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-09-11T16:35:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=12e22ea120140ca30bac04665530ebbefa9a0678'/>
<id>urn:sha1:12e22ea120140ca30bac04665530ebbefa9a0678</id>
<content type='text'>
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;

SVN-Revision: 46866
</content>
</entry>
<entry>
<title>[cosmetic] util-linux: replace spaces with tabs</title>
<updated>2015-03-22T12:37:33Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2015-03-22T12:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=df8f06c00085fcc1111b19003eb12b29ebe4f6f2'/>
<id>urn:sha1:df8f06c00085fcc1111b19003eb12b29ebe4f6f2</id>
<content type='text'>
Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;

SVN-Revision: 44938
</content>
</entry>
<entry>
<title>util-linux: fix pkgconfig files</title>
<updated>2015-03-09T02:02:50Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2015-03-09T02:02:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b29b6cb1f90685dfaa0b3bf99edeb8487b9eb80a'/>
<id>urn:sha1:b29b6cb1f90685dfaa0b3bf99edeb8487b9eb80a</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>
</entry>
<entry>
<title>util-linux: disable rpath</title>
<updated>2015-02-11T11:31:01Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2015-02-11T11:31:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=dbb7665e651fe80fc1be02072ae337ffc3f0ad02'/>
<id>urn:sha1:dbb7665e651fe80fc1be02072ae337ffc3f0ad02</id>
<content type='text'>
Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;

SVN-Revision: 44395
</content>
</entry>
<entry>
<title>util-linux: only enable curses support if required</title>
<updated>2015-02-01T13:11:17Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-02-01T13:11:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=1a60b371e698a1501c0d697c25ce9890780eb099'/>
<id>urn:sha1:1a60b371e698a1501c0d697c25ce9890780eb099</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44236
</content>
</entry>
<entry>
<title>util-linux: fix packaging issues</title>
<updated>2015-01-05T10:11:28Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2015-01-05T10:11:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=6b526318b240b17a026748c03fbaa7c62e75652b'/>
<id>urn:sha1:6b526318b240b17a026748c03fbaa7c62e75652b</id>
<content type='text'>
Signed-off-by: Gergely Kiss &lt;mail.gery@gmail.com&gt;
Tested-by: Gergely Kiss &lt;mail.gery@gmail.com&gt;

SVN-Revision: 43828
</content>
</entry>
<entry>
<title>util-linux: fix more missing dependencies introduced by r43459</title>
<updated>2014-12-01T16:50:43Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-12-01T16:50:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=064fd783f99d4ec25cdffb985eda7a478e2176e8'/>
<id>urn:sha1:064fd783f99d4ec25cdffb985eda7a478e2176e8</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 43478
</content>
</entry>
</feed>
