Commit Graph

8849 Commits

Author SHA1 Message Date
Leonid Pliushch 00f317de48 pango: use bsearch() implementation from Musl libc
See https://github.com/termux/termux-packages/issues/4284.

Note: bsearch implementation in Bionic didn't changed since
Thu Feb 20 14:15:09 2014, though issue #4284 is not reproducible
on recent Android versions. Patch is applied for both branches.
2019-09-23 14:29:56 +03:00
Leonid Pliushch 9ff63910c4 nodejs-lts: prevent calling setgroups(), setuid(), setgid( 2019-09-23 13:54:15 +03:00
Leonid Pliushch 0eacbc0a93 nodejs: prevent calling setgroups(), setuid(), setgid()
These syscalls are blocked by seccomp.
2019-09-23 13:54:15 +03:00
Leonid Pliushch 2ddfca3aa1 ndk-sysroot: use linker scripts instead of compatibility symlinks 2019-09-23 13:05:43 +03:00
Leonid Pliushch 5c4cd6b448 Revert "libllvm: use armv7a-linux-androideabi as default target triple"
Reverting because it introduces libunwind-related issues.

This reverts commit 24f1a9a07c33abfee162f8e4fe4002d320abc908.
2019-09-23 10:42:36 +03:00
Leonid Pliushch 5b8b6e0612 beanshell: use dx for dexing jar file
Fixes https://github.com/termux/termux-packages/issues/4136.
2019-09-23 01:56:58 +03:00
Edward P 1e62990362 Add packages: pianobar, libao (#2744)
%ci:reset-backlog
2019-09-23 01:30:54 +03:00
Leonid Pliushch b5e9d1ee89 openssh: bump revision 2019-09-23 00:43:13 +03:00
Leonid Pliushch f75ed291d1 openssh: force use 64bit off_t
Fixes https://github.com/termux/termux-packages/issues/3233.
2019-09-23 00:43:13 +03:00
Leonid Pliushch 48af93849f libllvm: use armv7a-linux-androideabi as default target triple
Because it defaults to armv4t on ARM otherwise.
2019-09-23 00:32:57 +03:00
Leonid Pliushch 52d1291a9a ndk-sysroot: symlink libc to libutil'
Fixes https://github.com/termux/termux-packages/issues/3972.
2019-09-22 22:55:50 +03:00
Leonid Pliushch 9c106af1c1 w3m: add perl as suggested package
Fixes https://github.com/termux/termux-packages/issues/1160.
2019-09-22 21:47:27 +03:00
Leonid Pliushch c1ec7a5013 hub: update to 2.12.6 2019-09-22 20:46:08 +03:00
Leonid Pliushch b41345e19e mutt: update to 1.12.2
%ci:reset-backlog
2019-09-22 20:45:29 +03:00
Leonid Pliushch 47875d8bba starship: update to 0.18.0 2019-09-22 20:40:48 +03:00
Leonid Pliushch 414c489fbb diskus: update to 0.6.0
%ci:reset-backlog
2019-09-22 20:28:31 +03:00
Leonid Pliushch 74a16bddfb gdb: update to 8.3.1
%ci:reset-backlog
2019-09-22 20:23:45 +03:00
Leonid Pliushch 887626db30 hugo: update to 0.58.3
%ci:reset-backlog
2019-09-22 20:23:10 +03:00
Leonid Pliushch fee4a3a10e tor: update to 0.4.1.6 2019-09-22 20:22:20 +03:00
Leonid Pliushch bfd0965764 keybase: update to 4.5.0 2019-09-22 20:22:06 +03:00
Leonid Pliushch 641be57ef7 espeak: build with -Os optimization level
See https://github.com/termux/termux-packages/issues/1680.
2019-09-22 20:15:05 +03:00
Leonid Pliushch fedbc91d00 weechat: bump revision 2019-09-22 19:39:00 +03:00
edward-p 331ec24fc9 weechat: no systemcall setuid() 2019-09-22 19:38:26 +03:00
Leonid Pliushch 87977f34c4 update readme 2019-09-22 18:28:44 +03:00
Butta 35f886abbd llbuild: update from 0.1.1 to 5.1 2019-09-21 21:12:42 +03:00
Butta 998744e66c libdispatch: switch from snapshot to latest 5.1 release 2019-09-21 21:12:42 +03:00
TheBrokenRail 27e5f71136 Add QuickJS Package (#4204) 2019-09-20 01:21:33 +03:00
Leonid Pliushch 39d4a088b9 liblua52: set prefix from @TERMUX_PREFIX@ in lua.pc 2019-09-20 00:52:24 +03:00
Leonid Pliushch be6b7c30a8 perl: replace hardcoded prefix path with variable in build.sh 2019-09-20 00:44:47 +03:00
Leonid Pliushch 833d0c6a93 clamav: replace prefix paths with @TERMUX_PREFIX@ in config sources 2019-09-20 00:40:58 +03:00
Oliver Schmidhauser 88492182a0 Enable omemo support in profanity
Link profanity against libsignal-protocol-c to enable omemo support
2019-09-20 00:22:15 +03:00
Oliver Schmidhauser 5b99756a62 Add package libsignal-protocol-c 2019-09-20 00:22:15 +03:00
Leonid Pliushch f72f7bec3b termux-tools: bump version 2019-09-20 00:17:45 +03:00
Leonid Pliushch ccb9ab922a termux-tools: use @TERMUX_PREFIX@ instead of path in sources
Ensure that scripts always use correct prefix-specific path.
2019-09-20 00:16:26 +03:00
Leonid Pliushch 51cdbe0073 termux-tools: use default shebang in sources
This will allow build system to set shebang according to the
current TERMUX_PREFIX.
2019-09-19 23:41:31 +03:00
Leonid Pliushch 80b8744705 uftrace: use @TERMUX_PREFIX@ in patches instead of path 2019-09-19 23:38:10 +03:00
Leonid Pliushch 8d3c3189a5 sc: use @TERMUX_PREFIX@ in patches instead of path 2019-09-19 23:36:36 +03:00
Leonid Pliushch 6ce7d49077 libzmq: update homepage 2019-09-19 23:32:33 +03:00
Leonid Pliushch c28a4e44b8 libgc: update homepage 2019-09-19 23:31:57 +03:00
Fredrik Fornwall 937b78d0c4 Define __TERMUX__ and __TERMUX_PREFIX__
By defining __TERMUX__ and __TERMUX_PREFIX__ in <sys/cdefs.h> (which is
basically always included) one can more easily target Termux
specifically, both when cross-compiling packages and when code is built
on-device.
2019-09-19 21:34:04 +02:00
Leonid Pliushch 2db41f95b9 coreutils: bump revision 2019-09-19 20:00:14 +03:00
Leonid Pliushch 9f9b5ce0ee coreutils: build with libgmp
Enhances `expr` and `factor`.

Since gmp is part of bootstrap environment, it should be ok to use for
programs where possible.
2019-09-19 19:57:13 +03:00
Leonid Pliushch 32f2a2d5de coreutils: build utility 'chroot' 2019-09-19 19:54:19 +03:00
Leonid Pliushch 777f4b0b6f libsoup: update to 2.68.1 2019-09-19 14:30:40 +03:00
Leonid Pliushch ab08f5f96c pathpicker: update to 0.9.2 2019-09-19 14:26:40 +03:00
Leonid Pliushch aea440cc1f gmic: update to 2.7.1 2019-09-19 14:17:46 +03:00
Leonid Pliushch b51116018d libmosquitto: update to 1.6.6 2019-09-19 14:04:54 +03:00
Leonid Pliushch 23f74cf645 dnsutils: update to 9.14.6 2019-09-19 14:04:38 +03:00
Leonid Pliushch 28ff87f50e mime-support: update to 3.63 2019-09-18 19:10:57 +03:00
Leonid Pliushch 2da0913d9f fcgi: update to 2.4.2
%ci:reset-backlog
2019-09-18 17:37:16 +03:00