Go to file
Henrik Grimler 40c4430d82
serf: fix undefined version ERR_GET_FUNC
The function has been removed from openssl 3.  Annoyingly enough the
build of serf doesn't fail even with this function being undefined, it
is just reported as a warning:

buckets/ssl_buckets.c:1329:24: warning: implicit declaration of function 'ERR_GET_FUNC' is invalid in C99 [-Wimplicit-function-declaration]
                       ERR_GET_FUNC(err),
                       ^

but trying to use any program linked against libserf.so later fails.
2022-02-28 10:25:38 +01:00
.github package_updates: switch contact email to one at termux.org 2022-02-18 11:01:58 +01:00
disabled-packages dgsh: Move to disabled packages 2022-02-26 02:20:11 +09:00
ndk-patches glib: don't use hasmntopt 2021-12-31 11:59:00 +02:00
packages serf: fix undefined version ERR_GET_FUNC 2022-02-28 10:25:38 +01:00
sample explicitly set maintainer for each package 2020-12-20 15:16:34 +02:00
scripts zig: bump to 0.9.1 (#9137) 2022-02-26 14:07:10 +05:30
.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
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.sh: change logic for package manager selection to be more stable 2022-02-11 22:38:40 +01:00
clean.sh setup_build_folders, clean.sh: don't fail if chmod fails 2022-02-11 22:37:18 +01:00
CODEOWNERS CODEOWNERS: add @xtkoba and @thunder-coding as default codeowners 2022-02-19 19:37:48 +01:00
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

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.