Go to file
agnostic-apollo f25b989d6f Fixed: Fix broken bootstrap zips by adding termux-keyring dependency
The science-repo and game-repo were recently removed and their packages were added to the main repo.
During this their dependencies were removed from bootstrap zips in generate-bootstrap.sh script.
However, both these packages were dependent on termux-keyring package and the script did not have an entry itself for termux-keyring, so their removal resulted in missing termux-keyring package in bootstrap, which resulted in no keys to exist in `$TERMUX_PREFIX/etc/apt/trusted.gpg.d/` on fresh install, which resulted in `The following signatures couldn't be verified because the public key is not available: NO_PUBKEY*` errors when running `apt update` command for any bootstrap generated after Dec 14, 2021.

https://github.com/termux/termux-packages/commits/master/scripts/generate-bootstraps.sh
https://github.com/termux/termux-packages/commit/87b9cd3cf
https://github.com/termux/termux-packages/commit/758ec3a92

https://github.com/termux/termux-packages/commit/a3307822
https://github.com/termux/termux-packages/commit/f8746124
2022-01-07 23:59:14 +05:00
.github github actions: filter http codes in other places, not only when publishing changes 2021-12-26 22:41:08 +02:00
disabled-packages ghc: enable package & fix for current ndk (#8436) 2022-01-04 13:13:23 +02:00
ndk-patches glib: don't use hasmntopt 2021-12-31 11:59:00 +02:00
packages new package: rp-pppoe (#8479) 2022-01-07 18:57:21 +02:00
sample explicitly set maintainer for each package 2020-12-20 15:16:34 +02:00
scripts Fixed: Fix broken bootstrap zips by adding termux-keyring dependency 2022-01-07 23:59:14 +05:00
.gitattributes update .gitattributes 2020-08-27 21:40:58 +03:00
.gitignore build-package.sh: allow to select package formats between debian and pacman 2021-09-10 19:55:28 +03:00
BACKERS.md Update BACKERS.md 2020-04-29 00:32:23 +02:00
CODEOWNERS gn: Bump to latest 20211116 2021-11-22 07:09:18 +05:30
CONTRIBUTING.md update contributing.md 2021-12-31 10:54:27 +02:00
LICENSE.md avoid long lines in LICENSE.md 2019-06-08 14:40:01 +03:00
README.md chore: Fix Discord server ID in shields.io badge 2021-11-05 11:38:06 +05:30
build-all.sh build-package.sh: allow to select package formats between debian and pacman 2021-09-10 19:55:28 +03:00
build-package.sh build-package: import and trust grimler's new gpg key 2021-12-08 10:07:21 +01:00
clean.sh packages: standardize values of several control variables for build.sh 2019-08-12 18:49:13 +03:00

README.md

Termux packages

GitHub repo size Packages last build status Docker image status Repology metadata Join the chat at https://gitter.im/termux/termux Join the Termux discord server

Powered by FossHost

This project contains scripts and patches to build packages for the Termux Android application.

Quick how-to about Termux package management is available at Package Management. It also has info on how to fix repository is under maintenance or down errors when running apt or pkg commands.

Contributing

@termux is looking for help with fixing issues, adding new packages and maintaining existing ones. It would be very helpful if you submit a pull request with bug fixes.

Read CONTRIBUTING.md and Developer's Wiki for more details.

Contacts

General mailing list: https://groups.io/g/termux

Developer mailing list: https://groups.io/g/termux-dev

General chat: https://gitter.im/termux/termux or #termux on IRC/libera.chat.

Developer chat: https://gitter.im/termux/dev.