Commit Graph

7622 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
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
Leonid Pliushch 6f740187ec babl: update to 0.1.72 2019-09-18 17:31:00 +03:00
Leonid Pliushch 1ab571cc55 linux-man-pages: update to 5.02
%ci:reset-backlog
2019-09-18 17:27:59 +03:00
Leonid Pliushch be35eb083e libgrpc: update to 1.23 2019-09-18 17:26:01 +03:00
Leonid Pliushch df5f974c90 parallel: update to 20190822 2019-09-18 17:19:57 +03:00
Leonid Pliushch 53019b45ba pango: update to 1.44.6 2019-09-18 17:19:36 +03:00
Leonid Pliushch 554436fc37 links: update to 2.20.1 2019-09-18 17:17:14 +03:00
Leonid Pliushch 741418cf83 libnl: update to 3.5.0 2019-09-18 17:16:49 +03:00
Leonid Pliushch 2a70889186 gdk-pixbuf: update to 2.38.2 2019-09-18 17:16:26 +03:00
Leonid Pliushch 8315f06624 getmail: update to 5.14
%ci:reset-backlog
2019-09-18 17:15:50 +03:00
Leonid Pliushch 98249bc2b6 mariadb: blacklist i686 builds
Compilation errors:

In file included from /home/builder/.termux-build/mariadb/src/include/my_sys.h:34:
/home/builder/.termux-build/mariadb/src/include/my_pthread.h:822:10: error: use of undeclared identifier 'my_atomic_add32'

No patch available currently.
2019-09-18 17:01:54 +03:00
Leonid Pliushch 428953fe62 mariadb: force disable AUTH_PAM plugin
PAM is not available (and even not usable) in Termux.
2019-09-18 16:41:45 +03:00
Leonid Pliushch aa84508ba0 mariadb: update to 10.4.8 2019-09-18 16:34:01 +03:00
Leonid Pliushch 4a679c8b71 libelf: update to 0.177
%ci:reset-backlog
2019-09-18 16:26:24 +03:00
Leonid Pliushch 38df776a22 radare2: update to 3.9.0 2019-09-18 16:17:18 +03:00
Leonid Pliushch 40605182e1 swi-prolog: update to 8.1.13 2019-09-18 15:51:32 +03:00
Leonid Pliushch fd01d286ba keybase: 4.4.2 2019-09-18 15:43:54 +03:00
Leonid Pliushch 4322d22521 gitea: update to 1.9.3 2019-09-18 15:38:53 +03:00
Leonid Pliushch 5f7ac4ce98 hugo: update to 0.58.2 2019-09-18 15:36:56 +03:00
Leonid Pliushch a6edfafe39 datamash: update to 1.5 2019-09-18 15:31:02 +03:00
Leonid Pliushch 914058888a fakeroot: update to 1.24 2019-09-18 15:29:42 +03:00
Leonid Pliushch 80a7d37ea5 dialog: update to 1.3-20190808 2019-09-18 15:28:31 +03:00
Leonid Pliushch 97c791b0dd debianutils: update to 4.9 2019-09-18 15:27:54 +03:00
Leonid Pliushch 5edd938a54 scrypt: update to 1.3.0 2019-09-18 15:26:52 +03:00
Leonid Pliushch e7e87c1d78 libnftnl: update to 1.1.4 2019-09-18 15:26:30 +03:00
Leonid Pliushch 219a79a437 ccache: update to 3.7.4 2019-09-18 15:26:06 +03:00
Leonid Pliushch e0aecd6284 imagemagick: update to 7.0.8.64 2019-09-18 15:22:03 +03:00
Leonid Pliushch 59ed60d5c0 vim, vim-python: update to 8.1.2050 2019-09-18 15:21:25 +03:00
Leonid Pliushch f5b42dc36a bitcoin: bump revision
Because latest changes were not applied.
2019-09-18 13:21:26 +03:00
Fredrik Fornwall 6cf01c56cb luv: Add package 2019-09-17 22:28:11 +02:00
Fredrik Fornwall 72860206c4 fd: Update from 7.3.0 to 7.4.0 2019-09-17 21:42:03 +02:00
Fredrik Fornwall 2a14f56430 libexpat: Update from 2.2.7 to 2.2.8 2019-09-17 21:40:23 +02:00
Fredrik Fornwall cf71892b65 ttyd: Rebuild after libwebsockets bump 2019-09-17 21:22:10 +02:00
Fredrik Fornwall 7a75cbd82d libmosquitto: Update from 1.6.4 to 1.6.5 2019-09-17 21:21:00 +02:00
Fredrik Fornwall b1ef5ae4ed potrace: Update from 1.15 to 1.16 2019-09-17 21:18:54 +02:00
Fredrik Fornwall 05adc0621f rclone: Update from 1.49.2 to 1.49.3 2019-09-17 21:15:31 +02:00
Fredrik Fornwall 125039250e libical: Update from 3.0.5 to 3.0.6 2019-09-17 21:14:55 +02:00
Fredrik Fornwall 7839a79627 libwebsockets: Update from 3.2.0 to 3.2.99.1 2019-09-17 21:14:18 +02:00
Fredrik Fornwall ea6b9a4503 apt: Fix build with current cmake 2019-09-17 20:39:03 +02:00
Henrik Grimler 336e31c691 tmux: make sure $PREFIX/var/run exists 2019-09-17 20:08:20 +02:00
Fredrik Fornwall 85188837d3 libunwind: Remove package 2019-09-17 12:33:23 +02:00
Leonid Pliushch b19bd8a041 bitcoin: build and link with libdb v4.8.x 2019-09-16 15:07:43 +03:00
Fredrik Fornwall e0b81e9419 openssl: Update from 1.1.1c to 1.1.1d 2019-09-16 11:55:42 +02:00
Leonid Pliushch 93f85e201b starship: fix build error 2019-09-15 23:19:06 +03:00
Leonid Pliushch 81109c4135 bison: update to 3.4.2 2019-09-15 22:54:41 +03:00
Leonid Pliushch fa8a631c59 starship: update to 0.17.0
%ci:reset-backlog
2019-09-15 22:49:19 +03:00
Leonid Pliushch fb1c28fa27 wireguard-tools: update to 0.0.20190913 2019-09-15 22:47:25 +03:00
Leonid Pliushch 5c926a2ab0 ffmpeg: update to 4.2.1 & bump mpv 2019-09-15 22:40:16 +03:00
Leonid Pliushch 3cb546d424 libcurl: update to 7.66.0 2019-09-15 22:38:20 +03:00
Leonid Pliushch 0c2b6768cb cryptopp: fix typo in patch 2019-09-15 22:25:41 +03:00
Leonid Pliushch f499d36714 cryptopp: fix libcryptopp.so.8 symlinks 2019-09-15 22:22:08 +03:00
Fredrik Fornwall 5fb85968bf bitcoin: Depend on openssl 2019-09-15 20:18:30 +02:00
Stefan 430f8c3887 added conffiles to bitcoin,lnd 2019-09-13 17:15:47 +02:00
Stefan b27162af54 removed termux-services dependency for bitcoin,lnd 2019-09-13 17:15:10 +02:00
Stefan 121696b121 added termux-services to lnd 2019-09-13 17:15:10 +02:00
Henrik Grimler 84112144cf lnd: download tagged archive instead of release from github
We then don't need to override termux_step_extract_package

