Go to file
Henrik Grimler 3abcd55aae
cgdb: add patch to disable fdsan
Similar to patch for texlive-bin, inetutils, emacs and zsh. Cast from
void to function pointer had to be modified though, , or else we get a
compilation error:

cgdb.cpp:1770:12: error: cannot initialize a variable of type 'void (*)(enum android_fdsan_error_level)' with an rvalue of type 'void *'
    void (*set_fdsan_error_level)(enum android_fdsan_error_level newlevel) = dlsym(lib_handle, "android_fdsan_set_error_level");
           ^                                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Not sure why we have not seen the same error for the other packages
with this patch.

Fixes https://github.com/termux/termux-packages/issues/7881.
2021-12-13 09:32:03 +01:00
.github github actions: filter http codes when publishing changes, handle 504 2021-12-05 12:03:00 +02:00
disabled-packages netcdf-cxx: mv to disabled packages 2021-12-04 14:36:35 +01:00
ndk-patches glib: update to 1.70.1 2021-12-12 10:07:41 +05:30
packages cgdb: add patch to disable fdsan 2021-12-13 09:32:03 +01:00
sample explicitly set maintainer for each package 2020-12-20 15:16:34 +02:00
scripts toolchain: bump revision 2021-12-12 10:07:41 +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
CODEOWNERS gn: Bump to latest 20211116 2021-11-22 07:09:18 +05:30
CONTRIBUTING.md CONTRIBUTING.md: Use the words "source is available" (#8011) 2021-11-20 18:38:45 +05:30
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.