<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/luka/tools, branch master</title>
<subtitle>tree of Luka Perkov resides here</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/luka/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/'/>
<updated>2020-05-24T12:38:40Z</updated>
<entry>
<title>squashfs: Fix compile with GCC 10</title>
<updated>2020-05-24T12:38:40Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2020-05-24T10:23:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=1bbc1aa884902fd05cc579b53d68b2ba0b18683f'/>
<id>urn:sha1:1bbc1aa884902fd05cc579b53d68b2ba0b18683f</id>
<content type='text'>
Fixes the following build error with GCC 10:
	/usr/bin/ld: read_fs.o:(.bss+0x0): multiple definition of `swap'; mksquashfs.o:(.bss+0x1b2a88): first defined here
And a compile warning.

Fixes: FS#3104, FS#3119
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools: add autoconf-archive</title>
<updated>2020-05-20T13:37:16Z</updated>
<author>
<name>Karel Kočí</name>
</author>
<published>2020-04-29T10:47:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=3c1d1d4332c7fbaccea01b92b28f6d96f7222492'/>
<id>urn:sha1:3c1d1d4332c7fbaccea01b92b28f6d96f7222492</id>
<content type='text'>
Some autotools based build systems are using autoconf-archive scripts
and are expecting them to almost always be available. This is not
required for regular releases as tar balls generated for releases
commonly have existing configure script. This is rather intended to be
used with autotools.mk's autoreconf and in cases it is not always
possible to get release tar ball.

Including this adds little to no overhead in terms of build time as
those are just m4 scripts copied to an appropriate location.

Signed-off-by: Karel Kočí &lt;karel.koci@nic.cz&gt;
[fixed From: to match SoB]
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>firmware-utils: mkfwimage: add support for Ubiquiti XC devices</title>
<updated>2020-05-17T19:03:19Z</updated>
<author>
<name>Roger Pueyo Centelles</name>
</author>
<published>2020-04-24T15:46:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=0486641849f4ecb6a29d0f5a9ec2b900380ba2b7'/>
<id>urn:sha1:0486641849f4ecb6a29d0f5a9ec2b900380ba2b7</id>
<content type='text'>
This commit adds support for Ubiquiti devices based on the XC board
type, such as the PowerBeam 5AC 500. The factory binary structure is
the same as the WA type.

Signed-off-by: Roger Pueyo Centelles &lt;roger.pueyo@guifi.net&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: update to 2020.04</title>
<updated>2020-04-26T19:20:47Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2020-04-19T13:07:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=042917f1c4e8e68ed6c6948dcaf57d35d0b3c366'/>
<id>urn:sha1:042917f1c4e8e68ed6c6948dcaf57d35d0b3c366</id>
<content type='text'>
also change the download source to https and add a mirror
drop merged patches

Signed-off-by: Lucian Cristian &lt;lucian.cristian@gmail.com&gt;
[Add extra changes to compile on FreeBSD, merge two patches]
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools/e2fsprogs: fix build under macos</title>
<updated>2020-04-10T10:52:00Z</updated>
<author>
<name>Kevin Darbyshire-Bryant</name>
</author>
<published>2020-04-10T10:37:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=1e3d3d2bd5da9d0c4069a4049358fa983dffa8bd'/>
<id>urn:sha1:1e3d3d2bd5da9d0c4069a4049358fa983dffa8bd</id>
<content type='text'>
macos doesn't define a loff_t type, the native off_t type being 64bit
anyway.

Persuade e2fsprogs to accept off_t instead on macos

Signed-off-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
</content>
</entry>
<entry>
<title>tools/mm-macros: Update to 1.0.0</title>
<updated>2020-04-09T20:09:21Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2020-04-05T18:54:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=5d7812495b23938d716d5b91e282c1740af8d3bb'/>
<id>urn:sha1:5d7812495b23938d716d5b91e282c1740af8d3bb</id>
<content type='text'>
Update mm-macros to 1.0.0

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>tools/xz: Update to 5.2.5</title>
<updated>2020-04-09T20:09:13Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2020-04-05T18:44:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=d158b26c1e38bfc6adb102f8c593d1fa4fa051c0'/>
<id>urn:sha1:d158b26c1e38bfc6adb102f8c593d1fa4fa051c0</id>
<content type='text'>
Update xz to 5.2.5
Disable NLS support to be consistent with other tools such as bison, e2fsprogs
and sed.
Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>tools/mtools: Update to 4.0.24</title>
<updated>2020-04-09T20:09:04Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2020-04-05T18:50:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=169afa9fe4f53ad69068314480a34afd0ee6b948'/>
<id>urn:sha1:169afa9fe4f53ad69068314480a34afd0ee6b948</id>
<content type='text'>
Update mtools to 4.0.24

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>tools/findutils: Update to 4.7.0</title>
<updated>2020-04-09T20:08:38Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2020-04-05T19:48:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=71ea940a842c97b1972af797dfe88a45bc1ff542'/>
<id>urn:sha1:71ea940a842c97b1972af797dfe88a45bc1ff542</id>
<content type='text'>
Update findutils to 4.7.0
Remove patches
Enable pthreads
Disable NLS support to be consistent with other tools such as bison, e2fsprogs
and sed.
Disable selinux support to be consistent with other tools such as sed and tar
Disable rpath as we don't need hardcoded paths

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>tools/e2fsprogs: Update to 1.45.6</title>
<updated>2020-04-09T20:08:29Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2020-04-05T19:53:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=c9daacbf183ad6e0a77390dfdbebf3ccbfa123e4'/>
<id>urn:sha1:c9daacbf183ad6e0a77390dfdbebf3ccbfa123e4</id>
<content type='text'>
Update e2fsprogs to 1.45.6

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
</feed>
