Commit Graph

15472 Commits

Author SHA1 Message Date
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