Commit Graph

3588 Commits

Author SHA1 Message Date
Fredrik Fornwall
f189654614 nano: Update from 2.8.5 to 2.8.6 2017-07-22 16:24:47 +02:00
Fredrik Fornwall
ce994925c6 zsh: Fix bogus nice() warning (#1151) 2017-07-21 01:08:32 +02:00
Fredrik Fornwall
8f2ae5e3ab cmake: Depend on make and clang 2017-07-21 00:33:03 +02:00
Fredrik Fornwall
60f7ef535a cmake: Update from 3.8.2 to 3.9.0 2017-07-20 22:17:45 +02:00
Fredrik Fornwall
5d6f3ddac3 libarchive: Update from 3.3.1 to 3.3.2 2017-07-20 22:06:32 +02:00
Fredrik Fornwall
0152cfee53 jsoncpp: Update from 1.8.0 to 1.8.1 2017-07-20 22:05:39 +02:00
Fredrik Fornwall
c5c9e27ec6 fzf: Update from 0.16.8 to 0.16.9 2017-07-20 22:05:07 +02:00
Fredrik Fornwall
e4c98d2420 vim: Update from 8.0.0704 to 8.0.0738 2017-07-20 21:46:04 +02:00
Fredrik Fornwall
23f2afbd07 libgcrypt: Update from 1.7.8 to 1.8.0 2017-07-20 21:45:14 +02:00
Fredrik Fornwall
645ba576e0 gnupg: Update from 1.4.21 to 1.4.22 2017-07-20 21:44:41 +02:00
Fredrik Fornwall
535732da8c libsodium: Update from 1.0.12 to 1.0.13 2017-07-20 21:44:20 +02:00
Fredrik Fornwall
a12b629592 python: Enable --enable-loadable-sqlite-extensions 2017-07-20 20:30:15 +02:00
Fredrik Fornwall
f03731c8d1 python: Fix 32-bit builds 2017-07-19 00:59:00 +02:00
Fredrik Fornwall
055c53dd86 python: Update from 3.6.1 to 3.6.2 2017-07-19 00:45:42 +02:00
Fredrik Fornwall
0394a85a01 mpd: Fix patch path 2017-07-18 18:12:12 +02:00
Oliver Schmidhauser
545ae3137f MPD: Change format of audio visualizer output.
Since the default in ncmpcpp is `visualizer_in_stereo = yes`, this
setting should actually provide both channels.
2017-07-18 18:07:13 +02:00
vishalbiswas
f01c71441f mariadb: enable post installation setup 2017-07-18 00:01:03 +02:00
Oliver Schmidhauser
e5ecdfc52f bump version of mpd 2017-07-17 23:58:18 +02:00
Oliver Schmidhauser
86538f555e Stop making ~/music when mpd starts.
The default music directory has been changed to /sdcard/music anyway, so
it is no longer required and actually more confusing to people, since
they will think they should put their music into ~/music, which will not
work with the default configuration of mpd.
2017-07-17 23:58:18 +02:00
Fredrik Fornwall
4e3c2f3746 Bump packages after apr and apr-util update 2017-07-17 20:26:00 +02:00
Fredrik Fornwall
f79bf89485 erlang: Update from 19.3 to 20.0 2017-07-17 20:24:18 +02:00
Fredrik Fornwall
2762a8eb8f fontconfig: Revert back to 2.12.0 for now 2017-07-16 19:30:30 +02:00
Fredrik Fornwall
b0dd0070ae fontconfig: Update from 2.12.0 to 2.12.4 2017-07-16 19:24:42 +02:00
Fredrik Fornwall
36bf27793e dos2unix: Update from 7.3.4 to 7.3.5 2017-07-16 19:15:31 +02:00
Fredrik Fornwall
d1d695366d cmatrix: Update to latest release 2017-07-16 19:09:06 +02:00
Fredrik Fornwall
8f9a4fe1f9 ca-certificates: Update to latest 2017-06-07 2017-07-16 18:56:12 +02:00
Fredrik Fornwall
8083a6c416 apr-util: Update from 1.5.4 to 1.6.0 2017-07-16 18:49:06 +02:00
Fredrik Fornwall
3b6337d4ba apr: Update from 1.5.2 to 1.6.2 2017-07-16 18:48:54 +02:00
Fredrik Fornwall
67cc6aa4c2 bash-completion: Update from 2.5 to 2.7 2017-07-16 18:48:40 +02:00
Fredrik Fornwall
22c13336e0 angband: Update from 4.0.5 to 4.1.0 2017-07-16 18:42:11 +02:00
Fredrik Fornwall
3b6d48a8f4 libgrpc: Update from 1.4.1 to 1.4.2 2017-07-16 18:21:22 +02:00
Fredrik Fornwall
662b5046ca nodejs: Update from 6.11.0 to 6.11.1 2017-07-16 18:19:52 +02:00
Fredrik Fornwall
ddf1aaf46c c-ares: Update from 1.12.0 to 1.13.0 2017-07-16 18:19:34 +02:00
Fredrik Fornwall
0034ba44d0 libmosquitto: Update from 1.4.11 to 1.4.14 2017-07-16 17:07:05 +02:00
Fredrik Fornwall
1718cd203a libgit2: Update from 0.25.1 to 0.26.0 2017-07-16 16:57:48 +02:00
Fredrik Fornwall
49f9254463 redis: Update from 3.2.9 to 4.0.0 2017-07-16 15:10:10 +02:00
Fredrik Fornwall
ab6dc4509a ndk-stl: Add back cstddef patch reversal 2017-07-16 15:08:45 +02:00
Fredrik Fornwall
6297250dc7 Bump ndk standalone toolchain version
Also avoid patching in ndk-stl.
2017-07-16 14:36:31 +02:00
its-pointless
7874ff5b5c fixes building cstddef include for g++ 2017-07-16 14:30:46 +02:00
Fredrik Fornwall
59e8cdab0a neovim: Update to latest git master 2017-07-16 14:18:41 +02:00
Fredrik Fornwall
a328a50407 ndk-patches: Patch to 'define MB_CUR_MAX 4'
The platform headers has the following macro:

  #define MB_CUR_MAX __ctype_get_mb_cur_max()

where __ctype_get_mb_cur_max() tries to handle UTF-8 encodings.

However, even in Android 7.0 setlocale(LC_ALL, ""), which many
programs do at startup, doesn't work in that it sets the locale
as non-utf8:

  https://android.googlesource.com/platform/bionic/+/nougat-release/libc/bionic/locale.cpp#139

So we just always consider us being in an utf-8 locale.

Also rebuild coreutils to fix #1136.
2017-07-16 12:36:06 +02:00
Fredrik Fornwall
cfef68b8ac libandroid-support: Update to v20
This adds back mbsrtowcs and mbsnrtowcs and should fix #1138.
2017-07-16 11:34:57 +02:00
Fredrik Fornwall
879ebb5376 frobtads: Rebuild after libc++ switch 2017-07-16 11:21:58 +02:00
Fredrik Fornwall
f466628e14 imagemagick: Bump revision after catopen() removal
cat{open,close,gets} has been removed from libandroid-support as
they were just stubs there anyway. imagemagick manages fine without
them but needs to be rebuilt with its revision bumped.
2017-07-15 14:35:12 +02:00
Fredrik Fornwall
a89f5eb84e ffmpeg: Rebuild after libx265 update 2017-07-15 12:07:35 +02:00
Fredrik Fornwall
12c8d946b8 libx264: Bump to latest snapshot 2017-07-15 12:07:34 +02:00
Fredrik Fornwall
de2e69fc97 binutils: Bump package revision
The existing 2.28 version of gold linked against libgnustl in
ld.gold.
2017-07-15 10:16:39 +02:00
Fredrik Fornwall
1db64a03d7 libandroid-support: Update to v19
This version has been cleaned up considerably. Also bump php since
it uses strfmon() which has been removed from libandroid-support.
2017-07-15 03:57:18 +02:00
Fredrik Fornwall
92320958fc ndk-stl: Bump revision 2017-07-15 03:07:06 +02:00
Fredrik Fornwall
d66b227088 libandroid-support: Remove unused wcwidth.c 2017-07-15 03:06:55 +02:00
Fredrik Fornwall
9dea96a7e8 gdb: Update from 7.12.1 to 8.0 2017-07-15 00:03:23 +02:00
Fredrik Fornwall
d53a277d41 libexpat: Update from 2.2.0 to 2.2.2 2017-07-14 23:34:01 +02:00
Stephen
a7d2bf0645 revert changes 2017-07-14 23:21:20 +02:00
Stephen
cca9cd17f2 revert changes 2017-07-14 23:21:20 +02:00
Stephen
5a89c5e2fd Continuous output and failure
some attempt at using dpkg for termux package installs instead of
rebuilding from source
2017-07-14 23:21:20 +02:00
Fredrik Fornwall
dce1a134da par2: Fix i686 build 2017-07-14 23:18:28 +02:00
Fredrik Fornwall
0cefc9d14e mpd: gnustl_shared -> c++_shared 2017-07-14 09:49:14 +02:00
Fredrik Fornwall
e7c3dbd8cb libx265: Update from 2.4 to 2.5 2017-07-14 09:42:00 +02:00
Fredrik Fornwall
c2ace42fc8 git: Update from 2.13.2 to 2.13.3 2017-07-14 00:53:31 +02:00
Fredrik Fornwall
3b9f1e4195 libnghttp2: Update from 1.23.1 to 1.24.0 2017-07-14 00:53:18 +02:00
Fredrik Fornwall
6c29aaa1c7 Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.

We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.

Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall
55cb92df51 neovim: Fix build if luarocks is installed 2017-07-13 22:53:43 +02:00
Fredrik Fornwall
85cf4362bb screen: Update from 4.6.0 to 4.6.1 2017-07-12 22:45:07 +02:00
Fredrik Fornwall
ae7d086640 pcre: Update from 8.40 to 8.41 2017-07-12 22:45:07 +02:00
Fredrik Fornwall
f4a6bd2c4c lftp: Update from 4.7.7 to 4.8.0 2017-07-12 22:45:07 +02:00
vishalbiswas
947121967f nginx: update from 1.12.0 to 1.12.1 2017-07-12 18:54:03 +02:00
vishalbiswas
e5e26725e9 apache2: update from 2.4.26 to 2.4.27 2017-07-12 18:54:03 +02:00
Fredrik Fornwall
bf6028fed3 libgrpc: Try to fix building under docker image 2017-07-12 00:38:50 +02:00
Vishal Biswas
ca98427d8f libgrpc: add package (#1122) 2017-07-11 11:50:43 +02:00
Fredrik Fornwall
3fb244a3a2 ndk-sysroot: Bump after header patch fix 2017-07-10 10:59:16 +02:00
Fredrik Fornwall
c6de31185d neovim: Update to latest git master 2017-07-10 10:59:06 +02:00
Fredrik Fornwall
c25c48e6b7 fzf: Update from 0.16.7 to 0.16.8 2017-07-10 10:09:47 +02:00
Fredrik Fornwall
443ab74f22 syncthing: Update from 0.14.30 to 0.14.31 2017-07-10 02:53:32 +02:00
Fredrik Fornwall
d6f17cd039 libnpth: Update from 1.4 to 1.5 2017-07-10 02:18:19 +02:00
Fredrik Fornwall
32eb81a2fe libgcrypt: Update from 1.7.7 to 1.7.8 2017-07-10 02:16:52 +02:00
Fredrik Fornwall
adcb0d0854 grep: Update from 3.0 to 3.1 2017-07-10 02:16:37 +02:00
Fredrik Fornwall
ca631167ef coreutils: Remove debug patch (fixes #1121) 2017-07-10 02:09:30 +02:00
Fredrik Fornwall
0be9118d7f mariadb: Enable 32-bit builds again 2017-07-10 01:49:27 +02:00
Fredrik Fornwall
7f7d9a1648 php: Update from 7.1.6 to 7.1.7, fix aarch64 issue
Backport 8c8679207a
which fixes https://github.com/termux/termux-packages/issues/890 (and
possibly other issues).
2017-07-10 01:49:27 +02:00
Fredrik Fornwall
75ec26b30e picolisp: Update from 17.6.6 to 17.7.9
Also switch to using clang for building 64-bit picolisp.
2017-07-10 01:49:27 +02:00
Stephen
3ae0eb3a87 Travis pkg builds (#1119) 2017-07-10 00:05:36 +02:00
Fredrik Fornwall
4a4d5b68c3 Avoid ndk patch used only by elfutils 2017-07-09 23:35:21 +02:00
Fredrik Fornwall
36c42a6d15 neovim: Bump to latest git master 2017-07-09 22:42:15 +02:00
Fredrik Fornwall
d8688a7b45 sqlite: Fix potential segfault 2017-07-09 22:41:48 +02:00
Fredrik Fornwall
2d2aff30b5 vim: -Werror=implicit-function-declaration 2017-07-09 20:43:06 +02:00
Fredrik Fornwall
657776d94c vim: Update from 8.0.0675 to 8.0.0704
Also tidy up formatting a bit.
2017-07-09 20:41:25 +02:00
Fredrik Fornwall
2ec126810c glib: -Werror=implicit-function-declaration 2017-07-09 20:40:41 +02:00
Fredrik Fornwall
a551357be0 subversion: Update from 1.9.5 to 1.9.6 2017-07-08 22:29:46 +02:00
Fredrik Fornwall
fc2a712331 libuv: Update from 1.13.0 to 1.13.1 2017-07-08 22:29:06 +02:00
Fredrik Fornwall
b71e2494b4 util-linux: Depend on libcrypt 2017-07-07 12:51:16 +02:00
Fredrik Fornwall
f75ddb4e01 gnutls: Update from 3.5.13 to 3.5.14 2017-07-07 12:23:00 +02:00
Fredrik Fornwall
447a6a803b ncurses: We really need --with-pkg-config-libdir 2017-07-07 12:22:28 +02:00
Fredrik Fornwall
559bfa19e5 multitail: -Werror=implicit-function-declaration 2017-07-07 10:51:23 +02:00
Fredrik Fornwall
43af7d0157 less: -Werror=implicit-function-declaration 2017-07-07 10:51:06 +02:00
Fredrik Fornwall
2e69a72456 gtypist: -Werror=implicit-function-declaration 2017-07-07 10:36:51 +02:00
Fredrik Fornwall
bf440f28d1 libnettle: -Werror=implicit-function-declaration 2017-07-07 10:28:14 +02:00
Fredrik Fornwall
72435ffd93 dialog: -Werror=implicit-function-declaration 2017-07-07 09:24:15 +02:00
Fredrik Fornwall
9e0af9b2ea cscope: -Werror=implicit-function-declaration 2017-07-07 09:17:23 +02:00
Fredrik Fornwall
d30c926ca3 bvi: -Werror=implicit-function-declaration 2017-07-07 09:13:34 +02:00
Fredrik Fornwall
0e33627897 brogue: -Werror=implicit-function-declaration 2017-07-07 09:10:25 +02:00
Fredrik Fornwall
00520ebf68 zip: -Werror=implicit-function-declaration 2017-07-07 09:02:55 +02:00
Fredrik Fornwall
47e31105e6 libjasper: -Werror=implicit-function-declaration 2017-07-07 09:02:01 +02:00
Fredrik Fornwall
441ff8a2ca unzip: Clean build a little 2017-07-07 08:48:26 +02:00
Fredrik Fornwall
40e25d02cb wol: -Werror=implicit-function-declaration 2017-07-07 08:20:02 +02:00
Fredrik Fornwall
993268c308 Drop -D_FILE_OFFSET_BITS=64 support for now
32-bit android uses 32-bit off_t by default. When building with
-D_FILE_OFFSET_BITS=64 with unified headers off_t are promoted
to 64-bit, but there are bugs in the toolchain and spotty support
for it in the platform (not all functions are available until
android-24, and the platform zlib is compiled with 32-bit off_t).

Also, unless every library&program is rebuilt with 64-bit off_t,
including user-built ones, we risk a mismatch between programs and
libraries which can cause serious (but sometimes subtle) runtime
failures.

As -D_FILE_OFFSET_BITS=64 is not that important for most users
(with mariadb requiring it as an exception), we drop the support
for now by patching it away in <sys/cdefs.h>.
2017-07-07 03:52:46 +02:00
Fredrik Fornwall
f7f4787b7e privoxy: Specify TERMUX_PKG_KEEP_SHARE_DOC (#1117) 2017-07-07 03:02:23 +02:00
Fredrik Fornwall
a39c49c494 unzip: -Werror=implicit-function-declaration 2017-07-07 02:52:33 +02:00
Fredrik Fornwall
76d1747db3 ttyrec: -Werror=implicit-function-declaration 2017-07-07 02:29:28 +02:00
Fredrik Fornwall
cee3cfd273 sharutils: -Werror=implicit-function-declaration 2017-07-07 02:22:58 +02:00
Fredrik Fornwall
bad0d8faa8 pv: Update from 1.6.0 to 1.6.6
Also fix -Werror=implicit-function-declaration.
2017-07-07 02:07:06 +02:00
Fredrik Fornwall
85d0c243a9 libuuid: -Werror=implicit-function-declaration 2017-07-07 01:49:16 +02:00
Fredrik Fornwall
0bbe44da5f libtalloc: -Werror=implicit-function-declaration 2017-07-07 01:32:23 +02:00
Fredrik Fornwall
9ecb6ecbaf libpcap: -Werror=implicit-function-declaration 2017-07-07 01:16:06 +02:00
Fredrik Fornwall
d48a4f754b libevent: -Werror=implicit-function-declaration 2017-07-07 01:05:34 +02:00
Fredrik Fornwall
586031d997 kona: -Werror=implicit-function-declaration 2017-07-07 00:57:20 +02:00
Fredrik Fornwall
49f69cc34e daemonize: -Werror=implicit-function-declaration 2017-07-07 00:34:47 +02:00
Fredrik Fornwall
fcf596bd19 coreutils: -Werror=implicit-function-declaration 2017-07-07 00:31:19 +02:00
Fredrik Fornwall
76aee696c3 busybox: Fix -Werror=implicit-function-declaration 2017-07-07 00:30:54 +02:00
Fredrik Fornwall
bc9c5bba0d libuv: Update from 1.12.0 to 1.13.0 2017-07-06 23:47:52 +02:00
Fredrik Fornwall
a39f862d68 llvm&clang: Update from 4.0.0 to 4.0.1 2017-07-04 13:45:47 +02:00
Fredrik Fornwall
b53e8a4dd3 mariadb: Bump revision after ndk header fix 2017-07-03 01:29:59 +02:00
Fredrik Fornwall
5efa6a024f openssh: Bump revision with unified headers
Fixes #902 as _FILE_OFFSET_BITS=64 is now supported in the unified
headers.
2017-07-03 01:28:56 +02:00
Fredrik Fornwall
966c9588c6 coreutils: Bump revision after unified headers 2017-07-03 01:28:41 +02:00
Fredrik Fornwall
4a5fd7241c Fix incorrect struct __sFILE
The __sFILE struct cannot change size when _FILE_OFFSET_BITS=64
is set as it is an API into libc.
2017-07-03 01:27:32 +02:00
Fredrik Fornwall
2328596576 mariadb: Fix i686 build with libatomic 2017-07-02 21:41:14 +02:00
Fredrik Fornwall
44c69b57b3 mariadb: Bump revision, set INSTALL_SBINDIR 2017-07-02 13:57:36 +02:00
Fredrik Fornwall
6f8d07fa94 Remove pty.h from libutil-dev
Instead let ndk-sysroot provide it.
2017-07-02 11:56:40 +02:00
Fredrik Fornwall
10519583bb coreutils: Avoid installing uptime
Uptime is provided by procps-ng.
2017-07-02 11:37:59 +02:00
Fredrik Fornwall
142ba0794f ncurses: Format configure args
Also remove --with-pkg-config-libdir which is not necessary when
already having set the PKG_CONFIG_LIBDIR environment variable.
2017-07-02 11:21:08 +02:00
Fredrik Fornwall
2b72c3920e tmux: Include <stdlib.h> for getprogname()
After switching to unified headers,  <stdlib.h> was not included
indirectly in compat/setproctitle.c. This caused it to be implicitly
declared to return int and caused a segfault.
2017-07-02 11:18:52 +02:00
Fredrik Fornwall
fcf9ddc3d6 Drop more res_init() patches 2017-07-01 08:53:30 +02:00
Fredrik Fornwall
1cfd05d1cc weechat: Drop res_init() patches
They are no longer needed with unified headers.
2017-07-01 08:46:42 +02:00
Vishal Biswas
a156f81751 remove unnecessary patches and enable mariadb for arm and i686 (#1115)
* krb5: res_init and res_search prototypes are now declared

* mariadb: snprintf is no longer a macro

* mariadb: enable arm, i686
2017-07-01 08:44:49 +02:00
Fredrik Fornwall
baee2e1708 packages/ldc -> disabled-packages/ldc 2017-07-01 02:43:26 +02:00
joakim-noah
8f758f1ae2 ldc: add package (#1078) 2017-07-01 02:43:00 +02:00
Vishal Biswas
c4a1b6a804 libllvm: add llvm-config helper script (#917)
* libllvm: add llvm-config helper script

* libllvm: add components to llvm-config wrapper

* libllvm: restructure llvm-config.in

* libllvm: remove unsupported gcc flags from llvm-config

* libllvm: use full libfile path for --libs

* libllvm: fix has_rtti in llvm-config

* libllvm: add cmake files path in llvm-config
2017-07-01 02:41:21 +02:00
Fredrik Fornwall
3b210f9b99 pick: Update from 1.6.1 to 1.7.0 2017-07-01 01:06:23 +02:00
Fredrik Fornwall
965a99a5b6 opus-tools: Update from 0.1.9 to 0.1.10 2017-07-01 01:06:11 +02:00
Fredrik Fornwall
08ce116f5b libopus: Update from 1.1.5 to 1.2.1 2017-07-01 01:05:57 +02:00
Fredrik Fornwall
c6f81a7fbf lzop: Switch for fossies.org for src 2017-07-01 00:54:40 +02:00
Fredrik Fornwall
fa64f816d9 subversion: Fix building with unified headers 2017-07-01 00:54:40 +02:00
Fredrik Fornwall
ba940f34c1 apt: Fix building with unified headers 2017-07-01 00:32:45 +02:00
Fredrik Fornwall
a7f36d3b9b newsbeuter: Fix building with unified headers 2017-07-01 00:15:06 +02:00
Fredrik Fornwall
ff91813fdb Switch over to building with unified headers 2017-07-01 00:04:02 +02:00
Fredrik Fornwall
339de05e4d serf: Fix building with unified headers 2017-06-30 23:59:52 +02:00
Fredrik Fornwall
43332737df torsocks: Fix building with unified headers 2017-06-30 23:39:32 +02:00
Fredrik Fornwall
3436267b24 emacs: Fix building with unified headers 2017-06-30 23:39:25 +02:00
Fredrik Fornwall
eec15dd8b7 mariadb: Fix building with unified headers 2017-06-30 23:20:36 +02:00
Fredrik Fornwall
ebd854a810 openssh: Fix building with unified headers 2017-06-30 22:55:31 +02:00
Fredrik Fornwall
c81f3e6fe9 screen: Depend on libutil 2017-06-30 21:30:23 +02:00
Vishal Biswas
4194f00a86 updates and fixes for unified headers (#1114)
* openjdk: update to tag 172

* openjdk: update to tag 174

* valac: update from 0.36.3 to 0.36.4

* squid: fix building with unified headers

* krb5: fix building with unified headers

* tor: update from 0.3.0.8 to 0.3.0.9
2017-06-30 21:30:04 +02:00
Fredrik Fornwall
8d8585967c sox: Fix building with unified headers 2017-06-29 12:51:38 +02:00
Fredrik Fornwall
253f2d813a screen: Update from 4.5.1 to 4.6.0 2017-06-29 12:50:55 +02:00
Fredrik Fornwall
a52f4f9314 w3m: Fix ubilding with unified headers 2017-06-29 01:06:46 +02:00
Fredrik Fornwall
cef1bd6d6c util-linux: Fix building with unified headers 2017-06-29 01:06:34 +02:00
Fredrik Fornwall
b811abd78e psmisc: Fix build with unified headers 2017-06-29 00:02:35 +02:00
Fredrik Fornwall
e3aab1e293 procps: Fix build with unified headers 2017-06-29 00:02:18 +02:00
Fredrik Fornwall
da50c9575e aapt: Fix building with unified headers 2017-06-28 15:43:54 +02:00
Fredrik Fornwall
a5c16728ed darkhttpd: Switch to fossies for download 2017-06-28 15:43:44 +02:00
Fredrik Fornwall
fe345c004c proot: Fix building with unified headers 2017-06-28 14:03:20 +02:00
Fredrik Fornwall
44e6b2b725 valgrind: Update from 3.12.0 to 3.13.0 2017-06-28 12:09:23 +02:00
Fredrik Fornwall
7c481d0da6 perl: Fix building with unified headers 2017-06-28 11:49:23 +02:00
Fredrik Fornwall
f6db38783a busybox: Patch to build with clang 2017-06-27 23:38:16 +02:00
Fredrik Fornwall
4e1df21d26 micro: Update src checksum
See https://github.com/zyedidia/micro/issues/713:

"I have also uploaded new source tarballs that contain the
correct versions for 1.2.0."
2017-06-27 23:37:22 +02:00
Fredrik Fornwall
e0dd456118 libandroid-shmem: Fix building w. unified headers 2017-06-27 15:14:39 +02:00
Fredrik Fornwall
4be658bc6a libandroid-glob: Fix building with unified headers 2017-06-27 13:35:14 +02:00
Fredrik Fornwall
0440b67afc findutils: Fix building with unified headers 2017-06-26 14:15:28 +02:00
Fredrik Fornwall
acd8f481b5 Build with gl_cv_C_locale_sans_EILSEQ=yes
Fixes #1099 by rebuilding grep with this configure variable.
2017-06-26 00:05:20 +02:00
Fredrik Fornwall
01763d0b39 texinfo: Build with --disable-perl-xs 2017-06-25 22:46:53 +02:00
Fredrik Fornwall
e90b5cd58e weechat: Update from 1.8 to 1.9 2017-06-25 22:12:10 +02:00
Fredrik Fornwall
45e1a97167 vim: Update to latest patch 2017-06-25 22:10:36 +02:00
Fredrik Fornwall
1c7d0e3347 texinfo: Update from 6.3 to 6.4 2017-06-25 22:10:28 +02:00
Fredrik Fornwall
197ab7f44c nano: Update from 2.8.4 to 2.8.5 2017-06-25 22:10:10 +02:00
Fredrik Fornwall
46ae44f89b git: Update from 2.13.1 to 2.13.2 2017-06-25 20:34:43 +02:00
michalbednarski
1bc0e39efc proot: Update to include --kill-on-exit support (#1106) 2017-06-25 19:04:17 +02:00
Fredrik Fornwall
f8ed22139d automake: Update from 1.15 to 1.15.1 2017-06-22 16:13:11 +02:00
Fredrik Fornwall
10ca1d27a4 pcre: Bump revision after --enable-jit 2017-06-22 14:35:26 +02:00
joakim-noah
a423c35db9 Small tweaks to pcre and libllvm (#1103)
* pcre: add JIT functions

* libllvm: remove unnecessary dependency on Python 2.7
2017-06-22 14:28:30 +02:00
Chet Gurevitch
a2baf52f1c neofetch: update to 3.2.0 (#1104) 2017-06-22 14:27:24 +02:00
Oliver Schmidhauser
467b194ef0 switch to gnupg2 for pass (#1105) 2017-06-22 14:26:11 +02:00
Fredrik Fornwall
803635d2c8 neovim: Fix malformed clipboard.vim patch
Fixes #1096.
2017-06-21 12:11:01 +02:00
Henrik Grimler
4522d4b6ff libpulseaudio: link against libandroid-glob. (#1094)
Fixes issue discussed in #821 and at https://github.com/cmus/cmus/issues/688.
2017-06-20 01:35:56 +02:00
Fredrik Fornwall
8ee68796a5 apache2: Update from 2.4.25 to 2.4.26 2017-06-20 00:09:28 +02:00
Fredrik Fornwall
90847c16b4 Switch from ftp.gnu.org to mirrors.kernel.org 2017-06-19 23:35:59 +02:00
Fredrik Fornwall
2538338ffd gsl: Update from 2.3 to 2.4 2017-06-19 23:24:05 +02:00
Fredrik Fornwall
fe2c9997a4 neovim: Update to latest git master 2017-06-19 22:27:43 +02:00
Fredrik Fornwall
964885e70d vim: Update to latest patch 2017-06-19 22:11:52 +02:00
Fredrik Fornwall
d452c5aa54 cairo: Update from 1.4.8 to 1.4.10
This required rebuilding cairo-using packages due to a shared
library name change (libcairo.so.2 -> libcairo.so).
2017-06-19 15:26:27 +02:00
Fredrik Fornwall
fe44d9a19b mariadb: Avoid opportunistic linkage 2017-06-18 02:28:07 +02:00
Fredrik Fornwall
55ee01528e mariadb: Update from 10.1.23 to 10.2.6 2017-06-16 23:26:46 +02:00
Fredrik Fornwall
6bbc9ec347 libmsgpack: Update from 2.1.2 to 2.1.3 2017-06-16 23:19:48 +02:00
Fredrik Fornwall
f4d8b16b0b ffmpeg: Build with --enable-gnutls 2017-06-16 22:26:48 +02:00
Fredrik Fornwall
a2bea6da61 php: New attempt at avoid-linking-apr-everywhere 2017-06-15 00:32:26 +02:00
Fredrik Fornwall
c4e120883c ffmpeg: Remove --enable-nonfree & --enable-openssl
Building with either of these results in:

  This version of ffmpeg has nonfree parts compiled in.
  Therefore it is not legally redistributable."

Fixes #1087.
2017-06-15 00:30:57 +02:00
Fredrik Fornwall
b9f25063dd radare2: Fix opening browser (closes #1089) 2017-06-15 00:16:58 +02:00
Fredrik Fornwall
28befb629d syncthing: Update from 0.14.29 to 0.14.30 2017-06-14 13:50:33 +02:00
Fredrik Fornwall
daf892039f nmap: Update from 7.40 to 7.50 2017-06-14 13:45:00 +02:00
Fredrik Fornwall
4cdaff359a curl: Update from 7.54.0 to 7.54.1 2017-06-14 13:41:22 +02:00
Vishal Biswas
78eca501f4 php: handle php-apache properly (#1084)
* php: handle php-apache properly

* fix other modules linking against apr
* fix php including httpd.conf

* php: update revision for php-apache
2017-06-14 13:30:48 +02:00
Fredrik Fornwall
136e4da9b4 ncurses: Add rxvt-unicode terminfo (closes #968) 2017-06-14 00:48:09 +02:00
Fredrik Fornwall
7f77886824 dropbear: Patch away hard link usage
Fixes #1082.
2017-06-14 00:02:36 +02:00
Fredrik Fornwall
47f33ba3f5 proot: Bump revision after termux-chroot change 2017-06-13 16:32:49 +02:00
Fredrik Fornwall
207314894d termux-tools: Add 'pkg add' as alias install 2017-06-13 16:32:24 +02:00
Fredrik Fornwall
95b23f2158 apache2: Configure with --without-libxml2 2017-06-13 16:24:37 +02:00
Fredrik Fornwall
e6436bdd5a byobu: Update from 5.117 to 5.119 2017-06-13 16:24:37 +02:00
Fredrik Fornwall
755cc3022e proot: /data & /property_contexts in termux-chroot (#1081)
Fixes #1076.
2017-06-13 16:21:56 +02:00
Vishal Biswas
28accb7481 php-apache: add package (#1075) 2017-06-12 14:27:49 +02:00
Fredrik Fornwall
41d8c9fa98 dpkg: Update from 1.18.23 to 1.18.24 2017-06-12 11:49:34 +02:00
Fredrik Fornwall
ca7ca342b6 squid: Some configure arguments
- Avoid linking to libgnutls.
- Avoid linking to libsasl.
- Avoid linking to libdb2.
- Fix man page locations.
- Make libnettle and libltdl dependencies.
2017-06-12 03:11:00 +02:00
Fredrik Fornwall
700ecf0fbc Use 'pkg' as shorter form of 'packages'
Fixes https://github.com/termux/termux-app/issues/321.
2017-06-12 03:01:09 +02:00
Fredrik Fornwall
ecff2cea84 perl: Update from 5.24.1 to 5.26.0 2017-06-12 02:55:48 +02:00
Fredrik Fornwall
a612606bce unrar: Update from 5.4.5 to 5.5.4 2017-06-12 02:14:45 +02:00
Vishal Biswas
27fa8f3854 tor update and enable squid cache server (#1077)
* tor: update from 0.3.0.7 to 0.3.0.8

* squid: update from 3.5.25 to 3.5.26 & enable package
2017-06-12 01:47:45 +02:00
Fredrik Fornwall
41e2cf2ddd frobtads: Fix building with current clang 2017-06-12 00:33:00 +02:00
Fredrik Fornwall
d3a732be72 php: Update from 7.1.5 to 7.1.6 2017-06-11 23:44:48 +02:00
Fredrik Fornwall
4addbd2816 libgnustl: Drop revision after NDK update 2017-06-11 23:20:18 +02:00
Fredrik Fornwall
f6c72b1a1c ndk-sysroot: Drop revision after NDK update 2017-06-11 23:04:44 +02:00
Fredrik Fornwall
49dd98a346 Update from NDK r14 to r15
The docker image has been updated, use
	./scripts/update-docker.sh
to update.

Note that we are still using the old deprecated non-unified headers
- updating to that is the next step.
2017-06-11 22:55:04 +02:00
Fredrik Fornwall
0bee5183c8 libgnutls: Update from 3.5.12 to 3.5.13 2017-06-11 22:51:27 +02:00
Fredrik Fornwall
2ca1a2863c sqlite: Update from 3.19.2 to 3.19.3 2017-06-11 22:43:13 +02:00
Fredrik Fornwall
46f3bf4700 file: Update from 5.30 to 5.31 2017-06-07 12:32:27 +02:00
Fredrik Fornwall
8246e18d1e debianutils: Update from 4.8.1 to 4.8.1.1 2017-06-07 12:27:27 +02:00
Fredrik Fornwall
4c815e40f5 libmsgpack: Update from 2.1.1 to 2.1.2 2017-06-07 12:14:46 +02:00
Fredrik Fornwall
7c505c10bd ffmpeg: Update from 3.3.1 to 3.3.2 2017-06-07 12:01:59 +02:00
Fredrik Fornwall
d9af2131ed libopus: Update from 1.1.4 to 1.1.5 2017-06-07 12:01:48 +02:00
Fredrik Fornwall
c03b53caed tesseract: Update from 3.05.00 to 3.05.01 2017-06-07 11:08:13 +02:00
Fredrik Fornwall
3cd5c96efb leptonica: Update from 1.74.1 to 1.74.2 2017-06-07 11:07:57 +02:00
Fredrik Fornwall
3105174d19 babl: Update from 0.3.16 to 0.3.18 2017-06-07 10:09:49 +02:00
Fredrik Fornwall
6b931ecfc1 babl: Update from 0.1.26 to 0.1.28 2017-06-07 10:09:32 +02:00
Henrik Grimler
58a466a46d Texlive: fix #1068, #1069 by upgrading to texlive 2017 (#1072)
* texlive: enable makeindex and put man files and headers in proper location.

* texlive: use historic install-tl-unx.tar.gz version. (fixes #1068, #1069).

Also include profile.d/texlive.sh in package instead of creating it in termux-install-tl.

* texlive: remove files from old installation script preinst.

* texlive: remove bin/custom and texmf-dist prerm

* texlive: improve sed patch.

Otherwise, running termux-install-tl twice fails.

* texlive: use proper sys-man dir and sys-info dir.

* texlive: propose me as maintainer

* texlive: upgrade to 2017

* texlive: add gnupg to dep to allow tlmgr to check downloaded packages
2017-06-07 00:43:15 +02:00
Fredrik Fornwall
8efc60dd9c notmuch: Update from 0.24.1 to 0.24.2 2017-06-07 00:05:14 +02:00
Fredrik Fornwall
5803fa6027 picolisp: Update from 17.5.16 to 17.6.6 2017-06-07 00:02:30 +02:00
Fredrik Fornwall
22f5ff313b irssi: Update from 1.0.2 to 1.0.3 2017-06-06 23:53:55 +02:00
Fredrik Fornwall
f4ba4da22f git: Update to 2.13.1 (this time for real)
We need to build with
	-DSHA1DC_FORCE_LITTLEENDIAN
to avoid a portability problem with endian detection in git 2.13.1:
	https://public-inbox.org/git/xmqqmv9l8h5z.fsf@gitster.mtv.corp.google.com/t/

We actually call this version 2.13.1.2 to force apt to consider it
a higher version - it's a temporary lie until 2.13.2 is available.
2017-06-06 23:37:06 +02:00
Fredrik Fornwall
baeaf9b10f mutt: Update from 1.8.2 to 1.8.3 2017-06-06 23:36:32 +02:00
Fredrik Fornwall
1a34ee8854 nodejs: Update from 6.10.3 to 6.11.0 2017-06-06 23:11:56 +02:00
Fredrik Fornwall
c4889dd700 colordiff: Update from 1.0.16 to 1.0.18 2017-06-06 22:34:40 +02:00
Fredrik Fornwall
8395e36e34 git: Revert to 2.13.0
Push 2.13.1.1 as an update back to 2.13.0 as the 2.13.1 build is
broken at the moment.
2017-06-06 11:49:15 +02:00
Fredrik Fornwall
9684634c6b apr&apr-util: Bump build revision 2017-06-06 11:48:57 +02:00
Vishal Biswas
959a1586a9 apache2: add package (#1040)
* apache2: add package

* apache2: create empty log dir
2017-06-06 10:20:51 +02:00
Pierre Rudloff
3a6e4081c7 debootstrap: Add package (#1060) 2017-06-06 10:20:41 +02:00
its-pointless
df7e60bea1 gnuit initial commit (#1062) 2017-06-06 10:18:11 +02:00
Fredrik Fornwall
f01fac5609 ne: Update from 3.1.0 to 3.1.1 2017-06-06 10:09:52 +02:00
Fredrik Fornwall
9c504227cb dvtm: Switch to github 2017-06-05 23:41:01 +02:00
Fredrik Fornwall
573c5226e8 silversearcher-ag: Update from 1.0.3 to 2.0.0 2017-06-05 23:25:38 +02:00
Fredrik Fornwall
e7abb68531 radare2: Update checksum
The radare2 1.5.0 release seems to have been updated to include a
fix (not necessary for Termux), so update the checksum to the
current one.
2017-06-05 23:18:35 +02:00
Fredrik Fornwall
ccddc5c751 vim: Update to latest patch 2017-06-05 21:48:00 +02:00
Fredrik Fornwall
f07e2b91d8 fish: Update from 2.5.0 to 2.6.0 2017-06-05 21:32:37 +02:00
Fredrik Fornwall
d00c8561ba git: Update from 2.13.0 to 2.13.1 2017-06-05 21:22:07 +02:00
Fredrik Fornwall
f4732a4261 syncthing: Update from 0.14.28 to 0.14.29 2017-06-05 21:21:44 +02:00
Fredrik Fornwall
8bfa780ac2 ncurses: Update to latest released patch version 2017-06-05 21:21:25 +02:00
Fredrik Fornwall
0474383361 neovim: Update to latest git master 2017-06-05 02:19:38 +02:00
Fredrik Fornwall
eaab0adeba libgcrypt: Update from 1.7.6 to 1.7.7 2017-06-04 23:50:52 +02:00
Fredrik Fornwall
988b0371a2 openal-soft: Update from 1.17.2 to 1.18.0 2017-06-04 23:50:40 +02:00
Fredrik Fornwall
cf18e7755f tmux: Update from 2.4 to 2.5 2017-06-02 22:08:13 +02:00
Fredrik Fornwall
c53d69d0c4 cmake: Update from 3.8.1 to 3.8.2 2017-06-02 14:11:12 +02:00
Fredrik Fornwall
b1ae584e31 libuv: Update from 1.11.0 to 1.12.0 2017-06-02 14:10:08 +02:00
Fredrik Fornwall
a988672a93 libgc: Update atomic_ops from 7.4.4 to 7.4.6 2017-06-02 14:00:57 +02:00
Fredrik Fornwall
7ff7aa38a8 nghttp2: Update from 1.23.0 to 1.23.1 2017-06-02 13:53:48 +02:00
Fredrik Fornwall
5b7f738393 radare2: Update from 1.4.0 to 1.5.0 2017-05-30 19:43:02 +02:00
Fredrik Fornwall
721744849b micro: Update from 1.1.4 to 1.2.0 2017-05-29 14:10:07 +02:00
Fredrik Fornwall
2fb8de493c libnghttp2: Update from 1.22.0 to 1.23.0 2017-05-27 14:11:09 +02:00
Vishal Biswas
f8960e64f8 libssh: official mirror is down (#1057) 2017-05-27 02:06:56 +02:00
Fredrik Fornwall
02969e0702 openssl: Update from 1.0.2k to 1.0.2l 2017-05-25 23:08:33 +02:00
Fredrik Fornwall
5224a5b410 golang: Update from 1.8.1 to 1.8.3 2017-05-25 23:00:15 +02:00
Fredrik Fornwall
0caae6eeb4 sqlite: Update from 3.19.0 to 3.19.2 2017-05-25 22:59:59 +02:00
Fredrik Fornwall
ae045c8f6c mpd: Bump revision after patch 2017-05-25 22:23:13 +02:00
its-pointless
e96b2a0a0a pause now works for opensles (#1049) 2017-05-25 22:22:40 +02:00
Fredrik Fornwall
cc6c4e815a bash-completion: Fix man completion (fixes #1056) 2017-05-25 22:17:10 +02:00
michalbednarski
fd52da0d94 proot: Update and mount /vendor (#1055)
* Update to fix emulated ptrace() on ARM thumb
* Mount /vendor (fixes termux/proot#2)
2017-05-25 22:15:42 +02:00
Fredrik Fornwall
b9affbe95d ncmpcpp: Bump revision after patch 2017-05-25 00:33:26 +02:00
Wetitpig
bf15418e70 Bump version to 20170522 (#1051) 2017-05-25 00:32:30 +02:00
its-pointless
215b5df20c fifo default working (#1048)
* fifo default working

* set correct music dir as well
2017-05-24 13:55:43 +02:00
Fredrik Fornwall
159bad0de7 ncmpcpp: Bump revision to fix build issue 2017-05-23 20:55:14 +02:00
Wetitpig
3dae460b6e 1 build only for linux-man-pages (#1046) 2017-05-23 18:33:15 +02:00
Fredrik Fornwall
451a5862a1 ncmpcpp: Bump revision after updated patch 2017-05-23 17:37:42 +02:00
Fredrik Fornwall
1345b3f8d2 mosh: Bump revision after protobuf update 2017-05-23 17:37:42 +02:00
its-pointless
c94753b3ef ncmpcpp default settings to work with mpd default (#1043) 2017-05-23 17:34:35 +02:00
Fredrik Fornwall
186ca71704 ragel: Update from 6.9 to 6.10 2017-05-23 01:36:21 +02:00
Fredrik Fornwall
3678ca89e4 par2: Update from 0.6.14 to 0.7.1 2017-05-23 01:34:40 +02:00
Fredrik Fornwall
aa284d156a ocrad: Update from 0.25 to 0.26 2017-05-23 01:33:50 +02:00
Fredrik Fornwall
b3362e741d units: Update from 2.13 to 2.14 2017-05-23 01:33:11 +02:00
Fredrik Fornwall
9818f68641 ncmpcpp: Update from git snapshot to 0.8 release 2017-05-23 01:22:25 +02:00
Fredrik Fornwall
78d897c9b1 mpd: Update from 0.20.6 to 0.20.8 2017-05-23 01:21:50 +02:00
Fredrik Fornwall
aed1de33b5 nano: Update from 2.8.2 to 2.8.4 2017-05-23 01:14:59 +02:00
Fredrik Fornwall
2ba9088919 linux-man-pages: Update from 4.10 to 4.11 2017-05-23 01:08:11 +02:00
Fredrik Fornwall
0c4d2dedb6 libprotobuf: Update from 3.2.0 to 3.3.0 2017-05-23 01:00:06 +02:00
Fredrik Fornwall
baae0794c6 sqlite: Update from 3.18.0 to 3.19.0 2017-05-23 00:59:48 +02:00
Fredrik Fornwall
36fb10cc72 libxapian: Update from 1.4.3 to 1.4.4 2017-05-23 00:58:49 +02:00
Fredrik Fornwall
07b6ad72dc libnpth: Update from 1.3 to 1.4 2017-05-23 00:43:58 +02:00
Fredrik Fornwall
3070283d9f dnsutils: Link with libreadline, not libedit 2017-05-23 00:42:36 +02:00
Fredrik Fornwall
20b5b4f1ee cgdb: Depend on libutil 2017-05-23 00:42:15 +02:00
Fredrik Fornwall
8f02d74cee libnl: Update from 3.2.29 to 3.3.0 2017-05-23 00:41:56 +02:00
Fredrik Fornwall
cefb59af16 finch: Update from 2.11.0 to 2.12.0 2017-05-23 00:36:21 +02:00
Fredrik Fornwall
a22b3dfe0f iperf3: Update from 3.1.3 to 3.1.7 2017-05-23 00:36:02 +02:00
Fredrik Fornwall
3451e05145 hydra: Update from 8.4 to 8.5 2017-05-23 00:35:49 +02:00
Fredrik Fornwall
720fed8827 global: Update from 6.5.6 to 6.5.7 2017-05-23 00:24:16 +02:00
Fredrik Fornwall
2ae6f45e0b hunspell: Fix typo in build.sh 2017-05-23 00:21:21 +02:00
Fredrik Fornwall
6deb0abec1 dropbear: Update from 2016.74 to 2017.75 2017-05-23 00:13:15 +02:00
Fredrik Fornwall
554e918933 dnsutils: Update from 9.11.0-P1 to 9.11.0-P5 2017-05-23 00:11:06 +02:00
Fredrik Fornwall
22954ca433 cgdb: Update from 0.6.8 to 0.7.0 2017-05-23 00:06:49 +02:00
Fredrik Fornwall
b44b378c57 diffutils: Update from 3.5 to 3.6 2017-05-23 00:00:00 +02:00
Fredrik Fornwall
787eb354a6 ctags: Update to latest git master 2017-05-22 23:59:37 +02:00
Fredrik Fornwall
7f8e54d4ea byobu: Update from 5.114 to 5.117 2017-05-22 23:54:40 +02:00
Fredrik Fornwall
1e2fd406c3 ack-grep: Update from 2.14 to 2.18 2017-05-22 23:51:38 +02:00
Fredrik Fornwall
510fb10385 aria2: Update from 1.31.0 to 1.32.0 2017-05-22 23:47:23 +02:00
Fredrik Fornwall
f56ab29af7 screenfetch: Update from 3.7.0 to 3.8.0 2017-05-22 23:40:25 +02:00
Fredrik Fornwall
57985f736a sslscan: Update from 1.11.7 to 1.11.10 2017-05-22 23:30:27 +02:00
Fredrik Fornwall
a0f9e8a780 poppler: Update from 0.52.0 to 0.55.0 2017-05-22 23:23:28 +02:00
Fredrik Fornwall
ca2ee479df libtiff: Update from 4.0.7 to 4.0.8 2017-05-22 23:23:15 +02:00
Fredrik Fornwall
782d1c4823 cscope: Some minor updates
- Change default include directory.
- Avoid accidental linking to libfl.so.
- Avoid defining errno at all on Android.
2017-05-22 14:37:47 +02:00
yumaokao
93a4c5889a cscope: Add package (#1035) 2017-05-22 14:22:26 +02:00
Fredrik Fornwall
a2c8ffdd84 mutt: Update from 1.8.0 to 1.8.2 2017-05-22 13:06:09 +02:00
Fredrik Fornwall
f4053cf69b libjasper: Update from 2.0.12 to 2.0.13 2017-05-21 09:08:38 +02:00
Fredrik Fornwall
f4fffecf5b redis: Update from 3.2.8 to 3.2.9 2017-05-21 09:08:22 +02:00
Vishal Biswas
1cdebe5cb1 minor updates for tor and valac (#1039)
* tor: update from 0.3.0.6 to 0.3.0.7

* valac: update from 0.36.1 to 0.36.3
2017-05-21 08:05:46 +02:00
Fredrik Fornwall
81c7229f5a Update android tools and build tools
The Docker image has been rebuilt, update with:

scripts/update-docker.sh
2017-05-20 21:17:00 +02:00
Vishal Biswas
bcaba974c7 liblzo: switch to fossies as official site is down (#1038) 2017-05-20 19:52:49 +02:00
Fredrik Fornwall
54e541417e dirmngr: Patch etc/resolv.conf path (fixes #1027) 2017-05-18 14:24:48 +02:00
Fredrik Fornwall
64bb7cb52a mpd: Build with --disable-expat
Also harmonize some indentation.
2017-05-18 14:03:47 +02:00
its-pointless
acf8220ade ncmpcpp cpp curses mpdclient (#975)
* ncmpcpp cpp curses mpdclient pre setup for android mpd

* not needed
2017-05-18 00:35:47 +02:00
its-pointless
7e77ed292e mpd only working with openal and no mixer still good (#1007)
* mpd opensles and openal working

* add deps modify script

xff

* fix major bugs

* add instructions for ports
2017-05-18 00:23:11 +02:00
Fredrik Fornwall
bcc3b1c5ef ffmpeg: Update from 3.3 to 3.3.1 2017-05-17 23:42:30 +02:00
Fredrik Fornwall
cdfe214a7d libgraphite: Update from 1.3.9 to 1.3.10 2017-05-17 23:23:57 +02:00
Fredrik Fornwall
994b7d480c imagemagick: Update from 7.0.5-1 to 7.0.5-6 2017-05-17 23:22:56 +02:00
Fredrik Fornwall
51842f438d gegl: Update from 0.3.14 to 0.3.16 2017-05-17 23:22:38 +02:00
Fredrik Fornwall
8dd0a5c706 syncthing: Update from 0.14.27-rc.2 to 0.14.28 2017-05-17 22:58:45 +02:00
Fredrik Fornwall
ecbe70e42d picolisp: Update from 17.4.7 to 17.5.16 2017-05-17 22:37:30 +02:00
Fredrik Fornwall
ab8040242a bc: Update from 1.06.95 to 1.07.1 2017-05-16 21:57:57 +02:00
Fredrik Fornwall
7737abb77c weechat: Update from 1.7.1 to 1.8 2017-05-16 15:16:27 +02:00
Fredrik Fornwall
aedbfe0fc7 freetype: Update from 2.7.1 to 2.8 2017-05-16 15:15:42 +02:00
Fredrik Fornwall
287f773e47 glib: Update from 2.52.1 to 2.52.2 2017-05-16 15:15:31 +02:00
Fredrik Fornwall
600b09449d gnupg2: Update from 2.1.20 to 2.1.21
Also remove workarounds for libgpg-error on Android < 7 as detailed
in https://github.com/termux/termux-packages/issues/933.
2017-05-16 00:05:14 +02:00
yumaokao
aea7cda053 libgpg-error: workaround no stdout atexit with constructor prior to N (#1017) 2017-05-15 23:57:59 +02:00
Fredrik Fornwall
7c231896e2 php: Add comment why we're not building with clang 2017-05-13 23:44:24 +02:00
Fredrik Fornwall
b0dfdb4211 php: Update from 7.1.4 to 7.1.5 2017-05-13 23:43:37 +02:00
Fredrik Fornwall
ca0a0f1a3c libnghttp2: Update from 1.21.1 to 1.22.0 2017-05-13 23:43:23 +02:00
its-pointless
bfb118b28a fix aarch64 build giving double instead of integer (#1012) 2017-05-13 23:35:14 +02:00
Fredrik Fornwall
ec59c76579 postgresql: Update from 9.6.2 to 9.6.3 2017-05-13 20:55:30 +02:00
Fredrik Fornwall
752cb93bfe gpgme: Update from 1.8.0 up 1.9.0 2017-05-13 19:08:18 +02:00
Fredrik Fornwall
8186c4cc23 gnutls: Update from 3.5.11 to 3.5.12 2017-05-13 19:07:44 +02:00
Fredrik Fornwall
9da0f4e823 coreutils: Fix deeply nested folder under docker
See:
- https://github.com/moby/moby/issues/13451
- https://bugzilla.yoctoproject.org/show_bug.cgi?id=7338
2017-05-11 11:32:07 +02:00
Fredrik Fornwall
2d3663ba10 libx265: Update from 2.3 to 2.4 2017-05-11 02:50:03 +02:00
Fredrik Fornwall
52dc744a7b tig: Update from 2.2.1 to 2.2.2 2017-05-11 02:49:52 +02:00
Fredrik Fornwall
f4f63994bf bs1770gain: Bump revision after ffmpeg update 2017-05-11 02:00:08 +02:00
Fredrik Fornwall
9a20ec3701 mpv: Update from 0.24.0 to 0.25.0 2017-05-11 01:59:54 +02:00
Fredrik Fornwall
fa8baedb63 ffmpeg: Update from 3.2.4 to 3.3 2017-05-11 01:59:42 +02:00
Fredrik Fornwall
00ca7412de gegl: Build from release tarball, deps 2017-05-11 01:47:44 +02:00
Fredrik Fornwall
c3ff38c2ff json-glib: Build from release tarball 2017-05-11 01:41:54 +02:00
Fredrik Fornwall
5a8e91b0ff babl: Update from 0.1.24 to 0.1.26 2017-05-11 01:02:57 +02:00
Fredrik Fornwall
ce92cc4c5d Stand in srcdir for termux_step_pre_configure 2017-05-11 01:01:20 +02:00
Fredrik Fornwall
49b3a2a231 pure-ftpd: Avoid linking to libelf and libsodium 2017-05-11 00:41:36 +02:00
Fredrik Fornwall
317b5b467b tasksh: Update from 1.1.0 to 1.2.0 2017-05-11 00:24:30 +02:00
its-pointless
f63594bffb Gegl (#982)
* gegl + deps

* NOCONFIGURE=1 is better

* force graphiz output

* fix url
2017-05-11 00:21:27 +02:00
Fredrik Fornwall
2c646056dc pure-ftpd: Update from 1.0.45 to 1.0.46 2017-05-11 00:08:44 +02:00
Fredrik Fornwall
199d2b0ecf git: Update from 2.12.2 to 2.13.0 2017-05-10 22:59:25 +02:00
Fredrik Fornwall
4503d57b65 flex: Update from 2.6.3 to 2.6.4 2017-05-10 22:55:06 +02:00
Wetitpig
bd590f6d4d Bump dialog version to 20170509 (#1009) 2017-05-10 16:43:24 +02:00
Fredrik Fornwall
f2f124eeb8 fzf: Update from 0.16.6 to 0.16.7 2017-05-08 23:35:18 +02:00
Fredrik Fornwall
4ed3015bfb mariadb: Enable package (64-bit only for now) 2017-05-08 23:29:24 +02:00
Fredrik Fornwall
bde9c3cd80 lynx: Update from 2.8.9dev.11 to 2.8.9dev.13 2017-05-07 17:56:13 +02:00
Fredrik Fornwall
0bb1ae265f httping: Update deps and configure arguments
- Using the gettext functions in libandroid-support is enough,
  we do not need to depend on gettext.
- Build with fftw3, ncurses and openssl enabled.
2017-05-07 17:47:51 +02:00
Pierre Rudloff
a650d29fb4 New package: httping (#780) 2017-05-07 17:31:52 +02:00
Fredrik Fornwall
6f4fab1181 glib: Update from 2.50.3 to 2.52.1 2017-05-07 09:41:50 +02:00
Fredrik Fornwall
f5d9b0d917 git: Fix build if utfcpp is installed
Fixes #1000.
2017-05-07 09:40:41 +02:00
Fredrik Fornwall
6692edd3c3 Two minor cleanups 2017-05-07 01:11:48 +02:00
Fredrik Fornwall
3bd24604c9 ledger: Note dependency on libmpfr
Also remove adding -std=c++ to CXXFLAGS as the ledger build takes
care of that itself.
2017-05-07 00:44:36 +02:00
Fredrik Fornwall
06cb41ed60 boost: Build without libicu
As libicu is a rather heavy dependency we avoid it for now - it can
always be added on demand.
2017-05-07 00:39:50 +02:00
Fredrik Fornwall
95edc8a47e utf8cpp: Update from 2.3.4 to 2.3.5 2017-05-07 00:38:18 +02:00
Fredrik Fornwall
916b042cc0 utf8cpp: Remove unnecessary functions 2017-05-07 00:19:41 +02:00
its-pointless
05c3e6019b ledger and its dependancy utf8cpp (#976)
* ledger and its dependancy utf8cpp

fix typo

compiles python lib

enable icu in ledger

* simplify everything for now
2017-05-06 23:48:01 +02:00
Wetitpig
43e7370c91 Change jupp URL to more stable one. (#996) 2017-05-06 23:46:35 +02:00
Fredrik Fornwall
7ceec0a0bd tintin++: Use version in src url 2017-05-06 00:28:07 +02:00
its-pointless
ee42856caa mud client tintin++ (#986) 2017-05-05 23:58:52 +02:00
Fredrik Fornwall
90c458b47e nano: Update from 2.8.1 to 2.8.2 2017-05-05 23:56:59 +02:00
Fredrik Fornwall
8f51c4cdb7 neovim: Fix build 2017-05-05 22:49:56 +02:00
Fredrik Fornwall
0374ab24d7 ne: Update from 3.0.1 to 3.1.0 2017-05-04 23:33:34 +02:00
Fredrik Fornwall
38d492d1a0 silversearcher-ag: Update from 1.0.2 to 1.0.3 2017-05-04 23:11:30 +02:00
Fredrik Fornwall
4e7b6c60e7 vim: Update from patch 558 to 596 2017-05-04 22:59:30 +02:00
Fredrik Fornwall
4ea22dfa06 neovim: Update to latest git master 2017-05-04 22:59:07 +02:00
Fredrik Fornwall
be79c01f04 nodejs: Update from 6.10.2 to 6.10.3 2017-05-04 22:25:57 +02:00
Fredrik Fornwall
65394feebc cmake: Update from 3.8.0 to 3.8.1 2017-05-04 22:18:05 +02:00
Fredrik Fornwall
67ccb39811 boost: Disable python for now 2017-05-04 22:14:23 +02:00
Fredrik Fornwall
746a2e9697 boost: Use a more informative description 2017-05-04 22:05:22 +02:00
Oliver Schmidhauser
0bf2de0570 Pass remove pwgen as requirement (#985)
Since Pass 1.7 it doesn't need pwgen anymore
2017-05-04 22:04:42 +02:00
Fredrik Fornwall
8f7ae5ba72 lzip: Update from 1.18 to 1.19 2017-05-04 21:57:03 +02:00
its-pointless
a34ced0767 Boost libs (#974)
* Boost libs

* boost.python build fix from Vishal

* set -std=c++11 so libicu works
2017-05-04 00:00:01 +02:00
Fredrik Fornwall
17043a448d libgmp: Switch to mirrors.kernel.org for tarball 2017-04-30 11:33:02 +02:00
Fredrik Fornwall
37832a5db1 patchelf: Switch to source from upstream
Switch from
  https://github.com/linux-on-android/patchelf
to the upstream project
  https://github.com/NixOS/patchelf
2017-04-30 11:28:48 +02:00
its-pointless
0c1943b893 Android Patchelf utility (#973) 2017-04-30 11:18:00 +02:00
Vishal Biswas
6032d561ee tor: update from 0.2.9.10 to 0.3.0.6 (#977) 2017-04-30 11:13:12 +02:00
Herdiansyah
9a82453b64 neofetch: update to 3.1.0 (#967) 2017-04-27 22:35:26 +02:00
Fredrik Fornwall
2b6ca764bb ruby: Fix syslog module to link against liblog
Fixes #962.
2017-04-26 23:20:01 +02:00
Fredrik Fornwall
e156cc12fd harfbuzz: Update from 1.4.5 to 1.4.6 2017-04-26 22:39:55 +02:00
Fredrik Fornwall
6bdb8dc2c8 libcrypt: Silence compiler warning 2017-04-24 23:54:26 +02:00
Fredrik Fornwall
d39f5cde8a screen: Enable package (fixes #264) 2017-04-24 23:52:59 +02:00
Oliver Schmidhauser
f703bff492 Update pass to 1.7.1 (#958) 2017-04-24 23:10:22 +02:00
Fredrik Fornwall
68971d2b87 pick: Update from 1.6.0 to 1.6.1 2017-04-24 17:10:00 +02:00
Fredrik Fornwall
a5144e5920 weechat: Update from 1.7 to 1.7.1 2017-04-24 17:09:49 +02:00
Henrik Grimler
0a91a51e78 texlive: fix installation issues and reported shebang issue (#957)
* texlive: correctly move man pages, add wget as dependecy and fix shebangs of
some scripts.

* texlive: busybox version of rm doesn't support -d

* texlive: Don't fix shebangs in texmf-dist/scripts/texlive (gives error when installing), so far no one has reported shebang errors from files in this folder.
2017-04-24 13:43:30 +02:00
Vishal Biswas
c05f40944a emacs: fix #952 by wrapping dup2 internally (#956) 2017-04-24 10:05:12 +02:00
Fredrik Fornwall
b9aa3f7b54 fish: Bump build revision after bc dependency 2017-04-22 23:48:56 +02:00
Christian Rondeau
f5a4f2c5de Add bc dependency to fish shell (#953)
See https://github.com/fish-shell/fish-shell/issues/2974

This will only fail at runtime in some autocomplete commands, if the dependency is not installed.
2017-04-22 23:34:50 +02:00
Fredrik Fornwall
953e38193a tmux: Update from 2.3 to 2.4 2017-04-22 02:26:00 +02:00
Fredrik Fornwall
c35073b819 harfbuzz&texlive: Bump after libicu 59.1 update 2017-04-22 02:04:03 +02:00
David Martínez
15511c3f3a memcached: add package (#950) 2017-04-22 00:48:19 +02:00
Fredrik Fornwall
31895dba87 emacs: Update from 25.1 to 25.2 2017-04-21 22:57:01 +02:00
Vishal Biswas
497da8498a Updates (#944)
* valac: update from 0.36.0 to 0.36.1

* fossil: update from 2.1 to 2.2

* libicu: update from 58.2 to 59.1

* libdb: update from 6.2.23 to 6.2.32
2017-04-21 12:15:57 +02:00
Fredrik Fornwall
e00dfc00e1 Make ubuntu 17.04 the reference build environment 2017-04-20 09:00:02 +02:00
Fredrik Fornwall
bee04953eb php: Specify --with-png-dir
This should fix building when a builder png.h is not available.
2017-04-20 08:15:02 +02:00
Fredrik Fornwall
dbd7e0a017 pick: Update from 1.5.4 to 1.6.0 2017-04-19 22:59:21 +02:00
Fredrik Fornwall
745df001df curl: Update from 7.53.1 to 7.54.0 2017-04-19 22:58:46 +02:00
Fredrik Fornwall
a3c01eea5a weechat: Make build more robust
Avoid picking up cross-compiled executables.
2017-04-19 22:58:25 +02:00
Fredrik Fornwall
3d9a46a0a0 radare2: Update from 1.3.0 to 1.4.0 2017-04-18 20:38:22 +02:00
Fredrik Fornwall
a20f3aedd3 php: Fix /bin/sed path in phpize (fixes #937) 2017-04-18 13:14:17 +02:00
Fredrik Fornwall
70dd6b3190 Remove TERMUX_TAR and TERMUX_TOUCH
These can be removed now that OS X is not supported directly (OS X
users can still use Docker to build though).

Fixes #936.
2017-04-18 08:19:48 +02:00
its-pointless
97609e5f76 Adds gettext software (#792)
* Adds gettext software

* fixed dependencies

* typo

* debians description
2017-04-17 23:14:44 +02:00
Fredrik Fornwall
ff379bf4ab openssh: Enable libedit in sftp 2017-04-17 23:03:46 +02:00
Fredrik Fornwall
2447023489 Remove world readable&writeable&executable perms
We do not want anything world readable, writeable or executable.

Fixes #840.
2017-04-17 22:23:21 +02:00
Fredrik Fornwall
a0f61b20d3 man: Use no-await trigger
This should avoid the cyclic trigger problem with the man package.
2017-04-17 22:21:51 +02:00
Fredrik Fornwall
5ff8d32f3c php: Update from 7.1.3 to 7.1.4 2017-04-17 21:41:35 +02:00
Fredrik Fornwall
b2ad42ed60 termux-tools: xdg-open should be a symlink 2017-04-16 14:37:07 +02:00
Fredrik Fornwall
ff0a1b21e1 libnghttp2: Update from 1.20.0 to 1.21.1 2017-04-16 14:36:29 +02:00
Fredrik Fornwall
1b598f2217 corkscrew: Update to working mirror 2017-04-15 22:30:40 +02:00
Fredrik Fornwall
70805308ed command-not-found: Update for current packages 2017-04-15 17:57:41 +02:00
Fredrik Fornwall
d4063e42ed net-tools: Switch to a mirror 2017-04-15 13:16:58 +02:00
Fredrik Fornwall
46389e1495 neovim: Update to latest git master 2017-04-14 23:47:31 +02:00
Fredrik Fornwall
d5aa0db43c libtermkey: Update from 0.19 to 0.20 2017-04-14 23:47:19 +02:00
Fredrik Fornwall
54d0bbc396 nano: Update from 2.8.0 to 2.8.1 2017-04-14 23:27:56 +02:00
Fredrik Fornwall
c9c1e0c0a6 libssh: Update from 0.7.4 to 0.7.5 2017-04-14 22:50:48 +02:00
Fredrik Fornwall
beae9f9957 librash: Include <sys/endian.h> for byte order 2017-04-13 15:09:14 +02:00
Vishal Biswas
1bfb502693 update cmake (#928)
* librhash: add package

* cmake: update from 3.7.2 to 3.8.0

* build-package: update termux_setup_cmake to 3.8.0

* cmake: add librhash dependency
2017-04-13 13:58:16 +02:00
Fredrik Fornwall
3c23598c77 libpcap: Switch to fossies mirror 2017-04-13 11:16:25 +02:00
Vishal Biswas
b4a559a5a3 nginx: update from 1.10.3 to 1.12.0 (#929) 2017-04-13 11:15:51 +02:00
Fredrik Fornwall
c1366b855f picolisp: Update from 17.3.25 to 17.4.7 2017-04-11 22:48:34 +02:00
Fredrik Fornwall
57b1ec5b5b syncthing: Bundle manual pages in package 2017-04-11 22:26:35 +02:00
Fredrik Fornwall
0db691f890 syncthing: Set -version when building 2017-04-11 22:22:54 +02:00
its-pointless
a354712994 Syncthing (#918)
* adds syncthing

* add proper description...

* made it readable...
2017-04-11 21:35:34 +02:00
Fredrik Fornwall
bf3a1c5193 asciinema: Update from 1.3.0 to 1.4.0 2017-04-11 21:29:26 +02:00
Fredrik Fornwall
52ad9e188a micro: Fix clean build 2017-04-10 23:46:57 +02:00
Fredrik Fornwall
9606cf49ca micro: Add package (fixes #916) 2017-04-10 22:24:50 +02:00
Fredrik Fornwall
d1020e3447 termux-api: Update from 0.23 to 0.24 2017-04-10 21:52:26 +02:00
michalbednarski
0db7ed34cc proot: Upgrade to fix #898 (#915)
Also revert to thumb mode as termux/proot#1 is fixed
2017-04-10 21:51:10 +02:00
Fredrik Fornwall
0fef23d9d1 pango: Update from 1.40.4 to 1.40.5 2017-04-10 00:34:44 +02:00
Fredrik Fornwall
2ebc5a7817 libcroco: Update from 0.6.11 to 0.6.12 2017-04-10 00:21:04 +02:00
Fredrik Fornwall
ad05674561 golang: Update from 1.8 to 1.8.1 2017-04-10 00:19:20 +02:00
Fredrik Fornwall
5411b4fd2c gnupg2: Update from 2.1.19 to 2.1.20 2017-04-10 00:19:01 +02:00
Fredrik Fornwall
65c3d5a15e gnutls: Update from 3.5.10 to 3.5.11 2017-04-10 00:02:43 +02:00
Fredrik Fornwall
2db56b1b71 nodejs: Update from 6.10.1 to 6.10.2 2017-04-10 00:01:41 +02:00
Fredrik Fornwall
fb3ad01796 iconv: Update from 1.14 to 1.15 2017-04-09 23:58:43 +02:00
Fredrik Fornwall
eccdcbfa6a termux-api: Update from 0.22 to 0.23 2017-04-09 23:31:43 +02:00
Fredrik Fornwall
db30d9e63c net-tools: Fix SBINDIR to be $PREFIX/bin 2017-04-09 22:24:24 +02:00
Fredrik Fornwall
3644a36bda net-tools: Remove custom termux_step_make 2017-04-09 22:22:02 +02:00
Vishal Biswas
b6d05a89e7 Updates for some disabled packages and add net-tools (#911)
* liblzo: update from 2.09 to 2.10

* net-tools: add package

* openvpn: update from 2.4.0 to 2.4.1

* squid: update from 3.5.24 to 3.5.25
2017-04-09 22:02:35 +02:00
Fredrik Fornwall
93f1465cd5 termux-api: Break out source into separate repo
This will make it easier to test and develop on a device.
2017-04-09 18:34:44 +02:00
Fredrik Fornwall
bbf6c05668 vim: Set mouse=a in system vimrc
The mouse=a was removed after updating to vim 8 as vim by default
now sets mouse=a. But this only works if no ~/.vimrc is found - if
there is one then mouse won't be set. As we really want mouse=a on
Termux since it is that useful on touch screens we enable it again
regardless if there is a ~/.vimrc or not.

Fixes #912.
2017-04-09 17:43:39 +02:00
Fredrik Fornwall
a2fde239ab Use local variables in bash functions 2017-04-09 16:54:36 +02:00
Fredrik Fornwall
210a80fd6d notmuch: Apply patch for libutil breakage
The current notmuch release fails to build when the system has a
libutil library. We apply a patch to fix this. The patch has already
been applied upstream so we can remove it on the next release.
2017-04-09 15:33:33 +02:00
Fredrik Fornwall
7d055a16ba Use termux_error_exit 2017-04-09 15:10:01 +02:00
ElTopo
4d3656a8d5 fossil: Update from 1.37 to 2.1 (#907) 2017-04-09 00:10:14 +02:00
Oliver Schmidhauser
833973d1be Add termux-info tool (#422)
* Add termux-info tool

* Add more information to termux-info

* Resolve conflicts. Add comment and fix Typo.

* remove empty lines in output
2017-04-09 00:07:06 +02:00
Fredrik Fornwall
4fb1e57f8f libedit: Remove file clash with readline 2017-04-07 03:26:01 +02:00
Fredrik Fornwall
5ed1251f92 libedit: Add package 2017-04-07 02:26:43 +02:00
Fredrik Fornwall
625ea13e84 vim: Update from 8.0.0503 to 8.0.0542 2017-04-07 02:26:26 +02:00
Fredrik Fornwall
ab026c42aa notmuch: Add package 2017-04-07 01:11:41 +02:00
Fredrik Fornwall
a59455e752 libxapian: Add package 2017-04-07 01:11:30 +02:00
Fredrik Fornwall
79c4b38ebb libtalloc: Update from 2.1.8 to 2.1.9 2017-04-07 00:36:29 +02:00
Fredrik Fornwall
07e5b201a7 less: Update from 481 to 487 2017-04-06 23:41:23 +02:00
Fredrik Fornwall
386c84693b Fix termux-elf-cleaner breakage
When separating out termux-elf-cleaner into its own repository the
way of building a native binary failed. Fixes #906.
2017-04-06 23:33:45 +02:00
Fredrik Fornwall
9cdf713e24 libgmime: Add package 2017-04-06 19:03:40 +02:00
Fredrik Fornwall
d2c4f7c6e0 termux-elf-cleaner: Move to standalone repo 2017-04-04 23:14:39 +02:00
Vishal Biswas
37cc7f1eec krb5: specify conffiles, default cache locations and ports (#897) 2017-04-03 17:35:03 +02:00
Fredrik Fornwall
b347c7c90f ca-certificates: Use https for homepage 2017-04-03 01:18:22 +02:00
Fredrik Fornwall
b1e65b4d4f ca-certificates: Make ca-certificates-java subpkg 2017-04-03 01:14:47 +02:00
Vishal Biswas
0812ad2a2c Krb5 (#893)
* libdb: enable 1.85 compat api for krb5

* krb5: improve package

remove dependency on c-ares
use external shared libdb
use sample confs for defaults
provide check_krb5 aclocal
fix krb5-config --libs

* krb5: change defaults in kdc.conf
2017-04-02 17:06:58 +02:00
Fredrik Fornwall
b81361aaa4 termux-tools: Bump version to 0.41 2017-04-02 14:47:41 +02:00
Leonid Pliushch
0512693840 termux-tools: fix termux-fix-shebang script (#888) 2017-04-02 14:45:35 +02:00
Fredrik Fornwall
b09d026816 nano: Update from 2.7.5 to 2.8.0 2017-04-02 12:38:29 +02:00
Fredrik Fornwall
5b40fa697c stunnel: Update from 5.40 to 5.41 2017-04-02 10:48:21 +02:00
Fredrik Fornwall
3c4118b01c sqlite: Update from 3.17.0 to 3.18.0 2017-04-02 06:11:59 +02:00
Fredrik Fornwall
1a6cff7349 php: Link pgsql extension against libpcre
The pgsql extension uses pcre functions but does not link against
libpcre by default, as the php executable which dlopen():s the
extension already links against libpcre.

However, on Android this doesn't work, see
	https://github.com/android-ndk/ndk/issues/201
so we need to link against libpcre explicitly.
2017-03-30 23:54:20 +02:00
Fredrik Fornwall
4b6a89d5fb libgd: Configure with --without-x 2017-03-30 23:32:04 +02:00
Fredrik Fornwall
ec8d78e901 netpbm: Update from r2901 to r2935
Also add -fPIC to CFLAGs for shared library builds (needed for
at least the arm build to work).
2017-03-30 23:15:05 +02:00
Fredrik Fornwall
a847ab5da2 mosh: Update from 1.3.0-rc2 to 1.3.0 2017-03-27 05:43:18 +02:00
Fredrik Fornwall
acecb62b14 postgresql: Use --without-readline in native build
This avoids requring libreadline-dev.
2017-03-27 05:40:48 +02:00
Fredrik Fornwall
052e347e0c tesseract: Update from 3.04.01 to 3.05.00 2017-03-27 05:27:36 +02:00
Fredrik Fornwall
d75a2b11b5 qalc: Update from 0.9.10 to 0.9.11 2017-03-27 05:16:54 +02:00
Fredrik Fornwall
19fd73a3ad gnuplot: Update from 5.0.5 to 5.0.6 2017-03-27 05:16:39 +02:00
Fredrik Fornwall
f8cce0c098 Use more source checksums 2017-03-27 05:11:31 +02:00
Fredrik Fornwall
3ce9298e8b hunspell: Update from 1.6.0 to 1.6.1 2017-03-27 03:30:04 +02:00
Fredrik Fornwall
80f24036a0 Use more source checksums 2017-03-27 03:29:43 +02:00
Fredrik Fornwall
6d02fb3bc7 libarchive: Update from 3.2.2 to 3.3.1 2017-03-27 02:38:37 +02:00
Fredrik Fornwall
bfd9e967f9 mosquitto: Update from 1.4.10 to 1.4.11 2017-03-27 02:10:46 +02:00
Fredrik Fornwall
a247ffe2c8 picolisp: Update from 17.2.24 to 17.3.25 2017-03-27 02:07:21 +02:00
Fredrik Fornwall
461b0ab8cf erlang: Update from 19.2 to 19.3 2017-03-27 01:56:37 +02:00
Fredrik Fornwall
544181cd4f Use more source checksums 2017-03-27 01:56:11 +02:00
Fredrik Fornwall
0ac19c20ae irssi: Update from 1.0.1 to 1.0.2 2017-03-26 22:08:31 +02:00
Fredrik Fornwall
53530ad847 php: Fix building pg extensions 2017-03-26 00:52:38 +01:00
Vishal Biswas
cc7bcfa238 add php-pgsql and php-fpm (#875)
* php: update from 7.1.2 to 7.1.3

* add TERMUX_SUBPKG_CONFFILES

* php: add subpkgs php-pgsql and php-fpm
2017-03-26 00:22:48 +01:00
Fredrik Fornwall
ca80245865 git: Update from 2.12.0 to 2.12.2 2017-03-26 00:14:52 +01:00
Fredrik Fornwall
680992ed77 nodejs: Update from 6.10.0 to 6.10.1 2017-03-24 01:24:43 +01:00
Fredrik Fornwall
3010b4f33f hunspell-ru: Remove build revision 2017-03-24 01:19:26 +01:00
Fredrik Fornwall
7a386738f7 opusfile: Mark libogg as a dependency 2017-03-24 01:18:45 +01:00
Fredrik Fornwall
1bd96da3e1 libcue: Fix build with cross-compiled flex&bison 2017-03-24 01:18:45 +01:00
Eugene Medvedev
035110c39d New package: hunspell-ru (#846)
Russian dictionary for Hunspell, a trivial copy-paste job based on
hunspell-en-us.

The package name is `hunspell-ru` because that's what the Ubuntu equivalent is
named.
2017-03-24 01:17:39 +01:00
Alain Kalker
0209a40e1c New packages: cmus-2.7.1, dependencies: opusfile-0.8, libcue-2.1.0 (#844)
* New package: cmus-2.7.1

* New package: libcue-2.1.0

Dependency of cmus

* New package: opusfile-0.8
2017-03-24 00:55:30 +01:00
Evan Deaubl
33068c0a64 New package: scrypt-1.2.1 (#843) 2017-03-24 00:54:13 +01:00
Fredrik Fornwall
78ffddbbf2 neovim: Update to latest master 2017-03-24 00:28:39 +01:00
Fredrik Fornwall
62d73a31dd python: Restore CCSHARED="-fPIC" for Android
Fixes "unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC"
on arm.
2017-03-24 00:15:32 +01:00
Fredrik Fornwall
b79434aa72 openssh: Disable privilege separation by patching
The UsePrivilegeSeparation option is no longer supported, so we
need to disable privilege separation by a code patch.
2017-03-24 00:14:08 +01:00
Fredrik Fornwall
b91127f39b ruby: Update from 2.4.0 to 2.4.1 2017-03-23 23:04:41 +01:00
Fredrik Fornwall
0a1ce09534 python: Update from 3.6.0 to 3.6.1 2017-03-23 23:04:31 +01:00
Fredrik Fornwall
d42f1af4a4 pkg-config: Update from 0.29.1 to 0.29.2 2017-03-23 23:04:14 +01:00
Fredrik Fornwall
6a7a61f9b2 vim: Update patch from 442 to 503 2017-03-23 23:04:00 +01:00
Fredrik Fornwall
4e7d603e94 ltrace: Build with --without-libunwind
This fixes building when libunwind is available.
2017-03-23 22:44:06 +01:00
Fredrik Fornwall
cff3a76b91 openssh: Update from 7.4 to 7.5 2017-03-23 17:15:17 +01:00
Fredrik Fornwall
2fb72fe522 ldns: Install the libldns.pc pkg-config file 2017-03-23 12:16:58 +01:00
Fredrik Fornwall
5926544240 libzmq: Fix build by disabling libunwind&update 2017-03-23 10:34:38 +01:00
Fredrik Fornwall
faf5213903 libsodium: Update from 1.0.11 to 1.0.12 2017-03-22 22:04:18 +01:00
Fredrik Fornwall
4da01a4d6a lrzsz: Move to disabled for now as site is dead 2017-03-22 21:15:24 +01:00
Grimler91
099d4d4980 texlive: remove -N option from wget command in termux-install-tl. (#873)
Busybox version of wget doesn't support -N so wget shouldn't use -N (or be
added to package dependencies).
2017-03-22 21:10:30 +01:00
Fredrik Fornwall
d5585b7585 texlive: Move man pages to normal path
This ensures that the man command works, and fixes complaints
from a validation script that thinks that all man pages should be
under $PREFIX/share/man.
2017-03-22 00:23:37 +01:00
Fredrik Fornwall
c5c29b2af8 mpc: Bump package revision
We need to rebuild the package against the updated libmpdclient
which dropped a version suffix from the shared library file.
2017-03-22 00:21:14 +01:00
Fredrik Fornwall
4d6cca1938 mpc: Add source checksum 2017-03-21 23:46:29 +01:00
Matthew Klein
f5ff2c2e57 libmpdclient: update to 2.11 (#864) 2017-03-21 23:44:08 +01:00
Vishal Biswas
0a5412793e nginx: add package (#859) 2017-03-20 21:00:47 +01:00
Grimler91
d8a7fd1e31 texlive: Changed install-tl-unx.tar.gz to a historic version and removed the previous patch to install-tl. (#862) 2017-03-20 20:39:53 +01:00
Fredrik Fornwall
075a7627ce jack: Remove package as jack is being deprecated
https://android-developers.googleblog.com/2017/03/future-of-java-8-language-feature.html
2017-03-20 20:29:04 +01:00
Fredrik Fornwall
43c066d02e command-not-found: Regenerate with new commands 2017-03-20 20:26:35 +01:00
Fredrik Fornwall
6ebd8dafa5 command-not-found: Instruct to use 'packages'
Running 'packages install' wraps apt to run 'apt update' before
running 'apt install', so it should avoid the initial confusion
with 'apt install' not working for any packages.
2017-03-20 20:22:57 +01:00
Vishal Biswas
2565699009 valac: update from 0.34.4 to 0.36.0 (#860) 2017-03-20 20:06:03 +01:00
Fredrik Fornwall
38fb608d79 libunwind: Enable package 2017-03-19 20:28:11 +01:00
Fredrik Fornwall
d1a699b743 termux-create-package: Update from 0.2 to 0.4 2017-03-19 03:18:58 +01:00
Fredrik Fornwall
3f703c88b2 termux-apt-repo: Depend on binutils for ar 2017-03-19 03:18:58 +01:00
Fredrik Fornwall
f82320ff76 termux-apt-repo: Update from 0.1 to 0.2 2017-03-19 03:18:58 +01:00
Fredrik Fornwall
ed6a014708 aria2: Patch away -lsupc++
Specifying -lsupc++ doesn't work for arm with -mthumb.
2017-03-19 00:22:55 +01:00
Fredrik Fornwall
62059d3689 aria2: Better formatting 2017-03-19 00:19:09 +01:00
Fredrik Fornwall
906d1bbedb golang: Enable user stubs without cgo
Fixes #848.
2017-03-18 01:38:54 +01:00
Fredrik Fornwall
dcd0fa6ba9 lftp: Update from 4.7.6 to 4.7.7 2017-03-18 01:25:28 +01:00
Fredrik Fornwall
1ff2e77195 libpng: Update from 1.6.28 to 1.6.29 2017-03-18 01:25:14 +01:00
Fredrik Fornwall
580afa5ac7 apt: Remove useless ac_cv_c_bigendian=no 2017-03-18 00:41:19 +01:00
Markus Wagner
de9af52cfc add ssh to the apt transports (#851) 2017-03-17 23:22:28 +01:00
Markus Wagner
785a2dc34e update dpkg to 1.18.23 (#850) 2017-03-17 22:41:18 +01:00
Fredrik Fornwall
d6e574615c llvm&clang: Update from 3.9.1 to 4.0.0 2017-03-15 16:28:36 +01:00
Rafael Martins
b88cca5b0b blogc: initial packaging (#832)
blogc is a blogging tool written in C, without any external
dependencies. It is released under BSD license, and targeted to
developers.

The package is based on a snapshot version. Version 0.13.0 should
be release soon, but the snapshot is stable and useful enough.

For more info, see: https://blogc.rgm.io/
2017-03-14 03:44:13 +01:00
Fredrik Fornwall
9fde9f6c3d radare2: Update from 1.2.1 to 1.3.0 (fixes #839) 2017-03-14 02:24:00 +01:00
Fredrik Fornwall
c864741f8f mpv: Build with --disable-pulse
Now that we have pulseaudio we need this to avoid accidental linkage.
2017-03-14 02:20:29 +01:00
Fredrik Fornwall
68dbe1ee9a glib: Format configure arguments 2017-03-14 02:17:04 +01:00
Fredrik Fornwall
8ad708ec4c mpv: Bump version after lua removal (see #799) 2017-03-14 02:16:36 +01:00
Fredrik Fornwall
e3a88b4b8e libflac: Update from 1.3.1 to 1.3.2 2017-03-13 22:56:21 +01:00
Fredrik Fornwall
f323695ff3 libtool: Specify source checksum 2017-03-13 22:54:39 +01:00
Alain Kalker
a680abcbdf alsa-{lib,utils,plugins} and pulseaudio packages (#825)
* New package: libsndfile-1.0.27

* Bring back disabled package alsa-lib

* Bring back disabled package alsa-utils

* New disabled package: alsa-plugins-1.1.1

* New package: libpulseaudio-10.0, subpackage pulseaudio
2017-03-13 22:51:36 +01:00
Fredrik Fornwall
2100eed584 gdbm: Build without readline for now 2017-03-13 22:48:01 +01:00
Fredrik Fornwall
5e193ac3ff harfbuzz: Update from 1.4.4 to 1.4.5 2017-03-13 22:42:26 +01:00
Fredrik Fornwall
14c2d7e4da gdbm: Update from 1.12 to 1.13 2017-03-13 22:42:26 +01:00
Fredrik Fornwall
cc842fa54a hunspell-en-us: Fix build to always include files
Closes #838.
2017-03-13 22:41:37 +01:00
Fredrik Fornwall
39def66b96 termux-apt-repo: Create package 2017-03-12 23:53:49 +01:00
Fredrik Fornwall
1bbd4cac43 radare2: Build against fixed capstone version 2017-03-11 12:06:38 +01:00
Fredrik Fornwall
2712833539 coreutils: Update from 8.26 to 8.27 2017-03-10 15:52:47 +01:00
Fredrik Fornwall
f1857303a5 fzf: Update from 0.16.5 to 0.16.6 2017-03-10 15:42:14 +01:00
Fredrik Fornwall
96b1a1bbe0 termux-tools: Add 'files' command to packages 2017-03-10 15:34:17 +01:00
Fredrik Fornwall
9d99cc6543 termux-tools: Allow shorter forms in packages 2017-03-10 15:22:44 +01:00
Fredrik Fornwall
9654ae303d vim: Update from patch 393 to 442 2017-03-10 15:20:10 +01:00
Fredrik Fornwall
707d327d72 command-not-found: Bump with latest commands 2017-03-10 15:15:39 +01:00
Fredrik Fornwall
9d934fbc74 fftw: Build with ac_cv_func_clock_gettime=no
This avoid a problem with CLOCK_SGI_CYCLE not working on Android.
2017-03-08 23:52:22 +01:00
Fredrik Fornwall
7fc9693f2d postgresql: Enable package 2017-03-08 18:37:31 +01:00
Fredrik Fornwall
0e2bd86d00 perl: Bump build revision after patch added 2017-03-08 18:32:40 +01:00
rnauber
d415b125a8 Enable texlive (#752) 2017-03-08 17:41:26 +01:00
Fredrik Fornwall
def7f6e178 imagemagick: Update from 7.0.4-5 to 7.0.5-1 2017-03-08 00:56:07 +01:00
Fredrik Fornwall
604f8e4b18 fftw: Build variants thread, float and long double
For now we keep them all in the same package, may be split up into
subpackages in the future. Fixes #605.
2017-03-08 00:49:13 +01:00
Fredrik Fornwall
25340ac1f5 redis: Lower some default values
This avoids a warning on startup.
2017-03-07 14:47:01 +01:00
Fredrik Fornwall
01ed1c4343 mc: Update from 4.8.18 to 4.8.19 2017-03-07 14:31:51 +01:00
Fredrik Fornwall
d41caf96ef bash-completion: Update from 2.4 to 2.5 2017-03-07 14:31:51 +01:00
Fredrik Fornwall
3d033330cf harfbuzz: Update from 1.4.3 to 1.4.4 2017-03-07 14:31:51 +01:00
Fredrik Fornwall
934f5cb179 gnutls: Update from 3.5.9 to 3.5.10 2017-03-07 14:31:51 +01:00
David Martínez
a3ae81abbf Add Redis package (#813)
* redis: add package

* redis: added default redis.conf
2017-03-07 14:31:25 +01:00
Fredrik Fornwall
91f8996a01 cboard: Rebuild against latest ncurses 2017-03-07 01:24:04 +01:00
Vishal Biswas
6254c89c8c krb5: update from 1.15 to 1.15.1 (#822) 2017-03-07 00:49:37 +01:00
Fredrik Fornwall
09c4ed7316 libgnustl: Fix broken stripped library on aarch64
Fixes #823.
2017-03-07 00:34:55 +01:00
Fredrik Fornwall
d0f762d1be libnghttp2: Update from 1.19.0 to 1.20.0 2017-03-06 03:50:03 +01:00
Fredrik Fornwall
f53cdcbe4c mpv: Remove attempt at using lua 5.3 2017-03-06 03:38:40 +01:00
Fredrik Fornwall
426c65d1a8 util-linux: Do not include <sys/sem.h> 2017-03-06 03:15:00 +01:00
Fredrik Fornwall
0253d343c5 elfutils: Update homepage and use source checksums 2017-03-06 00:06:11 +01:00
Fredrik Fornwall
88d640c215 psmisc: Patch away usage of mempcpy 2017-03-06 00:01:56 +01:00
Fredrik Fornwall
11f23d1ccd busybox: We no longer need -DTERMUX_EXPOSE_MEMPCPY 2017-03-05 23:46:48 +01:00
Fredrik Fornwall
bccd6e2780 Fix typo in comment 2017-03-05 23:45:49 +01:00
Fredrik Fornwall
da584f653f libandroid-shmem: Update from 0.1.1 to 0.1.2 2017-03-05 14:55:17 +01:00
Fredrik Fornwall
f3e071d2f4 Wrap getpwuid_r (fixes psql history file location) 2017-03-05 13:34:41 +01:00
Fredrik Fornwall
b27e6fed1f libandroid-support: Fix indentation 2017-03-05 11:49:49 +01:00
Vishal Biswas
7106823dfe Fixes (#819)
* remove ndk_patches/sys-shm.h.patch
add a note about libandroid-shmem and posix semaphores

* libandroid-shmem: enable package

* separate function to replace autoconf guess scripts
2017-03-05 11:40:50 +01:00
Fredrik Fornwall
e6e2c5c560 pango: Update from 1.40.2 to 1.40.4 2017-03-05 03:31:12 +01:00
Fredrik Fornwall
72f69cdc35 Use termux_error_exit in more cases 2017-03-05 03:30:38 +01:00
Fredrik Fornwall
a0161a8d8b libjasper: Update from 2.0.10 to 2.0.12 2017-03-05 03:09:42 +01:00
Fredrik Fornwall
120f533763 binutils: Update from 2.27 to 2.28 2017-03-05 03:09:16 +01:00
Fredrik Fornwall
b4ea0dd712 strace: Fix aarch64 build if gawk is installed 2017-03-05 02:15:28 +01:00
Fredrik Fornwall
a922c73f42 Reset relevant package revisions after update 2017-03-05 01:34:02 +01:00
Fredrik Fornwall
8b6572b37a lftp and sed can now be built with clang 2017-03-05 01:07:01 +01:00
Fredrik Fornwall
149fa66c8e hunspell-en-us: Update to latest version 2017-03-05 01:01:50 +01:00
Fredrik Fornwall
b26283d4a7 Update from NDK r13 to r14
For those using Docker build environments: run scripts/update-docker.sh
to pull the latest Docker image with r14 installed.

Otherwise, remove the $NDK directory (defaults to
$HOME/lib/android-ndk if not setup in the environment) and run
scripts/setup-android-sdk.sh to setup a r14 installation.
2017-03-04 22:03:54 +01:00
Fredrik Fornwall
b8352277e3 Use more source checksums 2017-03-04 21:54:30 +01:00
Fredrik Fornwall
250e48ffff readline: Use source checksum 2017-03-04 15:10:29 +01:00
Fredrik Fornwall
19684fa85e rlwrap: Update from 0.42 to 0.43 2017-03-04 02:30:09 +01:00
Fredrik Fornwall
95acf6ed4a apt: Fix build failure when libdb is available 2017-03-03 13:40:42 +01:00
Fredrik Fornwall
5289491ad3 tor: Update from 0.2.9.9 to 0.2.9.10 2017-03-03 13:32:24 +01:00
Fredrik Fornwall
14f22a3a28 man: Update from 1.13.4 to 1.14.1 2017-03-02 16:14:05 +01:00
Fredrik Fornwall
d19a064209 harfbuzz: Only harfbuzz-icu should depend on libicu 2017-03-02 15:28:17 +01:00
Fredrik Fornwall
1a6c595344 gnupg2: Update from 2.1.18 to 2.1.19 2017-03-02 13:21:19 +01:00
Fredrik Fornwall
e7d13caa00 mlocate: Update project url 2017-03-02 11:53:39 +01:00
Fredrik Fornwall
d614f117e7 libuuid: Use source checksum 2017-03-02 01:29:50 +01:00
Fredrik Fornwall
c1df334b92 Fix typo in comment 2017-03-02 00:07:35 +01:00
Fredrik Fornwall
f66d214bb6 ffmpeg: Bump revision after libx265 update
The libx265 updates are not binary compatible, rebuild ffmpeg against
the updated library. Fixes #804.
2017-03-01 22:35:16 +01:00
Fredrik Fornwall
efd259bfeb frotz: Update project homepage 2017-03-01 22:14:15 +01:00
Fredrik Fornwall
7a08b43589 frotz: Depend on curl for the zgames script
Fixes #779.
2017-03-01 22:12:43 +01:00
Fredrik Fornwall
0af3030f6e play-audio: Build from separate dedicated repo 2017-03-01 22:11:53 +01:00
Fredrik Fornwall
dbe34b2afe harfbuzz: Enable graphite and libicu
Split the icu part into a harfbuzz-icu subpackage, so not everyone
using harfbuzz needs to pull in icu.
2017-03-01 21:54:44 +01:00
Fredrik Fornwall
484bef42f1 ctags: Update to git HEAD 2017-03-01 18:14:25 +01:00
Fredrik Fornwall
5c23970ce8 neovim: Update to git head 2017-03-01 18:10:03 +01:00
Fredrik Fornwall
8118d0bcc7 libgpg-error: Update from 1.26 to 1.27 2017-03-01 18:09:53 +01:00
Fredrik Fornwall
4b65ad17ba vim: Update from patch 340 to 393 2017-03-01 18:09:33 +01:00
Fredrik Fornwall
4493b981a1 mpv: Enable lua 2017-03-01 17:50:58 +01:00
Fredrik Fornwall
6f2bea7ea8 nmap: Build against system liblua 2017-03-01 17:46:41 +01:00
Fredrik Fornwall
8a778f708c libx265: Update from 2.2 to 2.3 2017-03-01 17:39:03 +01:00
Fredrik Fornwall
bd78c57fd7 termux-tools: Handle --help in termux-open
Fixes #801.
2017-03-01 17:20:37 +01:00
Fredrik Fornwall
5fef7d299b lua: Build with -DLUA_COMPAT_5_2 2017-03-01 17:18:15 +01:00
Fredrik Fornwall
30a5b5a7ad termux-tools: Bump version to 0.38 2017-02-28 00:30:51 +01:00
Fredrik Fornwall
e54c330868 termux-tools: Setup xdg-open->termux-open symlink 2017-02-28 00:30:19 +01:00
Fredrik Fornwall
2d36166493 termux-tools: Handle invalid login in chsh 2017-02-28 00:30:06 +01:00
Fredrik Fornwall
83686ac5af termux-open: Handle relative paths 2017-02-28 00:29:49 +01:00
Fredrik Fornwall
12d3fff047 termux-tools: Add termux-open 2017-02-28 00:15:22 +01:00
Fredrik Fornwall
ad966ce1e6 No .hushlogin instructions in motd for brevity 2017-02-27 21:21:43 +01:00
Oliver Schmidhauser
796a52721f Update pass to version 1.7 (#796) 2017-02-27 16:03:16 +01:00
Fredrik Fornwall
95e60146d7 libllvm: Bump revision, enable the clang split 2017-02-26 14:52:04 +01:00
Fredrik Fornwall
0f5a717505 getconf: Update from 0.2 to 0.4 2017-02-26 14:04:04 +01:00
Fredrik Fornwall
c3fd0f6b96 libdb: Updates from @vishalbiswas 2017-02-26 12:34:06 +01:00
Fredrik Fornwall
42cafa1534 gpgme: Update from 1.6.0 to 1.8.0 and use gnupg2 2017-02-26 12:26:28 +01:00
David Martínez
ced6a5cd55 Added libdb package (#405) 2017-02-26 12:05:24 +01:00
Fredrik Fornwall
f45cd17ff2 ncurses: Update to latest patch version 2017-02-26 11:56:25 +01:00
Fredrik Fornwall
65290c2e26 fwknop: Add source checksum 2017-02-26 11:56:08 +01:00
Fredrik Fornwall
fe93ac0ac3 libksba: Use source checksum 2017-02-26 11:40:41 +01:00
Vishal Biswas
0a5950aae0 Weekly Updates #3 (#794)
* util-linux: update from 2.29.1 to 2.29.2

* parallel: update from 20170122 to 20170222

* mutt: update from 1.7.2 to 1.8.0
2017-02-25 21:43:46 +01:00
Fredrik Fornwall
3bf8dead7c automake: Add patch for perl 5.24 compatibility 2017-02-25 21:29:42 +01:00
Fredrik Fornwall
eb43891116 ed: Update from 1.14.1 to 1.14.2 2017-02-25 02:18:57 +01:00
Fredrik Fornwall
ae394a2341 nano: Update from 2.7.4 to 2.7.5 2017-02-25 02:15:59 +01:00
Fredrik Fornwall
667e256e67 picolisp: Update from 17.1.30 to 17.2.24 2017-02-25 01:14:04 +01:00
Fredrik Fornwall
8c732a3581 git: Update from 2.11.1 to 2.12.0 2017-02-25 01:09:58 +01:00
Fredrik Fornwall
323ae2af7d pure-ftpd: Add virtual users, default to $HOME 2017-02-24 23:31:28 +01:00
David Martínez
d2ac026186 pure-ftpd: add package (#790) 2017-02-24 22:56:48 +01:00
Fredrik Fornwall
c197515d23 netpbm: Update from r2831 to r2901 2017-02-24 22:36:19 +01:00
Fredrik Fornwall
cba558f6fe perl: Update perl-cross from 1.1.3 to 1.1.4 2017-02-24 21:12:49 +01:00
Fredrik Fornwall
73bc946e72 curl: Update from 7.52.1 to 7.53.1 2017-02-24 21:12:36 +01:00
its-pointless
a7d4cb0351 fixes the config so cpan works on install. (#789)
* fixes the config so cpan works on install.

* fix so it actually works..
2017-02-24 20:46:47 +01:00
Fredrik Fornwall
2f00a6d990 nodejs: Update from 6.9.5 to 6.10.0 2017-02-23 12:42:43 +01:00
Fredrik Fornwall
47b6b3120b openal-soft: Add source checksum 2017-02-23 12:42:23 +01:00
Fredrik Fornwall
2b887b1cd5 mpv: Really use LD_PRELOAD 2017-02-22 09:14:31 +01:00
Fredrik Fornwall
6635b731ee mpv: Add ffmpeg libs to LD_PRELOAD
This should fix issues on devices where vendors have ffmpeg libs
available in the system lib dir.
2017-02-21 23:54:52 +01:00
Fredrik Fornwall
83e3b942b5 termux-tools: Bump version to bring 'packages' 2017-02-21 23:54:24 +01:00
Fredrik Fornwall
754b6ba89d liboggz&libvorbis: Add source checksums 2017-02-21 23:26:33 +01:00
Fredrik Fornwall
e3b41f2832 libmp3lame: Add source checksum 2017-02-21 23:24:37 +01:00
Fredrik Fornwall
c1bd7c5e2b radare2: Update to new checksum 2017-02-20 22:15:17 +01:00
ElTopo
35aecce3a3 add new package: redir (#772)
* add bvi package

* add new package: cgdb

* add gdb in cgdb's TERMUX_PKG_DEPENDS

* add new package: redir

* bvi package revision 1: fix column number issue with clang (gcc does not seem to have this issue)
bvi (compiled with clang) incorrectly displayed only 12 bytes for each line on a 80-column terminal (instead of 16 bytes normally). command :set cm=## also had similar problems.
I found the issue was caused by the following statements:
       sprintf(addr_form,  "%%0%dllX  ", AnzAdd);
       AnzAdd = sprintf(tmp, addr_form, block_begin);

	   ('block_begin''s data type is off_t)
	   gcc automatically typecasts 'block_begin' from off_t to loff_t,
	   on the otherhand, clang takes address of 'block_begin' and uses
	   it as loff_t thus writes some garbage value in 'tmp' string.
2017-02-20 22:14:52 +01:00
Fredrik Fornwall
efdd27bde9 strace: Fix x86-64 build 2017-02-20 05:57:01 +01:00
Fredrik Fornwall
dcf607ba0b libffi: Add source checksum 2017-02-20 05:44:16 +01:00
Vishal Biswas
f3b094fe32 Another round of minor updates (#781)
* lftp: update from 4.7.5 to 4.7.6

* strace: update from 4.15 to 4.16

* glib: update from 2.50.2 to 2.50.3

* getmail: update from 4.53.0 to 4.54.0

* poppler: update from 0.51.0 to 0.52.0
2017-02-20 05:02:33 +01:00
Fredrik Fornwall
3c3acdb11e vim: Update to latest patch 2017-02-20 04:34:39 +01:00
Fredrik Fornwall
29f304dd21 neovim: Update to latest git HEAD 2017-02-20 04:34:19 +01:00
Fredrik Fornwall
77a282662d fzf: Update from 0.16.4 to 0.16.5 2017-02-20 04:34:13 +01:00
Fredrik Fornwall
054b43f4ec findutils: Fix find -fstype parameter 2017-02-20 04:33:51 +01:00
Fredrik Fornwall
6788ea2c5d php: Update from 7.1.1 to 7.1.2 and enable pcntl 2017-02-20 02:57:27 +01:00
Fredrik Fornwall
d6df138bb1 termux-tools: Add a 'packages' utility 2017-02-17 23:13:49 +01:00
Fredrik Fornwall
a0a869beb9 gnutls: Update from 3.5.8 to 3.5.9 2017-02-17 22:34:29 +01:00
Fredrik Fornwall
42562d13b8 ndk_patches: Add a ifaddrs.h polyfill (fixes #338) 2017-02-17 22:33:57 +01:00
Fredrik Fornwall
ff3f67dcef golang: Update from 1.7.5 to 1.8 2017-02-17 20:09:31 +01:00
Fredrik Fornwall
26797cb4d1 libpcap: Avoid linking aginst libnl 2017-02-17 11:53:07 +01:00
Fredrik Fornwall
84ba008445 netcat: Make -c work (fix bin/sh, closes #777) 2017-02-17 11:51:59 +01:00
Fredrik Fornwall
b368c61fcb sqlite: Update from 3.16.2 to 3.17.0 2017-02-14 20:55:09 +01:00
ElTopo
029e2c5ab4 cgdb: Add package (#770) 2017-02-14 20:49:45 +01:00
Fredrik Fornwall
f74fd5720a libgit2: Add package (closes #771) 2017-02-14 16:51:35 +01:00
Fredrik Fornwall
0488a6f552 ffmpeg: Force usage of clang 2017-02-12 23:12:29 +01:00
Fredrik Fornwall
23289d81e9 Add some more source checksums 2017-02-12 22:15:13 +01:00
Vishal Biswas
cfa043f9b4 update packages (#766)
* file: update from 5.29 to 5.30

* ffmpeg: update from 3.2.2 to 3.2.4

* mpv: update from 0.23.0 to 0.24.0

also prevent opportunistic linking with x11

* grep: update from 2.28 to 3.0

* fish: update from 2.4.0 to 2.5.0

add tarball checksum
remove patches no longer needed
see https://github.com/fish-shell/fish-shell/pull/3585

* wget: update from 1.19 to 1.19.1
2017-02-12 21:01:54 +01:00
Fredrik Fornwall
94d42ba267 termux-tools: Add a login program 2017-02-12 21:01:01 +01:00
Fredrik Fornwall
edc3049a03 clang: Split up into several packages
Split up the previous clang package into:

- libllvm: lib/libLLVM.so
- libclang: lib/libclang.so
- clang: bin/clang and associated tools and symlinks
- llvm: The bin/llvm-* tools
2017-02-12 20:57:51 +01:00
Fredrik Fornwall
28c436bb8a proot: Build without -mthumb as it causes segfault
Fixes #761.
2017-02-09 22:18:34 +01:00
Oliver Schmidhauser
09e3a055e2 Patch for busybox to accept + in emails (#760)
Since the termux mailinglist has a + in the subscibe mail address, this
is required.
2017-02-09 15:31:37 +01:00
Fredrik Fornwall
a60532d853 termux-tools: Shorten width in motd 2017-02-09 10:41:26 +01:00
Fredrik Fornwall
4d7154eff8 termux-tools: Add etc/motd to be shown on login 2017-02-09 10:28:37 +01:00
Fredrik Fornwall
ad4b7eac07 libnl3: Rename to libnl 2017-02-09 10:26:49 +01:00
Fredrik Fornwall
c7cd124eb4 libnl: Avoid using strerror_l 2017-02-09 09:36:02 +01:00
Fredrik Fornwall
65fece0813 Use source checksums for new packages 2017-02-09 09:34:09 +01:00
David Martínez
aeb1a5ea4b bmon: added package and its dependencies (libconfuse and libnl3) (#758)
* bmon: added package and its dependencies (libconfuse and libnl3)

* libnl3: fixed homepage, source url and bumped revision
2017-02-09 09:28:35 +01:00
David Martínez
2acb795a95 Add privoxy package (#406)
* Add privoxy package

* privoxy: fixed build as root

* privoxy: update to 3.0.26 and improve build.sh

* privoxy: improve build.sh

* privoxy: fixed putting configs in wrong place
2017-02-09 09:22:55 +01:00
Fredrik Fornwall
444e34d6a7 neovim: Update to latest master 2017-02-08 00:42:59 +01:00
Fredrik Fornwall
fa3afccc33 libunibilium: Add source checksum 2017-02-08 00:42:39 +01:00
Fredrik Fornwall
4746389986 krb: Add dependencies on libutil and openssl
lib/krb5/plugins/tls/k5tls.so links against libssl, and
lib/krb5/plugins/preauth/pkinit.so against libcrypto, so openssl
is needed.

bin/kprop and bin/kpropd links against libutil if available.

Also, add --without-system-verto to fix problem if building krb5
multiple times, with subsequent builds using the already installed
libverto without installing it.
2017-02-08 00:40:22 +01:00
Vishal Biswas
e38a1e2b8d add package krb5 (#588)
* add package krb5

* improve getpass handling

instead of bombarding every linking with getpass.o,
include it where necessary
2017-02-08 00:13:27 +01:00
Fredrik Fornwall
9ddb35b2cb Add some source checksums 2017-02-08 00:12:36 +01:00
Oliver Schmidhauser
596a5857dc Update proot to the latest version (#751)
More information about what's been done here:
https://plus.google.com/+OliverSchmidhauser/posts/FVqBDPdNzUd
2017-02-08 00:01:11 +01:00
Fredrik Fornwall
f08afffc0b vim: Use sensible.vim as system vimrc 2017-02-08 00:00:13 +01:00
Fredrik Fornwall
8e2805ed3f grep: Update from 2.27 to 2.28 2017-02-08 00:00:13 +01:00
Fredrik Fornwall
a462b0237f irssi: Update from 1.0.0 to 1.0.1 2017-02-08 00:00:13 +01:00
Fredrik Fornwall
e2d8172bc6 Tweak some descriptions 2017-02-05 23:51:25 +01:00
Fredrik Fornwall
c36f01b8e5 vim: Update from patch 237 to 304 2017-02-05 14:22:58 +01:00
Fredrik Fornwall
d9767f0bd1 libmsgpack: Update from 2.1.0 to 2.1.1 2017-02-05 14:22:25 +01:00
Fredrik Fornwall
7e69873162 libssh: Update from 0.7.3 to 0.7.4 2017-02-05 14:22:03 +01:00
Fredrik Fornwall
0e5edc8574 bash: Add source checksum 2017-02-05 14:18:24 +01:00
Fredrik Fornwall
b388a26958 fzf: Update from 0.16.3 to 0.16.4 2017-02-05 14:12:28 +01:00
Fredrik Fornwall
c145c0f3dc sed: Update from 4.3 to 4.4 2017-02-05 13:58:45 +01:00
Fredrik Fornwall
1182895b41 dpkg: Update from 1.18.20 to 1.18.22 2017-02-04 23:23:07 +01:00
Fredrik Fornwall
4c01dd05b5 liblzma: Fix typo 2017-02-04 23:19:38 +01:00
Fredrik Fornwall
a142471328 mosh: Update from 1.2.6 to 1.3.0-rc2
This includes a memory alignment fix for arm:

0ceb4f26f4

which should fix #725.
2017-02-04 17:02:18 +01:00
Fredrik Fornwall
0976318e26 ncurses: Add source checksum 2017-02-04 17:01:58 +01:00
Fredrik Fornwall
1273ca1b3b libprotobuf: Bump revision for rebuild 2017-02-04 17:01:02 +01:00
Vishal Biswas
423d90b15f radare2: update from 1.1.0 to 1.2.1 (#739) 2017-02-04 11:16:17 +01:00
Fredrik Fornwall
744d3c5065 mpv: Rebuild with man page, and remove icons 2017-02-04 01:31:44 +01:00
Fredrik Fornwall
c76f9672cd wget: Update from 1.18 to 1.19 2017-02-04 01:28:34 +01:00
Fredrik Fornwall
c659001544 libogg&xvidcore: Add checksums 2017-02-03 22:49:01 +01:00
Fredrik Fornwall
41c3c03a01 git: Update from 2.11.0 to 2.11.1
Also save some space by using symlinks to avoid duplicated binaries.
2017-02-03 22:46:56 +01:00
Fredrik Fornwall
005b9273a6 picolisp: Switch to gcc also for aarch64 2017-02-03 01:33:12 +01:00
Fredrik Fornwall
89956f70a1 termux-tools: Search in /system/bin for su
Fixes #723.
2017-02-03 00:04:26 +01:00
Fredrik Fornwall
a2e59a1aad attr: Patch and enable package 2017-02-02 22:14:00 +01:00
Fredrik Fornwall
42cfe26077 dialog: Update to latest version 2017-02-02 02:45:21 +01:00
Fredrik Fornwall
41630cbaba nodejs: Update from 6.9.4 to 6.9.5 2017-02-02 02:24:28 +01:00
Fredrik Fornwall
c595881bed protobuf: Update download package (old removed) 2017-02-02 02:10:23 +01:00
Fredrik Fornwall
18fbaa060b Update the android sdk build tools used
The docker image has been rebuilt, so ./scripts/update-docker.sh
should be used.
2017-02-02 01:39:29 +01:00
Fredrik Fornwall
388815307d util-linux: Enable package 2017-02-02 01:37:52 +01:00
Fredrik Fornwall
b32d84878c lua: Update from 5.3.3 to 5.3.4 2017-02-02 01:35:35 +01:00
Fredrik Fornwall
30aebdacf1 espeak: Switch to espeak-ng 2017-02-01 22:45:30 +01:00
Fredrik Fornwall
affdd886a8 libuv: Update from 1.10.1 to 1.11.0 2017-02-01 21:20:17 +01:00
Fredrik Fornwall
be9907f772 ruby: Patches for shebangs on installed gems 2017-02-01 01:19:40 +01:00
Fredrik Fornwall
b2a03c9106 golang: Fix checksum (thanks live_the_dream!) 2017-02-01 01:19:40 +01:00
Wetitpig
b22580590e Typo? (#718) 2017-01-31 17:24:32 +01:00
Fredrik Fornwall
0be9fb0496 mutt: Add the new gnupg2 example file 2017-01-31 13:52:34 +01:00
Fredrik Fornwall
cc5964a4c2 hydra: Enable package 2017-01-31 13:52:20 +01:00
Fredrik Fornwall
077ba7d023 mutt: Bump revision after gpg2 addition 2017-01-31 13:24:14 +01:00
sirmacik
79cbf5d9c8 gpg2 support for mutt (#697)
Since termux appears to support gpg1 and gpg2 listing below should probably go as separate file in $PREFIX/share/examples/mutt/. Here goes working gpg.rc file for gpg2
2017-01-31 13:21:51 +01:00
Fredrik Fornwall
d2eb7408a1 golang: Update from 1.7.4 to 1.7.5 2017-01-31 13:13:01 +01:00
Fredrik Fornwall
39b61263b5 unrar: Update from 5.3.2 to 5.4.5 2017-01-31 13:12:45 +01:00
Fredrik Fornwall
b6039de185 mutt: Move etc/Muttrc.dist - etc/Muttrc
See #712.
2017-01-30 20:41:49 +01:00
Fredrik Fornwall
5a7da9ece6 fzf: Update from 0.16.2 to 0.16.3 2017-01-30 19:32:11 +01:00
Fredrik Fornwall
6708213242 mutt: Move etc/mime.types.dist - etc/mime.types
Fixes #712.
2017-01-30 19:31:39 +01:00
Herdiansyah
8dbe1ca300 neofetch: update to 3.0.1 (#711) 2017-01-30 19:04:24 +01:00
Fredrik Fornwall
a502ab6da1 dash: Use a mirror for download source 2017-01-30 02:50:49 +01:00
Fredrik Fornwall
506ef46bae command-not-found: Regenerate 2017-01-30 02:13:14 +01:00
Fredrik Fornwall
2ff9e76765 protobuf: Update and split out libprotobuf 2017-01-30 02:10:56 +01:00
Fredrik Fornwall
7820f30c8b flex: Update from 2.6.0 to 2.6.3 2017-01-30 01:36:35 +01:00
Fredrik Fornwall
8047adc61d dpkg: Update from 1.18.18 to 1.18.20 2017-01-30 01:24:50 +01:00
Fredrik Fornwall
9176cdad76 tracepath: Update and setup traceroute -> tracepath 2017-01-30 01:20:49 +01:00
Fredrik Fornwall
4aee3c350c Remove traceroute from busybox and inetutils
We will provide traceroute as a symlink to tracepath so that it
works for non-root users.
2017-01-30 01:19:49 +01:00
Fredrik Fornwall
4d9c8a5eed libidn: Add source checksum 2017-01-30 01:01:53 +01:00
Fredrik Fornwall
5aacaf4625 tcpdump: Update from 4.7.4 to 4.8.1 2017-01-30 00:58:43 +01:00