Yaksh Bariya
2728e09ac3
lftp: fix build with OpenSSL 3
2022-02-26 04:25:43 +00:00
Yaksh Bariya
118161fc7d
ldns: link against legacy openssl-1.1
2022-02-26 04:25:43 +00:00
Yaksh Bariya
dbd47c5f82
krb5: link against legacy openssl-1.1
2022-02-26 04:25:43 +00:00
Yaksh Bariya
34ad2a107e
kphp: link against legacy openssl-1.1
2022-02-26 04:25:43 +00:00
Yaksh Bariya
b560bffa4c
git-crypt: link against legacy openssl-1.1
2022-02-26 04:25:43 +00:00
Yaksh Bariya
b56b0657c7
dog: link against legacy openssl-1.1
2022-02-26 04:25:43 +00:00
Yaksh Bariya
43724e1f89
crowbook: link against openssl-1.1
2022-02-26 04:25:43 +00:00
Yaksh Bariya
9a60ff6919
cfengine: fix builds with OpenSSL 3
2022-02-26 04:25:43 +00:00
Yaksh Bariya
49106f00c5
boinc: fix builds with OpenSSL 3
2022-02-26 04:25:43 +00:00
Yaksh Bariya
0608868e17
openssl: update to 3.0.1
...
Changes made:-
- OpenSSL has been updates to 3.0.1
- `openssl-1.1` package has been added for packages still needing the
legacy version.
Any package that still needs legacy openssl-1.1 needs some extra CFLAGS,
CXXFLAGS, LDFLAGS and CPPFLAGS
CFLAGS="-I$TERMUX_PREFIX/include/openssl-1.1 $CFLAGS"
CXXFLAGS="-I$TERMUX_PREFIX/include/openssl-1.1 $CXXFLAGS"
CPPFLAGS="-I$TERMUX_PREFIX/include/openssl-1.1 $CPPFLAGS"
LDFLAGS="-L$TERMUX_PREFIX/lib/openssl-1.1 $LDFLAGS"
Additionally if the package by itself adds `-I$prefix/include` or
similar, it needs to be patched not to do so in order to prevent it from
using OpenSSL 3 headers
Similarly for LDFLAGS, make sure that package doesn't add
`-L$prefix/lib` and `-Wl,-rpath=$prefix/lib` before OpenSSL 1.1 LDFLAGS
nentioned above or else it will cause compilation errors
2022-02-26 04:25:43 +00:00
Termux Github Actions
4df7cc3000
flyctl: update to 0.0.301
...
This commit has been automatically submitted by Github Actions.
2022-02-25 18:12:46 +00:00
Tee KOBAYASHI
272f30ead3
dgsh: Move to disabled packages
...
due to not being properly packaged.
See https://github.com/termux/termux-packages/issues/8702 for details.
2022-02-26 02:20:11 +09:00
Tee KOBAYASHI
a7332ef7a6
slashem-extended: Move to disabled packages
...
until problems are solved listed in https://github.com/termux/termux-packages/issues/8571 .
2022-02-26 01:55:34 +09:00
YAKSH BARIYA
6fe370b6cd
picolisp: update to 21.12 ( #9084 )
2022-02-25 14:02:46 +00:00
Termux Github Actions
edda0357c0
erlang: update to 24.2.2
...
This commit has been automatically submitted by Github Actions.
2022-02-25 12:31:41 +00:00
Tee KOBAYASHI
68a9bd25d5
groovy: Fix libjansi issue
2022-02-25 17:31:24 +09:00
Tee KOBAYASHI
c064f5bc00
zsh: Update to 5.8.1
2022-02-25 17:18:35 +09:00
Tee KOBAYASHI
b79578e672
privoxy: Update to 3.0.33
2022-02-25 17:12:07 +09:00
Tee KOBAYASHI
0a27254223
util-linux: Update to 2.37.4
2022-02-25 17:00:30 +09:00
Tee KOBAYASHI
0de20f27ba
gnuplot: Update to 5.4.3
2022-02-25 16:51:33 +09:00
Tee KOBAYASHI
13c7f2e7f5
libsasl: Update to 2.1.28
2022-02-25 16:45:24 +09:00
Termux Github Actions
9049b2d1e7
findomain: update to 7.0.1
...
This commit has been automatically submitted by Github Actions.
2022-02-25 06:27:46 +00:00
Termux Github Actions
fcb6c6f8b7
shiori: update to 1.5.2
...
This commit has been automatically submitted by Github Actions.
2022-02-24 18:26:59 +00:00
Termux Github Actions
a0e678efaa
cicada: update to 0.9.29
...
This commit has been automatically submitted by Github Actions.
2022-02-24 18:17:16 +00:00
Termux Github Actions
19d2bdda84
cicada: update to 0.9.27
...
This commit has been automatically submitted by Github Actions.
2022-02-24 06:17:26 +00:00
Termux Github Actions
788ff55d55
flyctl: update to 0.0.300
...
This commit has been automatically submitted by Github Actions.
2022-02-24 00:18:45 +00:00
Tee KOBAYASHI
a92f46633a
gegl: Update to 0.4.34
2022-02-24 02:41:10 +05:30
Tee KOBAYASHI
184b88f372
ldns: Update to 1.8.1
2022-02-24 02:40:35 +05:30
Termux Github Actions
83f620d2ab
croc: update to 9.5.2
...
This commit has been automatically submitted by Github Actions.
2022-02-23 18:13:47 +00:00
Tee KOBAYASHI
d8be3e9f55
libgit2: Define getloadavg()
2022-02-24 02:35:25 +09:00
Tee KOBAYASHI
f6e0a7a8e3
vim{,-python}: Update to 8.2.4450
2022-02-23 18:54:48 +05:30
Termux Github Actions
d47458fa9d
libnghttp2: update to 1.47.0
...
This commit has been automatically submitted by Github Actions.
2022-02-23 12:17:11 +00:00
Tee KOBAYASHI
8ef28ad578
libaom: Add subpackage aom-tools
2022-02-23 19:59:41 +09:00
Tee KOBAYASHI
9af8355030
libaom: Update to 3.3.0
2022-02-23 19:59:41 +09:00
Tee KOBAYASHI
ec611b31f8
libneon: Update to 0.32.2
2022-02-23 19:07:24 +09:00
xtkoba
3248cb682b
starship: Make libz.so
visible for target build
2022-02-23 18:51:50 +09:00
Yaksh Bariya
3dd882d65c
starship: update to 1.3.0
2022-02-23 18:51:50 +09:00
Tee KOBAYASHI
6a9b9a3813
libgit2: Revbump revdeps
2022-02-23 18:36:31 +09:00
Tee KOBAYASHI
dcef278449
libgit2: Update to 1.4.1
2022-02-23 18:36:31 +09:00
Tee KOBAYASHI
7632ffe0a8
new package: fte
2022-02-23 18:19:54 +09:00
Tee KOBAYASHI
9be3f7148b
go-findimagedupes: Bump revision to rebuild
2022-02-23 18:07:57 +09:00
William Budington
9a04709c74
apkeep: update to v0.9.0
2022-02-23 12:11:26 +05:30
Tee KOBAYASHI
ee2bd6dce5
ffmpeg: Backport patch for VP9 DTS correction
...
from 68595b46cb
.
2022-02-23 12:10:30 +05:30
Termux Github Actions
88ba24723c
flyctl: update to 0.0.298
...
This commit has been automatically submitted by Github Actions.
2022-02-23 00:20:40 +00:00
Henrik Grimler
10ac0586ee
irssi: use .diff for manually applied patch
...
So that all manually applied patches have the same suffix.
%ci:no-build
2022-02-22 21:13:29 +01:00
Henrik Grimler
dc896e159e
enscript: avoid manually applying patches
...
This also fixes the LibraryPath, seems @TERMUX_PREFIX@ was not sed'ed
in it before.
2022-02-22 21:10:05 +01:00
Tee KOBAYASHI
256555adec
libunistring: Update to 1.0
2022-02-23 00:06:29 +05:30
Tee KOBAYASHI
d766e1a4c1
screen: Update to 4.9.0
2022-02-22 23:57:56 +05:30
Henrik Grimler
c681c05e5c
termux-licenses: termux.com -> termux.org
2022-02-22 17:14:10 +01:00
Henrik Grimler
a35ce8f2ae
termux-tools: change termux.com -> termux.org
2022-02-22 17:13:10 +01:00
Tee KOBAYASHI
fd477a4b3f
libxslt: Update to 1.1.35
2022-02-22 20:59:33 +05:30
Tee KOBAYASHI
d9e76db9ea
libxml2: Update to 2.9.13
2022-02-22 20:59:33 +05:30
Tee KOBAYASHI
1f23512d3f
php: Update to 8.1.3
2022-02-22 20:57:29 +05:30
Tee KOBAYASHI
847a8d9026
libflac: Update to 1.3.4
2022-02-22 20:41:57 +05:30
Tee KOBAYASHI
ad3a04e0f4
php7: Update to 7.4.28
2022-02-22 22:19:29 +09:00
Termux Github Actions
c93efad99f
patchelf: update to 0.14.5
...
This commit has been automatically submitted by Github Actions.
2022-02-21 18:22:31 +00:00
Termux Github Actions
67b712725f
cicada: update to 0.9.26
...
This commit has been automatically submitted by Github Actions.
2022-02-21 18:16:23 +00:00
Tee KOBAYASHI
ee67c5ba6a
btfs: Move to disabled packages
2022-02-22 02:50:15 +09:00
Tee KOBAYASHI
e8d3dc0178
btfs2: Rename main executable
2022-02-22 02:50:15 +09:00
Tee KOBAYASHI
5c37c5644f
btfs2: Re-enable CGO
...
Partially reverts commit 88facc1a95
.
2022-02-22 02:50:15 +09:00
Termux Github Actions
979fe45a5d
fselect: update to 0.8.0
...
This commit has been automatically submitted by Github Actions.
2022-02-21 12:17:42 +00:00
Termux Github Actions
811ff0afab
brook: update to 20220401
...
This commit has been automatically submitted by Github Actions.
2022-02-21 12:10:11 +00:00
Tee KOBAYASHI
e08f115750
m4: Mitigate temp file issue on 32-bit archs
...
Allocates indefinite amount of in-memory buffer.
2022-02-21 18:26:16 +09:00
Tee KOBAYASHI
19ae33b6d9
m4: Adjust dependency
2022-02-21 18:26:16 +09:00
Tee KOBAYASHI
fb660e016f
libgrpc: Update to 1.44.0
2022-02-21 18:13:14 +09:00
Tee KOBAYASHI
5cef28de6c
nushell: Enable x86_64 build
2022-02-21 18:12:04 +09:00
Yaksh Bariya
3c4b594849
nushell: update to 0.44.0
2022-02-21 18:12:04 +09:00
Tee KOBAYASHI
c20cbccd78
new package: wiz
2022-02-21 18:03:24 +09:00
Master Java
2915853902
gradle: update to 7.4
2022-02-21 13:39:56 +05:30
Termux Github Actions
b4f458a192
assimp: update to 5.2.2
...
This commit has been automatically submitted by Github Actions.
2022-02-21 00:23:07 +00:00
s00se
1a96c0663d
proxmark3: update license
...
license update to gpl-3.0 for when the version is automatically bumped
2022-02-21 04:07:22 +09:00
s00se
17883830cd
proxmark3-git: update to latest master ( #9083 )
...
* proxmark3-git: update to latest master
also update license to gpl-3.0
* proxmark3-git: reset revision
2022-02-21 04:06:21 +09:00
s00se
8740e29a3c
recode: bump to version 3.7.12 ( #9081 )
2022-02-21 04:04:50 +09:00
PeroSar
0a5339bc68
gitui: Add package
...
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-02-21 03:40:53 +09:00
Termux Github Actions
d1d8a331d0
libexpat: update to 2.4.6
...
This commit has been automatically submitted by Github Actions.
2022-02-20 18:28:37 +00:00
Yaksh Bariya
4c918e0314
lua-language-server: Use generic patch file names
2022-02-21 03:27:37 +09:00
Termux Github Actions
eb8ee8a183
i2pd: update to 2.41.0
...
This commit has been automatically submitted by Github Actions.
2022-02-20 18:27:13 +00:00
Termux Github Actions
b40a78b840
cicada: update to 0.9.25
...
This commit has been automatically submitted by Github Actions.
2022-02-20 18:15:58 +00:00
Yaksh Bariya
dff200a6db
socat: fix download URL
...
%ci:no-build
2022-02-20 22:32:52 +05:30
Roman Kredentser
1736fc472d
teleport-tsh: update to 8.3.1 ( #9085 )
2022-02-20 21:45:10 +05:30
Yaksh Bariya
e2e609892a
samba: update to 4.14.12
2022-02-20 20:57:26 +05:30
xtkoba
756af57661
nano: Fix license
2022-02-20 17:39:53 +05:30
bubbec
ab7a90d944
nano: update to 6.2
2022-02-20 17:39:53 +05:30
distobs
9ea3a287e0
bump binutils, doxygen, ed (now clean) ( #9079 )
...
* bump binutils, doxygen, ed
* edit: reset pkg revision
* e2: reset pkg revision for doxygen
2022-02-20 03:56:51 +00:00
Termux Github Actions
d9444470fc
shfmt: update to 3.4.3
...
This commit has been automatically submitted by Github Actions.
2022-02-20 00:21:39 +00:00
Tee KOBAYASHI
95d782788e
new package: bsd-games
2022-02-20 05:00:10 +09:00
bubbec
1c35728005
tor: update to 0.4.6.10
2022-02-19 20:50:10 +01:00
Tee KOBAYASHI
a2a95a2139
new package: ipv6toolkit
2022-02-20 04:48:18 +09:00
Tee KOBAYASHI
532e999b74
new package: wasmedge
2022-02-20 04:22:38 +09:00
PeroSar
ff9aaad94b
tealdeer: Downgrade app_dirs
cargo dependency
...
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-02-19 10:37:07 +01:00
Termux Github Actions
895f51f884
lazygit: update to 0.33
...
This commit has been automatically submitted by Github Actions.
2022-02-19 06:16:02 +00:00
Termux Github Actions
8f007e1fae
shiori: update to 1.5.1
...
This commit has been automatically submitted by Github Actions.
2022-02-19 00:29:47 +00:00
Termux Github Actions
8dafdd73e8
libexpat: update to 2.4.5
...
This commit has been automatically submitted by Github Actions.
2022-02-19 00:24:51 +00:00
Termux Github Actions
c952184995
ipfs: update to 0.12.0
...
This commit has been automatically submitted by Github Actions.
2022-02-19 00:23:42 +00:00
Henrik Grimler
f3e7705bda
nlohman-json: avoid building tests
...
Build fails with similar error as in
https://github.com/termux/termux-packages/issues/1149
2022-02-18 22:51:26 +01:00
Henrik Grimler
afe9de7010
mercury: avoid build failure if spawn.h is present
...
It finds spawn.h during configure, but then fails to find it during
make step, causing build failure.
2022-02-18 22:41:08 +01:00
Henrik Grimler
2b78f70336
locustdb: bump package
...
Forgotten in previous patch fix, oops.
2022-02-18 20:19:49 +01:00
Henrik Grimler
19ba339200
locustdb: update rustyline dependency instead of patching it and nix
...
rusyline 4.0.0 seem to work (latest version, 9.1.2, fails due to other
dependencies (rustix and clip and perhaps others).
2022-02-18 20:14:30 +01:00
Termux Github Actions
5b8063664f
btfs2: update to 2.1.0
...
This commit has been automatically submitted by Github Actions.
2022-02-18 18:13:26 +00:00
Krishna Kanhaiya
12063e27dd
termux-tools: change domain name of github mirror ( #9068 )
2022-02-18 19:20:37 +05:30
Malvin Gattinger
5e078187dd
update msmtp to 1.8.19
2022-02-18 10:13:24 +01:00
Oskar
9a729f3975
bump hugo to v0.92.2 ( #9042 )
2022-02-18 16:51:41 +09:00
Tee KOBAYASHI
b4b1b02383
new package: v2ray
2022-02-18 16:22:53 +09:00
Termux Github Actions
0e8422d5a2
stylua: update to 0.12.3
...
This commit has been automatically submitted by Github Actions.
2022-02-18 00:33:43 +00:00
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