Commit Graph

13048 Commits

Author SHA1 Message Date
Termux Github Actions 643e6648a1 gping: update to 1.2.5
This commit has been automatically submitted by Github Actions.
2021-09-12 18:20:37 +00:00
Leonid Pliushch c94a719c73
proot-distro: update to 2.5.0 2021-09-12 21:18:57 +03:00
Henrik Grimler 9b9d1d3e8b
ncurses: add alacritty terminfo
Fixes https://github.com/termux/termux-packages/issues/7511
2021-09-12 10:32:44 +02:00
Termux Github Actions 2ac2f09d88 ccache: update to 4.4.1
This commit has been automatically submitted by Github Actions.
2021-09-11 12:10:30 +00:00
Lucinda May Phipps 552bea2c14
imagemagick: update to 7.1.0.6 2021-09-11 13:01:16 +01:00
Henrik Grimler 8221baaeb0
termux-keyring: update grimler's key with more signatures 2021-09-11 09:49:20 +02:00
Lucy Phipps 007c5605b0
openssh: update misc_c.patch 2021-09-11 06:24:16 +01:00
Lucinda May Phipps ac411310eb
openssh: update to 8.7p1 2021-09-11 06:01:10 +01:00
Leonid Pliushch 2530c79231
termux-keyring: update xeffyr.gpg
Key is not changed. Imported new signatures.
2021-09-11 00:11:19 +03:00
tcely 5e7a8ec9fe
openssh: make using other agents easier (#7494) 2021-09-10 23:23:37 +03:00
tcely 2dbdbd23f3
openssh: add scpa wrapper (#7492) 2021-09-10 23:19:48 +03:00
Leonid Pliushch 4e4c9f0c83
new package: uthash 2021-09-10 21:42:35 +03:00
Termux Github Actions d97fd74b93 binaryen: update to 102
This commit has been automatically submitted by Github Actions.
2021-09-10 18:21:52 +00:00
Leonid Pliushch 9608af5a38
update debscripts for compatibility with pacman format 2021-09-10 19:55:32 +03:00
Lucy Phipps c3be5d85a0
termux-keyring: mark as essential 2021-09-10 17:04:58 +01:00
Lucy Phipps d00376c914
termux-keyring: add my key 2021-09-10 16:53:26 +01:00
Lucinda May Phipps fd024e47b7
termux-tools: remove unused "revison"
%ci:no-build
2021-09-10 12:28:16 +01:00
Butta d83fd5b384 swift: update from 5.4.2 to 5.4.3 2021-09-10 15:20:16 +05:30
Henrik Grimler 5735dc6012
termux-tools: bump so that package is built 2021-09-10 09:02:13 +02:00
Jeeva 2b4b7c770e mbedtls: update to 3.0.0 2021-09-10 11:49:16 +05:30
agnostic-apollo b631a09cda
Merge pull request #7493 from agnostic-apollo/change-banner-for-playstore-builds
Bump termux-tools to 0.135
2021-09-10 06:28:57 +05:00
agnostic-apollo b6a9dd1524 Bump termux-tools to 0.135 2021-09-10 06:25:27 +05:00
Termux Github Actions ea489e5fe0 libjansson: update to 2.14
This commit has been automatically submitted by Github Actions.
2021-09-10 00:22:20 +00:00
Termux Github Actions c5c9692785 exiv2: update to 0.27.5-RC2
This commit has been automatically submitted by Github Actions.
2021-09-10 00:20:10 +00:00
Termux Github Actions 05619dcb9f flyctl: update to 0.0.238
This commit has been automatically submitted by Github Actions.
2021-09-09 18:14:02 +00:00
Yonle 80dd78103d
new package: chafa (#7491) 2021-09-09 14:50:20 +03:00
Lucinda May Phipps e1489488ce
vde2: trigger rebuild
failure was due to my broken grep patch
2021-09-09 12:27:51 +01:00
Lucy Phipps 53f71e24b3
gzip: trigger rebuild 2021-09-09 12:22:20 +01:00
Lucy Phipps 9de93e07bc
grep: fix gnulib patch path 2021-09-09 12:21:37 +01:00
Jia Yuan Lo c497f3c601 new package: clvk 2021-09-09 14:14:26 +03:00
Jia Yuan Lo cea0e9a2db vulkan-loader-android: update comments 2021-09-09 14:14:26 +03:00
Jia Yuan Lo 40769a9d65 new package: clpeak 2021-09-09 14:14:26 +03:00
Jia Yuan Lo 02569f7f9c new package: clinfo 2021-09-09 14:14:26 +03:00
Jia Yuan Lo b7ff716918 new package: ocl-icd 2021-09-09 14:14:26 +03:00
Jia Yuan Lo daf12a41d0 new package: opencl-headers 2021-09-09 14:14:26 +03:00
Further 5048f8206c
new package: vde2 (#7451) 2021-09-09 14:04:44 +03:00
Lucy Phipps 310793630d
grep, gzip: update gnulib patch
should be the final time, all upstream issues are fixed :)
2021-09-09 11:53:30 +01:00
Henrik Grimler 69c4673016
newsboat: add upstream patch to fix buffer overflow
This fixes issue with overflow when adding terminating null byte
properly, without increasing buffer size.
2021-09-09 09:46:57 +02:00
agnostic-apollo d1a911b9ac Add deprecation and future disabling of playstore builds warning to banner 2021-09-09 04:25:48 +05:00
Lucy Phipps 949eb90988
apt: update to 2.3.9 2021-09-08 22:17:28 +01:00
Lucy Phipps 2cf638fc7e
grep: update to 3.7 2021-09-08 22:17:28 +01:00
Leonid Pliushch 2faeb8dde1
newsboat: use hardcoded length of mbc buffer
Issue https://github.com/termux/termux-packages/issues/7498

Android's MB_LEN_MAX is too small (4). On Linux distributions it is
usually 16, so using this value which resolved the older issue:
https://github.com/termux/termux-packages/issues/4334
2021-09-08 23:52:02 +03:00
Lucy Phipps cfb2a50bd8
gzip: remove gnulib.mk from gnulib.patch 2021-09-08 21:01:33 +01:00
Lucy Phipps 38372f051f
gzip: update gnulib patch again 2021-09-08 20:24:45 +01:00
Henrik Grimler 0ec2cfc1a7
hunspell-ru: update dictionary 2021-09-08 15:57:57 +02:00
Lucy Phipps c3defe8e11
gzip: update patch 2021-09-08 12:50:20 +01:00
Marlin Sööse ff7538f184 proxmark3-git: update to latest master 2021-09-08 10:06:01 +02:00
Lucinda May Phipps 48daf2e10e ghostscript: delete fapi_ft.patch
patch applied upstream
2021-09-08 10:05:10 +02:00
Jeeva 6495b7d412 ghostscript: update to 9.54.0 2021-09-08 10:05:10 +02:00
Termux Github Actions c8d6ef0eef enchant: update to 2.3.1
This commit has been automatically submitted by Github Actions.
2021-09-08 06:14:46 +00:00
Lucinda May Phipps ee27aa76ea
fix typo in subversion build.sh 2021-09-08 07:09:41 +01:00
Lucinda May Phipps 943ebda62e
subversion-perl: don't install perllocal.pod 2021-09-08 07:08:28 +01:00
Henrik Grimler b8f33564d1 pulseaudio: bump revision after updated patches 2021-09-08 07:39:29 +02:00
Leonid Pliushch e1441e6a6a
openjdk-17: gzip manpages
Fixes errors like

 ~ $ man javac
 man: ERROR: /data/data/com.termux/files/usr/share/man/man1/javac.1.gz: No such file or directory
2021-09-07 23:18:52 +03:00
Termux Github Actions 38b393ab03 kak-lsp: update to 11.0.0
This commit has been automatically submitted by Github Actions.
2021-09-07 18:25:24 +00:00
Butta cda20d2041 libgit2: add libiconv dependency 2021-09-07 22:53:42 +05:30
Leonid Pliushch 754893a42b
openjdk-17: symlink manpages to prefix/share/man/*
Fixes https://github.com/termux/termux-packages/issues/7482
2021-09-07 19:52:39 +03:00
Termux Github Actions d396000753 syncthing: update to 1.18.2
This commit has been automatically submitted by Github Actions.
2021-09-07 12:32:50 +00:00
Termux Github Actions b37dffb3ac libgit2: update to 1.2.0
This commit has been automatically submitted by Github Actions.
2021-09-07 12:22:01 +00:00
Termux Github Actions 09c74291ce harfbuzz: update to 2.9.1
This commit has been automatically submitted by Github Actions.
2021-09-07 12:20:02 +00:00
Lucinda May Phipps 1ed8eae7c7
gzip: update to 1.11 2021-09-07 07:06:21 +01:00
xtkoba 3e56f2e581 Revision bump 2021-09-06 13:02:29 +02:00
xtkoba 4d4c0a0a69 Do not use `__builtin_setjmp`
It has been revealed that Clang's `__builtin_setjmp` / `__builtin_longjmp` implementation can be buggy (https://bugs.llvm.org/show_bug.cgi?id=51729). We should instead use `_setjmp` / `_longjmp` provided by Bionic libc.
2021-09-06 13:02:29 +02:00
xtkoba 87ca46cecd Remove `--with-coroutine=copy` from configure args
The configure argument `--with-coroutine=copy` was added because in the era of version 2.7 Ruby was defaulted to using `ucontext` for coroutine implementation on ARMv7, causing a build issue (https://github.com/termux/termux-packages/pull/5025). Now this configure argument is no longer necessary because Ruby version 3.0 (or later) by default uses "native" coroutine implementation for ARMv7 (and also for other three archs supported by Android).

Furthermore, `copy` coroutine implementation has its own deficiencies and is planned to be removed from Ruby 3.1 (https://bugs.ruby-lang.org/issues/18015). I see no reason to use `copy` coroutine where a working native implementation is available.
2021-09-06 13:02:29 +02:00
Aditya Alok 161cfe22b7 libelf: move dependencies to respective subpackages 2021-09-06 12:17:33 +02:00
Aditya Alok 4750fdeb16 libelf: move few build dependencies to runtime 2021-09-06 12:17:33 +02:00
Tom Yan 7b7f3c48df pulseaudio: process rewind in the realtime loop
It seems to be the standard approach. Let's see if it eliminates
assertion failures that are related to rewind processing.
2021-09-06 12:13:45 +02:00
Lucy Phipps 824578f529
revert gzip until gnulib is fixed 2021-09-06 09:18:15 +01:00
Lucinda May Phipps f2dcf76c66
gzip: delete lib-stsio-impl.h.patch
no longer needed (oops)
2021-09-06 06:39:59 +01:00
Termux Github Actions 10e3f4d4ff mu: update to 1.6.6
This commit has been automatically submitted by Github Actions.
2021-09-05 12:24:49 +00:00
Termux Github Actions 9904feaeb5 elixir: update to 1.12.3
This commit has been automatically submitted by Github Actions.
2021-09-05 12:12:10 +00:00
Termux Github Actions ba8329b859 chezmoi: update to 2.3.0
This commit has been automatically submitted by Github Actions.
2021-09-05 00:13:42 +00:00
Lucinda May Phipps 5859e186a7
gzip: delete lib-vasnprintf.c.patch
no longer needed
2021-09-05 00:22:00 +01:00
Lucinda May Phipps f9e4d34fee
gzip: update lib-stdio-impl.h.patch 2021-09-05 00:13:06 +01:00
Lucy Phipps 3d0d30ba5a
gzip: make patches -p1 2021-09-05 00:00:57 +01:00
Lucinda May Phipps 35f3fe82d5
gzip: update fix-gzexe.patch 2021-09-04 23:46:11 +01:00
Lucinda May Phipps f2ba2e963d
gzip: update to 1.11 2021-09-04 23:27:31 +01:00
Lucinda May Phipps 2b21719b00
libdav1d: update to 0.9.2 2021-09-04 23:05:07 +01:00
Termux Github Actions 5d11293d53 hugo: update to 0.88.1
This commit has been automatically submitted by Github Actions.
2021-09-04 14:00:35 +00:00
Lucinda May Phipps 6cd53a7138
openssl: delete crypto-armcap.c.patch
no longer needed
2021-09-04 07:18:36 +01:00
Termux Github Actions 766443b042 macchina: update to 1.1.3
This commit has been automatically submitted by Github Actions.
2021-09-04 06:13:11 +00:00
Lucinda May Phipps 5540e1894c
openssl:update to 1.1.1l 2021-09-04 06:49:34 +01:00
Lucinda May Phipps 04771833e7
python: update to 3.9.7 2021-09-04 04:04:10 +01:00
Termux Github Actions a2a45bcae4 flyctl: update to 0.0.236
This commit has been automatically submitted by Github Actions.
2021-09-04 00:24:19 +00:00
Termux Github Actions dbee96b14f caddy: update to 2.4.5
This commit has been automatically submitted by Github Actions.
2021-09-04 00:15:25 +00:00
Lucinda May Phipps f4c48c15ac
argp: bump after new patch 2021-09-03 23:43:35 +01:00
Termux Github Actions cefcf6cbbf openethereum: update to 3.3.0-rc.8
This commit has been automatically submitted by Github Actions.
2021-09-03 19:37:17 +00:00
Aditya Alok 8ab480dda7
libelf: enable full elfutils package (#7431) 2021-09-03 21:07:15 +03:00
Matlink 05ae16c447
new package: bacula-fd (#7462) 2021-09-03 20:54:04 +03:00
YAKSH BARIYA 2d38944910
new package: gn (#7290) 2021-09-03 20:46:03 +03:00
Further cddd8017a3
new package: libslirp (#7445) 2021-09-03 20:35:50 +03:00
ryanerwin a5c004fad3
new package: jump (#7459) 2021-09-03 20:31:10 +03:00
DLC01 2e942d0b35 bump exhale 2021-09-03 06:54:08 +02:00
Termux Github Actions 98e95ee669 flyctl: update to 0.0.235
This commit has been automatically submitted by Github Actions.
2021-09-03 00:19:50 +00:00
Lucinda May Phipps 38a4275e6a
libarchive: update to 3.5.2 2021-09-03 00:12:22 +01:00
Henrik Grimler a3c7f9fb41 ccache: do not use hardlinks on android
Fixes https://github.com/termux/termux-packages/issues/7454.
2021-09-02 15:34:40 +02:00
Termux Github Actions 0515f5cd17 strace: update to 5.14
This commit has been automatically submitted by Github Actions.
2021-09-02 12:45:46 +00:00
Termux Github Actions f2ea59fae4 hugo: update to 0.88.0
This commit has been automatically submitted by Github Actions.
2021-09-02 12:27:55 +00:00
Henrik Grimler f774a20e4d runit: remove runit program
We do not use it in termux. Also update to latest commit.

Fixes https://github.com/termux/termux-packages/issues/7453.
2021-09-02 13:42:31 +02:00
Yaksh Bariya a15b932d9b ccache: Try compiling without patches 2021-09-02 13:50:29 +05:30
Yaksh Bariya b3ad570029 ccache: Bump to 4.4 2021-09-02 13:50:29 +05:30
Termux Github Actions 05d5a5826d macchina: update to 1.1.2
This commit has been automatically submitted by Github Actions.
2021-09-02 06:21:41 +00:00
Marlin Sööse f341191271 libseccomp: add pkg revision 2021-09-01 20:45:07 +02:00
Marlin Sööse 85590f00fc libseccomp: add to main repo
This exists in the root repo, but packages from main repo may require it also
2021-09-01 20:45:07 +02:00
Butta 0558ea616d mu: update from 1.4.15 to 1.6.5 2021-09-01 22:32:06 +05:30
Jia Yuan Lo 78753edc32 emscripten-llvm: rollback to before libunwind CET 2021-09-01 22:03:47 +05:30
Jia Yuan Lo 90fbcb9506 emscripten: update to 2.0.29 2021-09-01 22:03:47 +05:30
Aditya Alok f3ffac671d
libmosquitto: add threading support (#7435)
* libmosquitto: enable threading and fix pthread_cancel support
2021-09-01 22:01:30 +05:30
Yaksh Bariya 2e0eea35df pinentry: Bump to 1.2.0 2021-09-01 21:59:04 +05:30
Yaksh Bariya c70f3b4efa cmake: Bump to 3.21.2 2021-09-01 21:56:25 +05:30
Henrik Grimler df3ab4c7f8 gnupg: add patch to fix compilation on device
When running mkdefsinc we get:

  FORTIFY: %n not allowed on Android
  Aborted
2021-09-01 11:12:24 +02:00
Henrik Grimler 3dbd626d41 gnupg: update to 2.3.2 2021-09-01 10:20:16 +02:00
Henrik Grimler e0a52d3b6e termux-keyring: add grimler's new gpg key
I am in the process of switching to a new gpg key. This commit adds
both keys to the keyring, and in a few weeks or so I will deactivate
and remove the old one completely. The following message is signed
with my old key, to prove that this was done by me:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

In August 2021 I, Henrik Grimler, switched to a new gpg key. The old
key had fingerprint:

  B631 6860 9E88 39CA 9150  CE2D D9EF D568 91B2 BB50

while the new one has:

  2C7F 29AE 9789 1F64 19A9  E2CD B007 6E49 0B71 616B
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEm059JzlQJOpaT8Y5WqrJ4KRr5TwFAmEsj0YACgkQWqrJ4KRr
5TzQ7Af/Z0KTOQlNtxzJ2aE96v07pHCYc3ynlZoToUfWtgJ2XxkOZlviKRD5SC0M
zbv47IcWnquINGTyeEkZ6jdHd5XEDfkwe3JoyEVcr10v6vzQuAmETpHh1FcfE/2Q
5UqdcNxx3z34qxdWy9ntP+/SbETBsCrCcoJHa/q9UulR+OLwsoUjH83oxaB9nUph
QtaLX+u4hfbXJ9UhjIX/xgpLMOx9s4WORzIryz3HOffqD2YE2yo9SwFjjCJuvkbZ
VM1Gbpx0YabFWH9xqqaBwhjPXjKXGq5JNB1JpMnmagzylo7kTnztO8kDaLJoHPse
iHag4HjfO3R6T2hzX9SKmoK1sP2nNQ==
=huNj
-----END PGP SIGNATURE-----
2021-09-01 08:28:35 +02:00
Lucinda May Phipps ad1a662652
manpages: fix build 2021-09-01 04:18:46 +01:00
Lucinda May Phipps 2694f51bdd
manpages: update to 5.13, posix 2017* 2021-09-01 04:09:45 +01:00
Termux Github Actions b21a352fa7 caddy: update to 2.4.4
This commit has been automatically submitted by Github Actions.
2021-08-31 00:17:39 +00:00
Henrik Grimler 9d4304fb97
python: remove fix-GenericAlias patch (#7433)
It does not seem to be necessary any more, and it causes issues:
https://github.com/termux/termux-packages/issues/7432
2021-08-30 20:38:02 +01:00
Termux Github Actions 60d572c06f chezmoi: update to 2.2.0
This commit has been automatically submitted by Github Actions.
2021-08-30 00:13:08 +00:00
Henrik Grimler 5ed5ebc56d openssh: bump package 2021-08-29 17:19:52 +02:00
Georg Weiss 2de5f6a477 removing privsep from streamlocal, enabling gpg-agent forwarding 2021-08-29 17:19:52 +02:00
omecamtiv 18cf581fc2 add: cc65 2021-08-29 10:13:10 +02:00
Termux Github Actions 838044f931 xmake: update to 2.5.7
This commit has been automatically submitted by Github Actions.
2021-08-29 06:30:26 +00:00
Termux Github Actions 60bfc6181f gopass: update to 1.12.8
This commit has been automatically submitted by Github Actions.
2021-08-28 18:18:52 +00:00
Termux Github Actions 1bc160dc84 kakoune: update to 2021.08.28
This commit has been automatically submitted by Github Actions.
2021-08-28 06:19:42 +00:00
Wisest_wizard ca69ae3cb3
Enable package: ant (#7397) 2021-08-27 11:06:16 +01:00
Momin Juned 7880039b18
libspice-server : update to 0.15.0 (#7395) 2021-08-27 11:05:53 +01:00
Aditya Alok 1669b8b0e3 freeimage: bump revision 2021-08-27 10:53:13 +02:00
Aditya Alok 86ef8dfe28 freeimage: define TEMP_DIRECTORY for libJPEG 2021-08-27 10:53:13 +02:00
Aditya Alok c0820b2650 freeimage: fix prefix in patch 2021-08-27 10:53:13 +02:00
Aditya Alok 2821bdc9ba freeimage: improve patches and disable PNG optimisation for arm arch's only 2021-08-27 10:53:13 +02:00
Henrik Grimler b782c7da0e toolchain: add -fPIC to CPPFLAGS for i686
When adding this, we go from compiling with

  /home/builder/.termux-build/_cache/android-r21d-api-24-v4/bin/clang++ [...] -mrelocation-model pic -pic-level 2 -pic-is-pie [...]

to

  /home/builder/.termux-build/_cache/android-r21d-api-24-v5/bin/clang++ [...] -mrelocation-model pic -pic-level 2 [...]

Before, we got a warning when compiling libandroid-spawn:

  /home/builder/.termux-build/_cache/android-r21d-api-24-v4/bin/../lib/gcc/i686-linux-android/4.9.x/../../../../i686-linux-android/bin/ld: warning: shared library text segment is not shareable

and trying to use a program linked against libandroid-spawn gave an
error, see
https://github.com/termux/termux-packages/issues/7215#issuecomment-906154438
the Without this, libraries might end up with text relocations. For
some reason it does not seem to be an issue on the other arches.

%ci:no-build
2021-08-27 10:02:20 +02:00
Lucinda May Phipps 0435f77102
imagemagick: update to 7.1.0.5 2021-08-27 04:44:10 +01:00
Lucy Phipps 279432d4fa
revert valgrind 2021-08-27 03:33:23 +01:00
Lucinda May Phipps 133eee0e01
valgrind: fix aarch64-setjmp.S 2021-08-27 03:03:07 +01:00
Lucinda May Phipps d1eec6a9a1
valgrind: bump revision 2021-08-27 01:57:27 +01:00
Lucinda May Phipps 74d889d611
valgrind: update aarch64-setjmp.S 2021-08-27 01:56:41 +01:00
Termux Github Actions a05f570d66 starship: update to 0.57.0
This commit has been automatically submitted by Github Actions.
2021-08-26 18:48:01 +00:00
Leonid Pliushch 343938a5b8
proot-distro: update to 2.4.0 2021-08-26 19:53:39 +03:00
Termux Github Actions d41de41255 nlohmann-json: update to 3.10.2
This commit has been automatically submitted by Github Actions.
2021-08-26 12:31:46 +00:00
w4123 4e7861fc0b Bump revision 2021-08-26 11:49:26 +02:00
w4123 04a1b962e1 Compile libandroid-spawn with pic 2021-08-26 11:49:26 +02:00
w4123 ffdb1bdc5e Always compile openjdk with pic 2021-08-26 11:49:26 +02:00
Termux Github Actions a29bdeb5d1 slides: update to 0.5.0
This commit has been automatically submitted by Github Actions.
2021-08-26 00:38:38 +00:00
Lucinda May Phipps 97f8910906
openjdk17: actually bump 2021-08-25 22:40:19 +01:00
Leonid Pliushch e2083bd5c0
openjdk-17: bump revision & source url 2021-08-25 23:13:26 +03:00
Leonid Pliushch 0561eb8cbd
openjdk-17: extract libfontmanager patch from repository 2021-08-25 23:09:07 +03:00
Leonid Pliushch 08b1ffd458
openjdk-17: fix crash on arm devices
Closes https://github.com/termux/termux-packages/issues/7214.
2021-08-25 23:00:44 +03:00
Henrik Grimler 473374291d freeimage: re-build after fixing build system regression
All packages with zip archives had similar issues, fixed in
05728b58e5.
2021-08-25 21:46:00 +02:00
Leonid Pliushch d916f058f5
qemu-system-x86-64-headless: bump revision 2021-08-25 22:28:20 +03:00
Leonid Pliushch 309481650e
qemu: disable use of signalfd system call
Otherwise it may crash on ARM devices with Android 8+.
2021-08-25 22:27:19 +03:00