Commit Graph

22665 Commits

Author SHA1 Message Date
Chongyun Lee e971516f04 netcat-openbsd: update to 1.218-5
Co-authored-by: Tom Yan <tom.ty89@gmail.com>
2022-08-26 17:18:32 +03:00
Arun 1fad620aa8 upgpkg(main/mariadb): update to 10.8.4 2022-08-26 17:17:33 +03:00
Termux Github Actions 754151dd27 xmake: update to 2.7.1
This commit has been automatically submitted by Github Actions.
2022-08-26 12:14:39 +00:00
T-Dynamos 38bf4d4369
add(main): new package discordo 2022-08-26 13:30:46 +02:00
2096779623 68b18ca265 upgpkg(main/speechd): update to 0.11.2
Signed-off-by: 2096779623 <admin@utermux.dev>
2022-08-26 15:23:43 +08:00
Termux Github Actions 5b9d825e80 neovim-nightly: update to 0.8.0-dev-957-g946c0aa66
This commit has been automatically submitted by Github Actions.
2022-08-26 06:29:25 +00:00
Termux Github Actions 3c3f68b159 libpaper: update to 1.2.3
This commit has been automatically submitted by Github Actions.
2022-08-26 06:23:23 +00:00
Henrik Grimler 127543448e
updpkg(main/termux-tools): update to 1.29.1
This re-adds the Fosshost mirror, as fosshost has backtracked their
earlier decision and will continue to provide their hosting service,
at least for the "near future".
2022-08-26 08:03:46 +02:00
Henrik Grimler 9f279737bb
Revert "chore(main/x11-repo): use grimler.se mirror per default"
This reverts commit 68cb4b488c.
2022-08-26 07:55:20 +02:00
Henrik Grimler b4780817a1
Revert "chore(main/apt): use grimler.se mirror per default"
This reverts commit aae307a643.
2022-08-26 07:55:17 +02:00
Henrik Grimler b336d5c46e
Revert "chore(main/root-repo): use grimler.se mirror per default"
This reverts commit 45dddd4728.
2022-08-26 07:55:13 +02:00
Henrik Grimler c07ea6ab53
Revert "scripts: use grimler.se mirror when generating bootstraps for now"
This reverts commit ce120bbc77.
2022-08-26 07:55:10 +02:00
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