Commit Graph

85 Commits

Author SHA1 Message Date
AmadeusGhost
2a12903b64 Merge Mainline 2020-05-29 12:18:05 +08:00
DENG Qingfang
afce642572 ccache: update to 3.7.9
Update ccache to 3.7.9

Release notes:
https://ccache.dev/releasenotes.html#_ccache_3_7_9

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-05-29 11:42:05 +08:00
CN_SZTL
917cc30ade Merge Mainline 2020-05-24 22:41:44 +08:00
Hauke Mehrtens
5d61b8c490 squashfs: Fix compile with GCC 10
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 <hauke@hauke-m.de>
2020-05-24 20:43:54 +08:00
AmadeusGhost
518aee2887 Merge Mainline 2020-05-23 22:38:34 +08:00
Karel Kočí
e18deba60d tools: add autoconf-archive
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čí <karel.koci@nic.cz>
[fixed From: to match SoB]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-05-23 19:20:29 +08:00
CN_SZTL
920cf867f4 Merge Mainline 2020-05-01 10:38:39 +08:00
Lucian Cristian
c467605aa0 tools/mkimage: update to 2020.04
also change the download source to https and add a mirror
drop merged patches

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
[Add extra changes to compile on FreeBSD, merge two patches]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-27 08:56:26 +08:00
CN_SZTL
91c64798df Merge Mainline 2020-04-23 02:54:31 +08:00
CN_SZTL
1a2210ebc5 ucl: fix CLEAN 2020-04-23 01:44:28 +08:00
AmadeusGhost
ac180a0535 firmware-utils: sync upstream source code 2020-04-18 12:15:09 +08:00
Kevin Darbyshire-Bryant
03131b0f5c tools/e2fsprogs: fix build under macos
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 <ldir@darbyshire-bryant.me.uk>
2020-04-10 20:04:56 +08:00
Daniel Engberg
a31e711872 tools/mm-macros: Update to 1.0.0
Update mm-macros to 1.0.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2020-04-10 09:18:12 +08:00
Daniel Engberg
9f34ce163c tools/xz: Update to 5.2.5
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 <daniel.engberg.lists@pyret.net>
2020-04-10 09:17:36 +08:00
Daniel Engberg
3992a705ed tools/mtools: Update to 4.0.24
Update mtools to 4.0.24

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2020-04-10 09:17:20 +08:00
Daniel Engberg
ec0ce80fd5 tools/findutils: Update to 4.7.0
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 <daniel.engberg.lists@pyret.net>
2020-04-10 09:17:04 +08:00
Daniel Engberg
356c01d484 tools/e2fsprogs: Update to 1.45.6
Update e2fsprogs to 1.45.6

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2020-04-10 09:16:51 +08:00
Rosen Penev
158fd6f4a0 tools/cmake: update to 3.17.0
Remove libressl patches; they are no longer needed as LibreSSl adde
support

Replace qt tests patch with one that disables all of them.

Refresh remaining one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-07 23:15:03 +08:00
CN_SZTL
958f0c71f8 cmake: bump to 3.16.5 2020-03-13 21:15:16 +08:00
CN_SZTL
c964926f52 Revert "tools/pkg-config: Replace with pkgconf"
This reverts commit 71b76cded2.
2020-03-12 03:40:27 +08:00
CN_SZTL
71b76cded2 tools/pkg-config: Replace with pkgconf 2020-03-02 17:54:57 +08:00
CN_SZTL
25cc297914 mkrasimage: fix segmentation fault 2020-03-02 17:53:40 +08:00
CN_SZTL
32af49a7d3 Merge Lean's source 2020-03-01 15:56:30 +08:00
osdu
7a461c6655 upx: fix host build (#3339) 2020-03-01 14:05:09 +08:00
CN_SZTL
e43614e18a tools/bison: Update to 3.5.1 2020-02-23 15:28:43 +08:00
AmadeusGhost
e5f08410e0 adjust build script (#3235)
* download.pl: add jsDelivr mirror for GitHub and add utsc mirrors

* m520: fix 'hlos' not found

* dependence: add python3

* netfilter: Revert delete support for kernel 4.9

* scons: move to packages feed
2020-02-21 11:55:07 +08:00
CN_SZTL
43ef5343d5 tools/libressl: Update to 3.0.2 2020-02-20 03:04:00 +08:00
CN_SZTL
e0bf90db7e tools/patchelf: Update to 0.10 2020-02-20 03:03:26 +08:00
CN_SZTL
5db6439ed5 tools/e2fsprogs: Update to 1.45.5 2020-02-20 03:03:08 +08:00
CN_SZTL
ec537eb672 tools/gmp: Remove obsolete options 2020-02-20 03:02:36 +08:00
CN_SZTL
787bfb7467 tools/sed: Update to 4.8 2020-02-20 03:02:22 +08:00
ElmerZhang
b5993c0f11 update PKG_SOURCE_URL of mkimage (#3199) 2020-02-19 18:47:13 +08:00
ElonH
d99da91bbe upx: fix dependence (#3188)
missing ucl library dependence
reduce error probability on parallel build
2020-02-19 14:53:31 +08:00
ElonH
453c427daf upx: fix dependence
reduce error on parallel build
2020-02-19 02:01:59 +08:00
CN_SZTL
7e1b4e652a subconverter/jpcre/rapidjson: add packages 2020-02-18 20:24:18 +08:00
CN_SZTL
07e939f834 tools/jpcre2: add package 2020-02-18 19:01:41 +08:00
CN_SZTL
3195e7e991 Merge Lean's source 2020-02-16 22:02:16 +08:00
coolsnowwolf
9477f7695c fix v2ray mips upx build and update cifsd 2020-02-16 21:42:46 +08:00
CN_SZTL
ab8135ce7d Merge Lean's source 2020-02-15 15:32:19 +08:00
coolsnowwolf
a237f50d1d Add and Upgrade upx to v3.96 2020-02-15 13:56:56 +08:00
CN_SZTL
ffce816dc9 Merge Lean's source 2020-02-01 00:36:16 +08:00
AmadeusGhost
91822bf59c squashfs-tools: fix build error (#2902) 2020-01-31 21:46:37 +08:00
CN_SZTL
150e7a36b9 tools/gmp: update to 6.2.0 2020-01-27 22:07:55 +08:00
CN_SZTL
123e8dd70b tools/bison: update to 3.5 2020-01-22 19:01:18 +08:00
CN_SZTL
d483f93a5e firmware-utils/mksenaofw: fix possible memory leak 2020-01-21 14:33:54 +08:00
CN_SZTL
16b9a64d10 ccache: update to 3.7.7 2020-01-21 14:31:31 +08:00
CN_SZTL
ac3a7c986e tools/cmake: update to 3.16.2 2020-01-21 14:30:53 +08:00
CN_SZTL
bcb86fa276 make_ext4fs: Update to version 2020-01-05 2020-01-15 02:06:24 +08:00
CN_SZTL
b7f801ade7 tools: qemu: Add patches to support adapter_type and monolithicFlat 2020-01-01 16:09:30 +08:00
CN_SZTL
580d990dcd Merge Lean's source 2019-12-14 12:18:29 +08:00