Commit Graph

15318 Commits

Author SHA1 Message Date
PeroSar
d9c2132229 rip: fix /tmp directory path
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-02-17 22:01:19 +01:00
Termux Github Actions
4949ffcb0d findomain: update to 7.0.0
This commit has been automatically submitted by Github Actions.
2022-02-17 18:30:13 +00:00
Tee KOBAYASHI
f902fb72f5 new package: locustdb 2022-02-17 18:37:40 +09:00
Tee KOBAYASHI
da73e893db new package: libimtui 2022-02-17 18:29:40 +09:00
Tee KOBAYASHI
a3b7371dc1 new package: libnss 2022-02-17 18:16:01 +09:00
Tee KOBAYASHI
057d403342 new package: libnspr 2022-02-17 18:16:01 +09:00
Jia Yuan Lo
3d6af572b8 debianutils: update to 5.7 2022-02-17 05:48:50 +05:30
Termux Github Actions
5a3da2fc68 git-lfs: update to 3.1.2
This commit has been automatically submitted by Github Actions.
2022-02-17 00:14:49 +00:00
Henrik Grimler
ae09eb2c42
tesseract: update to 5.0.1 2022-02-16 21:37:08 +01:00
Termux Github Actions
ba85c706a9 solidity: update to 0.8.12
This commit has been automatically submitted by Github Actions.
2022-02-16 18:56:21 +00:00
Yaksh Bariya
96ed8c4cd7
gatling: add missing patch 2022-02-16 19:22:55 +05:30
Yaksh Bariya
323bfe55cd
gatling: fix builds with NDK r23
Thanks to OpenSSL 3 for making me fix this
2022-02-16 19:03:11 +05:30
Yaksh Bariya
c0ce5cf24f
libowfat: add new patch for new compilers (aka NDK r23 post cleaning part) 2022-02-16 18:36:13 +05:30
Medzik
1928761152 bump golang to 1.17.7 2022-02-16 05:17:17 +05:30
Thiago Perrotta
787bee75bb pathpicker: fix tests directory path
v0.9.5 renamed it to `tests` from `__tests__`
2022-02-16 00:06:05 +01:00
dev-bz
48e1146e00 dart: Update to 2.16.1 2022-02-15 19:53:45 +01:00
Tee KOBAYASHI
0196f5a948 openethereum: Re-enable and update to 3.3.3 2022-02-15 19:53:03 +01:00
Tee KOBAYASHI
3db2125a6e iverilog: Re-enable and update to 11.0 2022-02-15 19:52:41 +01:00
Termux Github Actions
35ea367564 slides: update to 0.7.3
This commit has been automatically submitted by Github Actions.
2022-02-15 18:35:47 +00:00
Termux Github Actions
26a33e6920 radare2: update to 5.6.2
This commit has been automatically submitted by Github Actions.
2022-02-15 18:34:34 +00:00
Termux Github Actions
deae4c7963 gh: update to 2.5.1
This commit has been automatically submitted by Github Actions.
2022-02-15 18:14:47 +00:00
s00se
d32fca6b97 proxmark3: update build options
debug mode to workaround unresolved bug
2022-02-15 15:33:56 +01:00
GalaxySnail
704523aaab python: remove no longer needed distutils patch
Because multiprocessing is supported in commit 258f5fa,
distutils-command-build.py.patch is no longer needed now.
2022-02-15 15:33:07 +01:00
Tee KOBAYASHI
f6dc911739 harfbuzz: Update to 3.4.0 2022-02-15 16:38:08 +09:00
Tee KOBAYASHI
18eacda09a sc-im: Add dependencies 2022-02-15 16:29:39 +09:00
Tee KOBAYASHI
8a22a4dcec libxlsxwriter: Build shared libs 2022-02-15 16:29:39 +09:00
Tee KOBAYASHI
255e8d857a postgresql: Update to 14.2 2022-02-15 16:13:06 +09:00
Termux Github Actions
8ed106fdea pathpicker: update to 0.9.5
This commit has been automatically submitted by Github Actions.
2022-02-15 00:32:42 +00:00
Termux Github Actions
84a99d8253 git-lfs: update to 3.1.1
This commit has been automatically submitted by Github Actions.
2022-02-15 00:21:28 +00:00
Termux Github Actions
c0173de75b git-delta: update to 0.12.0
This commit has been automatically submitted by Github Actions.
2022-02-15 00:20:30 +00:00
Henrik Grimler
ae1ed14d79
scdoc: build host tools in termux_step_host_build
And also fix pkgconfig path and avoid overriding
termux_step_make_install.
2022-02-14 22:04:50 +01:00
Henrik Grimler
7009a7621a
daemonize: avoid installing to sbin/
Seem to be an issue when building outside the docker image on some
distros.
2022-02-14 21:44:20 +01:00
Henrik Grimler
dbaca929fa
m4: link against libandroid-spawn
It doesn't build without it, it then tries to use a generated spawn
header and fails with something like:

