Fredrik Fornwall
62c6c16c03
Add scripts/ldd utility script
2018-09-22 00:25:27 +02:00
Fredrik Fornwall
abe5f13d2b
nodejs: Update from 10.10.0 to 10.11.0
2018-09-22 00:22:40 +02:00
Fredrik Fornwall
e77ef01f38
mosh: Fix build with ndk r18
2018-09-22 00:20:53 +02:00
Fredrik Fornwall
a22f91837c
fish: Fix build with ndk r18
2018-09-22 00:10:27 +02:00
Leonid Pliushch
347483556e
disabled-packages: remove qt5
...
Remove package 'qt5' in favor of https://github.com/termux/x11-packages/tree/master/packages/qt5-base
2018-09-21 23:49:22 +02:00
Fredrik Fornwall
bcf15174b0
debootstrap: Update from 1.0.108 to 1.0.109
2018-09-21 08:38:12 +02:00
Fredrik Fornwall
cc8a07d85e
Merge branch 'master' of github.com:termux/termux-packages
2018-09-21 06:37:39 +00:00
Fredrik Fornwall
60bce6425d
nmap: Fix build with latest clang&libc++
2018-09-21 06:37:15 +00:00
Fredrik Fornwall
af7e6dacbb
picolisp: Update from 18.7.18 to 18.9.18
2018-09-21 01:01:56 +02:00
Fredrik Fornwall
dfbfbb0eed
openssl-tool: Bundle openssl.cnf ( fixes #2865 )
2018-09-21 01:01:06 +02:00
Fredrik Fornwall
618e7bdddd
openssh: Mark ssh(d)_config as configuration
...
This avoids silently overwriting any local changes. Fixes #2866 .
2018-09-20 23:08:52 +02:00
Fredrik Fornwall
e19fb34a24
Merge branch 'master' of github.com:termux/termux-packages
2018-09-20 21:00:56 +00:00
Fredrik Fornwall
61e5cd19a2
jupp: Fix download problem
2018-09-20 21:00:20 +00:00
Fredrik Fornwall
1aec3833d3
aapt: Build with -fPIC
2018-09-20 22:46:51 +02:00
Fredrik Fornwall
77f73df086
vttest: Update from 20180811 to 20180911
2018-09-20 20:29:58 +00:00
Fredrik Fornwall
5304c8302f
libpixman: Fix arm build with -fno-integrated-as
2018-09-20 22:28:39 +02:00
Fredrik Fornwall
2811236000
Switch back to -Os instead of -Oz for arm
...
Seems that there are still issues (segfault on ruby at least).
2018-09-20 02:43:14 +02:00
Fredrik Fornwall
11c765d731
rust: Try some more work
2018-09-20 02:26:10 +02:00
Fredrik Fornwall
9a55e74f9b
opus-tools: Update from 0.1.10 to 0.2
2018-09-20 02:25:54 +02:00
Fredrik Fornwall
a1d1d178f7
opusfile: Update from 0.10 to 0.11
2018-09-20 02:25:38 +02:00
Fredrik Fornwall
53b0b0b2fb
libopusenc: Add package at version 0.2
2018-09-20 02:25:20 +02:00
Fredrik Fornwall
64fb69a9c8
llvm: Update from 6.0.1 to 7.0.0
2018-09-20 02:22:52 +02:00
Fredrik Fornwall
9a1e9662e5
brotli: Update from 1.0.5 to 1.0.6
2018-09-20 02:20:58 +02:00
Fredrik Fornwall
9e9eaff2fd
nodejs-lts: Add back a node LTS package
2018-09-20 02:19:41 +02:00
Fredrik Fornwall
3cdea45b3a
perl: Adopt to -linux folder names (was: -android)
...
The ndk r18 update caused this. We still need to find out if this is ok
or causes any issues.
2018-09-20 02:03:19 +02:00
Fredrik Fornwall
5ba44cfa9d
libmpfr: Bump revision after i686 fix
2018-09-20 00:43:27 +02:00
Fredrik Fornwall
1ed435d165
json-glib: Update from 1.4.2 to 1.4.4
2018-09-20 00:43:04 +02:00
Fredrik Fornwall
194af6bb6e
gstreamer: Update from 1.14.2 to 1.14.3
2018-09-20 00:42:28 +02:00
Fredrik Fornwall
9e26046912
nginx: Update from 1.14.0 to 1.15.3
...
Also fix compilation error with ndk r18.
Also remove use of aio due to seccomp filter.
2018-09-20 00:41:19 +02:00
Fredrik Fornwall
5a148fe3f6
libffi: Use -fno-integrated-as for arm
2018-09-20 00:26:38 +02:00
Fredrik Fornwall
de09dafea4
openssl: Build with -fno-integrated-as for arm
2018-09-19 23:46:16 +02:00
Fredrik Fornwall
eb99c23cf1
Try using -Oz on 32-bit arm as well after ndk r18
2018-09-19 23:32:30 +02:00
Fredrik Fornwall
02c0668a9b
Update to NDK r18 ( #2827 )
2018-09-19 23:29:39 +02:00
Henrik Grimler
90d41b3c12
wireguard-tools: upgrade to 20180918
2018-09-19 23:22:37 +02:00
Michał Bednarski
786f1d94f7
proot: Update with fixed unbundled loader build
2018-09-19 23:22:11 +02:00
Henrik Grimler
6d8e9a7939
arm: don't build with -fno-integrated-as
...
Fixes ruby segfault (without the need for -O1).
2018-09-19 23:21:56 +02:00
Fredrik Fornwall
f9465d7c3a
apr: Update from 1.6.3 to 1.6.5
2018-09-19 07:46:17 +02:00
Fredrik Fornwall
08df63fdbc
sqlite: Update from 3.25.0 to 3.25.1
2018-09-19 07:45:52 +02:00
Fredrik Fornwall
a4cbc757d3
nano: Update from 3.0 to 3.1
2018-09-19 07:44:29 +02:00
Michał Bednarski
9e3dd1dba2
proot: Update with tmpdir canonicalization
...
* Canonicalize tmp dir (termux/proot#40 by @tomty89)
* Merge changes from UserLAnd (althrough most are off
by default, termux/proot#39 by @corbinlc)
* Puting loader in libexec instead of extracting
it on every run
2018-09-18 03:33:48 +02:00
Fredrik Fornwall
56744f75ba
kbfs: Update from initial-git-on-android to 2.6.0
2018-09-17 19:14:25 +02:00
Fredrik Fornwall
1710f28736
keybase: Update from 2.5.0 to 2.6.0
2018-09-17 19:14:04 +02:00
Fredrik Fornwall
8bca499af5
perl: Update from 5.26.2 to 5.28.0
2018-09-17 18:52:13 +02:00
Fredrik Fornwall
65d543395c
ruby: Build with -O1 on arm
2018-09-17 18:51:38 +02:00
Fredrik Fornwall
03fbb338eb
nodejs: Build with system libicu ( fixes #2210 )
2018-09-17 17:27:15 +02:00
Henrik Grimler
f70173a84a
ruby bump after bug fix
2018-09-17 16:50:32 +02:00
Henrik Grimler
743917b67f
ruby: use -O3 instead of -Os for 32 bit arches
2018-09-17 16:50:32 +02:00
Tom Yan
fd97ae4e21
libpulseaudio: set alternate sample rate in aaudio sink data
...
The "core" alternate sample rate must not kick in with our sink.
The sample rate of the sink must be locked onto that of the AAudio
stream.
2018-09-16 22:44:20 +02:00
Fredrik Fornwall
c39288fd2c
vim: Update from 8.1.0350 to 8.1.0400
2018-09-16 22:27:20 +02:00
Wetitpig
0698f8769c
Remove libusb as disabled package
2018-09-15 22:27:55 +02:00