Commit Graph

3857 Commits

Author SHA1 Message Date
Fredrik Fornwall 4482f42b62 mlocate: Make it work on Android 7.0 (fixes #1454) 2017-09-22 21:02:40 +02:00
Fredrik Fornwall 4baecf33a4 tsocks: Blacklist arm and i686 arches
Hitting compile errors on arm and i686:

tsocks.c:226:36: error: use of undeclared identifier '__len'; did you
mean 'mblen'?
return(realconnect(__fd, __addr, __len));
2017-09-22 00:45:33 +02:00
Leonid Pliushch ae9824ce65 ncurses: update to 6.0.20170916 (#1537) 2017-09-22 00:32:21 +02:00
Oliver Schmidhauser ac01b02184 tsocks: Add package (#1550) 2017-09-22 00:29:36 +02:00
Fredrik Fornwall a7a3624cea tor: Depend on liblzma 2017-09-21 23:36:07 +02:00
Fredrik Fornwall e7f9373aa7 cmake: Update from 3.9.2 to 3.9.3 2017-09-21 22:52:21 +02:00
Fredrik Fornwall abd6d733b1 redis: Update from 4.0.1 to 4.0.2 2017-09-21 22:51:52 +02:00
Fredrik Fornwall 77d46e4e01 tor: Update from 0.3.0.10 to 0.3.1.7 2017-09-21 22:39:19 +02:00
Fredrik Fornwall ed184fc7bc Remove disabled-packages/llvm 2017-09-20 23:16:56 +02:00
Stephen 6fcac94774 add libicu to harfbuzz build dependencies (#1445)
#1169
2017-09-20 22:20:07 +02:00
Stephen f913d37182 add libtool to graphviz build depends (#1453)
#1169
2017-09-20 22:19:47 +02:00
Fredrik Fornwall 6b8bf93ac9 libx264&libx265: Fetch sources over https 2017-09-20 22:17:44 +02:00
Fredrik Fornwall 4d14497327 Revert "vim: Update 8.0.1112 to 8.0.1129 (#1549)"
This reverts commit 6a0d57a608314b78361ad208617f7ea3073ceb92.

See https://groups.google.com/forum/#!topic/vim_dev/AjhfHI7UTwU.
2017-09-20 22:13:16 +02:00
Auxilus 282a3082fb vim: Update from 8.0.1112 to 8.0.1129 (#1549) 2017-09-20 22:09:01 +02:00
Fredrik Fornwall dd3f1e067e ecj: Switch to working mirror 2017-09-20 22:03:06 +02:00
Stephen f3d55705a5 heyu: Add package (#1505) 2017-09-20 21:54:14 +02:00
Fredrik Fornwall 7dd5d6d72d Handle more tar files in root folder detection
Fixes #1548.
2017-09-20 21:30:09 +02:00
Fredrik Fornwall 216e07bfe0 ca-certificates: Update to 2017-09-20 CA file 2017-09-20 21:30:09 +02:00
Stephen 15327884c5 gmic: Add build dependencies (#1444) 2017-09-20 20:46:33 +02:00
Fredrik Fornwall a9e85cb378 openssh: Configure with --with-mantype=man 2017-09-20 20:34:36 +02:00
Fredrik Fornwall ceea531142 openssh: Verify that we have packaged up man pages 2017-09-20 01:49:50 +02:00
Fredrik Fornwall e8926bb981 byobu: Avoid "locale charmap" call, hardcode UTF-8 2017-09-20 01:42:37 +02:00
Fredrik Fornwall b041831d4b openssh: Rebuild to get man pages (#1538) 2017-09-20 01:37:41 +02:00
Fredrik Fornwall b6cd88945f lftp: Fix arm build for 4.8.1 2017-09-20 01:31:11 +02:00
Fredrik Fornwall ab7c466110 freetype: Update from 2.8 to 2.8.1 2017-09-20 00:55:17 +02:00
Fredrik Fornwall a2cc3abce4 pick: Update from 1.8.0 to 1.9.0 2017-09-20 00:54:26 +02:00
Fredrik Fornwall cf367639ea lftp: Update from 4.8.0 to 4.8.1 2017-09-20 00:49:43 +02:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Fredrik Fornwall b7dabb9f07 ecj: Switch to working src url 2017-09-20 00:17:44 +02:00
Fredrik Fornwall dfb01b5a27 vcsh: Minor nits 2017-09-20 00:17:20 +02:00
Fredrik Fornwall f0673fb92a ruby: Bump revision after arm -O1 workaround 2017-09-19 23:06:02 +02:00
Fredrik Fornwall 769012c04a procps: Bump revision after patch 2017-09-19 23:05:22 +02:00
Edward Betts 3942e707ff add vcsh 2017-09-19 22:31:24 +02:00
Stephen 7405832c72 add devpackage depends to gnutls
#1169

for ffmpeg
2017-09-18 08:08:43 +02:00
Stephen e364793a3d version bump
need new package for #1169
2017-09-18 08:07:00 +02:00
Vladimir Serbinenko 0c91dc92ff Ignore Permission denied in several places.
On some Androids many of proc files can't actually be opened. So ignore
when opening fails and go on.
2017-09-17 23:58:28 +02:00
Fredrik Fornwall 63a0782a31 Update meson version used from 0.42.0 to 0.42.1 2017-09-17 23:37:59 +02:00
Leonid Pliushch 6eb950c703 nodejs-current: fix hardcoded paths 2017-09-17 23:32:01 +02:00
Leonid Pliushch 3b84f57029 nodejs: fix hardcoded paths 2017-09-17 23:31:51 +02:00
Joakim a73d9be690 ninja: add package 2017-09-17 23:30:15 +02:00
Fredrik Fornwall e4c196b040 ruby: Build with -O1 on 32-bit arm (see #1520) 2017-09-17 23:19:25 +02:00
Fredrik Fornwall 81604d724b termux-tools: Make bin/login handle arguments
As we now use bin/login even from e.g. sshd we need to handle
arguments by forwarding it to the login shell and not displaying
a motd in that case. Fixes #1529.
2017-09-17 22:43:03 +02:00
Fredrik Fornwall a14cb2cf1c termux-exec: Update from 0.1 to 0.2 2017-09-17 22:13:38 +02:00
Fredrik Fornwall 95e4bb75a3 openssh: Remove showing motd 2017-09-17 21:03:46 +02:00
Fredrik Fornwall c2e4ba89c4 ndk-patches: Fix pwd.h patch 2017-09-17 20:51:35 +02:00
Fredrik Fornwall d4c093ad5f apt: Update from 1.2.12 to 1.4.7 2017-09-17 20:51:20 +02:00
Fredrik Fornwall 3302b5d631 ltrace: Rebuild to get rid of old libgnustl dep 2017-09-17 16:12:32 +02:00
Fredrik Fornwall 3674c3b3db termux-exec: Add package 2017-09-17 16:12:20 +02:00
Fredrik Fornwall 12f3695d51 openssh: Bump revision after getpwd() patch update 2017-09-17 15:55:59 +02:00
Fredrik Fornwall b849828d5c ndk-patches: Use bin/login in getpwd() 2017-09-17 15:55:41 +02:00