```
  CC       gl_linkedhash_list.o
In file included from /home/builder/.termux-build/m4/src/lib/execute.c:72:
./spawn.h:690:17: error: use of undeclared identifier 'POSIX_SPAWN_RESETIDS'
            [(((POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP
                ^
./spawn.h:690:40  CC       gl_list.o
: error: use of undeclared identifier 'POSIX_SPAWN_SETPGROUP'
            [(((POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP
                                       ^
./spawn.h:691:19: error: use of undeclared identifier 'POSIX_SPAWN_SETSIGDEF'
                | POSIX_SPAWN_SETSIGDEF | POSIX_SPAWN_SETSIGMASK
                  ^
```

Solve this error by depending on libandroid-spawn instead.
2022-02-14 21:43:13 +01:00
Henrik Grimler
1d36a59974
gforth: fix hostbuilt tool path
On repeated builds _PREFIX_FOR_BUILD is not set.

%ci:no-build
2022-02-14 21:42:19 +01:00
Henrik Grimler
62ea4b9987
cc65: hostbuild step needs to be run on every build
%ci:no-build
2022-02-14 21:41:42 +01:00
Termux Github Actions
cbbe86b446 cicada: update to 0.9.24
This commit has been automatically submitted by Github Actions.
2022-02-14 18:17:19 +00:00
Tee KOBAYASHI
4c7fa89bb8 new package: libtsduck 2022-02-15 01:20:24 +09:00
Termux Github Actions
854633d041 qalc: update to 4.0.0
This commit has been automatically submitted by Github Actions.
2022-02-14 12:33:25 +00:00
Yaksh Bariya
e38232f7a4
lighttpd: update to 1.4.64 2022-02-14 16:37:52 +05:30
Termux Github Actions
4a409a2fb0 b3sum: update to 1.3.1
This commit has been automatically submitted by Github Actions.
2022-02-14 06:12:46 +00:00
Yaksh Bariya
710175df0a
Revert "openssl: Also install manpages (#8720)"
This reverts commit 6b95718c60.
2022-02-13 19:57:07 +05:30
Tee KOBAYASHI
5e3a5dca19 python: Do not assume GNU Binutils
and assume Clang/LLVM toolchain instead.
2022-02-13 22:33:05 +09:00
Jia Yuan Lo
e089df25a2 new package: mold 2022-02-13 22:23:41 +09:00
Chongyun Lee
258f5fabd2 Fix (python) : Add support for multiprocessing module 2022-02-13 22:05:48 +09:00
Henrik Grimler
a309263baa
libgnutls: update to 3.7.3
Seem to be no need to bump packages (like apt) that depend on
libgnutls.
2022-02-13 10:08:16 +01:00
Henrik Grimler
06d4ee7d69
Revert "build gnutls with p11-kit"
This reverts commit 6c010f0da0.
2022-02-13 10:06:17 +01:00
Henrik Grimler
c44db19566
calc: pass LONG_BITS in TERMUX_PKG_EXTRA_MAKE ARGS
That one was missed in previous f12977efdf ("calc: patch Makefile
instead of overriding a lot of variables").

Also unset LDCONFIG variable, we don't need a ldconfig step.
2022-02-13 08:44:06 +01:00
Jia Yuan Lo
aa7d39daa5 clvk: bump to 0.0.20220210 2022-02-13 12:02:57 +05:30
Jia Yuan Lo
24a52261ff opencl packages: rebuild against latest headers 2022-02-13 12:02:57 +05:30
Jia Yuan Lo
7d09f1e1eb opencl-headers: update to 2022.01.04 2022-02-13 12:02:57 +05:30
Jia Yuan Lo
7b417cdf61 opencl-clhpp: minor edit to homepage & description 2022-02-13 12:02:57 +05:30
Jia Yuan Lo
4bdce3b90c vulkan packages: update to 1.3.205 2022-02-13 12:02:57 +05:30
Termux Github Actions
ebd5c4f367 php-zephir-parser: update to 1.5.0
This commit has been automatically submitted by Github Actions.
2022-02-13 00:27:44 +00:00
Termux Github Actions
5fffd671cf flyctl: update to 0.0.297
This commit has been automatically submitted by Github Actions.
2022-02-12 18:15:39 +00:00
Tee KOBAYASHI
fcdb6e46ad libraptor2, librasqal: Fix typo in *-config wrapper
%ci:no-build
2022-02-13 02:55:46 +09:00
Tee KOBAYASHI
715ce90c53 aapt: Fix inappropriate use after std::move()
* Specify `-DNDEBUG`
2022-02-12 20:10:57 +09:00
Tee KOBAYASHI
7c375fd144
libandroid-posix-semaphore: Fix hardcoded string lengths 2022-02-12 09:39:38 +01:00
Henrik Grimler
38ffdd9187
valgrind: use @Lzhiyong's align_fix.py to fix underaligned TLS segment
Otherwise we get:

$ valgrind
error: "valgrind": executable's TLS segment is underaligned: alignment is 8, needs to be at least 64 for ARM64 Bionic
Aborted
2022-02-12 09:14:24 +01:00
Tee KOBAYASHI
8a82ee521d
valgrind: Fix build for x86_64 2022-02-12 09:06:07 +01:00
Henrik Grimler
33e9cda847
valgrind: fix build for non-aarch64 arches as well
Valgrind seem to work fine after the memcpy overrides have been
removed, but as always I don't really know what I am doing.
2022-02-12 09:06:04 +01:00
Henrik Grimler
1332e5c926
valgrind: update to 3.18.1 2022-02-12 09:06:00 +01:00
Tee KOBAYASHI
4a01f30280 new package: libsled 2022-02-12 11:32:54 +09:00
Henrik Grimler
bb45eeefc7
unrar: update Makefile patch
So that we can install to TERMUX_PKG_MASSAGEDIR.
2022-02-11 21:26:28 +01:00
Henrik Grimler
f12977efdf
calc: patch Makefile instead of overriding a lot of variables
And make package respect DESTDIR.
2022-02-11 21:23:14 +01:00
Henrik Grimler
9155acd040 termux_step_configure_cmake: set CMAKE_INSTALL_LIBDIR
Some packages seem to need it, but maybe just when building outside
docker image?  Set in termux_step_configure_cmake instead of in
individual build recipes.

%ci:no-build
2022-02-11 21:20:14 +01:00
Henrik Grimler
7e15829077
mime-support: fix typo in _VERSION variable 2022-02-11 19:30:20 +01:00
Henrik Grimler
b6eb1e8015
ovmf: update to 20211216.122 2022-02-11 19:20:46 +01:00
Henrik Grimler
99dd290fb0
libucontext: respect DESTDIR and PREFIX
Build out of source and avoid overriding termux_step_configure().
2022-02-11 19:20:41 +01:00
Henrik Grimler
88facc1a95
btfs2: update to 2.0.2 2022-02-11 19:18:32 +01:00
Henrik Grimler
8373412928
mime-support: track feodoras mime-types repo instead
Ubuntu has split the their mime-support packages into two subpackages.
2022-02-11 19:05:45 +01:00
YAKSH BARIYA
806eba5499
nodejs: update to 17.5.0 (#9001) 2022-02-11 12:43:37 +00:00
Henrik Grimler
a67899c977
libandroid-posix-semaphore: pass PREFIX as compiler flag 2022-02-11 11:21:52 +01:00
Chongyun Lee
b26410dd57
Add Package: libandroid-posix-semaphore 2022-02-11 11:21:48 +01:00
s00se
7c062d1a88
proxmark3-git: update to latest master (#8998) 2022-02-11 14:40:15 +05:30
Butta
e1a6c93bea swift: update from 5.5.2 to 5.5.3 2022-02-10 13:01:27 +05:30
Elliana May
4f6839da94 chore: Remove TERMUX_PKG_GIT_BRANCH
Not necessary, as its value is the default
2022-02-10 10:10:24 +09:00
Elliana May
441a28dc47 chore: Switch to using a git url in TERMUX_PKG_SRCURL instead 2022-02-10 10:10:24 +09:00
Elliana May
3e2d4f2567 chore: Switch to using termux_step_get_source 2022-02-10 10:10:24 +09:00
Elliana May
7267832027 chore: Update duckdb version 2022-02-10 10:10:24 +09:00
Termux Github Actions
076cb98475 elixir: update to 1.13.3
This commit has been automatically submitted by Github Actions.
2022-02-09 18:15:14 +00:00
YAKSH BARIYA
49bc41bb06
gpgme: update to 1.17.0 (#8988) 2022-02-09 16:28:26 +00:00
2096779623
a46d96381f
Update yara to 4.1.3 (#8985) 2022-02-09 19:16:27 +05:30
YAKSH BARIYA
8ace3d932c
nodejs-lts: update to v16.14.0 (#8983) 2022-02-09 19:14:46 +05:30
Termux Github Actions
f11cdd8404 youtubedr: update to 2.7.10
This commit has been automatically submitted by Github Actions.
2022-02-09 12:38:40 +00:00
Termux Github Actions
363fd2d582 findomain: update to 6.1.0
This commit has been automatically submitted by Github Actions.
2022-02-09 12:31:46 +00:00
YAKSH BARIYA
8b15720788
z3: update to 4.8.14 (#8984) 2022-02-09 17:00:42 +05:30
Tee KOBAYASHI
dec84a59a4 openfoam: Fix build of MPPICInterFoam 2022-02-09 09:33:25 +01:00
Henrik Grimler
1ba4e7d5f1 openfoam: update to 21.12
Package needs to be rebuilt for new boost version, so take the
opportunity to update to latest release at the same time.
2022-02-09 09:33:25 +01:00
Termux Github Actions
bbc7017ea7 termimage: update to 1.2.0
This commit has been automatically submitted by Github Actions.
2022-02-09 06:25:00 +00:00
Tee KOBAYASHI
5d387e1a01 new package: libsophia 2022-02-09 12:48:24 +09:00
Tee KOBAYASHI
c6137be9d3 new package: libmdbx 2022-02-09 12:39:11 +09:00
Tee KOBAYASHI
d196da101f google-glog: Depend on gflags 2022-02-09 12:28:12 +09:00
Tee KOBAYASHI
12e3d9ce94 pika: Depend on google-glog
instead of duplicated libglog package.
2022-02-09 12:28:12 +09:00
Tee KOBAYASHI
9689f11b5a osm2pgsql: Update to 1.6.0
* Make sure to use bundled fmt headers
2022-02-09 12:16:45 +09:00
Tee KOBAYASHI
e22ce602fa cliaoke: Fix for working with fluidsynth 2022-02-09 11:56:08 +09:00
Termux Github Actions
60d2b05acb flyctl: update to 0.0.296
This commit has been automatically submitted by Github Actions.
2022-02-09 00:19:23 +00:00
Tee KOBAYASHI
c51922fa98 boost: Revbump revdeps
excluding:

* openfoam (taking too much time to build)

* osm2pgsql (having build issue; actually just a revbdep)
2022-02-09 09:10:06 +09:00
Tee KOBAYASHI
462978bdb3 solidity: Do not use bundled jsoncpp
to avoid build issue when jsoncpp package is installed.
2022-02-09 09:10:06 +09:00
Tee KOBAYASHI
110435cc0f libtorrent-rasterbar: Fix build with Boost 1.78 2022-02-09 09:10:06 +09:00
Tee KOBAYASHI
f2b70f352e boost: Update to 1.78.0 2022-02-09 09:10:06 +09:00