Commit Graph

15990 Commits

Author SHA1 Message Date
Yaksh Bariya
4577a0cf69 revbump all packages dependent on openssl
%ci:no-build All packages will be triggered for rebuild manually
2022-03-01 12:36:05 +00:00
Yaksh Bariya
6ec87d7b0a openssl: Add SONAME to shared libraries
Possible fix for #9174
2022-03-01 12:36:05 +00:00
Henrik Grimler
c0f00c9137
termux-tools: pkg: convert spaces to tabs in indentation
%ci:no-build
2022-03-01 13:32:37 +01:00
Henrik Grimler
43f510f29b
termux-tools: pkg: add more mirrors to rotation list
To decrease load on individual mirrors.
2022-03-01 13:31:13 +01:00
Termux Github Actions
bece2c3ce4 syncthing: update to 1.19.1
This commit has been automatically submitted by Github Actions.
2022-03-01 12:20:36 +00:00
Henrik Grimler
9e4eda99e0
termux-tools: termux-change-repo: truly make cache repo first choice
This is what was suppose to be done in commit
9ba3d05f37 ("termux-tools: mv cloudflare mirror up in
termux-change-repo list").
2022-03-01 09:52:45 +01:00
Henrik Grimler
9807139375
gitea: use termux_setup_nodejs and enable autoupdates again
Forgot to fix this during docker imager ubuntu version update.
2022-03-01 09:05:10 +01:00
Tee KOBAYASHI
5a605cdffe gitea: Disable autoupdate
as a follow-up of commit c31ee772c2.

%ci:no-build
2022-03-01 13:25:34 +09:00
ELWAER-M
16482d9c2f add package: onefetch 2022-03-01 13:00:35 +09:00
Henrik Grimler
9ba3d05f37
termux-tools: mv cloudflare mirror up in termux-change-repo list
Quite often users probably just use first one, and we want to make use
of cloudflare's cache if possible.
2022-02-28 22:33:02 +01:00
Henrik Grimler
362076f2b5
apt: switch so that cloudflare cached mirror is used per default
Some countries (like Iran) has issues with it, but for most users it
can help decrease traffic to main mirror at Fosshost.
2022-02-28 22:32:57 +01:00
Tee KOBAYASHI
abdaea0406 littlecms: Create symlink with soversion suffix
for backward compatibility.
2022-03-01 06:32:22 +09:00
Tee KOBAYASHI
12eb920db0 keybase: Update to 5.9.3 2022-03-01 06:22:40 +09:00
Henrik Grimler
6246ade463
imagemagick: bump after littlecms update 2022-02-28 20:47:23 +01:00
Tee KOBAYASHI
666489294a chezmoi: Update to 2.13.0 2022-03-01 03:27:57 +09:00
Tee KOBAYASHI
c5fef4fef0 libprotobuf-c: Update to 1.4.0 2022-03-01 03:26:45 +09:00
Tee KOBAYASHI
2d0f4e8ef4 gping: Update to 1.3.0 2022-03-01 03:25:59 +09:00
Tee KOBAYASHI
068a42dac7 chromaprint: Update to 1.5.1 2022-03-01 03:24:08 +09:00
Termux Github Actions
aa4df8ad44 radare2: update to 5.6.4
This commit has been automatically submitted by Github Actions.
2022-02-28 12:37:10 +00:00
Termux Github Actions
ab00941d02 hugo: update to 0.93.0
This commit has been automatically submitted by Github Actions.
2022-02-28 12:29:04 +00:00
Henrik Grimler
40c4430d82
serf: fix undefined version ERR_GET_FUNC
The function has been removed from openssl 3.  Annoyingly enough the
build of serf doesn't fail even with this function being undefined, it
is just reported as a warning:

buckets/ssl_buckets.c:1329:24: warning: implicit declaration of function 'ERR_GET_FUNC' is invalid in C99 [-Wimplicit-function-declaration]
                       ERR_GET_FUNC(err),
                       ^

but trying to use any program linked against libserf.so later fails.
2022-02-28 10:25:38 +01:00
Tee KOBAYASHI
0492a299ab o-editor: Update to 2.48.3 2022-02-28 12:43:24 +05:30
Tee KOBAYASHI
251b6dc2fc inotify-tools: Update to 3.22.1.0 2022-02-28 12:42:29 +05:30
Tee KOBAYASHI
01c7f332e4 cava: Update to 0.7.5 2022-02-28 12:41:34 +05:30
Tee KOBAYASHI
364d091fee new package: libiniparser 2022-02-28 12:41:34 +05:30
Tee KOBAYASHI
ee96d1ad5a jfrog-cli: Update to 2.13.0 2022-02-28 12:38:37 +05:30
Tee KOBAYASHI
8b8ac623c7 proxychains-ng: Update to 4.16 2022-02-28 12:28:42 +05:30
Tee KOBAYASHI
1b68db4438 macchina: Update to 6.0.6 2022-02-28 12:26:55 +05:30
Tee KOBAYASHI
c858aa4d44 geth: Update to 1.10.16 2022-02-28 12:01:02 +05:30
Tee KOBAYASHI
cc00db05b9 babl: Update to 0.1.90 2022-02-28 11:55:06 +05:30
Tee KOBAYASHI
48de1b3239 littlecms: Update to 2.13.1 2022-02-28 11:55:06 +05:30
Tee KOBAYASHI
8aa5fa86b0 openethereum: Update to 3.3.4 2022-02-28 11:53:43 +05:30
Tee KOBAYASHI
9eb21629fb c-toxcore: Update to 0.2.16 2022-02-28 11:52:23 +05:30
Tee KOBAYASHI
e0801b8ab4 libarchive: Update to 3.6.0 2022-02-28 11:50:01 +05:30
Henrik Grimler
2a00bc345b
subversion: bump package
Needed after serf update:
```
CANNOT LINK EXECUTABLE "svn": cannot locate symbol "ERR_GET_FUNC" referenced by "/data/data/com.termux/files/usr/lib/libserf-1.so"...
```
2022-02-28 07:01:37 +01:00
PeroSar
f7104aae8b rust: remove conflicting files with llvm package
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-02-28 15:01:21 +09:00
PeroSar
fea32d92d4 rust: update to 1.59.0
Signed-off-by: PeroSar <perosar1111@gmail.com>
2022-02-28 15:01:21 +09:00
Tee KOBAYASHI
2e7b4dde81 wget: Update to 1.21.3 2022-02-28 14:45:04 +09:00
Tee KOBAYASHI
0f993ab2e1 libjpeg-turbo: Update to 2.1.3 2022-02-28 14:39:32 +09:00
Termux Github Actions
e617bf95f8 ccache: update to 4.6
This commit has been automatically submitted by Github Actions.
2022-02-28 00:19:12 +00:00
Yaksh Bariya
0387698dde nodejs: update to 17.6.0 2022-02-27 14:22:04 +00:00
Tee KOBAYASHI
17daad4316 vim: Fix suspending with Ctrl+Z
Effectively reverts commit 17b1dff42b.
2022-02-27 22:00:48 +09:00
Termux Github Actions
0581e6a22a dust: update to 0.8.1-alpha.2
This commit has been automatically submitted by Github Actions.
2022-02-27 12:18:18 +00:00
Termux Github Actions
6ae16ce3b7 bat: update to 0.20.0
This commit has been automatically submitted by Github Actions.
2022-02-27 12:14:37 +00:00
Termux Github Actions
c7bcae6ade libgit2: update to 1.4.2
This commit has been automatically submitted by Github Actions.
2022-02-27 00:24:22 +00:00
Tee KOBAYASHI
b6d4de05c4 rsync: Bump revision to rebuild
and add openssl to TERMUX_PKG_DEPENDS.
2022-02-27 05:24:25 +09:00
Termux Github Actions
7493855a4b acr: update to 2.0.0
This commit has been automatically submitted by Github Actions.
2022-02-26 18:06:15 +00:00
Tee KOBAYASHI
17b1dff42b vim: Undef SIGTSTP to workaround Ctrl+Z issue 2022-02-27 02:45:40 +09:00
Tee KOBAYASHI
ea0c7347ea libgit2: Revbump to rebuild 2022-02-27 01:13:25 +09:00
Yaksh Bariya
10662599d3 alpine: depend on openssl 2022-02-26 14:46:07 +00:00
Termux Github Actions
48a5ce4d2c dust: update to 0.8.0
This commit has been automatically submitted by Github Actions.
2022-02-26 12:16:13 +00:00
Yaksh Bariya
2106f178a7
openssl-1.1: include LDFLAGS hack so that openssl1.1 binary can find openssl libraries 2022-02-26 11:05:09 +00:00
Tee KOBAYASHI
c55f730e85 libsqlite{,-tcl}: Update to 3.38.0 2022-02-26 19:36:10 +09:00
Tee KOBAYASHI
01069ecb73 new package: make-guile 2022-02-26 19:23:45 +09:00
Maxython
2d4ee971c1 rebuild pacman: to work with the new version of openssl and adding openssl as a dependency 2022-02-26 09:26:31 +00:00
Tee KOBAYASHI
fdae613c8f qpdf: Update to 10.6.2 2022-02-26 14:08:05 +05:30
Leap of Azzam
7fa5b47ec8
zig: bump to 0.9.1 (#9137)
* zig: bump to 0.9.1
2022-02-26 14:07:10 +05:30
Yaksh Bariya
c3adc089ea
lynx: fix typo in srcurl 2022-02-26 13:25:33 +05:30
Yaksh Bariya
744bec0056
lynx: get source from https protocol 2022-02-26 13:21:12 +05:30
Yaksh Bariya
48db1f8aa8
ldns: update patch for acx_ntnetlabs.m4 2022-02-26 11:46:15 +05:30
Yaksh Bariya
1013469ca5
ipmitool: add missing patch 2022-02-26 11:02:15 +05:30
Yaksh Bariya
1bfc5f9865 revbump all remaining packages that depend on openssl
%ci:no-build

Manual rebuilds will be triggered for all the packages
2022-02-26 04:25:43 +00:00
Yaksh Bariya
f2f67b96a3 wrk: Fix builds
Patched Makefile to also include
2d433a9b43.
The patch is available in 4.2.0. I'll try upgrading wrk after OpenSSL 3
rebuild
2022-02-26 04:25:43 +00:00
Yaksh Bariya
c0669926e3 tinyfugue: fix builds 2022-02-26 04:25:43 +00:00
Yaksh Bariya
83bdf61629 seafile-client: fix builds 2022-02-26 04:25:43 +00:00
Yaksh Bariya
4820af78f3 php7: fix builds 2022-02-26 04:25:43 +00:00
Yaksh Bariya
ae993e618c nzbget: link against legacy openssl-1.1 2022-02-26 04:25:43 +00:00
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
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
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
Termux Github Actions
69ad7669ee jfrog-cli: update to 2.12.1
This commit has been automatically submitted by Github Actions.
2022-02-08 18:19:31 +00:00
Henrik Grimler
46348f9ab6
nudoku: update to 2.1.0
Finally possible now that docker image has been updated.
2022-02-08 12:16:43 +01:00
Lucy Phipps
c125591bb6
libduktape: always install pyyaml 2022-02-08 11:48:40 +01:00
Termux Github Actions
132923624e libarchive: update to 3.5.3
This commit has been automatically submitted by Github Actions.
2022-02-08 09:39:13 +00:00
Termux Github Actions
691a06542d duf: update to 0.8.1
This commit has been automatically submitted by Github Actions.
2022-02-08 09:31:57 +00:00
Termux Github Actions
8f6e9a518d delve: update to 1.8.1
This commit has been automatically submitted by Github Actions.
2022-02-08 09:31:33 +00:00
Termux Github Actions
d1172fbf04 assimp: update to 5.2.1
This commit has been automatically submitted by Github Actions.
2022-02-08 09:24:19 +00:00
Henrik Grimler
ef60aa9fca
clpeak: update to 1.1.2
And add new dependency opencl-clhpp.
2022-02-08 10:12:40 +01:00
Henrik Grimler
fcf4e37a81
opencl-clhpp: add package
It is now required for successful build of clpeak (and perhaps
others).
2022-02-08 10:12:21 +01:00
Henrik Grimler
45ed81d242
rcshell: change source url
Old one is no longer available. Also add a proper hostbuild step
instead of patching Makefile.
2022-02-08 08:41:52 +01:00
Henrik Grimler
425135d923
iverilog: disable package
It doesn't build, fails with:

    parse.cc:299:10: fatal error: 'parse.hh' file not found
    #include "parse.hh"
             ^~~~~~~~~~
    1 warning and 1 error generated.
    make[1]: *** [Makefile:108: parse.o] Error 1
2022-02-08 08:41:48 +01:00
Henrik Grimler
e491b059f5
gnugo: fix compilation error due to duplicate symbols
-fcommon works around issue for cross-compilation, but with ubuntu
21.10 issue happens for hostbuild as well. Fix core issue instead
having to change hostbuild flags as well.
2022-02-08 08:41:45 +01:00
sk0kanik
3b57cf86ea rust: bump revision after llvm update 2022-02-08 12:04:14 +05:30
Tee KOBAYASHI
55d891fec3 new package: astra-sm 2022-02-08 14:01:46 +09:00
Tee KOBAYASHI
72c1f22351 new package: robotfindskitten 2022-02-08 13:53:16 +09:00
Tee KOBAYASHI
7550bc427f new package: 6tunnel 2022-02-08 13:46:43 +09:00
marcusz
a622b738b8 aapt, aidl: depend on googletest package 2022-02-08 12:45:02 +09:00
Tee KOBAYASHI
339ef85899 new package: zzuf 2022-02-08 11:52:57 +09:00
Tee KOBAYASHI
57c85cf5d2 aapt: Update to 12.0.0.27 2022-02-08 10:26:57 +09:00
Tee KOBAYASHI
5bcdbbb994 new package: libgtest 2022-02-08 10:26:57 +09:00
Henrik Grimler
0d309d5745
neovim: update tree-sitter dependency
Otherwise tree-sitter build fails due to that libmpack-lua cannot be
downloaded.
2022-02-08 01:18:06 +01:00
Henrik Grimler
5d797d416f
nsnake: remove all links to homepage
The site is down and redirect so shady sites.

Reported by @bidyut1153
Fixes https://github.com/termux/termux-packages/issues/8944
2022-02-07 22:59:02 +01:00
Henrik Grimler
cbb644ef79
libp8-platform: build shared library instead of static one
libcec (and perhaps other) looks only for a shared one.
2022-02-07 22:43:42 +01:00
Henrik Grimler
ae08786aae
stfl: switch source url (temporarily?)
The part of http://www.clifford.at/stfl that serves files and source
code seem to be down, and has been down for a couple of days.

%ci:no-build
2022-02-07 22:34:12 +01:00
Butta
5d98fde4ab swift: fix memory tagging collisions on aarch64 since Android 11 2022-02-08 01:24:14 +05:30
Butta
10fafcb645 libllvm: update from 13.0.0 to 13.0.1 2022-02-07 21:11:39 +05:30
dev-bz
a058a6e5fc dart: Update to 2.16.0 2022-02-07 17:40:08 +05:30
Termux Github Actions
243ac5a31b stylua: update to 0.12.2
This commit has been automatically submitted by Github Actions.
2022-02-07 09:24:27 +00:00
Termux Github Actions
823f56f892 findomain: update to 6.0.0
This commit has been automatically submitted by Github Actions.
2022-02-07 09:12:10 +00:00
Tee KOBAYASHI
114a7152a4 libtranscript: Add patch for dynamic linking issue
as described in https://github.com/android/ndk/issues/201.
2022-02-07 12:50:42 +09:00
Tee KOBAYASHI
e966eded8e clipp, libspdlog: Revbump to rebuild 2022-02-07 12:02:24 +09:00
Tee KOBAYASHI
9b0a99a4d4 aapt: Update to 11.0.0.48 2022-02-07 11:38:05 +09:00
marcusz
1175180740
Update squashfs-tools-ng to 1.1.3 (#8937) 2022-02-07 09:26:15 +08:00
NoNameMan1231
2d06d32e9d
git:Updated to 2.35.1 (#8902)
Signed-off-by: NoNameMan1231 <87801676+NoNameMan1231@users.noreply.github.com>
Co-authored-by: YAKSH BARIYA <yakshbari4@gmail.com>
2022-02-06 11:10:26 +00:00
Yaksh Bariya
75b3526c80
calc: update to v2.14.0.14 2022-02-06 15:42:01 +05:30
Arun
50b5e96da3
lua54: update to 5.4.4 (#8777) 2022-02-06 18:18:37 +09:00
Tee KOBAYASHI
eb3ebc715a aapt: Include aidl
as a subpackage.
2022-02-06 18:06:23 +09:00
Tee KOBAYASHI
32dadeb22f aapt: Update to 8.1.0.81 2022-02-06 18:06:23 +09:00
Termux Github Actions
75b65002eb c-toxcore: update to 0.2.15
This commit has been automatically submitted by Github Actions.
2022-02-06 04:04:27 +00:00
Tee KOBAYASHI
0e46bc34a9 solidity: Use shared Boost libs 2022-02-06 11:46:42 +09:00
Tee KOBAYASHI
5097326136 new package: liblua51 2022-02-06 09:39:33 +09:00
Tee KOBAYASHI
90c7449d93 new package: libtvision 2022-02-06 09:07:19 +09:00
Tee KOBAYASHI
3b9ef5b7cd new package: libtiledb 2022-02-06 08:52:53 +09:00
Tee KOBAYASHI
ba3100045b new package: clipp 2022-02-06 08:52:53 +09:00
Tee KOBAYASHI
a1ad92b3f2 new package: libspdlog 2022-02-06 08:52:53 +09:00
Tee KOBAYASHI
bdde3df95c new package: oorexx 2022-02-06 08:51:45 +09:00
Ade Ramdani
ed38df6a3b
upgrade solidity to version v0.8.11 (#8888)
* disabling ld gold
2022-02-06 08:50:02 +09:00
Saurabh Charde
bf687682fd add package: sheldon
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
2022-02-06 08:26:21 +09:00
Henrik Grimler
4f478f94d2
pigz: update to 2.7 2022-02-05 22:37:58 +01:00
Termux Github Actions
896f799e0e youtubedr: update to 2.7.9
This commit has been automatically submitted by Github Actions.
2022-02-05 17:49:02 +00:00
Termux Github Actions
7f809ba845 microsocks: update to 1.0.3
This commit has been automatically submitted by Github Actions.
2022-02-05 17:33:07 +00:00
Termux Github Actions
4b837dbd28 libical: update to 3.0.14
This commit has been automatically submitted by Github Actions.
2022-02-05 17:31:08 +00:00
Termux Github Actions
19d008f7b1 flyctl: update to 0.0.295
This commit has been automatically submitted by Github Actions.
2022-02-05 17:22:53 +00:00
Termux Github Actions
02458f0eac croc: update to 9.5.1
This commit has been automatically submitted by Github Actions.
2022-02-05 17:20:10 +00:00
Termux Github Actions
ff533318cc cppcheck: update to 2.7
This commit has been automatically submitted by Github Actions.
2022-02-05 17:19:13 +00:00
Henrik Grimler
6ffe074b59 ripgrep: fix fish completion dir path 2022-02-05 14:24:57 +01:00
Henrik Grimler
e5711623d4
nethack: fix compilation with ubuntu 21.10 2022-02-05 14:24:39 +01:00
Henrik Grimler
c6a6b1ed2b
hexcurse: fix compilation error
Fails with:

/home/builder/.termux-build/hexcurse/src/src/screen.c:495:27: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]
    mvwprintw(tmpwin,2,3, msg);
                          ^~~
2022-02-05 09:29:30 +01:00
Henrik Grimler
b88f3a075f
libhtmlcxx: fix compilation error, package needs iconv.h 2022-02-04 20:37:22 +01:00
xyllery-7
50f63ea651 bump gnu global (6.6.8) 2022-02-05 04:07:57 +09:00
Henrik Grimler
5df5b2aed2
remind: update to 03.03.12 2022-02-04 19:46:53 +01:00
Tee KOBAYASHI
1c7d9cd656 new package: tilde 2022-02-05 03:14:34 +09:00
Tee KOBAYASHI
fab75b88cd new package: libt3widget 2022-02-05 03:14:34 +09:00
Tee KOBAYASHI
460f0370c7 new package: libt3window 2022-02-05 03:14:34 +09:00
Tee KOBAYASHI
191a0897a3 new package: libt3highlight 2022-02-05 03:14:34 +09:00
Tee KOBAYASHI
3d8db3762a new package: libt3key 2022-02-05 03:14:34 +09:00
Tee KOBAYASHI
cad0ea6429 new package: libt3config 2022-02-05 03:14:34 +09:00
Tee KOBAYASHI
1442594604 new package: libtranscript 2022-02-05 03:14:34 +09:00
Henrik Grimler
dda6634097
pforth: check in forgotten CMakeLists patch 2022-02-04 17:38:49 +01:00
Henrik Grimler
710e865ec8
pforth: update to 2021-11-29
Upstream now uses CMakeLists, but we still need to hostbuild pforth
for use in build.
2022-02-04 17:27:58 +01:00
Henrik Grimler
6286c284f0
openethereum: disable package
It doesn't build anymore. Disable until someone has managed to fix the
errors:

gmake[2]: *** [CMakeFiles/Makefile2:484: CMakeFiles/rocksdb.dir/all] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:491: CMakeFiles/rocksdb.dir/rule] Error 2
gmake: *** [Makefile:208: rocksdb] Error 2
thread 'main' panicked at '
command did not execute successfully, got: exit code: 2

build script failed, must exit now', /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.42/src/lib.rs:861:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2022-02-04 13:24:34 +01:00
Henrik Grimler
920fc2b8e6
librusty-v8: update to 2022.02.02
Seems that the v8 submodule has had a force push or something, git
fetch --unshallow fails with:

  Fetching submodule v8
  fatal: remote error: upload-pack: not our ref 0b189fbd65a99270a7829108ad1aaf2d0840c25c

therefore ignore error in git fetch --unshallow for now.
2022-02-04 13:24:31 +01:00
Henrik Grimler
79e22923b7
jhead: make sure our compiler flags are used
To fix compilation in ubuntu21 docker image.

Also patch installation step in makefile to avoid us having to
override termux_step_make_install.
2022-02-04 13:24:28 +01:00
NoNameMan1231
a2c19ad045 Fixed sha256 sum
Signed-off-by: NoNameMan1231 <87801676+NoNameMan1231@users.noreply.github.com>
2022-02-04 11:01:08 +05:30
NoNameMan1231
aaea1a52e0 Apt:Upgrade to 2.3.15
Signed-off-by: NoNameMan1231 <87801676+NoNameMan1231@users.noreply.github.com>
2022-02-04 11:01:08 +05:30
YAKSH BARIYA
748beddc9d
add package: scdoc (#8893) 2022-02-04 01:51:37 +00:00
Tee KOBAYASHI
296e4ce16e new package: hummin 2022-02-04 00:30:08 +09:00
YAKSH BARIYA
f0dbf993ce
aerc: Update ro 0.7.1 and get source from now maintained fork (#8890) 2022-02-03 11:45:55 +00:00
Henrik Grimler
9c7cd9dd83
id3lib: convert accidental space indentation to tab
%ci:no-build
2022-02-03 11:29:42 +01:00
Henrik Grimler
60cafc16dd
id3lib: explicitly link against libz
Should fix https://github.com/termux/termux-packages/issues/8889.
2022-02-03 11:23:23 +01:00
Jia Yuan Lo
95c16a9f0b
emscripten: update to 3.1.2 (#8850) 2022-02-03 15:00:06 +05:30
Yaksh Bariya
c08631bf71
Fix some problems in package homepage URLs as reported by Repology
%ci:no-build
2022-02-03 14:56:27 +05:30
Yaksh Bariya
b760237d88
2048-c: Fix description string
This basically broke the JSON data for repology which made Repology to not reflect any changes in the repo
2022-02-03 14:26:17 +05:30
Henrik Grimler
5c1a05bc9b
libusb: update to 1.0.25 2022-02-03 02:22:43 +01:00
Henrik Grimler
f06a8eb5ec
command-not-found: update to 1.73 2022-02-03 02:18:47 +01:00
Tee KOBAYASHI
5ea47ac55e apktool: Depend upon aapt2
now that it is packaged.
2022-02-03 08:05:08 +09:00
Tee KOBAYASHI
74f15f607a aapt: Include aapt2
as a subpackage.
2022-02-03 08:05:08 +09:00
Termux Github Actions
372dc8eda9 radare2: update to 5.6.0
This commit has been automatically submitted by Github Actions.
2022-02-02 18:47:44 +00:00
Henrik Grimler
4f75038038
zig: can't use auto updates since releases aren't on github
No need to re-build package, so:
%ci:no-build
2022-02-02 13:25:07 +01:00
xtkoba
b8e1fa114b
libgnustep-base: Fix build for x86_64 (#8876) 2022-02-02 06:19:55 +00:00
Tee KOBAYASHI
2e3100bca7 new package: lfortran 2022-02-02 12:41:40 +09:00
Tee KOBAYASHI
0773feac34 new package: libkokkos 2022-02-02 12:41:40 +09:00
Termux Github Actions
cd7a9ae849 stylua: update to 0.12.1
This commit has been automatically submitted by Github Actions.
2022-02-02 00:59:03 +00:00
Tee KOBAYASHI
671eed12f7 new package: snmptt 2022-02-02 06:14:52 +09:00
Tee KOBAYASHI
1c0e8ce18d new package: net-snmp 2022-02-02 06:14:52 +09:00
Termux Github Actions
7a8fb1b2b0 flyctl: update to 0.0.294
This commit has been automatically submitted by Github Actions.
2022-02-01 18:24:47 +00:00
Maxython
16a6f0caad termux-tools: add new system value TERMUX_MAIN_PACKAGE_FORMAT 2022-02-01 15:10:30 +01:00
Termux Github Actions
ff70390e81 syncthing: update to 1.19.0
This commit has been automatically submitted by Github Actions.
2022-02-01 12:45:16 +00:00
Termux Github Actions
b48a70f174 gh: update to 2.5.0
This commit has been automatically submitted by Github Actions.
2022-02-01 12:22:01 +00:00
Termux Github Actions
da054c7ba5 duf: update to 0.8.0
This commit has been automatically submitted by Github Actions.
2022-02-01 06:18:32 +00:00
Maxython
8ec363aa50 fetchmail: update 2022-02-01 10:25:47 +05:30
Tee KOBAYASHI
fe0b5e0252 bash: Update to 5.1.16 2022-02-01 10:24:49 +05:30
Tee KOBAYASHI
193718ecd1 new package: yosys 2022-02-01 10:16:00 +09:00
Termux Github Actions
cfb55a7255 o-editor: update to 2.47.0
This commit has been automatically submitted by Github Actions.
2022-02-01 00:32:30 +00:00
Termux Github Actions
e0b72eb080 harfbuzz: update to 3.3.1
This commit has been automatically submitted by Github Actions.
2022-02-01 00:29:04 +00:00
Tee KOBAYASHI
d8e8a411ec new package: hcl 2022-02-01 06:46:28 +09:00
Tee KOBAYASHI
bad4c0d458 new package: blade 2022-02-01 06:36:11 +09:00
Tee KOBAYASHI
1f20515b05 new package: pomodoro-curses 2022-02-01 05:39:26 +09:00
Tee KOBAYASHI
7889973a31 new package: libinih 2022-02-01 05:39:26 +09:00
Tee KOBAYASHI
967f702fb7 snapcast-server: Add subpackage snapcast-client 2022-02-01 05:26:04 +09:00
Tee KOBAYASHI
69e1e62b4d new package: nsis 2022-02-01 05:16:11 +09:00
Tee KOBAYASHI
d4a34b34f5 new package: libupscaledb 2022-02-01 04:56:54 +09:00
xeffyr
8a0de97452 proot-distro: update to 3.0.0 2022-01-31 20:38:04 +02:00
Termux Github Actions
b49a1086c6 harfbuzz: update to 3.3.0
This commit has been automatically submitted by Github Actions.
2022-01-31 18:30:34 +00:00
xeffyr
1a5d7657e9 termux-tools: update termux.1 manpage 2022-01-31 20:19:29 +02:00
xeffyr
153d6e0459 update codeowners
%ci:no-build
2022-01-31 20:18:51 +02:00
xeffyr
a978da484f update termux-keyring 2022-01-31 20:15:35 +02:00
Master Java
fc16f5298d groovy: update to 4.0.0 2022-01-31 12:03:32 +05:30
Termux Github Actions
9ff06c8256 stylua: update to 0.12.0
This commit has been automatically submitted by Github Actions.
2022-01-31 00:46:52 +00:00
Tee KOBAYASHI
a98962347d new package: pika 2022-01-31 08:52:42 +09:00
Tee KOBAYASHI
c3f5b28356 new package: libglog 2022-01-31 08:52:42 +09:00
Tee KOBAYASHI
51412a8eb2 new package: librocksdb 2022-01-31 08:52:42 +09:00
Termux Github Actions
c21d5ddd46 libraqm: update to 0.9.0
This commit has been automatically submitted by Github Actions.
2022-01-30 18:25:55 +00:00
Henrik Grimler
7b355a29d0
texlive{,-full}: remove package
It is one (soon two) years behind, and is a big hack: some of the debs
are larger than our upload system can handle, and the file lists are
generated from the tlpdb in a not so nice way that breaks horribly on
every texlive release.  Disk space is somewhat of a concern again on
the host that fosshost gives us at no (!) cost, and removing
texlive-full gives us ~1 GB of space.

The reasonable thing to do would be to set up a separate
"termux-texlive" repo, and create a package for every texlive package
rather than for every collection as done here.  Debian, ubuntu and
friends properly creates subpackages.  I am not really motivated to do
this though, so if someone else has use of a properly packaged texlive
and wants to look into it, then that would be great.

Users that want to use texlive should install texlive-installer
instead, it anyways allows for more convenient installation (you can
freely choose which scheme and which packages to install).
2022-01-30 17:05:14 +01:00
Tee KOBAYASHI
00f1e6edd3 new package: libcdk 2022-01-31 00:14:07 +09:00
Henrik Grimler
bcc3f5a735
luarocks: update to 3.8.0 2022-01-30 15:45:05 +01:00
Henrik Grimler
aed08bf1d6
luarocks: fix system detect
Can't read /proc on android.

Fixes https://github.com/termux/termux-packages/issues/8780, fix
found by @ramonrwx.
2022-01-30 15:45:02 +01:00
Henrik Grimler
e7365c115c
bastet: avoid hardcoded prefix in patches
%ci:no-build
2022-01-30 15:44:33 +01:00
Henrik Grimler
f57894b54b
mpd: avoid hardcoded prefix in patches
%ci:no-build
2022-01-30 15:44:14 +01:00
Tee KOBAYASHI
ae0f147c89 new package: ssdb 2022-01-30 20:34:36 +09:00
s00se
0662db1392 ncurses: bump package version for rxvt 2022-01-30 15:11:55 +05:30
Yaksh Bariya
3ce1eb0663
do not use debianutils which in our scripts
The utility is deprecated and might just unnecessarily spam the CI logs when we update to new docker image

%ci:no-build
2022-01-30 10:04:20 +05:30
Termux Github Actions
c2280e5c0e libexpat: update to 2.4.4
This commit has been automatically submitted by Github Actions.
2022-01-30 00:27:24 +00:00
Tee KOBAYASHI
57e1313fd4 new package: libforestdb 2022-01-30 08:35:56 +09:00
Tee KOBAYASHI
40a2d793ed new package: libsnappy 2022-01-30 08:35:56 +09:00
Tee KOBAYASHI
4b287f4e20 new package: dynomite 2022-01-30 08:06:31 +09:00
Tee KOBAYASHI
fb2eb51397 new package: libunqlite 2022-01-30 07:40:27 +09:00
Tee KOBAYASHI
247b966f00 new package: mdbook-katex 2022-01-30 07:10:55 +09:00
Tee KOBAYASHI
e1e7edb8b9 rust: Update to 1.58.1
Co-authored-by: sk0kanik <37567788+sk0kanik@users.noreply.github.com>
2022-01-30 04:05:51 +09:00
Termux Github Actions
a673f73315 kak-lsp: update to 12.0.1
This commit has been automatically submitted by Github Actions.
2022-01-29 18:35:52 +00:00
Termux Github Actions
e715affe1f fd: update to 8.3.2
This commit has been automatically submitted by Github Actions.
2022-01-29 18:21:58 +00:00
Yaksh Bariya
c4363be6ac
xh: Also include bin/xhs symlink to bin/xh 2022-01-29 17:20:03 +05:30
Termux Github Actions
1e7185754f flyctl: update to 0.0.292
This commit has been automatically submitted by Github Actions.
2022-01-29 00:21:16 +00:00
Tee KOBAYASHI
f9a87ecaae xh: Update to 0.15.0 2022-01-29 08:25:55 +09:00
Termux Github Actions
d4084d4e4d luv: update to 1.43.0-0
This commit has been automatically submitted by Github Actions.
2022-01-28 18:25:44 +00:00
Termux Github Actions
7961051c8d flyctl: update to 0.0.291
This commit has been automatically submitted by Github Actions.
2022-01-28 18:18:16 +00:00
Tee KOBAYASHI
a10194c0e2 new package: gforth 2022-01-28 15:03:23 +01:00
backlight-rn
d056daed9b Update build.sh 2022-01-28 10:32:40 +05:30
Tee KOBAYASHI
54269226d9 new package: cliaoke 2022-01-28 04:56:21 +09:00
Tee KOBAYASHI
3f90242ebd new package: libxls 2022-01-28 04:55:46 +09:00
Tee KOBAYASHI
121072e068 new package: libxlsxwriter 2022-01-28 04:54:20 +09:00
Tee KOBAYASHI
5d05d0360b new package: quick-lint-js 2022-01-28 04:45:26 +09:00
Termux Github Actions
ed3cafd50b hugo: update to 0.92.1
This commit has been automatically submitted by Github Actions.
2022-01-27 18:35:41 +00:00
Termux Github Actions
9af2ba7eeb flyctl: update to 0.0.290
This commit has been automatically submitted by Github Actions.
2022-01-27 18:17:48 +00:00
Leonid Pliushch
6a456ad6a0 termux-tools: version 0.159 2022-01-27 12:53:18 +02:00
Leonid Pliushch
59a2684024 termux-tools: fix primary host message 2022-01-27 12:53:18 +02:00
Tee KOBAYASHI
09b2e01070 new package: outfieldr 2022-01-27 11:26:25 +09:00
Tee KOBAYASHI
dafb16e23c new package: rubiks-cube 2022-01-27 11:16:48 +09:00
Tee KOBAYASHI
60a48e7e65 new package: crypto-monitor 2022-01-27 11:05:42 +09:00
Tee KOBAYASHI
b7d51154ec new package: ncpamixer 2022-01-27 10:54:47 +09:00
Termux Github Actions
960df30efd flyctl: update to 0.0.289
This commit has been automatically submitted by Github Actions.
2022-01-27 00:20:51 +00:00
Termux Github Actions
91d77e9278 flyctl: update to 0.0.288
This commit has been automatically submitted by Github Actions.
2022-01-26 18:17:41 +00:00
Yaksh Bariya
3165cc82ad Install external completions for fish in $PREFIX/share/fish/vendor_comletions.d
Currently we are installing package specific completions for fisg shell
in `$PREFIX/share/fish/completions` which is incorrect. This also fixes
completions from fish ahell conflicting with other packages'
completions.
2022-01-26 14:47:03 +00:00
Yaksh Bariya
d93b6c3433 add package: pastel 2022-01-26 12:50:04 +00:00
Yaksh Bariya
f05fc8698e nmap: update to 7.92 2022-01-26 12:46:48 +00:00
Tee KOBAYASHI
791a60338f avahi: Disable D-Bus by default 2022-01-26 21:41:52 +09:00
Termux Github Actions
b80079f0de kak-lsp: update to 12.0.0
This commit has been automatically submitted by Github Actions.
2022-01-26 12:30:04 +00:00
Termux Github Actions
1691acdbda flyctl: update to 0.0.287
This commit has been automatically submitted by Github Actions.
2022-01-26 12:18:00 +00:00
Tee KOBAYASHI
2d314e8f3c new package: libfinalcut 2022-01-26 20:08:54 +09:00
Tee KOBAYASHI
21758313b9 new package: libftxui 2022-01-26 19:59:51 +09:00
YAKSH BARIYA
2c98633e42
rust-analyzer: update to 20220124 (#8762) 2022-01-26 08:40:31 +00:00
Master Java
4932207e63 scala: update to 3.1.1 2022-01-26 00:56:45 +05:30
Termux Github Actions
a2f7eb21c5 erlang: update to 24.2.1
This commit has been automatically submitted by Github Actions.
2022-01-25 18:39:19 +00:00
Termux Github Actions
517bea6633 libvips: update to 8.12.2
This commit has been automatically submitted by Github Actions.
2022-01-25 12:27:31 +00:00
Leap of Azzam
18fbc56c72 add package: zig
Signed-off-by: Leap of Azzam <leapofazzam@gmail.com>
2022-01-25 20:52:58 +09:00
Termux Github Actions
33a64aabdb jfrog-cli: update to 2.11.1
This commit has been automatically submitted by Github Actions.
2022-01-24 18:29:56 +00:00
Termux Github Actions
5df24524d2 helm: update to 3.8.0
This commit has been automatically submitted by Github Actions.
2022-01-24 18:26:19 +00:00
Termux Github Actions
e60337e456 topgrade: update to 8.2.0
This commit has been automatically submitted by Github Actions.
2022-01-24 12:39:20 +00:00
Tee KOBAYASHI
26ab475ad2 gsl: Do not remove bin/gsl-config 2022-01-24 18:08:31 +09:00
Termux Github Actions
5cd88fd867 libtreesitter: update to 0.20.4
This commit has been automatically submitted by Github Actions.
2022-01-23 20:09:36 +00:00
Termux Github Actions
a6fd765ffb flyctl: update to 0.0.286
This commit has been automatically submitted by Github Actions.
2022-01-23 20:03:05 +00:00
Tee KOBAYASHI
5d91b1f399 ncurses: Use alternative source url
due to timeout issue for invisible-mirror.net.
2022-01-24 04:04:58 +09:00
Yonle
b7e76158f3
Fluidsynth: Update to 2.2.5 (#8729)
https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.5
2022-01-23 16:53:44 +00:00
YAKSH BARIYA
e364bf53ec
ncurses: update to 6.3 (#8709) 2022-01-23 16:51:02 +00:00
Tee KOBAYASHI
d2c703c5f7 new package: ngspice 2022-01-24 00:41:48 +09:00
Tee KOBAYASHI
fecd26227d new package: simh 2022-01-24 00:18:09 +09:00
Tee KOBAYASHI
d40ac66d6d new package: mp3gain 2022-01-23 23:45:30 +09:00
Tee KOBAYASHI
899db6a985 avahi: Enable compatibility layer for libdns_sd 2022-01-23 23:38:53 +09:00
Tee KOBAYASHI
b66bc94c7f avahi: Enable use of D-Bus 2022-01-23 23:38:53 +09:00
Michal Bednarski
6da3361d59 proot: Update package
termux/proot#213
2022-01-23 15:26:32 +01:00
Tee KOBAYASHI
9a7dd82ae7 cicada: Fix build for x86_64 2022-01-23 18:39:38 +09:00
Termux Github Actions
0d909a6de1 cicada: update to 0.9.23
This commit has been automatically submitted by Github Actions.
2022-01-23 06:15:11 +00:00
YAKSH BARIYA
6b95718c60
openssl: Also install manpages (#8720)
Might be helpful for anyone working with openssl
2022-01-23 03:27:31 +00:00
Tee KOBAYASHI
66a654aa4b mupdf: Update to 1.19.0 2022-01-22 23:48:54 +09:00
Tee KOBAYASHI
a1b2897429 tesseract: Build shared libs 2022-01-22 23:48:54 +09:00
ruki
e2bd1eb494
xmake: 2.6.3 (#8719) 2022-01-22 19:33:33 +05:30
Termux Github Actions
8c43dd8dc1 youtubedr: update to 2.7.7
This commit has been automatically submitted by Github Actions.
2022-01-22 12:43:56 +00:00
Tee KOBAYASHI
5d587ea301 megacmd: Use __TERMUX__ identifier 2022-01-22 08:26:21 +00:00
Tee KOBAYASHI
391bd4fd72 megacmd: Get rid of references to MEGAjvm 2022-01-22 08:26:21 +00:00
Termux Github Actions
da1feb8853 libtreesitter: update to 0.20.3
This commit has been automatically submitted by Github Actions.
2022-01-22 06:17:20 +00:00
Henrik Grimler
ae4b94980a
megacmd: bump package
Hopefully fixes https://github.com/termux/termux-packages/issues/8708
2022-01-21 12:50:20 +01:00
Termux Github Actions
a821da898f zstd: update to 1.5.2
This commit has been automatically submitted by Github Actions.
2022-01-21 00:49:43 +00:00
Tee KOBAYASHI
8a9be0408f unar, uwsgi: Fix bug in sys_time.c
The first argument of `timespec_from_timeval()` must be a pointer.
2022-01-20 21:23:51 +01:00
flutcher22
f7ea450830 Stunnel: Update to 5.62 2022-01-20 21:22:47 +01:00
flutcher22
f6cff23b63 Clash: update to 1.9.0 2022-01-20 21:22:47 +01:00
Termux Github Actions
ba86b5586f flyctl: update to 0.0.285
This commit has been automatically submitted by Github Actions.
2022-01-20 18:13:17 +00:00
Henrik Grimler
cf7a277d78
command-not-found: update to 1.72 2022-01-20 17:05:06 +01:00
Henrik Grimler
ee0de34a93
termux-tools: termux-change-repo: fix repo list
Recently added mwt repo was not added to dialog list.
2022-01-20 16:09:56 +01:00
Yaksh Bariya
178f5ae78b gdal: update to 3.4.1 2022-01-20 14:46:22 +00:00
Yaksh Bariya
a45d8355ac deno: Disable deno upgrade
Currently Deno doesn't currently provide prebuilt binaries for Android.
But when it will do, it will allow users to upgrade Deno by using `deno
upgrade`. This might break existing deno installation. So just encourage
people to not use this
2022-01-20 14:45:56 +00:00
Maxython
f7341d7064 2048-c: add to group games 2022-01-20 14:05:34 +02:00
Tee KOBAYASHI
a085200bf7 ncmpcpp: Update to 0.9.2 2022-01-20 14:18:36 +05:30
Tee KOBAYASHI
193f026d86 new package: 2048-c 2022-01-20 10:04:55 +02:00
Tee KOBAYASHI
f33e9c9743 new package: fdm 2022-01-20 10:03:31 +02:00
Tee KOBAYASHI
1df2bfb516 new package: libtdb 2022-01-20 10:03:31 +02:00
Tee KOBAYASHI
0b4699e744 new package: grafana 2022-01-20 10:02:48 +02:00
Tee KOBAYASHI
19c6aaf258 new package: mono 2022-01-20 10:02:09 +02:00
Termux Github Actions
911040eb3c flyctl: update to 0.0.284
This commit has been automatically submitted by Github Actions.
2022-01-20 00:20:14 +00:00
Henrik Grimler
7e040f0512
deno: add possibility of debug build 2022-01-19 20:11:47 +01:00
Termux Github Actions
fb41212836 gifski: update to 1.6.4
This commit has been automatically submitted by Github Actions.
2022-01-19 18:15:52 +00:00
Tee KOBAYASHI
7fa503c183 deno: Update to 1.17.3p20220119 2022-01-19 17:08:40 +01:00
Henrik Grimler
e1dcc61e01
termux-tools: termux-change-repo: note geo-location of grimler mirror 2022-01-19 16:56:15 +01:00
Henrik Grimler
b69a4c61da
Add Mwt's mirror to termux-change-repo
Hosted in New Jersey, USA.
2022-01-19 16:56:08 +01:00
Yaksh Bariya
ef0c00b9a1 nodejs: update to 17.4.0 2022-01-19 08:33:26 +00:00
Tee KOBAYASHI
af98262bab new package: softether-vpn 2022-01-19 09:58:48 +02:00
Henrik Grimler
b0d17bb59e
mdns-scan: fix installation path
Fixes https://github.com/termux/termux-packages/issues/8674.
2022-01-18 17:53:24 +01:00
Jia Yuan Lo
21672e9fba emscripten: remove -git suffix during packaging 2022-01-18 17:08:58 +02:00
Jia Yuan Lo
7e36a8c62d emscripten: update to 3.1.1 2022-01-18 17:08:58 +02:00
Tee KOBAYASHI
7f6ad85c24 mupdf: Build static libs 2022-01-18 17:08:27 +02:00
Tee KOBAYASHI
989801561e new package: procs 2022-01-18 17:08:07 +02:00
Termux Github Actions
9d25606a76 navi: update to 2.19.0
This commit has been automatically submitted by Github Actions.
2022-01-18 12:28:25 +00:00
Tee KOBAYASHI
637cfdde3f groff: Install files for font/devpdf 2022-01-18 11:14:08 +02:00
Tee KOBAYASHI
059617db3b new package: deno 2022-01-18 10:18:56 +02:00
Tee KOBAYASHI
4a27a66da9 gst-libav: Fix build with ffmpeg 5.0 2022-01-18 10:18:16 +02:00
Tee KOBAYASHI
4a556f911c gegl: Disable ffmpeg support
which currently does not build against ffmpeg 5.0:
https://gitlab.gnome.org/GNOME/gegl/-/issues/301
2022-01-18 10:17:49 +02:00
Tee KOBAYASHI
c20a125219 cmus: Bump revision to rebuild
as a follow-up of ffmpeg version bump.
2022-01-18 10:17:15 +02:00
Tee KOBAYASHI
e97ce1bb09 new package: btfs2 2022-01-18 10:16:19 +02:00
Termux Github Actions
540a9675de libical: update to 3.0.13
This commit has been automatically submitted by Github Actions.
2022-01-17 18:22:09 +00:00
Termux Github Actions
137cc53610 flyctl: update to 0.0.283
This commit has been automatically submitted by Github Actions.
2022-01-17 18:15:08 +00:00
Termux Github Actions
ae7e9f24d4 et: update to 6.1.11
This commit has been automatically submitted by Github Actions.
2022-01-17 12:21:28 +00:00
Tee KOBAYASHI
8a602950b6 chromaprint: Build without tools
as `fpcalc` does not build with ffmpeg 5.0.
2022-01-17 13:42:22 +02:00
Tee KOBAYASHI
441038dda1 hiptext: Move to disabled packages
Build fails with ffmpeg 5.0. Upstream does not maintain this anymore.
Use `timg` instead.
2022-01-17 13:41:36 +02:00
Faheem Pervez
e27d2b97e4 strace: enable mpers for aarch64 2022-01-17 12:25:36 +02:00
Faheem Pervez
c1f8de1288 strace: update to 5.16 2022-01-17 12:25:36 +02:00
Tee KOBAYASHI
d51177aa78 timg: Fix build with ffmpeg 5.0 2022-01-17 12:25:15 +02:00
Tee KOBAYASHI
c8b15cd86d new package: fcp 2022-01-17 11:30:52 +02:00
Tee KOBAYASHI
a81d083a8d new package: rip 2022-01-17 11:30:44 +02:00
Tee KOBAYASHI
a41eb4380f new package: gron 2022-01-17 11:30:05 +02:00
Tee KOBAYASHI
8dc766f51d new package: miller 2022-01-17 11:29:57 +02:00
Tee KOBAYASHI
4b2afcc36b new package: odin 2022-01-17 11:29:49 +02:00
Tee KOBAYASHI
63e5221fad new package: up 2022-01-17 11:28:57 +02:00
Tee KOBAYASHI
c5b53a9612 new package: lipl 2022-01-17 11:28:48 +02:00
Tee KOBAYASHI
f26881c10f new package: viddy 2022-01-17 11:28:37 +02:00
Tee KOBAYASHI
1fa57f1e7a new package: llama 2022-01-17 11:28:25 +02:00
Tee KOBAYASHI
e2d12344fe new package: desed 2022-01-17 11:28:16 +02:00
Tee KOBAYASHI
4a688ba145 new package: await 2022-01-17 11:28:07 +02:00
Tee KOBAYASHI
f0153a6e78 new package: librusty-v8 2022-01-17 11:23:38 +02:00
Tee KOBAYASHI
fcfb07dcc4 new package: mdbook-open-on-gh 2022-01-17 11:22:07 +02:00
Tee KOBAYASHI
4db25cbd2d new package: mdbook-plantuml 2022-01-17 11:21:47 +02:00
Tee KOBAYASHI
457ce4608c new package: mdbook-mermaid 2022-01-17 11:21:27 +02:00
Tee KOBAYASHI
c26c195400 new package: mdbook-linkcheck 2022-01-17 11:21:04 +02:00
Tee KOBAYASHI
25d047fe70 new package: mdbook-toc 2022-01-17 11:20:42 +02:00
Tee KOBAYASHI
89804f6eae new package: xh 2022-01-17 11:07:24 +02:00
Tee KOBAYASHI
8b2195c9a2 new package: texlab 2022-01-17 11:06:57 +02:00
Tee KOBAYASHI
e8b654c921 pianobar: Fix build with ffmpeg 5.0 2022-01-17 11:06:11 +02:00
Tee KOBAYASHI
9f67787f80 new package: monero 2022-01-17 11:05:26 +02:00
Leonid Pliushch
1014918743
libprotobuf: disable automatic updates
Cause protobuf setup scripts to be out of date.
2022-01-17 11:04:50 +02:00
Tee KOBAYASHI
ed70f04fda new package: ravencoin 2022-01-17 10:55:50 +02:00
Tee KOBAYASHI
4f79bc4f8e new package: libdevil 2022-01-17 10:55:15 +02:00
flutcher22
4b1040af3e stunnel: update to 5.61 2022-01-17 10:54:47 +02:00
flutcher22
1ae3a97a8e openssl: update to 1.1.1m 2022-01-17 10:54:47 +02:00
Termux Github Actions
2ca6b9407f lazygit: update to 0.32.2
This commit has been automatically submitted by Github Actions.
2022-01-17 08:53:55 +00:00
Tee KOBAYASHI
9d5b4969f9 megacmd: Bump revision to rebuild
as a follow-up of ffmpeg version bump.
2022-01-17 10:43:40 +02:00
Tee KOBAYASHI
22a4e0627f minidlna: Bump revision to rebuild
as a follow-up of ffmpeg version bump.
2022-01-17 10:43:11 +02:00
Leonid Pliushch
cae1f04eb5
peaclock: disable automatic updates
Package doesn't have GitHub releases.
2022-01-17 10:34:11 +02:00
Termux Github Actions
dcde9cb54c gogs: update to 0.12.4
This commit has been automatically submitted by Github Actions.
2022-01-17 06:20:43 +00:00
Henrik Grimler
184eeb6afe
mpd: update to 0.23.5
Should fix https://github.com/termux/termux-packages/issues/8641
2022-01-16 19:37:35 +01:00
Termux Github Actions
d7c474888c libexpat: update to 2.4.3
This commit has been automatically submitted by Github Actions.
2022-01-16 18:16:22 +00:00
Lokesh Pandey
ca83cb4f58
Merge pull request #8637 from Hax4us/patch-1
build gnutls with p11-kit
2022-01-16 18:21:34 +05:30
backlight-rn
b696231bd8
apt: Update to 2.3.14 (#8634)
* Update 0009-update-error-messages.patch

* Update build.sh

* Remove revision

Co-authored-by: buttaface <butta@fastem.com>
2022-01-16 18:14:09 +05:30
Termux Github Actions
eedeea6fd6 lsd: update to 0.21.0
This commit has been automatically submitted by Github Actions.
2022-01-16 12:20:40 +00:00
Hax4us
6c010f0da0 build gnutls with p11-kit 2022-01-16 12:14:50 +00:00
Tee KOBAYASHI
dcd73631ee new package: scc 2022-01-16 10:45:58 +02:00
Tee KOBAYASHI
b612676c17 new package: grex 2022-01-16 10:45:33 +02:00
Tee KOBAYASHI
e17bc2441f new package: tealdeer 2022-01-16 10:45:12 +02:00
Tee KOBAYASHI
8395a55d27 new package: curlie 2022-01-16 10:44:39 +02:00
Tee KOBAYASHI
68be280850 new package: sd 2022-01-16 10:44:12 +02:00
Tee KOBAYASHI
b1ec4f56ec new package: choose 2022-01-16 10:43:44 +02:00
DLC01
e756c24ec5
exhale: update to 1.1.9 (#8584) 2022-01-16 10:39:55 +02:00
dev-bz
c8d8c67daf dart: enable dart2js for web app 2022-01-16 10:39:16 +02:00
dev-bz
4040a2c997 dart: add dart2js 2022-01-16 10:39:16 +02:00
dev-bz
e633a49af2 dart: support flutter and enable x86_64 2022-01-16 10:39:16 +02:00
Aditya Alok
87732bc490 chore(lua-language-server): update to 2.6.0
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-01-16 10:55:12 +05:30
Lucinda May Phipps
8e8b23c2d5
python: update to 3.10.2 2022-01-16 02:51:52 +00:00
Termux Github Actions
d4143160a9 gifski: update to 1.6.3
This commit has been automatically submitted by Github Actions.
2022-01-16 00:15:40 +00:00
DLC01
cbe091c827 mpv: Bump revision 2022-01-16 00:12:17 +05:30
DLC01
72d3387ef8 Bump ffmpeg to v5.0 2022-01-16 00:12:17 +05:30
Leonid Pliushch
bc8e0a5abc
proot-distro: update to 2.9.5 2022-01-15 14:10:13 +02:00
Leonid Pliushch
bcc1b7c434
libopencc: bump revision 2022-01-15 13:54:05 +02:00
Leonid Pliushch
4b55bec29c
capnproto: bump revision 2022-01-15 13:50:48 +02:00
Tee KOBAYASHI
e5956508f8 dart: Convert tar-path.patch into sed script 2022-01-15 13:46:39 +02:00
Tee KOBAYASHI
6ac70124d6 dart: Update to 2.15.1 2022-01-15 13:46:39 +02:00
Efreak
c8032b1d34 new package: peaclock 2022-01-15 13:45:37 +02:00
Tee KOBAYASHI
2fb88aa50e new package: fex 2022-01-15 13:45:04 +02:00
Tee KOBAYASHI
42d0ec08db new package: mcfly 2022-01-15 13:14:25 +02:00
Tee KOBAYASHI
698e40cc28 new package: tectonic 2022-01-15 13:13:36 +02:00
Termux Github Actions
9676810962 lazygit: update to 0.32.1
This commit has been automatically submitted by Github Actions.
2022-01-15 06:16:33 +00:00
Termux Github Actions
4e775bf9d4 gopass: update to 1.13.1
This commit has been automatically submitted by Github Actions.
2022-01-15 06:14:10 +00:00
Henrik Grimler
423b1fe708
gpac: avoid building with x11 support 2022-01-14 21:43:41 +01:00
Tee KOBAYASHI
3737ab8f97 gdb: Adapt to libthread-db 2022-01-14 15:18:18 +02:00
Tee KOBAYASHI
86eef6b403 gdb: Depend on libthread-db 2022-01-14 15:18:18 +02:00
Tee KOBAYASHI
4fa8454de4 new package: libthread-db 2022-01-14 15:18:18 +02:00
Tee KOBAYASHI
daad590b41 new package: libcec 2022-01-14 15:13:45 +02:00
Tee KOBAYASHI
b894e3abe3 new package: libp8-platform 2022-01-14 15:13:45 +02:00
Tee KOBAYASHI
55298ee276 new package: gpac 2022-01-14 15:13:07 +02:00
Tee KOBAYASHI
27e88a1953 new package: libvmaf 2022-01-14 15:12:33 +02:00
Tee KOBAYASHI
42dc82f500 new package: dgsh 2022-01-14 15:12:16 +02:00
Tee KOBAYASHI
7ce5d869ba new package: liblightning 2022-01-14 15:11:40 +02:00
Tee KOBAYASHI
d807b1e38a new package: posixvala 2022-01-14 15:11:13 +02:00
Tee KOBAYASHI
243684b57f new package: suite3270 2022-01-14 15:10:40 +02:00
Tee KOBAYASHI
f3742cb7fe new package: txikijs 2022-01-14 15:09:54 +02:00
Tee KOBAYASHI
216046f902 new package: scheme48 2022-01-14 14:04:24 +02:00
Tee KOBAYASHI
a5d1fcb3d5 new package: prover9 2022-01-14 14:03:42 +02:00
Tee KOBAYASHI
a44f27e900 libobjc2: Bump revision 2022-01-14 14:03:09 +02:00
Tee KOBAYASHI
856597397f libobjc2: Set TERMUX_PKG_CONFLICTS 2022-01-14 14:03:09 +02:00
Tee KOBAYASHI
02d88c361d libobjc2: Disable support for Objective-C++
Fixes https://github.com/termux/termux-packages/issues/8504#issuecomment-1008214653.
2022-01-14 14:03:09 +02:00
Tee KOBAYASHI
4b9d19de88 new package: librime 2022-01-14 14:01:49 +02:00
Tee KOBAYASHI
7f6269bec2 new package: libopencc 2022-01-14 14:01:49 +02:00