Fredrik Fornwall
e55d71c314
ctags: Bump to git master
2018-09-03 23:06:52 +02:00
Fredrik Fornwall
e413fbfd79
vifm: Shorten description
2018-09-03 23:00:50 +02:00
araczkowski
521ed8fd95
update from 1.42 to 1.43
2018-09-03 23:00:10 +02:00
Tom Yan
d55d9521aa
mpv: replace pulse buffer patch
...
The new one is what accepted upstream ultimately. Functionally they
work the same. Just to avoid possible confusion.
2018-09-02 01:05:43 +02:00
Fredrik Fornwall
43d7d94339
gmic: Update from 2.3.5 to 2.3.6
2018-08-31 02:32:24 +02:00
Fredrik Fornwall
87092dffeb
gnupg: Update from 2.2.9 to 2.2.10
2018-08-31 02:32:10 +02:00
Fredrik Fornwall
fd1149feb0
erlang: Update from 21.0.6 to 21.0.7
2018-08-31 02:31:50 +02:00
Fredrik Fornwall
ea477cebf0
mdp: Update from 1.0.13 to 1.0.14
2018-08-31 02:31:22 +02:00
Fredrik Fornwall
1c2cf4f105
busybox: Avoid chroot() in ftpd due to seccomp
...
In Android 9 chroot() have been addded to the seccomp filter, so the
process is killed if trying to use it. Luckily busybox already contained
fallback if chroot() is not permitted.
See #2789 .
2018-08-30 11:20:43 +02:00
Fredrik Fornwall
54780069b0
ripgrep: Enable package
...
This is a first start on supporting rust packages. Feedback welcome.
2018-08-29 00:10:05 +02:00
Fredrik Fornwall
1047e5aab3
Remove libwebp from disabled-packages/
2018-08-28 23:36:25 +02:00
Fredrik Fornwall
e780564834
bison: Update from 3.0.5 to 3.1
2018-08-28 23:36:11 +02:00
Stephen
acd3fa08a7
Update setup-ubuntu.sh
2018-08-28 22:58:31 +02:00
Stephen
6546af166c
add gawk for apr-util build
...
#1169
2018-08-28 22:58:31 +02:00
Michał Bednarski
e41a3abf26
proot: Update package
...
* Fixes running on broken Huawei devices (termux/proot#15 )
* Mapping of uids coming from getsockopt(SO_PEERCRED) (termux/proot#36 )
* Fixed results of `strace` after SIGSYS was suppressed
* Don't fail on removing broken link2symlink (termux/proot#31 )
2018-08-28 18:49:58 +02:00
Fredrik Fornwall
fe760a7290
redis: Bump revision after fix in #2786
2018-08-28 18:04:53 +02:00
Leonid Pliushch
5117938a5f
redis: use TCSANOW instead of TCSAFLUSH
...
Fix for https://github.com/termux/termux-packages/issues/2783
2018-08-28 18:03:26 +02:00
Fredrik Fornwall
519f138f9a
termux-api: Update from 0.33 to 0.34
2018-08-28 02:45:57 +02:00
Fredrik Fornwall
eddaa42869
procps: Remove uptime
...
The uptime program from procps does not work on later android versions
where reading /proc/uptime is not allowed.
See https://github.com/termux/termux-app/issues/819
2018-08-27 23:12:52 +02:00
Fredrik Fornwall
a0bd8400c1
Fix mistake in shellcheck cleanup
2018-08-27 22:36:11 +02:00
Fredrik Fornwall
e5ab968a6a
Fix some shellcheck issues
2018-08-27 22:27:42 +02:00
Fredrik Fornwall
89f52767c0
Use https for downloading the android ndk
2018-08-27 22:25:51 +02:00
Fredrik Fornwall
fc54a3214c
graphicsmagick: Configure with --without-webp
...
This fixes a build error if libwebp has been built previously.
2018-08-27 22:21:20 +02:00
Laurent Arnoud
3d75da3db5
Check checksum on android sdk and ndk download
2018-08-27 22:21:01 +02:00
Fredrik Fornwall
0a24f77eae
debootstrap: Update from 1.0.106 to 1.0.108
...
Also translate Termux arch names to Debian ones - the --arch option
should no longer be necessary.
2018-08-27 21:47:42 +02:00
Fredrik Fornwall
6604fde6eb
doxygen: Specify path to flex and bison
...
This fixes a build issue if building after flex or bison has already
been built, so the build tries to use the cross-compiled binary.
2018-08-27 12:23:58 +02:00
Hax4us
35c334e0e4
add doxygen
2018-08-27 12:22:18 +02:00
Henrik Grimler
7bac02cef6
build-package.sh: set --libdir=$PREFIX/lib
...
x86_64 builds defaults to $PREFIX/lib64 otherwise on some systems.
2018-08-27 12:21:21 +02:00
Fredrik Fornwall
0c24e04d87
libwebp: Add package and enable in imagemagick
...
Fixes #2676 .
2018-08-27 12:13:28 +02:00
Fredrik Fornwall
34258793df
libqrencode: Build shared library
...
Also rebuild toxic to link against the shared library.
2018-08-27 09:00:14 +02:00
Fredrik Fornwall
3189e39586
tinyproxy: Polish description
2018-08-26 02:48:44 +02:00
Fredrik Fornwall
9d212cb09c
erlang: Update from 21.0.5 to 21.0.6
2018-08-26 02:48:28 +02:00
Koro
ea1d64b3ce
Create missing directories so it runs out of the box.
2018-08-26 01:56:00 +02:00
Koro
757a481575
Add Tinyproxy package.
2018-08-26 01:56:00 +02:00
Tom Yan
dd65cc4588
mpv: use `exec` in wrapper
2018-08-26 01:54:10 +02:00
Fredrik Fornwall
858941da51
imagemagick: Update from 7.0.8.9 to 7.0.8.10
2018-08-26 01:17:46 +02:00
Fredrik Fornwall
4e1f0d62f7
wireguard-tools: Update from 0.0.20180802 to 0.0.20180809
2018-08-26 01:17:25 +02:00
Fredrik Fornwall
30205c7e28
gnuplot: Fix 'help' in gnuplot for real
...
We cannot copy a file from termux_step_host_build() as that function
will not be called when rebuilding a package (the host built dir is
reused across builds).
Fixes #2764 .
2018-08-26 00:59:07 +02:00
Fredrik Fornwall
359a9eb4b6
git: Use TERMUX_MAKE_PROCESSES for install-man
2018-08-26 00:12:17 +02:00
Laurent Arnoud
c3670ae641
Fix curl pkg src url
2018-08-25 23:43:41 +02:00
Fredrik Fornwall
ad7854a376
gmic: Update from 2.3.4 to 2.3.5
2018-08-25 23:38:42 +02:00
Fredrik Fornwall
491a74a6bf
hub: Update from 2.5.0 to 2.5.1
2018-08-25 23:38:27 +02:00
Fredrik Fornwall
69cbc51001
libnghttp2: Update from 1.32.0 to 1.32.1
2018-08-25 23:37:55 +02:00
Fredrik Fornwall
cf46ae580a
openssh: Update from 7.7p1 to 7.8p1
2018-08-25 23:37:40 +02:00
Fredrik Fornwall
1fd4804ac5
libconfuse: Update from 3.2.1 to 3.2.2
2018-08-25 23:37:27 +02:00
Fredrik Fornwall
f3147dfa42
golang: Update checksum for go 1.11
2018-08-25 23:25:33 +02:00
Fredrik Fornwall
0d58bc4384
golang: Update from 1.10.3 to 1.11
2018-08-25 23:22:24 +02:00
Fredrik Fornwall
48f10a1105
squid: Prepare for openssl 1.1.1
2018-08-25 16:59:21 +02:00
Fredrik Fornwall
d9f0ad7bf6
libarchive: Configure with --without-lz4
...
This prevents opportunistic linkage against liblz4.so.
2018-08-25 16:54:53 +02:00
Fredrik Fornwall
4887095c64
gst-plugins-bad: Configure with --disable-rtmp
...
This prevents opportunistic linkage against librtmp.so.1.
2018-08-25 16:50:33 +02:00