%ci:no-build
2019-09-13 16:01:16 +02:00
stefanwouldgo 3d23c83cc7 new packages: bitcoin and lnd (#4290) 2019-09-13 15:35:32 +03:00
Leonid Pliushch 65d48fde9c libevent: don't remove additional libs 2019-09-13 15:35:03 +03:00
Leonid Pliushch b81d3e5ad7 libuv: rebuild package 2019-09-13 12:40:21 +03:00
Fredrik Fornwall 933f6a9389 libuv: Update from 1.31.0 to 1.32.0 2019-09-11 10:18:18 +02:00
Fredrik Fornwall f308e16a69 lldb: Update from 8.0.0 to 8.0.1 2019-09-11 10:18:13 +02:00
Leonid Pliushch 6ed2e23775 libandroid-support: fix typo in build.sh
Now libandroid-support.a shouldn't be empty.
2019-09-11 04:25:38 +03:00
Leonid Pliushch d349eeabb6 ndk-multilib: fix arch for libc++ 2019-09-11 01:43:58 +03:00
Leonid Pliushch 41db6ee864 libelf: compile with -O1
Optimization flags -O2/-Oz cause bus error in program `uftrace` on ARM devices.
2019-09-11 01:33:15 +03:00
Rafael G. Martins 23b8ac3f11 blogc: Update from 0.17.0 to 0.18.0 2019-09-11 00:56:48 +03:00
Leonid Pliushch 2426471695 ndk-multilib: add static libc++
Note: we patched clang to look for libc++_shared instead of libc++. So to have
static link mode working properly, we need libc++_shared.a linker script which
will link with libc++_static.a and libc++abi.a.
2019-09-11 00:27:29 +03:00
Leonid Pliushch 338c4c8d18 ndk-multilib: provide some basic libraries 2019-09-11 00:11:23 +03:00
Fredrik Fornwall 2402367937 neofetch: Update from 6.0.0 to 6.1.0 2019-09-10 22:58:07 +02:00
Fredrik Fornwall 380bed7f27 php: Update from 7.3.7 to 7.3.9 2019-09-10 22:52:23 +02:00
Fredrik Fornwall 34ef726b09 cmake: Update from 3.15.2 to 3.15.3 2019-09-10 22:51:44 +02:00
Fredrik Fornwall 92aa29a911 harfbuzz: Update from 2.5.3 to 2.6.1 2019-09-10 22:51:13 +02:00
Fredrik Fornwall 105076ab32 libgsasl: Update from 1.8.0 to 1.8.1 2019-09-10 22:51:04 +02:00
Leonid Pliushch 369d94bfbb uftrace: apply clang mcount hook patch
Was proposed in https://github.com/namhyung/uftrace/issues/851.
2019-09-10 23:31:00 +03:00
Fredrik Fornwall 89acd4050b dnsutils: Update from 9.14.4 to 9.14.5 2019-09-10 22:15:44 +02:00
Fredrik Fornwall f5e14a56d4 bat: Update from 0.11.0 to 0.12.1 2019-09-10 22:09:48 +02:00
Fredrik Fornwall 8eb250e59b rclone: Update from 1.49.1 to 1.49.2 2019-09-10 22:07:29 +02:00
Fredrik Fornwall 838d7a333c librsvg: Update from 2.45.90 to 2.46.0 2019-09-10 21:46:08 +02:00
Fredrik Fornwall ba0e10ac1a weechat: Update from 2.5 to 2.6 2019-09-10 21:35:38 +02:00
Butta f935cc7152 cmake: switch CMAKE_HOST_SYSTEM_NAME to Android, which is used to set
CMAKE_SYSTEM_NAME by default, then disable CMake's built-in NDK support
when CMAKE_SYSTEM_NAME is set to Android.
2019-09-10 19:06:22 +03:00
Leonid Pliushch f0c88e6b47 ldc: bump revision 2019-09-10 16:33:12 +03:00
Leonid Pliushch 30ce913d61 newsboat: bump revision 2019-09-10 16:14:52 +03:00
Fredrik Fornwall 0b33ac3f7f libmcrypt: Fix mandir 2019-09-09 12:31:58 +02:00
Fredrik Fornwall ffc316917f steghide: Fix mandir 2019-09-09 12:31:50 +02:00
Leonid Pliushch 1955cc086f liblz4: fix build & installation steps
* Run only `make install` to avoid compiling libs & tools 2 times.

* Always use `ln -sf` when creating symlinks.
2019-09-09 03:44:02 +03:00
Leonid Pliushch fa50702452 libmosquitto: rebuild package 2019-09-09 00:06:44 +03:00
Fredrik Fornwall 480d5f9ac1 taglib: Depend on zlib correctly 2019-09-08 22:39:21 +02:00
Fredrik Fornwall 37854ea5ee ssss: Ensure share/man/man1 exists 2019-09-08 22:31:55 +02:00
Fredrik Fornwall 635512f3c5 findutils: Update from 4.6.0 to 4.7.0 2019-09-08 20:55:41 +02:00
Leonid Pliushch 5ac9d8c9b2 ndk-sysroot: bump revision 2019-09-08 20:57:00 +03:00
Leonid Pliushch b45fc730dc move some packages from unstable repo
* geth
* jbig2dec
* myrepos
* oleo
* samefile
* sdcv
* yadm
2019-09-08 17:25:28 +03:00
Leonid Pliushch afcd97016a apg: update source url 2019-09-08 16:44:36 +03:00
Leonid Pliushch 47df9e73c1 move some packages from unstable repo
* algernon
* apg
* aptly
* arj
* codecrypt
* crunch
* cryptopp
* diskus
* google-glog
* hexyl
* jp2a
* libgfshare
* libmcrypt
* libmhash
* libmicrohttpd
* libnftnl
* libsigsegv
* lua-lpeg
* morse2ascii
* seccure
* secure-delete
* ssss
* steghide
* taglib
* unicorn
* vegeta
* vis
* wren
* wuzz
* zsync
2019-09-08 16:44:36 +03:00
Leonid Pliushch 1d25890c09 starship: update to 0.15.0 2019-09-08 03:46:41 +03:00
Leonid Pliushch 3fbd1ed43c hugo: update to 0.58.1 2019-09-08 03:16:33 +03:00
Leonid Pliushch c32fd924cd hyperfine: update to 1.7.0 2019-09-08 03:05:46 +03:00
Leonid Pliushch 3568e0d945 memcached: update to 1.5.17 2019-09-08 03:01:05 +03:00
Leonid Pliushch 75122f6141 vim, vim-python: update to 8.1.2000
%ci:reset-backlog
2019-09-08 02:54:14 +03:00
Leonid Pliushch 160c24ac10 unrar: update to 5.8.1 2019-09-08 02:53:13 +03:00
Leonid Pliushch e3d1d670c8 libogg: update to 1.3.4
%ci:reset-backlog
2019-09-08 02:51:23 +03:00
Leonid Pliushch 094ce1b19d liblz4: update to 1.9.2 2019-09-08 02:50:41 +03:00
Leonid Pliushch 1fed9b6d1c keybase: update to 4.4.0
%ci:reset-backlog
2019-09-08 02:49:03 +03:00
Leonid Pliushch 9b5f815789 geoip2-database: update to 20190908 2019-09-08 02:47:49 +03:00
Leonid Pliushch 399dad1a8e irssi: update to 1.2.2 2019-09-08 02:45:02 +03:00
Leonid Pliushch e4b6ae22d6 imagemagick: update to 7.0.8.63 2019-09-08 02:44:41 +03:00
Leonid Pliushch b79eb47064 hub: update to 2.12.4 2019-09-08 02:44:23 +03:00
Leonid Pliushch d945b19919 dtc: update to 1.5.1 2019-09-08 02:38:43 +03:00
Leonid Pliushch c0c940ae2c clamav: update to 0.101.4 2019-09-08 02:38:23 +03:00
Leonid Pliushch 3966df96e8 axel: update to 2.17.6 2019-09-08 02:36:21 +03:00
Leonid Pliushch ee44c26770 ack-grep: update to 3.1.1 2019-09-08 02:36:02 +03:00
Leonid Pliushch d75ffc183e Revert "new package: libdwarf"
This reverts commit a2986eb6e52dd5e64ebe5ba4460ae75aea56bbca.

Wrong package, uftrace expects libdw but not libdwarf.
2019-09-07 22:39:49 +03:00
Leonid Pliushch 63a095b1c2 Revert "uftrace: link with libdwarf"
This reverts commit 5cb74edbf2e5847668133c9f1cfcb23e222457d8.
2019-09-07 22:39:40 +03:00
Leonid Pliushch e1ff05d9c5 uftrace: link with libdwarf 2019-09-07 22:35:38 +03:00
Leonid Pliushch 8b94cccee9 new package: libdwarf 2019-09-07 22:34:33 +03:00
Leonid Pliushch 59f67604f3 ndk-sysroot: bump revision after ndk-headers patches update
%ci:reset-backlog
2019-09-06 19:21:07 +03:00
Butta f82e5d7244 libllvm: don't add arch-specific rpath when natively compiling 2019-09-06 19:19:20 +03:00
Butta 51fbe05c40 libdispatch: add package 2019-09-06 19:18:24 +03:00
Fredrik Fornwall 2378d695ea libjpeg-turbo: Update from 2.0.2 to 2.0.3 2019-09-06 15:19:23 +02:00
Leonid Pliushch 4d3a6658d4 termux-tools: do not print motd on OpenSSH login when config PrintMotd=no
Now OpenSSH will not print motd on its own which may result in duplicate.
Instead it will control the login script via environment variable.

Fixes https://github.com/termux/termux-packages/issues/3941.
2019-09-06 01:59:07 +03:00
Leonid Pliushch e48948922b libllvm: bump revision 2019-09-06 00:49:54 +03:00
its-pointless 35715dae0f don't search multilib dir for native 2019-09-06 00:49:11 +03:00
its-pointless 5a467757d4 get search path order correct 2019-09-06 00:49:11 +03:00
its-pointless d1fcb29c6e fix ndk-multilib 2019-09-06 00:49:11 +03:00
Fredrik Fornwall 7641ac09d5 nodejs: Update from 12.9.1 to 12.10.0 2019-09-05 23:18:55 +02:00
Butta c1ae586387 llbuild: add package 2019-09-05 17:29:48 +03:00
Michal Bednarski 96b818c1dc proot: Update package
* Added SIGSYS handler for waitpid (Required for bash on Android 10)
* Added SIGSYS handler for sendmmsg on x86 (for DNS when using emulator)
* Fixed void syscall handling on 32 bit ARM
* Prevent tracees from setting SUID_DUMP_DISABLE
2019-09-05 17:26:12 +03:00
Fredrik Fornwall 6652cc1f20 Rebuild all go packages with go 1.13
See https://github.com/termux/termux-packages/issues/3619
2019-09-03 23:09:04 +02:00
Fredrik Fornwall 3ca90d8c40 fzf: Bump to rebuild with go 1.13 2019-09-03 21:46:43 +02:00
Fredrik Fornwall 6c717ea237 syncthing: Update from 1.2.1 to 1.2.2 2019-09-03 21:42:01 +02:00
Fredrik Fornwall 0a3d65e292 golang: Update from 1.12.8 to 1.13 2019-09-03 21:41:24 +02:00
Leonid Pliushch c16c871c0e uftrace: do not attempt to hook "backtrace"
Fixes segmentation fault on ARM devices at least.

backtrace (from execinfo.h) is not available on Android.

%ci:reset-backlog
2019-09-03 20:50:23 +03:00
Martin Kinkelin 6d50ac0afd LDC: Upgrade from v1.13 to v1.17 (#4246)
* LDC: Upgrade from v1.13 to v1.17

* LDC: Fix missing symbols in druntime's core.sys.posix.unistd

* LDC: Fix repeated llvm-config help output

* LDC: Revise build script

1) Use an 'installed' (ninja install) LLVM for LDC.
2) Cross-compile LLVM before invoking CMake for LDC, so that the LLVM
   dir is actually populated (previously: just fake bin/llvm-config).
