Fredrik Fornwall
Fredrik Fornwall
Currently the Termux terminal emulator prints `HI` in red with: ```sh printf "\e[31;m HI \e[0m" ``` This is not how other terminals (tested on xterm, gnome-terminal, alacritty and the mac...
Does not seem to be dramatic (though given the critical position of openssl and how much could break, one should be careful with such statements as they can come back...
[actionlint](https://github.com/rhysd/actionlint) can be quite nice in catching mistakes in github actions workflow files, especially as it runs [shellcheck](https://www.shellcheck.net/) on the shell scripts in `run` sections. What do you think? We...
Fixes building with current clang: > error: use of undeclared identifier 'strcmp'
Note that https://www.patreon.com/termux seems to have been squatted and should not be linked to.
The miniupnp project may break API and/or ABI compatibiliity even in minor patch releases, so it's not safe to auto update (see https://github.com/miniupnp/miniupnp/issues/758, and #20490 as an example what it...
This fixes running e.g. neovim under `termux-exec` with updated `targetSdk`. Brief summary: When running with `targetSdk` to 28 or higher, it's not allowed to execute downloaded files (files not part...
This is necessary for building with newer clang versions.
### Description See https://github.com/llvm/llvm-project/issues/67979 about a clang crash when building https://github.com/OSGeo/gdal - reproducible crash in NDK r27 (and r27b), works in NDK r26. ### Upstream bug https://github.com/llvm/llvm-project/issues/67979 ### Commit to...
The main package repository has recently updated the `python` package to python 3.12: https://github.com/termux/termux-packages/pull/18078 This is a quick untested initial stab at a `python3.11` tur package.