Yaksh Bariya
6dcd2d2263
mdbook-plantuml: link against legacy openssl-1.1
2022-02-26 04:25:43 +00:00
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