3) Include dlang tools ddemangle and dustmite in the final package too,
   just like official LDC packages. Cmdline flags have been synced with
   upstream.

* Add hello-world smoke test

* LDC: Upgrade LLVM from v7.0.1 to v8.0.1
2019-09-03 20:06:03 +03:00
Leonid Pliushch 947d0141a6 uftrace: use $PREFIX/tmp instead of /dev/shm 2019-09-03 15:30:30 +03:00
Fredrik Fornwall ec364857b2 glib: Update from 2.60.6 to 2.60.7 2019-09-03 11:15:17 +02:00
Fredrik Fornwall 35cbedc3ac libgcrypt: Update from 1.8.4 to 1.8.5 2019-09-03 11:05:57 +02:00
Fredrik Fornwall d06df2dfc2 ruby: Update from 2.6.3 to 2.6.4 2019-09-03 05:45:25 +02:00
Fredrik Fornwall 8911a515d7 bash: Update from 5.0.9 to 5.0.11 2019-09-03 05:45:05 +02:00
Leonid Pliushch d3fd21d4d0 m4: assume that spawn.h is not available
Fixes https://github.com/termux/termux-packages/issues/4258.
2019-09-02 23:56:32 +03:00
Henrik Grimler 1ea73150da ncmpcpp: Fix socket path after it has been updated in mpd 2019-09-01 14:58:40 +02:00
lucy phipps 497b1827ad imagemagick: use librsvg +update to 7.0.8.62 2019-08-31 13:58:13 +03:00
Kevin Cotugno 6e6c9a40d3 Bump ca-certificates to 20190828 2019-08-30 07:39:27 -07:00
Fredrik Fornwall 436a1e1659 uftrace: Bump after libandroid-spawn update 2019-08-29 22:08:44 +02:00
Butta 0043f4fcf4 libandroid-spawn: switch to modified upstream implementation and use it for ninja 2019-08-29 22:05:52 +02:00
Henrik Grimler 9b73c472de emacs: make emacsclient look for socket in $PREFIX/var/run per default 2019-08-29 20:27:12 +02:00
Fredrik Fornwall 9f24b24ef1 emacs: Update from 26.2 to 26.3 2019-08-29 14:56:58 +02:00
Fredrik Fornwall 29ce826f56 nodejs: Update from 12.9.0 to 12.9.1 2019-08-29 14:56:33 +02:00
Fredrik Fornwall 3779df0282 rclone: Update from 1.48.0 to 1.49.1 2019-08-29 14:56:22 +02:00
Leonid Pliushch 76f2ae3519 uftrace: remove libfakeprofiler
Replaced by "libmcount-nop.so".
2019-08-28 16:20:46 +03:00
Leonid Pliushch 8b6263339f uftrace: bump revision 2019-08-28 15:23:43 +03:00
Leonid Pliushch a28f7639fc new packages: libandroid-spawn and uftrace 2019-08-28 15:17:34 +03:00
Bruno Bigras 82df909b01 starship: add package 2019-08-28 00:10:25 +03:00
Henrik Grimler 37fab07863 Merge pull request #4227 from termux/libnet
libnet: add package
2019-08-27 20:39:59 +02:00
Henrik Grimler dd9d0364b0 libnet: add package 2019-08-27 20:34:56 +02:00