Commit Graph

22653 Commits

Author SHA1 Message Date
Henrik Grimler 47d3d45eb6
Revert "README: remove fosshost logo"
This reverts commit ffbf450c8d.
2022-08-26 07:55:06 +02:00
Henrik Grimler 1190208ed4
Revert "scripts: use grimler.se mirror for downloading debs"
This reverts commit bd73dd61bd.
2022-08-26 07:54:55 +02:00
Ansh Dadwal 61f40026e7 add(main): new package pystring 2022-08-26 11:14:30 +08:00
Termux Github Actions 66cde05085 tig: update to 2.5.7
This commit has been automatically submitted by Github Actions.
2022-08-26 00:35:26 +00:00
Termux Github Actions 34c7501a8b restic: update to 0.14.0
This commit has been automatically submitted by Github Actions.
2022-08-26 00:31:08 +00:00
Termux Github Actions 59018ce662 gh: update to 2.14.7
This commit has been automatically submitted by Github Actions.
2022-08-25 12:13:19 +00:00
Termux Github Actions 33fbea0aed nexttrace-enhanced: update to 0.2.1-beta.2
This commit has been automatically submitted by Github Actions.
2022-08-25 06:27:06 +00:00
Termux Github Actions 7424079e81 neovim-nightly: update to 0.8.0-dev-945-ge4e0e8ce6
This commit has been automatically submitted by Github Actions.
2022-08-25 06:24:54 +00:00
2096779623 3609cbd6c7 upgpkg(main/libxslt): update to 1.1.36
Signed-off-by: 2096779623 <admin@utermux.dev>
2022-08-25 09:50:33 +05:30
Termux Github Actions 4bfce36954 nexttrace-enhanced: update to 0.2.1-beta.1
This commit has been automatically submitted by Github Actions.
2022-08-25 01:52:17 +00:00
Termux Github Actions 5ab8d69704 railway-cli: update to 2.0.10
This commit has been automatically submitted by Github Actions.
2022-08-25 01:50:52 +00:00
Termux Github Actions bdd9043b2b helm: update to 3.9.4
This commit has been automatically submitted by Github Actions.
2022-08-25 01:48:49 +00:00
Termux Github Actions 2efe47c7b4 emscripten: update to 3.1.20
This commit has been automatically submitted by Github Actions.
2022-08-25 01:45:59 +00:00
Jia Yuan Lo 035c918418
scripts: add termux_setup_gnu_as_23c for NDK r25 (#11615)
NDK r25 has removed GNU Assembler (GAS). Removal of GAS introduced a number of build issues.
The most prominent is:
/usr/bin/as: unrecognized option '-EL'

Some options to solve this:
1. Disable building custom assembly and suffer performance penalty
2. Hand rewrite the custom assembly to be LLVM compatible
3. Wait for upstream to write LLVM compatible assembly (openssl, openssl-1.1)
4. Bring back GAS from NDK r23c

In this commit, GAS is brought back as a separate toolchain instead of following NDK r23c file hierarchy.
We pass "--gcc-toolchain=GAS_TOOLCHAIN_DIR" to NDK r25 clang to detect.
Packages only have to add "termux_step_gnu_as_23c" to build.sh to enable GAS.
In the future, we expect packages should follow option 3 more than option 4 as that is a last resort.

This commit also bumps revision for packages that rely (or previously rely) on "-fno-integrated-as":
hors, libffi, libgcrypt, libpixman, openssl, openssl-1.1

Co-authored-by: Henrik Grimler <grimler@termux.dev>
Co-authored-by: Chongyun Lee <45286352+licy183@users.noreply.github.com>
2022-08-24 23:17:08 +08:00
Termux Github Actions 4e9f3db288 gh: update to 2.14.6
This commit has been automatically submitted by Github Actions.
2022-08-24 12:16:35 +00:00
Termux Github Actions c39b8b0880 geth: update to 1.10.23
This commit has been automatically submitted by Github Actions.
2022-08-24 12:14:38 +00:00
Henrik Grimler 562462e229
fix(main/hunspell): fix undefined symbols for arm
Previous auto-update failed for arm with:

```
ERROR: lib/libhunspell-1.7.so contains undefined symbols:
    35: 00000000     0 NOTYPE  GLOBAL DEFAULT   UND __aeabi_idiv
   123: 00000000     0 NOTYPE  GLOBAL DEFAULT   UND __aeabi_uidivmod
```

and 1.7.1 has since been absent from repo.

Issue is reported in android-ndk repo here: android/ndk#1614
2022-08-24 13:26:01 +02:00
Henrik Grimler 77334d69a6
updpkgs(main/termux-tools): update to 1.28.0
This update removes the packages.termux.dev repo, which will no longer
be accessible starting August 28th.
2022-08-24 11:42:23 +02:00
Henrik Grimler aae307a643
chore(main/apt): use grimler.se mirror per default
Fosshost is decommissioning its service on August 28th, so lets use
the grimler.se until we have managed to set up a new repo, somewhere
else.
2022-08-24 09:35:55 +02:00
Henrik Grimler 68cb4b488c
chore(main/x11-repo): use grimler.se mirror per default
Fosshost is decommissioning its service on August 28th, so lets use
the grimler.se until we have managed to set up a new repo, somewhere
else.
2022-08-24 09:35:52 +02:00
Henrik Grimler 45dddd4728
chore(main/root-repo): use grimler.se mirror per default
Fosshost is decommissioning its service on August 28th, so lets use
the grimler.se until we have managed to set up a new repo, somewhere
else.
2022-08-24 09:35:50 +02:00
Henrik Grimler ce120bbc77
scripts: use grimler.se mirror when generating bootstraps for now
Fosshost is decommissioning its service on August 28th, so lets use
the grimler.se until we have managed to set up a new repo, somewhere
else.
2022-08-24 09:35:47 +02:00
Henrik Grimler bd73dd61bd
scripts: use grimler.se mirror for downloading debs
This is done since Fosshost will be decommissioned on 28th of August.
2022-08-24 09:27:48 +02:00
Henrik Grimler ffbf450c8d
README: remove fosshost logo
From 28th of August we will no longer be able to use Fosshost's
services unfortunately.
2022-08-24 09:27:18 +02:00
Termux Github Actions 6ac5f5b322 neovim-nightly: update to 0.8.0-dev-929-g9a100ee16
This commit has been automatically submitted by Github Actions.
2022-08-24 06:21:23 +00:00
Ansh Dadwal b021e85e15 add(main): new package alembic 2022-08-24 11:08:27 +08:00
T-Dynamos 158383c4cf add(main): new package imath 2022-08-24 11:08:12 +08:00
Termux Github Actions 4f898d7d8d nexttrace-enhanced: update to 0.2.0-beta.5
This commit has been automatically submitted by Github Actions.
2022-08-24 00:32:59 +00:00
Termux Github Actions 13b2b54d69 gh: update to 2.14.5
This commit has been automatically submitted by Github Actions.
2022-08-24 00:28:50 +00:00
Termux Github Actions d24215f921 chezmoi: update to 2.21.0
This commit has been automatically submitted by Github Actions.
2022-08-24 00:26:01 +00:00
Termux Github Actions c23bd0f623 delve: update to 1.9.1
This commit has been automatically submitted by Github Actions.
2022-08-23 18:11:22 +00:00
Termux Github Actions 7aa668509e dust: update to 0.8.2
This commit has been automatically submitted by Github Actions.
2022-08-23 12:14:30 +00:00
MedzikUser 188397112d
golang: update to 1.19 2022-08-23 12:51:01 +02:00
Chongyun Lee 7e0caf187a
starship: fix git-config path 2022-08-23 18:32:50 +08:00
Chongyun Lee d85e66a197 telegram-cli: fix Makefile.in 2022-08-23 18:26:05 +08:00
2096779623 6a6ff5716d
licenses: install license file for X11
Signed-off-by: 2096779623 <admin@utermux.dev>
2022-08-23 08:44:57 +02:00
2096779623 d9891d9e03
feat(main/libx11): add x11 license
Signed-off-by: 2096779623 <admin@utermux.dev>

[skip ci]
2022-08-23 08:44:55 +02:00
2096779623 7c4c6692f0
linter: add X11 license (https://spdx.org/licenses/X11.html)
Signed-off-by: 2096779623 <admin@utermux.dev>
2022-08-23 08:44:51 +02:00
Termux Github Actions 90d4f3d32e neovim-nightly: update to 0.8.0-dev-922-g42e9fe7d9
This commit has been automatically submitted by Github Actions.
2022-08-23 06:25:17 +00:00
Termux Github Actions dec2b86dc8 flatbuffers: update to 2.0.7
This commit has been automatically submitted by Github Actions.
2022-08-23 06:17:59 +00:00
Termux Github Actions a64f58cbde fdupes: update to 2.2.0
This commit has been automatically submitted by Github Actions.
2022-08-23 00:30:20 +00:00
Termux Github Actions 80c203cac7 ccache: update to 4.6.2
This commit has been automatically submitted by Github Actions.
2022-08-23 00:29:10 +00:00
Termux Github Actions a7a030917a qalc: update to 4.3.0
This commit has been automatically submitted by Github Actions.
2022-08-22 18:14:26 +00:00
Termux Github Actions a65c7b782a hunspell: update to 1.7.1
This commit has been automatically submitted by Github Actions.
2022-08-22 18:09:54 +00:00
Termux Github Actions c63389e678 libnghttp2: update to 1.49.0
This commit has been automatically submitted by Github Actions.
2022-08-22 18:08:23 +00:00
Chongyun Lee c1f2405a95
starship: disable auto-update temporaly 2022-08-22 22:43:46 +08:00
Chongyun Lee ff935c3f4f
starship: downgrade to 1.10.1 2022-08-22 22:42:22 +08:00
Termux Github Actions 9b647db3d5 geth: update to 1.10.22
This commit has been automatically submitted by Github Actions.
2022-08-22 12:12:46 +00:00
Termux Github Actions 854eec8dd6 fastfetch: update to 1.6.5
This commit has been automatically submitted by Github Actions.
2022-08-22 12:10:21 +00:00
Termux Github Actions 132f7a8540 neovim-nightly: update to 0.8.0-dev-914-gd4d27c41b
This commit has been automatically submitted by Github Actions.
2022-08-22 06:23:30 +00:00