Commit Graph

6054 Commits

Author SHA1 Message Date
Fredrik Fornwall 5dff9a8f6e cmake: Update fro 3.12.2 to 3.12.3 2018-10-07 19:19:40 +02:00
Fredrik Fornwall 4d6271ca99 vim: Update from 8.1.0400 to 8.1.0450 2018-10-07 19:19:40 +02:00
Henrik Grimler ec5ec77946 wireguard-tools: update to 20181006 2018-10-07 19:19:31 +02:00
Tom Yan 22138afba5 mpv: Update from 0.29.0 to 0.29.1 2018-10-06 09:38:20 +02:00
Leonid Pliushch 4d25ac40ec strace: fix crash on Android 9 (Pie)
Disables setreuid() and similar calls that are disallowed
by seccomp.
2018-10-03 22:00:27 +02:00
Leonid Pliushch ec9660119e fakeroot: fix missing libfakeroot.so 2018-10-03 07:46:39 +02:00
Leonid Pliushch 123549819d fontconfig: don't use link(2) for locking 2018-10-03 07:46:14 +02:00
Fredrik Fornwall 28ff552523 mtools: Update from 4.0.18 to 4.0.19 2018-10-02 21:29:08 +02:00
Fredrik Fornwall b1b0a3ed2a termux-api: Update from 0.34 to 0.35 2018-10-02 21:22:42 +02:00
Fredrik Fornwall 2650403335 squid: Update from 4.2 to 4.3 2018-10-02 21:22:18 +02:00
Fredrik Fornwall 674dc56a3a syncthing: Update from 0.14.50 to 0.14.51 2018-10-02 21:22:00 +02:00
Fredrik Fornwall 0019a2d1a7 golang: Update from 1.11 to 1.11.1 2018-10-02 21:21:37 +02:00
Leonid Pliushch c713acafe9 fakeroot: fix paths in bin/fakeroot (fakeroot.in) 2018-10-02 21:20:08 +02:00
Leonid Pliushch 3efd835468 new package: fakeroot
Uses tcp ipc since SysV ipc is not available on most devices.

Requested in: https://github.com/termux/termux-packages/issues/2915
2018-10-02 21:20:08 +02:00
jottr 6fa2b009b4 Update dependencies.
Always depend on openssl, git
2018-10-02 03:24:36 +02:00
jottr 2992700b4f Use tabs for intendation. 2018-10-02 03:24:36 +02:00
jottr 6857d6b031 Add git-crypt package. 2018-10-02 03:24:36 +02:00
Fredrik Fornwall 4a18936130 {root,x11}-repo: Run 'apt update' in postinst 2018-10-02 02:31:57 +02:00
Fredrik Fornwall 1410cb22f1 x11-repo: Note that @xeffyr is maintainer 2018-10-02 02:21:54 +02:00
Fredrik Fornwall 3636ff8dfc root-repo: Add package 2018-10-02 02:21:39 +02:00
Fredrik Fornwall 73b1719c82 unrar: Update from 5.6.6 to 5.6.7 2018-10-02 02:05:15 +02:00
Fredrik Fornwall 4c85e18e1b x11-repo: Enable package 2018-10-02 02:04:54 +02:00
Fredrik Fornwall b7743d5614 x11-repo: Add as disabled package 2018-10-02 01:56:30 +02:00
Fredrik Fornwall 200ae385e2 dnsutils: Update from 9.12.2-P1 to 9.13.3 2018-09-30 09:40:49 +02:00
Fredrik Fornwall c3175fe791 command-not-found: Use arch-specific command list 2018-09-29 10:44:22 +02:00
Fredrik Fornwall 2b61e3a317 openssh: Replace some link(2) with rename(2)
OpenSSH uses a link to take a backup while replacing the known_hosts
file:

(1) link known_hosts to known_hosts.old
(2) move new file to known_hosts (overwriting the link there)

Since links are not allowed we replace link with rename:

(1) rename known_hosts to known_hosts.old
(2) move new file to known_hosts

This means that there is a window between (1) and (2) where the
known_hosts file is not available, but that is a really short window
and is hopefully acceptable here.

