fd19fd96cc
This patch means that the krb5 package fails to interoperate with normal Kerberos servers unless you add an explicit section to your krb5.conf overriding the port for each realm you need to interact with. (Normally, Kerberos finds the appropriate servers with DNS, so you don't need to set anything.) I'm not touching the corresponding `config-files-kdc.conf.patch` since that only affects the local server and I guess could be desirable. To verify this patch, `kinit` should produce: ``` kinit: Client 'u0_a150@ATHENA.MIT.EDU' not found in Kerberos database while getting initial credentials ``` instead of a timeout or network error. |
||
---|---|---|
.github | ||
disabled-packages | ||
ndk-patches | ||
packages | ||
sample | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
BACKERS.md | ||
build-all.sh | ||
build-package.sh | ||
clean.sh | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md |
Termux packages
This project contains scripts and patches to build packages for the Termux Android application.
Quick how-to about Termux package management is available at https://wiki.termux.com/wiki/Package_Management.
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 new packages or 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/freenode.
Developer chat: https://gitter.im/termux/dev or #termux/development on IRC/freenode.