<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/util-linux/Makefile, branch mtk-20170518</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: move package to package/system/utils</title>
<updated>2013-06-21T16:52:52+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-06-21T16:52:52+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e3dcf2448fa1a8267831b1bd4e236e5f392f7ff9'/>
<id>e3dcf2448fa1a8267831b1bd4e236e5f392f7ff9</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 36986
</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: 36986
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux: fix endianess bug and stage libraries properly</title>
<updated>2013-06-21T16:52:48+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-06-21T16:52:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ed6e69444ac5d59efe45b86a46e17216af8e2b82'/>
<id>ed6e69444ac5d59efe45b86a46e17216af8e2b82</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 36985
</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: 36985
</pre>
</div>
</content>
</entry>
<entry>
<title>change prefix for util-linux binaries from / to /usr</title>
<updated>2012-12-19T16:07:42+00:00</updated>
<author>
<name>Mirko Vogt</name>
<email>mirko@openwrt.org</email>
</author>
<published>2012-12-19T16:07:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ec9ce7e0890276486776a1d0862f0e6ce7ede577'/>
<id>ec9ce7e0890276486776a1d0862f0e6ce7ede577</id>
<content type='text'>
The prefix / causes executables like mount, umount, etc. to be placed
in /bin /sbin which therewith replace the busybox symlinks.
mount and umount e.g. are linked again libmount.so.

This is e.g. fatal during a sysupgrade, where /bin/mount,
/bin/umount, etc. but not libmount.so get copied into a ramdisk
which will result in non working executables within the ramdisk.

SVN-Revision: 34791
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The prefix / causes executables like mount, umount, etc. to be placed
in /bin /sbin which therewith replace the busybox symlinks.
mount and umount e.g. are linked again libmount.so.

This is e.g. fatal during a sysupgrade, where /bin/mount,
/bin/umount, etc. but not libmount.so get copied into a ramdisk
which will result in non working executables within the ramdisk.

SVN-Revision: 34791
</pre>
</div>
</content>
</entry>
<entry>
<title>licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.</title>
<updated>2012-10-19T15:34:28+00:00</updated>
<author>
<name>Hamish Guthrie</name>
<email>hcg@openwrt.org</email>
</author>
<published>2012-10-19T15:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=81a3d9ba3104aab63e6b5b9725060f3267b8e4fe'/>
<id>81a3d9ba3104aab63e6b5b9725060f3267b8e4fe</id>
<content type='text'>
The licensing metadata is put into the bin/&lt;platform&gt;/packages/Packages file
for later parsing. A script for that is on it's way!

SVN-Revision: 33861
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The licensing metadata is put into the bin/&lt;platform&gt;/packages/Packages file
for later parsing. A script for that is on it's way!

SVN-Revision: 33861
</pre>
</div>
</content>
</entry>
<entry>
<title>package/util-linux: don't lie about availability of '%ms' scanf modifier</title>
<updated>2012-08-24T10:01:01+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2012-08-24T10:01:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=245fe6a76cc0db9cd2f800ecf63b45dd72fcf7ab'/>
<id>245fe6a76cc0db9cd2f800ecf63b45dd72fcf7ab</id>
<content type='text'>
Use a patch from gentoo which allows building libmount even
if the C library does not supports %ms/%as.

See: https://bugs.gentoo.org/406303

SVN-Revision: 33270
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a patch from gentoo which allows building libmount even
if the C library does not supports %ms/%as.

See: https://bugs.gentoo.org/406303

SVN-Revision: 33270
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux: disable udev support, add missing dependencies</title>
<updated>2012-06-11T00:56:41+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-06-11T00:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=11c8f4561221c966a092ecdc0300c31999f5a4c9'/>
<id>11c8f4561221c966a092ecdc0300c31999f5a4c9</id>
<content type='text'>
SVN-Revision: 32183
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32183
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux: libblkid depends on libuuid</title>
<updated>2012-06-10T20:27:24+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-06-10T20:27:24+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=479336f82481ad8122a80fcd486caa8c56ad5f45'/>
<id>479336f82481ad8122a80fcd486caa8c56ad5f45</id>
<content type='text'>
SVN-Revision: 32168
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32168
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux: update to 2.21.2</title>
<updated>2012-06-09T17:37:29+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2012-06-09T17:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=30edb14356c6db742b85104e5b684219f432d17e'/>
<id>30edb14356c6db742b85104e5b684219f432d17e</id>
<content type='text'>
SVN-Revision: 32141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32141
</pre>
</div>
</content>
</entry>
<entry>
<title>util-linux: fix typo</title>
<updated>2012-06-05T20:54:33+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2012-06-05T20:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=84a8853430779dd7ac93682654f008fe3f7eebd7'/>
<id>84a8853430779dd7ac93682654f008fe3f7eebd7</id>
<content type='text'>
SVN-Revision: 32074
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32074
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes a descriptions mismatch</title>
<updated>2012-05-30T20:16:29+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2012-05-30T20:16:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e660665de1cce1181cc94dd715a6067e4b108ca3'/>
<id>e660665de1cce1181cc94dd715a6067e4b108ca3</id>
<content type='text'>
fixes #11381

SVN-Revision: 32012
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #11381

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