Commit Graph

5325 Commits

Author SHA1 Message Date
Fredrik Fornwall
f85da5e6de fzf: Update from 0.17.4 to 0.17.5 2018-10-07 19:20:01 +02:00
Fredrik Fornwall
5252a7ba3d nginx: Update from 1.15.4 to 1.15.5 2018-10-07 19:19:40 +02:00
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
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
1269f41c93 readline: Build with -fexceptions 2018-09-27 01:00:52 +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
71e9557461 newsboat: Update from 2.12 to 2.13 2018-09-25 00:31:47 +02:00
Fredrik Fornwall
e38aad4aa8 fossil: Update from 2.6 to 2.7 2018-09-23 17:48:47 +02:00
Fredrik Fornwall
3ff3e9cbfa python&python2: Bump revision 2018-09-23 17:16:25 +02:00
Fredrik Fornwall
16cc086572 xorriso: Update from 1.4.8 to 1.5.0 2018-09-23 17:15:59 +02:00
Leonid Pliushch
1b0bce2bd5 pulseaudio: disable privilege dropping 2018-09-23 16:51:16 +02:00
Leonid Pliushch
c776c0439a python(2): dev package requires libcrypto-dev 2018-09-23 16:42:52 +02:00
Fredrik Fornwall
b0f604be92 Fix lint-packages.py checks 2018-09-22 21:50:32 +02:00
Fredrik Fornwall
ec1b66d2d5 ttyd: Fix build without requiring xxd 2018-09-22 21:27:52 +02:00
Fredrik Fornwall
bdab6e1944 libelf: Update from 0.173 to 0.174 2018-09-22 21:27:43 +02:00
Fredrik Fornwall
8c59f1c57c apache2: Update from 2.4.34 to 2.4.35 2018-09-22 20:53:52 +02:00
Fredrik Fornwall
7909644184 libuv: Update from 1.23.0 to 1.23.1 2018-09-22 20:53:34 +02:00
Fredrik Fornwall
f0779c1a57 less: Remove pcre dependency 2018-09-22 20:53:09 +02:00
Tom Yan
22e98a5d14 mpd: bump revision after changes 2018-09-22 05:02:36 +02:00
Tom Yan
b6a39114e1 mpd: remove libevent from LD_PRELOAD 2018-09-22 05:02:36 +02:00
Tom Yan
a36f24947c mpd: workaround clang uncaught exception bug 2018-09-22 05:02:36 +02:00
Fredrik Fornwall
18b6c7ecfe autossh: Depend on either openssh or dropbear 2018-09-22 04:36:17 +02:00
Fredrik Fornwall
b1833bb9f5 libmosquitto: Update from 1.5.1 to 1.5.2 2018-09-22 04:35:20 +02:00
Fredrik Fornwall
e185a1bcb7 libmesode: Update from 0.9.1 to 0.9.2 2018-09-22 04:35:03 +02:00
Fredrik Fornwall
9dad6ef82a keybase: Update from 2.6.0 to 2.6.2 2018-09-22 04:34:40 +02:00
Fredrik Fornwall
467393e0fb libssh: Update from 0.8.2 to 0.8.3 2018-09-22 04:34:20 +02:00
Fredrik Fornwall
161259f190 perl: Build with -Dosname=android 2018-09-22 03:11:38 +02:00
Fredrik Fornwall
1cb7b759cb Use ac_cv_c_bigendian=no for all packages
Tesseract also needs it now, but enough is enough, so just add it to all
autoconf-using packages by default.
2018-09-22 01:05:16 +02:00
Fredrik Fornwall
64874490f5 gst-plugins-ugly: Fix outdated checksum 2018-09-22 00:49:25 +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
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
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
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
Wetitpig
1755e793ed Move libusb to packages 2018-09-15 22:27:55 +02:00
Fredrik Fornwall
628dc15b14 zsh: Update from 5.6.1 to 5.6.2
Also enable the zsh/stat module (#2829).
2018-09-15 21:59:14 +02:00
Fredrik Fornwall
1d0f650d4a ranger: Update from 1.9.1 to 1.9.2 2018-09-15 21:59:14 +02:00
Fredrik Fornwall
3203321153 mbedtls: Update from 2.12.0 to 2.13.0 2018-09-15 21:59:14 +02:00
Fredrik Fornwall
55b4139704 libsqlite: Update from 3.24.0 to 3.25.0 2018-09-15 21:59:14 +02:00
Fredrik Fornwall
de3ce7d6a0 c-toxcore: Update from 0.2.6 to 0.2.7 2018-09-15 21:59:14 +02:00
Fredrik Fornwall
9c85626bce liblz4: Update from 1.8.2 to 1.8.3 2018-09-15 21:15:55 +02:00
Fredrik Fornwall
2ffb114fca libcln: Switch to fossies 2018-09-15 03:42:43 +02:00
Fredrik Fornwall
cda20a5157 ttyd: Fix build error on cross-compiled xxd 2018-09-15 02:16:33 +02:00
Fredrik Fornwall
f46cd612e6 ttyd: Add package at version 1.4.2 2018-09-15 01:47:10 +02:00
Fredrik Fornwall
3ad3fa5e7f libwebsockets: Add package at version 3.0.1 2018-09-15 01:46:54 +02:00
Fredrik Fornwall
00dafb4f10 Some http -> https updates 2018-09-15 01:46:16 +02:00
Fredrik Fornwall
a38fac51ce openssl: Fix broken Configuration patch 2018-09-14 22:16:09 +02:00
Fredrik Fornwall
2e60651376 syncthing: Update from 0.14.49 to 0.14.50 2018-09-14 21:28:52 +02:00
Fredrik Fornwall
cdbacfa917 php: Update from 7.2.9 to 7.2.10 2018-09-14 21:28:32 +02:00
Fredrik Fornwall
af471e2b67 ghostscript: Update from 9.24 to 9.25 2018-09-14 21:28:15 +02:00
Fredrik Fornwall
17ae588b81 libgd: Depend on libwebp 2018-09-14 21:00:11 +02:00
Fredrik Fornwall
1ceae7c56f fzf: Install bash completion script 2018-09-14 20:59:52 +02:00
Fredrik Fornwall
057c6e305d pcre2: Update from 10.31 to 10.32 2018-09-14 20:59:45 +02:00
Fredrik Fornwall
7b02dfc00a libgit2: Depend on libssh2 2018-09-14 20:59:19 +02:00
Fredrik Fornwall
f69f4e0c16 libarchive: Build with --without-zstd 2018-09-14 20:57:44 +02:00
Fredrik Fornwall
78e7df0a4f gst-plugins-bad: Depend on libcurl, disable webp 2018-09-14 20:57:02 +02:00
Fredrik Fornwall
b67725b59a build-package: Use cargo install for rust packages
Starting with rust 0.29.0 the cargo install command can be used with
--target.

Also, install shell completion scripts for ripgrep.
2018-09-14 20:40:34 +02:00
Fredrik Fornwall
c032139479 tor: Fix build breakage after openssl update 2018-09-12 08:28:04 +02:00
Fredrik Fornwall
5646f1b259 fossil: Fix building after getpass() in sysroot 2018-09-12 08:27:43 +02:00
Fredrik Fornwall
de549fee1b libssh2: Patch for OPENSSL_NO_ENGINE 2018-09-12 07:07:07 +02:00
Fredrik Fornwall
b034d9c27f aria2: Build with --without-libssh2 2018-09-12 06:47:50 +02:00
Fredrik Fornwall
b320c2b623 nmap: Use system libssh2 2018-09-12 06:44:08 +02:00
Fredrik Fornwall
84000a3812 zsh: Update from 5.6 to 5.6.1 2018-09-12 00:07:09 +02:00
Fredrik Fornwall
23774ece51 libcurl&openssl: Make sure curl is not broken
The updated openssl package now conflicts with "libcurl (<< 7.61.0-1)",
so no one will get openssl 1.1.1 without also getting an updated libcurl
7.61.1-1 linking against it.

From the other direction the new libcurl depends on
"openssl (>= 1.1.1)", so no one will get libcurl 7.61.1-1 without also
getting the updated openssl 1.1.1 which it uses.
2018-09-12 00:01:19 +02:00
Fredrik Fornwall
9c3e786b9d git: Update from 2.18.0 to 2.19.0 2018-09-11 23:56:13 +02:00
Fredrik Fornwall
b1a9c9c562 nodejs: Just keep a single current package
Drop the LTS version of node.js for now and keep only a single current
node package.
2018-09-11 23:51:55 +02:00
Fredrik Fornwall
fd72a74c42 openssl: Update from 1.0.2 to 1.1.1 (#2775) 2018-09-11 22:43:19 +02:00
Fredrik Fornwall
9d753cec52 command-not-found: Regenerate with new commands 2018-09-11 22:15:21 +02:00
Fredrik Fornwall
8f25d5ca61 cmark: Update from 0.28.3.gfm.15 to 0.28.3.gfm.16
Also setup cmark as symlink to cmark-gfm.
2018-09-11 22:15:21 +02:00
Kieran Coldron
44c0631ebf Update kakoune to 2018.09.04 2018-09-11 22:01:51 +02:00
Kieran Coldron
c14ece2cca kakoune 2018-09-11 22:01:51 +02:00
Henrik Grimler
e8583b4e1c wireguard-tools: upgrade to 20180910 2018-09-11 20:48:30 +02:00
Leonid Pliushch
6d33f94a5f fix packages that require getpass()
Changed packages:

  * alpine
  * dropbear
  * emacs
  * isync
  * lftp
  * msmtp
  * newsboat
  * rsync
  * screen
  * texlive-bin
  * unrar
  * w3m
2018-09-11 00:55:00 +02:00
Fredrik Fornwall
fd0d1be78c busybox: Update from 1.29.2 to 1.29.3 2018-09-11 00:47:48 +02:00
Fredrik Fornwall
988d27f1a5 binutils: Bump revision after change 2018-09-11 00:46:59 +02:00
Fredrik Fornwall
3afe969da3 libssh2: Add package 2018-09-11 00:46:05 +02:00
Fredrik Fornwall
50f0e520f7 nano: Update from 2.9.8 to 3.0 2018-09-11 00:45:49 +02:00
Fredrik Fornwall
d29e62c613 libmsgpack: Update from 3.1.0 to 3.1.1 2018-09-11 00:44:47 +02:00
Fredrik Fornwall
4a6f7d9823 tor: Update from 0.3.3.9 to 0.3.4.8 2018-09-11 00:44:15 +02:00
its-pointless
d6c857eee5 in android 7 and above there is a EACCESS error on readding root dir /
this causes error in ld.gold but not in ld.
this patch makes ld.gold ignore that error to match ld behaviour.
2018-09-10 22:30:42 +02:00
Fredrik Fornwall
347767715f erlang: Update from 21.0.7 to 21.0.8 2018-09-09 23:03:06 +02:00
Fredrik Fornwall
7db265c137 cmake: Update from 3.12.1 to 3.12.2 2018-09-09 23:02:30 +02:00
Fredrik Fornwall
1014e1ffd4 indent: Update from 2.2.11 to 2.2.12 2018-09-08 02:13:03 +02:00
Fredrik Fornwall
d4764ad997 rclone: Update from 1.43 to 1.43.1 2018-09-08 02:12:01 +02:00
Fredrik Fornwall
9791457dda tinyproxy: Update from 1.8.4 to 1.10.0 2018-09-08 01:55:54 +02:00
Fredrik Fornwall
7a3333389a ripgrep: Update from 0.9.0 to 0.10.0 2018-09-08 01:55:26 +02:00
Fredrik Fornwall
56a0d1a512 kbfs: Bump to fake version after android fix 2018-09-07 06:49:38 +02:00
Fredrik Fornwall
07427ebf14 vim: Update from 8.1.0300 to 8.1.0350 2018-09-07 06:21:50 +02:00
Fredrik Fornwall
34d8fb9e84 gdb: Update from 8.1.1 to 8.2 2018-09-07 06:21:50 +02:00
Fredrik Fornwall
479c47cdc7 msmtp: Update from 1.6.8 to 1.8.0 2018-09-07 06:21:50 +02:00
Fredrik Fornwall
a823d7391b wireguard-tools: Update from 0.0.20180809 to 0.0.20180904 2018-09-07 06:21:50 +02:00
Brandon Philips
d929fa0bcc kbfs: update to working commit with stderr fix
xref https://github.com/keybase/kbfs/issues/1775
2018-09-07 06:21:37 +02:00
Fredrik Fornwall
c98c91496d Pass -DDOXYGEN_EXECUTABLE to cmake for all builds
This avoids cmake picking up a cross-compiled doxygen binary.
2018-09-06 06:36:42 +02:00
Fredrik Fornwall
4f51dfa36b libcurl: Update from 7.61.0 to 7.61.1 2018-09-06 03:18:48 +02:00
Fredrik Fornwall
1ae59b5ae0 libssh: Do not pick up cross-compiled doxygen 2018-09-06 03:18:23 +02:00
Fredrik Fornwall
cdd89965ac libmpdclient: Update from 2.14 to 2.15 2018-09-04 23:44:57 +02:00
Fredrik Fornwall
e09cc4cbe2 ghostscript: Update from 9.23 to 9.24 2018-09-04 23:44:37 +02:00
Fredrik Fornwall
e2c5d2eddb zsh: Update from 5.5.1 to 5.6 2018-09-04 23:43:25 +02:00
Fredrik Fornwall
8d375adbaa stunnel: Update from 5.48 to 5.49 2018-09-04 23:42:59 +02:00
Fredrik Fornwall
f7ea4d5edf libnghttp2: Update from 1.32.1 to 1.33.0 2018-09-04 23:42:38 +02:00
Fredrik Fornwall
e981fc9646 unrar: Update from 5.6.5 to 5.6.6 2018-09-04 23:42:28 +02:00
Fredrik Fornwall
a1e1c8ea1c libjasper: Do not pick up cross-compiled doxygen 2018-09-04 23:38:38 +02:00
Fredrik Fornwall
4dd74f7800 libmsgpack: Do not pick up cross-compiled doxygen 2018-09-04 22:03:42 +02:00
Fredrik Fornwall
b47d72eb30 googletest: Update from 1.8.0 to 1.8.1 2018-09-04 22:03:21 +02:00
Fredrik Fornwall
eb9c4d20db ccache: Update from 3.4.2 to 3.4.3 2018-09-04 22:03:07 +02:00
Fredrik Fornwall
80a868df66 libarchive: Update from 3.3.2 to 3.3.3 2018-09-04 22:02:53 +02:00
Fredrik Fornwall
e4ffba7e30 libssh: Update from 0.8.1 to 0.8.2 2018-09-04 22:02:34 +02:00
Fredrik Fornwall
9afd7b7d5d radare2: Update from 2.8.0 to 2.9.0 2018-09-04 12:19:51 +02:00
Fredrik Fornwall
474a295669 fd: Add package (hello second rust package!)
Also extract out rust setup from ripgrep.
2018-09-03 23:57:26 +02:00
Fredrik Fornwall
9e3c6c4a0d fontconfig: Update from 2.13.0 to 2.13.1 2018-09-03 23:24:16 +02:00
Fredrik Fornwall
10e1967035 rclone: Work around isse with non-deletable src/ 2018-09-03 23:23:22 +02:00
Brandon Philips
b2a319c7e5 packages: add keybase and kbfs
Fixes #2133

Based on https://github.com/keybase/client/blob/master/packaging/linux/build_binaries.sh
2018-09-03 23:11:32 +02:00
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
e780564834 bison: Update from 3.0.5 to 3.1 2018-08-28 23:36:11 +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
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
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
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
Fredrik Fornwall
0160ea0776 lftp: libidn - > libidn2 in next update 2018-08-25 16:45:39 +02:00
Fredrik Fornwall
347778dde3 elinks: Configure with --without-brotli
This prevents opportunistic linkage against libbrotlidec.so.
2018-08-25 16:42:16 +02:00
Fredrik Fornwall
5f9bb13e0d gnuplot: Make 'help' command work (see #2764) 2018-08-25 13:36:08 +02:00
Fredrik Fornwall
f24c53007b libmosquitto: Note about patch submitted upstream 2018-08-25 10:04:41 +02:00
Fredrik Fornwall
636c9b0ae6 cadaver: Disable due to no openssl 1.1 support 2018-08-25 10:03:43 +02:00
Fredrik Fornwall
9bbebe93db libmesode: Backport for openssl 1.1.1 support 2018-08-24 02:36:14 +02:00
Fredrik Fornwall
3e6fbcef2f openssl 1.1.1 preparation patches 2018-08-24 02:34:07 +02:00
Fredrik Fornwall
3a7d393c3f sslscan: Disable due to no openssl 1.1 support 2018-08-23 20:22:08 +02:00
Fredrik Fornwall
d89f933cfb libmsgpack: Update from 3.0.1 to 3.1.0 2018-08-23 18:25:45 +02:00
Fredrik Fornwall
cc9f422d63 c-toxcore: Update from 0.2.5 to 0.2.6 2018-08-23 14:45:43 +02:00
Fredrik Fornwall
9a5a4e3357 pango: Update from 1.42.3 to 1.42.4 2018-08-23 14:45:26 +02:00
Fredrik Fornwall
76ca4a5a66 cmark: Update from 0.28.3.gfm.14 to 0.28.3.gfm.15 2018-08-23 14:45:03 +02:00
Fredrik Fornwall
65b66b1392 gdbm: Update from 1.17 to 1.18 2018-08-23 14:43:50 +02:00
Fredrik Fornwall
f0e395f0f1 Some http -> https updates 2018-08-22 16:43:24 +02:00
Tom Yan
1a7fcf99af mpd: clean up dependencies 2018-08-22 16:39:58 +02:00
Tom Yan
6e1154099b glib: fix locale removal 2018-08-22 16:05:51 +02:00