<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/tools, branch v17.01.5</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>tools/e2fsprogs: fix building on a glibc 2.27 host</title>
<updated>2018-03-10T17:37:03+00:00</updated>
<author>
<name>Stefan Lippers-Hollmann</name>
<email>s.l-h@gmx.de</email>
</author>
<published>2018-03-04T21:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=58a95f0f8ff768b43d68eed2b6a786e0f40f723b'/>
<id>58a95f0f8ff768b43d68eed2b6a786e0f40f723b</id>
<content type='text'>
The e2fsprogs host build fails on a glibc 2.27 host with

make[6]: Entering directory 'build_dir/host/e2fsprogs-1.43.7/debugfs'
        CC create_inode.o
./../misc/create_inode.c:399:18: error: conflicting types for 'copy_file_range'
 static errcode_t copy_file_range(ext2_filsys fs, int fd, ext2_file_t e2_file,
                  ^~~~~~~~~~~~~~~
In file included from ./../misc/create_inode.c:19:0:
/usr/include/unistd.h:1110:9: note: previous declaration of 'copy_file_range' was here
 ssize_t copy_file_range (int __infd, __off64_t *__pinoff,
         ^~~~~~~~~~~~~~~

Backport upstream commit "misc: rename copy_file_range to
copy_file_chunk" 01551bdba16ab16512a01affe02ade32c41ede8a in order to
fix this.

Signed-off-by: Stefan Lippers-Hollmann &lt;s.l-h@gmx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The e2fsprogs host build fails on a glibc 2.27 host with

make[6]: Entering directory 'build_dir/host/e2fsprogs-1.43.7/debugfs'
        CC create_inode.o
./../misc/create_inode.c:399:18: error: conflicting types for 'copy_file_range'
 static errcode_t copy_file_range(ext2_filsys fs, int fd, ext2_file_t e2_file,
                  ^~~~~~~~~~~~~~~
In file included from ./../misc/create_inode.c:19:0:
/usr/include/unistd.h:1110:9: note: previous declaration of 'copy_file_range' was here
 ssize_t copy_file_range (int __infd, __off64_t *__pinoff,
         ^~~~~~~~~~~~~~~

Backport upstream commit "misc: rename copy_file_range to
copy_file_chunk" 01551bdba16ab16512a01affe02ade32c41ede8a in order to
fix this.

Signed-off-by: Stefan Lippers-Hollmann &lt;s.l-h@gmx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/coreutils: install readlink</title>
<updated>2017-12-13T15:47:42+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2017-11-09T11:21:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=dde29b2b01e489184882fe718c4a3b9ffcfc3aac'/>
<id>dde29b2b01e489184882fe718c4a3b9ffcfc3aac</id>
<content type='text'>
Parts of the build system use non-portable invocation of readlink

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
(cherry picked from commit 6bcc1c5331c797004e1b43168eb116d2d14b0102)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parts of the build system use non-portable invocation of readlink

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
(cherry picked from commit 6bcc1c5331c797004e1b43168eb116d2d14b0102)
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/squashfs: use host cflags</title>
<updated>2017-12-13T15:41:40+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2017-10-24T11:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1aedf2f1495b75e5bd368b20ea01d65d4d16b714'/>
<id>1aedf2f1495b75e5bd368b20ea01d65d4d16b714</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
(cherry picked from commit 20d363aed395e07ff42fe648f898b17f2077cc82)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
(cherry picked from commit 20d363aed395e07ff42fe648f898b17f2077cc82)
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/pkg-config: Update to 0.29.2</title>
<updated>2017-12-13T15:23:39+00:00</updated>
<author>
<name>Daniel Engberg</name>
<email>daniel.engberg.lists@pyret.net</email>
</author>
<published>2017-08-08T06:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ca7c9db47fc79908326f1159f9107577a4fddb4d'/>
<id>ca7c9db47fc79908326f1159f9107577a4fddb4d</id>
<content type='text'>
* Update pkg-config to 0.29.2
* Remove patch as it's upstreamed

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
(cherry picked from commit 965df21fd16e5966c64f207fe053ab8b6863081f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update pkg-config to 0.29.2
* Remove patch as it's upstreamed

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
(cherry picked from commit 965df21fd16e5966c64f207fe053ab8b6863081f)
</pre>
</div>
</content>
</entry>
<entry>
<title>tar: override symlink permissions</title>
<updated>2017-12-13T14:48:33+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2017-05-30T13:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e8bd0a606a60ad37a7a737943f6b5a5347953167'/>
<id>e8bd0a606a60ad37a7a737943f6b5a5347953167</id>
<content type='text'>
On Linux, symlink permissions cannot be altered and are always 0777.
On Mac OS X they can be 0755. Force 0777 here to keep tarballs
reproducible across systems

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
(cherry picked from commit e25cedd0b5621dc02e47eea674006578ac062c9f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Linux, symlink permissions cannot be altered and are always 0777.
On Mac OS X they can be 0755. Force 0777 here to keep tarballs
reproducible across systems

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
(cherry picked from commit e25cedd0b5621dc02e47eea674006578ac062c9f)
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/sparse: Update to snapshot 2017-03-31</title>
<updated>2017-12-13T14:46:46+00:00</updated>
<author>
<name>Daniel Engberg</name>
<email>daniel.engberg.lists@pyret.net</email>
</author>
<published>2017-05-10T09:34:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=59a1c1675d4dc2783673a3c2b7d10f6146253357'/>
<id>59a1c1675d4dc2783673a3c2b7d10f6146253357</id>
<content type='text'>
Update sparse to snapshot 2017-03-31
Switch to HTTPS

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
(cherry picked from commit 9235a29e1a9764361940d4b38f4fce0358d8d9ee)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update sparse to snapshot 2017-03-31
Switch to HTTPS

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
(cherry picked from commit 9235a29e1a9764361940d4b38f4fce0358d8d9ee)
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/libressl: update to 2.5.4</title>
<updated>2017-12-13T14:42:08+00:00</updated>
<author>
<name>Hannu Nyman</name>
<email>hannu.nyman@iki.fi</email>
</author>
<published>2017-05-07T17:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6e09b20563edbe5fd7db1bb005b7460d4d59314e'/>
<id>6e09b20563edbe5fd7db1bb005b7460d4d59314e</id>
<content type='text'>
Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
(cherry picked from commit d7a3120cdcc1aeed5a95636803d250e35ba8706e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
(cherry picked from commit d7a3120cdcc1aeed5a95636803d250e35ba8706e)
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/isl: update to 0.18</title>
<updated>2017-12-13T14:42:08+00:00</updated>
<author>
<name>Syrone Wong</name>
<email>wong.syrone@gmail.com</email>
</author>
<published>2017-05-07T11:39:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=08be74f699afb499e2ce5f9d57c4e6734c096b91'/>
<id>08be74f699afb499e2ce5f9d57c4e6734c096b91</id>
<content type='text'>
Signed-off-by: Syrone Wong &lt;wong.syrone@gmail.com&gt;
(cherry picked from commit a0f4b4b3a2cd4db1a2b9bab3c06970361192368f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Syrone Wong &lt;wong.syrone@gmail.com&gt;
(cherry picked from commit a0f4b4b3a2cd4db1a2b9bab3c06970361192368f)
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/coreutils: Update to 8.27</title>
<updated>2017-12-13T13:47:27+00:00</updated>
<author>
<name>Daniel Engberg</name>
<email>daniel.engberg.lists@pyret.net</email>
</author>
<published>2017-03-14T06:53:38+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6ba0cc14e9d2f3ddee361af35b1bde3bafd9c321'/>
<id>6ba0cc14e9d2f3ddee361af35b1bde3bafd9c321</id>
<content type='text'>
Update coreutils to 8.27

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
(cherry picked from commit 80246ce67ec2a30dda51e3e4e135eab2ff249ccb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update coreutils to 8.27

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
(cherry picked from commit 80246ce67ec2a30dda51e3e4e135eab2ff249ccb)
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/libressl: Update to 2.5.1</title>
<updated>2017-12-13T13:47:21+00:00</updated>
<author>
<name>Daniel Engberg</name>
<email>daniel.engberg.lists@pyret.net</email>
</author>
<published>2017-03-14T06:46:39+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=100553d605b9ac2338bb591a4fd5b98c89ff4740'/>
<id>100553d605b9ac2338bb591a4fd5b98c89ff4740</id>
<content type='text'>
Update libressl to 2.5.1

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
(cherry picked from commit e45ee66149688747a337a470a19beb182ce4dd61)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update libressl to 2.5.1

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
(cherry picked from commit e45ee66149688747a337a470a19beb182ce4dd61)
</pre>
</div>
</content>
</entry>
</feed>