Fixes #2909.
2018-09-29 10:40:18 +02:00
Fredrik Fornwall 490713f24c nnn: Minor polish 2018-09-28 19:00:11 +02:00
Karol Baraniecki d4f4b57e65 Add nnn 2018-09-28 18:51:45 +02:00
Fredrik Fornwall 7449470ca3 erlang: Bump revision after cpu_sup.c patch 2018-09-27 21:49:59 +02:00
Alexander Clouter 9ba79974e7 re-enable cpu_sup.patch for Erlang now it compiles 2018-09-27 21:48:49 +02:00
Alexander Clouter f4b820f806 compile fix for Erlang that slipped through in PR#2905, sorry! 2018-09-27 21:48:49 +02:00
Fredrik Fornwall aed31a04af erlang: Disable broken patch
The patch caused the following errors:

cpu_sup.c:346:33: error: expected expression
    case AVG1:          (unsigned int)(return info.loads[0] / 256);
                                       ^
cpu_sup.c:347:33: error: expected expression
    case AVG5:          (unsigned int)(return info.loads[1] / 256);
                                       ^
cpu_sup.c:348:33: error: expected expression
    case AVG15:         (unsigned int)(return info.loads[2] / 256);
                                       ^
cpu_sup.c:351:26: error: use of undeclared identifier 'avgs'
    sendi((unsigned int)(avgs[idx] * 256));
                         ^
cpu_sup.c:351:31: error: use of undeclared identifier 'idx'
    sendi((unsigned int)(avgs[idx] * 256));
                              ^
5 errors generated.
2018-09-27 21:06:33 +02:00
Fredrik Fornwall e92484fa72 libmosquitto: Update from 1.5.2 to 1.5.3 2018-09-27 20:58:08 +02:00
Fredrik Fornwall 266c6512a7 erlang&make: Bump revision after patches 2018-09-27 20:57:39 +02:00
Alexander Clouter aef83cad47 Make Erlang's cpu_sup function better on Android
Due to `/proc` restrictions in newer Android releases enforced by SELinux, Erlang needs a fix so that it can get some basic CPU stats (use the `sysinfo` syscall rather than reading `/proc/loadavg`).
2018-09-27 20:56:06 +02:00
Alexander Clouter 6ce53ebfe6 fix Erlang's os:cmd, by adding @TERMUX_PREFIX@ so /bin/sh works 2018-09-27 20:56:06 +02:00
Alexander Clouter 42293b0997 include dev componments for Erlang 2018-09-27 20:56:06 +02:00
Alexander Clouter 618037e8d6 stop make putting std{out,err} into append mode and tripping up SELinux 2018-09-27 20:56:06 +02:00
Fredrik Fornwall 0eb957e0e4 Dockerfile: Clean up for ndk r18 2018-09-27 01:06:34 +02:00
Fredrik Fornwall 1269f41c93 readline: Build with -fexceptions 2018-09-27 01:00:52 +02:00
Fredrik Fornwall 4905896573 pkgconf: Add as disabled package 2018-09-27 00:53:39 +02:00
Fredrik Fornwall eb1da6d335 nginx: Update from 1.15.3 to 1.15.4 2018-09-27 00:08:53 +02:00
Fredrik Fornwall 73d5e9221e sqlite: Update from 3.25.1 to 3.25.2 2018-09-27 00:08:39 +02:00
Fredrik Fornwall 75daf26907 yarn: Update from 1.9.4 to 1.10.1 2018-09-27 00:08:25 +02:00
Fredrik Fornwall 34b76299d1 imagemagick: Update from 7.0.8.10 to 7.0.8.12 2018-09-26 08:27:50 +02:00
Fredrik Fornwall 8cfa4a3d33 erlang: Update from 21.0.8 to 21.1 2018-09-26 08:27:26 +02:00
Fredrik Fornwall 0671f0ffea weechat: Bundle man pages with asciidoctor 2018-09-26 08:26:51 +02:00
Fredrik Fornwall 71869f8e44 build-package.sh: Update meson from 0.47.0 to 0.48.0 2018-09-26 07:16:50 +02:00
Fredrik Fornwall 035a00ed4a setup-ubuntu.sh: Remove xutils-dev 2018-09-25 00:32:00 +02:00
Fredrik Fornwall 71e9557461 newsboat: Update from 2.12 to 2.13 2018-09-25 00:31:47 +02:00